73 Commits

Author SHA1 Message Date
Christopher Eby
7c00dc4496 Tweak inverted notification
Use American English, clarify description, simplify code a bit, and
default to disabled.
2011-08-31 21:30:57 -05:00
Jean-Baptiste Lab
e7ea4941ea Add option to invert colours in notifications 2011-08-31 21:18:45 -05:00
Christopher Eby
76b6fe134d Add widget display mode without zoomed cover art
This changes the id for the zoomed mode, just for consistency. Since this
feature hasn't been released yet that should be ok.
2011-08-30 18:44:36 -05:00
Christopher Eby
33374c2ebd Add genre tab to library 2011-08-28 01:59:53 -05:00
Christopher Eby
0303cfb08f Add a new style for FullPlaybackActivity 2011-08-27 15:29:17 -05:00
Christopher Eby
9224095dba More detailed time display in IdlePreference 2011-08-24 16:37:55 -05:00
Christopher Eby
c69f74a482 Rename Song Selector/Choose Songs to Library and change icon 2011-08-24 10:19:59 -05:00
Christopher Eby
17e8e400e4 Add option to disable cover art 2011-08-24 00:53:01 -05:00
Christopher Eby
b8f3e3819f Handle corrupt/missing songs better
The old behavior would try to skip the song automatically and not tell the user
what was happening. The new behavior shows a Toast and stops playback.
2011-08-23 16:55:11 -05:00
Christopher Eby
cce204e727 Use AUDIO_BECOMING_NOISY event; remove headset only option
The AUDIO_BECOMING_NOISY intent seems to be broadcast before the
HEADSET_PLUG intent. In some cases, the HEADSET_PLUG intent fires so
late that audio starts playing through the speaker..
AUDIO_BECOMING_NOISY also handles Bluetooth.

The headset only feature was useful to prevent accidental "noisy" playback,
however it is cumbersome to implement with the Android audio API being the mess
that it is. Thus I've removed it.
2011-08-19 03:01:12 -05:00
Christopher Eby
199a46a139 Switch to MIT license 2011-08-19 01:28:15 -05:00
Christopher Eby
4169dd05b3 Version 0.1 build 16 2011-01-11 17:06:15 -06:00
Christopher Eby
2a1361b626 Add a new action for notification click: skip to next song 2010-07-25 17:00:51 -05:00
Christopher Eby
cf34354bba Add an option to bring back the double-tap-widget-opens-activity behavior 2010-05-25 23:21:27 -05:00
Christopher Eby
25ed28af37 Give a bit more detail in the repeat enabled message 2010-05-23 13:50:21 -05:00
Christopher Eby
0e8fb9cb29 Allow playlists to be renamed 2010-05-23 11:11:13 -05:00
Christopher Eby
ec017c8d46 Allow playlists to be edited with the default music player 2010-05-23 01:18:10 -05:00
Christopher Eby
1527a56b31 Allow playback to be halted after a set idle timeout 2010-05-22 23:43:41 -05:00
Christopher Eby
6e0b1db2dc Remove the filter suggestions preference
Now we never show suggestions
2010-05-22 16:50:32 -05:00
Christopher Eby
63b6435f96 Show cover art in song selector controls
Also rename some things associated with the controls
2010-05-22 15:12:05 -05:00
Christopher Eby
a3a9a0fc21 Display artist in controls text 2010-05-22 14:30:59 -05:00
Christopher Eby
5d4dd5e0a6 Allow songs and playlists to be deleted. 2010-05-22 11:40:07 -05:00
Christopher Eby
7c082f4856 Implement the ability to add media to playlists. 2010-05-18 22:14:42 -05:00
Christopher Eby
fad3b1160b Add support for playlist playback
No support for creation or editing yet
2010-05-16 11:46:04 -05:00
Christopher Eby
44b78811b3 Add license headers to XML files 2010-04-25 23:54:20 -05:00
Christopher Eby
d0a88387af Don't show the search box in the selector by default 2010-04-22 20:54:24 -05:00
Christopher Eby
ec1de12818 Shorten some long preference descriptions 2010-04-15 22:37:53 -05:00
Christopher Eby
e2889d3d25 Add controls in the song selector
This is somewhat hackish.
2010-04-12 23:11:06 -05:00
Christopher Eby
635d378c59 Repeat option 2010-04-11 15:12:08 -05:00
Christopher Eby
003014945a Add shuffle option 2010-04-11 10:26:42 -05:00
Christopher Eby
1a5b3cec6f Add an options menu to SongSelector 2010-04-10 23:23:02 -05:00
Christopher Eby
d95f9cf81d Add a preference for the headset button 2010-04-05 23:05:49 -05:00
Christopher Eby
87585922f2 Add a volume setting
This provides a complement to the system media volume, providing more
fine-grained control
2010-04-04 20:58:27 -05:00
Christopher Eby
9e8bc71904 Allow the song info to be shown below the cover instead of on top of it
The complexity of the cover view drawing routines is getting a bit ridiculous..
2010-04-04 01:01:24 -05:00
Christopher Eby
9298542e7c Further organize strings 2010-04-03 17:50:31 -05:00
Christopher Eby
4957916360 Add preference to open song selector on startup 2010-04-03 17:49:00 -05:00
Christopher Eby
0ab6b3e6c9 Reword the mini player preference 2010-04-03 17:29:52 -05:00
Christopher Eby
e94cf2b443 Organize translatable strings 2010-04-03 17:24:22 -05:00
Christopher Eby
043b5c18b0 Remove the dialer input preference
It is not hooked up to anything anymore since supporting it with an SQl query
would be complicated.
2010-04-03 10:39:26 -05:00
Christopher Eby
efef58276e Allow the notification to never be shown 2010-04-02 10:51:23 -05:00
Christopher Eby
aac448f5f7 Add icons to the menu, change the order and rename "media library" to "choose songs" 2010-03-21 21:13:57 -05:00
Christopher Eby
09070cd065 Allow the widget to start the playback service 2010-03-20 19:33:13 -05:00
Christopher Eby
2dcb8eb0e4 Add an expand menu action 2010-03-20 17:21:52 -05:00
Christopher Eby
9b7254cd5c Replace the stop service function with an exit function 2010-03-20 16:14:15 -05:00
Christopher Eby
03821bbae5 Avoid using getTag(id)
It's not in Android 1.5
2010-03-11 02:00:38 -06:00
Christopher Eby
7c087cc6af Allow a limiter set by an expander to be removed 2010-03-11 01:04:30 -06:00
Christopher Eby
1d6ca04568 Add a "last used action" preference to the song selector 2010-03-10 23:48:43 -06:00
Christopher Eby
c204191049 Rename queue to media library 2010-03-10 23:21:00 -06:00
Christopher Eby
e3f0807a98 Removed (paused) from notification
The icon gives this information now, that's good enough
2010-03-10 02:13:28 -06:00
Christopher Eby
53ea3c4fe1 Make the arrow buttons filter media 2010-03-10 00:32:15 -06:00