812 Commits

Author SHA1 Message Date
Adrian Ulrich
30d1038290 initial support for ShowQueueActivity 2012-09-30 13:28:27 +02:00
Adrian Ulrich
8004113518 no need to pause first - always play on selection 2012-09-30 11:39:15 +02:00
Adrian Ulrich
eda55a01bb implement ability to jump by queue position/id 2012-09-29 20:14:48 +02:00
Adrian Ulrich
669bf3f4b8 '92 release 2012-09-27 19:27:18 +02:00
Adrian Ulrich
f89674f8d8 do not enable proguard on release as it breaks the Settings 2012-09-27 19:09:51 +02:00
Adrian Ulrich
b06aaa3085 remove @TargetAPI from Preferences 2012-09-27 19:09:38 +02:00
Adrian Ulrich
169476723a stop if getCount is zero - fixes playlist-delete crash 2012-09-26 19:15:25 +02:00
Adrian Ulrich
283ec015af smaller font size 2012-09-23 18:49:56 +02:00
Adrian Ulrich
0f6f46c2f5 remove releases/*.map 2012-09-23 16:16:12 +02:00
Adrian Ulrich
0b291e81eb rewind song if we receive the command via hardware button / volume rocker 2012-09-23 16:03:56 +02:00
Adrian Ulrich
5e06b6e030 Get rid of EdgeEffectCompat 2012-09-23 15:34:46 +02:00
Adrian Ulrich
9fc51aac3d update github link 2012-09-23 15:15:18 +02:00
Adrian Ulrich
8284c8b8a7 merge missing values 2012-09-23 15:13:08 +02:00
Adrian Ulrich
e1419f837b remove v11 untr. file 2012-09-23 14:59:56 +02:00
Adrian Ulrich
159cd2293b merge v11 <-> normal drawable folders 2012-09-23 14:57:03 +02:00
Adrian Ulrich
e1247eedcf merge 'legacy' layout files 2012-09-23 14:53:35 +02:00
Adrian Ulrich
0a8ccc649a also rename package name in XML files 2012-09-23 14:31:38 +02:00
Adrian Ulrich
b0c0044026 rename package name in order to avoid name clashes with 'old' version 2012-09-23 14:28:57 +02:00
Adrian Ulrich
ea2eb070a9 move existing source to new pkgname 2012-09-23 14:23:30 +02:00
Adrian Ulrich
66b7a7abf2 use default thread priority in order to fix playback issues on ICS 2012-09-23 14:19:11 +02:00
Adrian Ulrich
4c47c61a44 remove legacy LruCache 2012-09-23 14:17:33 +02:00
Adrian Ulrich
375218e775 SDK config: break compatibility with versions <= 14 2012-09-23 14:08:30 +02:00
Christopher Eby
496d28411a Defer release of the wake lock
This allows the headset button to fuction for a short period after
pausing
2012-05-16 10:11:27 -05: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
57975df691 Use transparent drawable for Widget D fallback
Closes #61
2012-05-15 19:49:12 -05:00
Christopher Eby
09825c0d71 Make title, album, and artist multi-line when extra info is visible
Closes #64
2012-05-15 14:18:58 -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
d578f2441d Update proguard.config for split preferences 2012-05-14 21:01:37 -05:00
Christopher Eby
914fb94a10 Update translations 2012-05-14 21:01:37 -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
Christopher Eby
0d5f83c7fa Move all preference string contants into PrefKeys 2012-04-13 05:32:22 -05:00
Christopher Eby
86bfc88810 Add script to update translations; update translations 2012-04-12 23:52:19 -05:00
nferenc
c2ec513a14 Add missing MDPI images for white widget 2012-04-06 02:26:19 -05:00
Christopher Eby
1c08570866 Move scan button into library prefs 2012-03-30 20:44:12 -05:00
nferenc
df8de4f3b4 New white widget 2012-03-30 17:58:14 -05:00
Christopher Eby
39cebee747 Vertically center library controls text
Looks better when scaled down
2012-03-26 01:51:04 -05:00
Christopher Eby
f94493bd91 Actually lazy load sensor manager 2012-03-26 01:45:10 -05:00
Christopher Eby
e6d74b6a1b Split preferences into multiple screens; add about page 2012-03-24 03:46:24 -05:00
Christopher Eby
0965430b64 Fix some deprecation warnings 2012-03-24 02:25:39 -05:00
Christopher Eby
cc582a2842 TargetApi annontations for lint
This makes the CompatHoneycomb tab listener an inner class instead
of an anonymous class so it can be annotated
2012-03-23 15:23:15 -05:00
Christopher Eby
37cd6c2253 Tweak phrasing of some strings 2012-03-23 14:43:01 -05:00
Christopher Eby
2bd5151ffe Fix action tab bar in landscape mode
It was displaying as NAVIGATION_MODE_LIST
2012-03-16 13:42:46 -05:00
Christopher Eby
cfb0f98cd7 Add Ohloh page to README and use better formatting 2012-03-15 12:09:20 -05:00
Christopher Eby
65db705baa Version 0.9.10
Now with a version code greater by an order of magnitude!
2012-03-14 21:14:55 -05:00
Christopher Eby
8056a06d81 Default to artist,album,track sort order for albums and songs 2012-03-14 21:03:59 -05:00
Christopher Eby
3f1e1b04bf Add "More from artist" and "More from album" 2012-03-14 20:57:21 -05:00
Christopher Eby
131bdc4507 Workaround bug in ICS's handling of backspace
This was causing backspace to delete two characters instead of one on
ICS
2012-03-14 17:43:29 -05:00
Christopher Eby
467009169b Code cleanup 2012-03-14 16:18:12 -05:00
Christopher Eby
ac8ae6dc9f Load sensor manager as needed 2012-03-13 16:39:51 -05:00
Christopher Eby
61ec1b9df6 Fix playback layout on Froyo and below
Oops.
2012-03-13 16:21:43 -05:00