Christopher Eby
52377a86de
Remove MiniPlaybackActivityLayout
2011-10-04 01:07:11 -05:00
Christopher Eby
5a7e282a41
Remove untranslatable array and make overflowing tab text marquee
2011-09-29 13:34:50 -05:00
Pavol 'Scrool' Babincak
1dbfd6471a
Shorten long labels in tabs
2011-09-29 08:42:39 +02:00
Christopher Eby
221e3857f3
Move clear button to the side of the search field; use different icon
2011-09-24 19:53:53 -05:00
Christopher Eby
6be7e4d69e
Remove ControlButton
2011-09-24 18:16:51 -05:00
Christopher Eby
5620d240b5
Add a default album art icon for the library controls
...
Mostly to prevent the need to shift the postion of the buttons back and forth
when changing between songs with/without cover art.
2011-09-23 02:23:24 -05:00
Christopher Eby
98873972f7
Make library controls prettier
2011-09-23 01:59:40 -05:00
Christopher Eby
268a537969
Don't use TabHost
2011-09-23 01:06:16 -05:00
Christopher Eby
b842b7e46f
Share layout content between library with/without control layouts.
...
Also make search box not overlap.
2011-09-22 15:29:53 -05:00
Christopher Eby
827201a644
Implmenent some optimizations suggested by layoutopt
2011-09-22 15:28:32 -05:00
Christopher Eby
0cb2b325d3
Use separate layouts for library with/without controls
2011-09-21 16:23:58 -05:00
Christopher Eby
ccac623322
Remove exit button
2011-09-19 22:13:03 -05:00
Christopher Eby
25ce5d6daf
Don't send bitmaps through a parcel; send Uri instead
...
This speeds things up quite a bit, but requires some reworking to the widget
layouts...
2011-09-18 09:28:00 -05:00
Christopher Eby
b8c137310a
Make widget double tap setting global
2011-09-05 16:02:07 -05:00
Christopher Eby
07c29406e2
Handle text alignment in TextView rather than the layout
...
This allows the alignment to be updated immediately instead of in the background
2011-08-29 01:36:51 -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
199a46a139
Switch to MIT license
2011-08-19 01:28:15 -05:00
Christopher Eby
1423ce773c
Increase shadow radius in widget
2010-07-25 22:06:01 -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
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
0e8fb9cb29
Allow playlists to be renamed
2010-05-23 11:11:13 -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
5ef2343272
Rework the song selector controls layout
2010-05-22 14:27:47 -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
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
e2889d3d25
Add controls in the song selector
...
This is somewhat hackish.
2010-04-12 23:11:06 -05:00
Christopher Eby
99896331f5
Draw the gradient line for the list dividers too
2010-04-10 22:08:58 -05:00
Christopher Eby
6753a30877
Add vertical padding to the seek bar
2010-04-04 01:06:04 -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
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
Christopher Eby
cc953001b8
Set a foreground image instead of background image in the widget
...
This has proper scaling and can be set in RemoteViews. Curiously, it requires
that the transparent placeholder be the same size as the icon---the image size
doesn't seem to be updated when the drawable state changes
2010-03-20 15:24:16 -05:00
Christopher Eby
32ce1f7120
Update widget play/pause icon according to state
2010-03-18 20:19:53 -05:00
Christopher Eby
11d175cb94
Listen for song change in AppWidgetProvider
2010-03-18 19:33:01 -05:00
Christopher Eby
ebcae9e507
Move limiters to their own layer
2010-03-11 20:29:40 -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
4b5d43cced
Show lists for all song selector tabs
2010-03-08 03:05:03 -06:00
Christopher Eby
1024f36ac4
Add tabs to the song selector
...
They serve no purpose, yet
2010-03-07 21:51:47 -06:00