680 Commits

Author SHA1 Message Date
Christopher Eby
9e522eb24e Hide bottom actionbar when search open 2012-02-05 04:18:17 -06:00
Christopher Eby
61f4d1119d ActionBar for playback activity 2012-02-05 03:27:00 -06:00
Christopher Eby
7c3fe82637 Hide library controls preference when appropriate 2012-02-05 03:10:23 -06:00
Christopher Eby
629fb55f3f Don't open playback activity on orientation switch 2012-02-04 19:17:39 -06:00
Christopher Eby
78a0059024 Remove dead code 2012-02-04 18:23:58 -06:00
Christopher Eby
be24e25108 Remove LauncherActivity; make library open by default 2012-02-04 17:23:56 -06:00
Christopher Eby
cd6c4ea1e9 Unregister receiver in ScanPreference 2012-02-04 15:39:54 -06:00
Christopher Eby
a9bf6e942a Fix crash when unsetting limiter and artist adapter is null 2012-02-04 14:38:49 -06:00
Christopher Eby
57ec4d6448 Optimize images and add missing XHDPI version 2012-02-04 02:51:45 -06:00
Christopher Eby
0b9fe8bedb Always show fastscroller 2012-02-04 02:51:42 -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
17f52e0ad6 Doc fix 2012-01-29 21:39:54 -06:00
Christopher Eby
61a12c6140 Audio focus 2012-01-29 21:38:50 -06:00
Christopher Eby
95b5965a12 Add button in preferences to rescan library 2012-01-29 20:31:56 -06:00
Christopher Eby
b2bb5b7c91 Merge noCover variable with flags 2012-01-23 12:45:51 -06:00
Christopher Eby
5b69fef3f0 Add some suggestions from lint 2012-01-23 12:45:50 -06:00
Christopher Eby
a46a1ad0a6 Restore state after sdcard unmounted 2012-01-23 12:45:48 -06:00
Christopher Eby
cc4abad6f3 Generate docs more nicely 2012-01-23 12:45:46 -06:00
Christopher Eby
ea19c4f8d6 Swipey tabs 2012-01-23 12:45:36 -06:00
Christopher Eby
38d5623ed2 Add expand and do nothing library actions 2012-01-21 21:26:26 -06:00
Christopher Eby
cd1c8c6c54 Add XHDPI icons 2012-01-21 20:51:58 -06:00
Christopher Eby
01ffc81190 Match ICS dialog style 2012-01-21 20:03:17 -06:00
Christopher Eby
c664b2d488 Don't set cache color hint as background is not black in ICS 2012-01-10 14:55:29 -06:00
Christopher Eby
e069c4356f Show keyboard by default in new playlist dialog 2012-01-10 14:51:09 -06:00
Christopher Eby
e63aba75c4 Don't use black background in playlist activity 2012-01-10 14:41:43 -06:00
Christopher Eby
739a0d9894 Don't use DashEffect 2012-01-10 14:36:35 -06:00
Christopher Eby
d869465679 Version 0.9.6 2012-01-10 08:20:25 -06:00
Christopher Eby
6f71b196b7 Always trigger user action when screen turns on 2012-01-10 08:19:06 -06:00
Christopher Eby
d441686f19 Add idle grace period
This fixes issue #35
2012-01-10 08:14:48 -06:00
Christopher Eby
fde5985b32 Version 0.9.5 2011-12-29 00:12:36 -06:00
Christopher Eby
598987f5a7 Fix clearing widget cover art
Setting resource to 0 does not work on ICS
2011-12-29 00:11:55 -06:00
Christopher Eby
49ef2bc7e4 Fix for the alternate display modes 2011-12-28 21:44:31 -06:00
Christopher Eby
36083f6256 Version 0.9.4 2011-12-26 18:09:50 -06:00
Christopher Eby
92c26a094c Layout cleanups 2011-12-26 18:08:13 -06:00
Christopher Eby
c0cf7cefd1 Fix race condition in CoverView 2011-12-22 02:43:47 -06:00
Christopher Eby
e6101d6969 Prevent overflow when computing seek bar position for very long songs
This fixes issue #34
2011-12-19 22:16:35 -06:00
Christopher Eby
de0f4a9b7a Hack to show menu key on Galaxy Nexus
This is definitely not the best fix. ;-)
2011-12-19 22:07:47 -06:00
Christopher Eby
db4215593b Make MediaView border look better with non-black background 2011-12-19 01:49:22 -06:00
Christopher Eby
b9d02e5b34 Scale fling animation time with display density 2011-12-19 01:48:56 -06:00
Christopher Eby
61b1d9c5fa Next/previous album action 2011-11-26 20:32:24 -06:00
Christopher Eby
731b7afed3 Make clicking the song info open that song in the library 2011-11-26 19:17:30 -06:00
Christopher Eby
8d4629472c Volume preference tweak 2011-11-26 19:17:24 -06:00
Christopher Eby
8a752ae27a Version 0.9.3
Another test release
2011-11-20 18:37:10 -06:00
Christopher Eby
1476cee2ae Add back volume boost 2011-11-20 18:28:13 -06:00
Christopher Eby
8f043d6102 Prevent proguard from clobbering enum methods
It was breaking the playback activity actions
2011-11-20 16:44:23 -06:00
Christopher Eby
91c082a3c3 Version 0.9.2
Another test release
2011-11-09 17:26:15 -06:00
Christopher Eby
7898d2cb34 Some doc fixes 2011-11-09 17:18:23 -06:00
Christopher Eby
9b5f60343b More actions in playlist activity; default action pref 2011-11-09 15:04:30 -06:00
Christopher Eby
0f54cb6242 Revert to using Bitmaps and a cache for cover art instead of URIs
While storing a Bitmap in a Bundle for RemoteViews seems to be spectacularly
slow, using URIs to prevent this does not seem to be worth the additional
disk I/O they incur.
2011-11-08 22:28:05 -06:00