703 Commits

Author SHA1 Message Date
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
Christopher Eby
0866b50ac4 Add a new widget; improve existing widgets 2011-11-08 20:27:18 -06:00
Christopher Eby
c880907a03 Optimize CoverView scrolling by only redrawing the dirty region 2011-11-08 17:23:26 -06:00
Christopher Eby
aadbf2c9e2 Fix some things lint complains about 2011-11-08 15:56:30 -06:00
Christopher Eby
3f26fd0965 Files tab 2011-11-06 01:39:23 -06:00
Christopher Eby
2569247cbf Close empty cursors for SongTimeline.addSongs 2011-11-06 01:39:21 -06:00
Christopher Eby
16d8f56764 Show current value as summary for dialog preferences 2011-11-06 01:39:13 -06:00
Christopher Eby
be06557594 Use different stop current icon; remove unused icon 2011-11-04 21:07:27 -05:00
Mildred Ki'Lya
56127d3393 Implement stop after each track mode 2011-11-01 21:11:48 +01:00
Christopher Eby
81feb0f386 More detailed README 2011-10-31 16:57:09 -05:00
Christopher Eby
760e483d22 Update README. Using --name overwrites build.xml. 2011-10-31 16:27:37 -05:00
Christopher Eby
5a3892b05a Version 0.9.1
Again, just a test release
2011-10-30 16:30:22 -05:00
Christopher Eby
e8a1629da1 Correct default sort mode 2011-10-30 16:16:23 -05:00
Christopher Eby
487aa46276 Confirm delete in playlist editor 2011-10-30 16:06:44 -05:00
Christopher Eby
accb3bea0d Load sort order correctly when switching limiters 2011-10-30 15:43:50 -05:00
Christopher Eby
9a4fe3dc76 Always call requestRequery on UI thead 2011-10-30 02:56:05 -05:00
Christopher Eby
48588fa8ac Fix limiter background with multiple limiters
Apparently there was a reason this was allocated inside the loop
before...
2011-10-30 02:56:05 -05:00
Christopher Eby
45ad231c77 Use FLAG_CLEAR_TOP when switch between playback and library
This prevents excess activities from being created when switching
frequently
2011-10-30 02:56:05 -05:00
Christopher Eby
21fdda3754 Better compatibility
You know, the kind without VerifyErrors
2011-10-30 02:56:02 -05:00
Christopher Eby
bd8f4bfd12 Better sort interface 2011-10-30 02:54:48 -05:00
Christopher Eby
4d43970c27 Allow choice of sort modes in library 2011-10-30 02:54:08 -05:00
Christopher Eby
fcad52ef5d Make library controls react to no media and empty queue states better 2011-10-28 01:24:43 -05:00
Christopher Eby
a6c4c6c90f Rework library controls layout
Use two rows of text and show all controls below text
2011-10-28 01:06:52 -05:00
Christopher Eby
724e3cfe23 Show cover art in notification 2011-10-26 19:39:48 -05:00
Christopher Eby
8508b6f00e Fix disable cover art 2011-10-26 19:39:47 -05:00
Christopher Eby
eaf2faac2c Slight cover optimization for widgets 2011-10-26 19:39:41 -05:00
Christopher Eby
d1837655a2 Improve library layout
Remove unessecary layout when using controls; place search/limits in the proper
layout
2011-10-26 16:43:46 -05:00
Christopher Eby
0ff18ca932 Show shuffle/repeat buttons in library and mini activity 2011-10-26 03:58:56 -05:00