162 Commits

Author SHA1 Message Date
Adrian Ulrich
3b62928056 implement audiopicker class 2014-10-13 17:38:35 +02:00
Adrian Ulrich
636e0053c5 implement cover shadow loader 2014-06-20 16:20:07 +02:00
Adrian Ulrich
6bc4326f31 Move coverart settings into own fragment 2014-06-20 15:21:15 +02:00
Adrian Ulrich
5fcca67ef0 add playcount sorting option 2014-04-13 11:39:34 +02:00
Adrian Ulrich
d3a4ebf5b1 Bring back missing string item
Transifex could not handle the duplicate 'deleted' key, so we are
renaming it
2014-04-12 21:23:57 +02:00
Adrian Ulrich
43b13d9684 Add confirm dialog to delete action 2014-04-12 17:24:32 +02:00
Adrian Ulrich
cdbe36056f Readahead support 2013-08-30 18:52:45 +02:00
averageapps
ed7180f4fd Add option to open FullPlaybackActivity by clicking notification 2013-05-16 01:20:31 +02:00
Adrian Ulrich
d317d7aebc config option for songs without RG tag 2013-05-01 18:59:01 +02:00
Adrian Ulrich
ca28633e6a display replay gain values in extended song infos 2013-05-01 17:58:57 +02:00
Adrian Ulrich
510f352192 replaygain pre-amp configuration support 2013-05-01 11:05:05 +02:00
Adrian Ulrich
79902cfcf1 yet another try on RG
We are now using the equalizer feature of android which seems to be pretty buggy:
Attaching to a single audio session does not work, so we are using the global '0' id even if it is deprecated
2013-04-28 20:53:17 +02:00
Adrian Ulrich
ac28a36d5a improve replay gain support 2013-04-01 21:20:13 +02:00
Adrian Ulrich
7b0fb5a07f Make replaygain-config a subitem 2013-04-01 20:36:50 +02:00
Adrian Ulrich
6c225a1717 make replay gain a config option 2013-03-23 20:08:06 +01:00
Adrian Ulrich
277a948920 add 'add to favorites' function 2013-03-23 17:32:10 +01:00
Pierre Equoy
df83255126 Add "Show queue" to Action list
User can now select "Show queue" as an action when interacting (press,
long press, swipe up, swipe down) with the Cover in the Playback Screen.
2013-03-10 02:56:53 +08:00
Adrian Ulrich
8168a9e691 use string resources for filepicker dialog 2013-01-15 18:34:33 +01:00
Adrian Ulrich
e59782e54e implement ugly ghost-path detector 2013-01-15 18:07:31 +01:00
Adrian Ulrich
1f9cd5e745 Showqueue fixes
The actionbar title button will now terminate this activity
2012-10-01 21:07:57 +02:00
Adrian Ulrich
1206e17d62 i18n 2012-09-30 13:31:10 +02:00
Adrian Ulrich
8284c8b8a7 merge missing values 2012-09-23 15:13:08 +02:00
Christopher Eby
c307995b73 Add a beep for headset button double-click
Also adds missing header to PrefKeys
2012-05-16 10:00:43 -05:00
Christopher Eby
be9e298a72 Add play or enqueue library action; make it the default
As suggested by Jonas Thiem
2012-05-15 13:44:23 -05:00
Christopher Eby
57c313cbd5 Remove redundant string
I don't think we need this kind of distinction for screen-readers. Then
again, I don't really know what I'm doing with this stuff.
2012-04-13 05:36:01 -05:00
nferenc
df8de4f3b4 New white widget 2012-03-30 17:58:14 -05:00
Christopher Eby
e6d74b6a1b Split preferences into multiple screens; add about page 2012-03-24 03:46:24 -05:00
Christopher Eby
37cd6c2253 Tweak phrasing of some strings 2012-03-23 14:43:01 -05:00
Christopher Eby
3f1e1b04bf Add "More from artist" and "More from album" 2012-03-14 20:57:21 -05:00
Christopher Eby
7cc59120d4 Rework playback activity layout.
Display all info in the table layout, including title, artist and album.
Add queue position display.
2012-03-13 15:27:37 -05:00
Christopher Eby
4669b8ea37 Make long pressing song info display additional metadata 2012-03-11 16:58:56 -05:00
Christopher Eby
dabacbbd49 Customizable library tab order 2012-03-05 04:37:38 -06:00
Christopher Eby
2fd08072fc Add note about translating and import current translations 2012-03-01 16:50:49 -06:00
Christopher Eby
2699be1cdb Remove MediaView in favor of TextView-based layouts
This allows for RTL language support and will help with library display
customization
2012-02-29 22:36:58 -06:00
Christopher Eby
c524c0503d Add content description to cover art 2012-02-29 21:24:40 -06:00
Christopher Eby
e9d7391e44 Add toggle controls menu item 2012-02-17 17:06:19 -06:00
Christopher Eby
479b2639ea Click -> tap 2012-02-17 00:07:45 -06:00
Christopher Eby
623a1b2332 Remove fullscreen cover art mode 2012-02-13 21:37:31 -06:00
Christopher Eby
0fe1db54a0 Some cleanup 2012-02-11 22:05:46 -06:00
Christopher Eby
bc8aff4234 Support volume boost on Gingerbread and above 2012-02-11 20:27:08 -06:00
Christopher Eby
12112eb499 Show back in prefernces and playlist activities 2012-02-11 20:00:45 -06:00
Christopher Eby
44897e85d2 Shake actions
Also moves Action into its own file since it is now also used in
PlaybackService
2012-02-10 21:21:04 -06:00
Christopher Eby
61f4d1119d ActionBar for playback activity 2012-02-05 03:27:00 -06:00
Christopher Eby
be24e25108 Remove LauncherActivity; make library open by default 2012-02-04 17:23:56 -06:00
Christopher Eby
3f870ced44 Use ActionBar in library 2012-02-04 02:30:13 -06:00
Christopher Eby
6d9734803f RemoteControlClient 2012-01-29 21:49:59 -06:00
Christopher Eby
95b5965a12 Add button in preferences to rescan library 2012-01-29 20:31:56 -06:00
Christopher Eby
5b69fef3f0 Add some suggestions from lint 2012-01-23 12:45:50 -06:00
Christopher Eby
38d5623ed2 Add expand and do nothing library actions 2012-01-21 21:26:26 -06:00
Christopher Eby
e63aba75c4 Don't use black background in playlist activity 2012-01-10 14:41:43 -06:00