103 Commits

Author SHA1 Message Date
Christopher Eby
1423ce773c Increase shadow radius in widget 2010-07-25 22:06:01 -05: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
332d585961 Populate the widget ImageView initially 2010-07-25 16:22:17 -05:00
Christopher Eby
7156d11ea1 Increase padding on the long widget buttons 2010-07-25 03:07:25 -05:00
Christopher Eby
03ffdfbaf3 Add a 2x2 widget 2010-07-25 03:07:12 -05:00
Christopher Eby
0cf4e0e097 Tweak 1x4 widget layout 2010-07-25 01:06:05 -05:00
Christopher Eby
2f8679bb54 Tweak one cell widget layout 2010-07-25 00:52:23 -05:00
Christopher Eby
7879aa775a Run pngcrush on all PNGs 2010-07-25 00:38:21 -05:00
Christopher Eby
a43baab770 Change the appearance of the 1x4 widget 2010-07-25 00:30:29 -05:00
Christopher Eby
4634dd8ca5 Remove the borders from the long widget 2010-07-17 19:38:28 -05:00
Christopher Eby
f43bb58a65 Only open the activity in certain areas on the widget 2010-06-02 00:30:39 -05:00
Christopher Eby
3e186a2307 Add a 1x4 widget 2010-05-26 22:25:00 -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
6ea8b257c5 Don't initalize the controls ImageView with the icon
This was a remnant of some test code..
2010-05-22 21:51:52 -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
5ef2343272 Rework the song selector controls layout 2010-05-22 14:27:47 -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
8ecd6e27e6 Add licenses to the xml drawable resources 2010-05-16 11:53:41 -05:00
Christopher Eby
9dc8baea64 Rename tab icons to their default android names 2010-05-16 11:50:20 -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
05e4abed9c Don't automatically hide the controls in the main view
Let's just try it out. It's more like the iPod/iPhone..?
2010-04-20 18:37:07 -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
99896331f5 Draw the gradient line for the list dividers too 2010-04-10 22:08:58 -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
6753a30877 Add vertical padding to the seek bar 2010-04-04 01:06:04 -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
6c58ca2d82 Convert default action preference to use integer strings
Might as well break some more preferences while we're at it
2010-04-02 11:00:09 -05:00
Christopher Eby
efef58276e Allow the notification to never be shown 2010-04-02 10:51:23 -05:00
Christopher Eby
11b62deb6a Fix the SongSelector background on Android 1.5
Android 1.5 takes a black background to be translucent for some reason
2010-03-21 21:31:17 -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
8b9e7a63b7 Rename the main activities to be more consitent
NowPlayingActivity -> FullPlaybackActivity
RemoteActivity -> MiniPlaybackActivity

Also renamed referenced layouts and move the MiniPlaybackActivity layout inside
the main activity file
2010-03-21 16:43:52 -05:00