summaryrefslogtreecommitdiffstats
path: root/res/values
Commit message (Collapse)AuthorAgeFilesLines
* Eleven: shake to play next song, only available while music is playing.stable/cm-12.0-YNG1IMikalacki Sava2015-02-231-0/+2
| | | | | | | | Allows user to shake his device to switch to next song. This feature is available through settings and is invoked only while music is playing. Change-Id: Ifb0866565d49443af7f3ac679e80601660506515
* Make buttons more touch friendly.Danny Baumann2014-12-271-14/+9
| | | | | | | Do this by replacing margins and empty space around buttons by padding. Doing this also makes the ripple touch feedback look better. Change-Id: I7f2e933b9f7b481c9456f56860483c2e5e96b67b
* Eleven: materializelinuxx2014-12-278-418/+75
| | | | | | | | -Material Ui theme -New launcher icon -Better tabs Change-Id: I712ac2eb5256841cf89d198eed775ce8afe9d09c
* Eleven: Show error message for corrupt tracks (additional codepaths)linus_lee2014-12-271-1/+1
| | | | | | | | | | Add showing error message for code paths where the media player fails gracefully Unfortunately adding the logic to remove the bad track is not trivial because the removeTracks logic automatically does other things to try to go to the next track. For now I will leave the logic so that it goes on to the next track and make a note on the music service rewrite notes to cover this scenario as well. Change-Id: Ib7ae5ce7819b15cdb3ada4995bc0734ab2d9b0a2
* Eleven: Make sure we have vibrant colors for all default colorslinus_lee2014-12-201-1/+12
| | | | Change-Id: I4be163e75fc35d3b139439c504d769d17d980ace
* Eleven: Remove tracks that give problems from the queue and warnlinus_lee2014-12-161-0/+1
| | | | | | | Instead of playing the tracks over and over, remove it from the queue Also pop up a warning if the music player is active Change-Id: I1d4e5a049b69de381f1a7f86ce2b837449bc378f
* Update Eleven headers and namespace for open sourcelinus_lee2014-12-096-0/+6
| | | | Change-Id: I82caf2ebf991998e67f546ff2ac7eaf2b30dc6be
* Eleven: Switch default artist and album to a more colorful versionlinus_lee2014-12-094-1/+18
| | | | | | | | Also fixed a bug where playlist worker tasks were running more than necessary Removed the picker to fetch images from internet because last.fm is removed for now Change-Id: Ice438ac650d8b7be0c275f8270af13086e6568d6
* Eleven: Add Lyric (srt) supportlinus_lee2014-12-092-0/+5
| | | | | | https://cyanogen.atlassian.net/browse/MUSIC-186 Change-Id: I8fec1c61d69dca06be30ccebf9c996d7fac2ae75
* Eleven: Add equalizer visualizationlinus_lee2014-12-082-0/+37
| | | | Change-Id: I9a3112cf4138e916ed53571236e54b67c30b53c4
* Eleven - Introducing the ability to filter a list items into two - localizableRohit Yengisetty2014-11-251-1/+3
| | | | | | | | | | | | | | | | | | and non-localizable based on a specified attribute of the item. Udpating the SongFragment and ArtistFragment to list localizable songs towards the top, while pushing the others towards the bottom of the list. Also, updated the section creator logic to *not* create sections for the non- latin named songs. https://cyanogen.atlassian.net/browse/MUSIC-73 Change-Id: I5aaa98ae4312a9f1d142a48aaf025bdbc7e0150b Conflicts: src/com/cyngn/eleven/loaders/AlbumLoader.java src/com/cyngn/eleven/loaders/ArtistLoader.java src/com/cyngn/eleven/loaders/SongLoader.java
* Eleven - Changing the color of the Notification divider line to blue.Rohit Yengisetty2014-11-201-1/+1
| | | | | | | | | | Also increasing the inactivity-timeout of the notification to 5 minutes. https://cyanogen.atlassian.net/browse/MUSIC-160 https://cyanogen.atlassian.net/browse/MUSIC-177 Change-Id: If4c6a961fbec4dd8be43e6c7ba25a42488e70afb
* Eleven - Modified overflow / popup menus to be black text on white bgRohit Yengisetty2014-11-201-1/+1
| | | | | | https://cyanogen.atlassian.net/browse/MUSIC-110 Change-Id: I0a49177d5f263dfa706544d33b6b8897264e584e
* Eleven: Translation importlinus_lee2014-11-201-1/+1
| | | | | | Pull down 9ed0c65dffe6a17550be6e60fb6d57c42b7c49df Change-Id: I04c4500ef245c9b148cdc9df1705584fdc8ea5cb
* Eleven: Update Strings and logic based on localization feedbacklinus_lee2014-11-201-5/+3
| | | | | | https://cyanogen.atlassian.net/browse/MUSIC-134 Change-Id: I08f7f60134ceb1b77e37b5a0d33481c1fd0dd747
* Eleven: Change the divider lines on Play Queue to light (used to be dark)Rohit Yengisetty2014-11-201-0/+1
| | | | | | https://cyanogen.atlassian.net/browse/MUSIC-70 Change-Id: Ic4a2d367ca3bddbaa4b90047977034093c7ba96c
* Eleven: Show scroll bar in PlaylistDetailFragmentRaj Yengisetty2014-11-201-0/+1
| | | | | | https://cyanogen.atlassian.net/browse/MUSIC-124 Change-Id: I1c2c2be670bf78f8b77f7592ddcd4cd27959e608
* Eleven: Fix action bar spacingRaj Yengisetty2014-11-201-2/+6
| | | | | | https://cyanogen.atlassian.net/browse/MUSIC-45 Change-Id: I02f4b72db7176eb815610133b1dc4c9507c196d7
* Eleven: Pull in string resources and make tweakslinus_lee2014-11-202-25/+34
| | | | | | https://cyanogen.atlassian.net/browse/MUSIC-54 Change-Id: Iee081700c62073d803b94663553c527e70c5c0f2
* Eleven: Update app widgets and notificationRaj Yengisetty2014-11-201-0/+5
| | | | | | https://cyanogen.atlassian.net/browse/MUSIC-43 Change-Id: Icfd6f2794683bd0402dfc8f7fa545e696a91bd8f
* Eleven: make sure all lists are using consistent marginsWilhelm Fitzpatrick2014-11-201-1/+0
| | | | | | https://cyanogen.atlassian.net/browse/MUSIC-57 Change-Id: Id94d8ab2a520cf79d28d897411515e522130271d
* Eleven: redlines for Now Playing screenWilhelm Fitzpatrick2014-11-203-8/+24
| | | | Change-Id: Iad45c6ebb4f4c541a18d4914c23caae4fa8f4ed4
* Eleven: Re-add ability to change artist image and album artRaj Yengisetty2014-11-201-0/+1
| | | | | | https://cyanogen.atlassian.net/browse/MUSIC-61 Change-Id: Id839ea2df1b7a5dd7729ae584ecd72af30f975ee
* Eleven: updated Album Tab to v2 redlinesWilhelm Fitzpatrick2014-11-203-4/+8
| | | | | | | Had to partially redo the AlbumAdapter to get the top padding to scroll correctly, since GridView doesn't natively support headers Change-Id: I856712a5d215d0a684fff87187fce8d37e519d5a
* Eleven : Changes to Album Detail pageRohit Yengisetty2014-11-201-0/+1
| | | | | | | | | | * increase margin on line 2 with stopwatch icon * increase the margins to the left and right of Song list (in line with Phase 2 look) https://cyanogen.atlassian.net/browse/MUSIC-101 https://cyanogen.atlassian.net/browse/MUSIC-102 Change-Id: I5a81ff31fb47166f982ba6139643dcc5b0b7c2b3
* Eleven: Remove unused strings, rip out share, change caps to use xml attributeslinus_lee2014-11-201-54/+12
| | | | | | https://cyanogen.atlassian.net/browse/MUSIC-54 Change-Id: I831d77a03c28967d97138a9158d378ad0b5b7981
* Eleven: Update top tab bar to be closer to the speclinus_lee2014-11-201-2/+13
| | | | | | | | https://cyanogen.atlassian.net/browse/MUSIC-82 https://cyanogen.atlassian.net/browse/MUSIC-81 https://cyanogen.atlassian.net/browse/MUSIC-80 Change-Id: I890392fd0b3f937a386b969fc7da867cf0442b54
* Eleven: Fix action bar header text size/color/stylelinus_lee2014-11-202-1/+3
| | | | | | https://cyanogen.atlassian.net/browse/MUSIC-91 Change-Id: Ieda11e8a96b96bdfe57774a8fd88fec7b253766b
* Eleven: Change time to not use days or secondslinus_lee2014-11-201-6/+2
| | | | | | https://cyanogen.atlassian.net/browse/MUSIC-121 Change-Id: Ie329267aefb04c79aa1f4a73bcb12cf9f72bc269
* Eleven: add hidden buttons actions as overflow actions insteadWilhelm Fitzpatrick2014-11-201-1/+13
| | | | | | Note: renamed a string resource, so it is renamed in all localized files Change-Id: Ic81184122674d5e7d63000113f5412030895002a
* Eleven: Rip out palette code and use a simple gray scrim, adjust icons a bitlinus_lee2014-11-201-1/+1
| | | | | | | | Icons are now using 40% opacity for disabled states instead of a grayish image https://cyanogen.atlassian.net/browse/MUSIC-7 Change-Id: I7ebc0c162fae3d0776d23c166458d0876e5fbfff
* Eleven: add empty view to play queueWilhelm Fitzpatrick2014-11-203-1/+4
| | | | | | | Fixed issue where adapter was not cleared when last song was removed. Clear album art from now playing bar when last item in queue is removed. Change-Id: I4827203a9399faab213320a2664e3f6842897189
* Eleven: Move dividers into the list item to allow more flexibilityLinus Lee2014-11-201-1/+0
| | | | | | https://cyanogen.atlassian.net/browse/MUSIC-48 Change-Id: I16300e101d439b4c46a14b8ede034ebeda297c6b
* Eleven: Add search history implementation. Fix padding and a small bug in ↵linus_lee2014-11-201-0/+1
| | | | | | | | | | | Top tracks Padding layouts were wrong in some layouts Fixed a bug in top tracks where we were looking at id and not loading time https://cyanogen.atlassian.net/browse/MUSIC-39 Change-Id: Ie304a9a7cc07770a2b699310b0ecbe94142863cf
* This hooks up the show all part of the search as well as footerslinus_lee2014-11-204-8/+23
| | | | | | | | | | The divider is slightly off - I think to properly fix it, we need to bring in the dividers into the list items and not have the list view handle it. I will add comments to Music-48 to track the divider issue https://cyanogen.atlassian.net/browse/MUSIC-24 Change-Id: I756064154bc4b217a1981ff39bdee7e8000cf911
* Eleven: Move recents logic to song level instead of album level and enable itlinus_lee2014-11-201-2/+4
| | | | | | | | | This also fixes an empty state bug for playlists not showing the proper text Also adds logic where if ids are not found, they are removed from the SongPlayCount and Recents db https://cyanogen.atlassian.net/browse/MUSIC-34 Change-Id: I550f0481944a6c2bc82c0270a4f8024c7339d86e
* Eleven: remove dead code and recent widgetlinus_lee2014-11-201-2/+0
| | | | Change-Id: I635ec96493b9c2bdf173c0dad726edd6c30bef50
* Eleven: This adds the empty state for all pageslinus_lee2014-11-203-7/+13
| | | | | | | | | | This adds the empty state for playlists and retweaks all the other pages with the empty state to use this new and updated empty state https://cyanogen.atlassian.net/browse/MUSIC-26 https://cyanogen.atlassian.net/browse/MUSIC-49 Change-Id: I286e867267dd74c177e0c04f74f71cc3dc301913
* Eleven: AlbumDetailPage implemented according to red linesWilhelm Fitzpatrick2014-11-203-2/+15
| | | | Change-Id: I6b5d5051951eda26018f1be67d19aab27af9ae1a
* Eleven: Add Top Tracks smart playlist and rework some look and feellinus_lee2014-11-204-2/+5
| | | | | | | https://cyanogen.atlassian.net/browse/MUSIC-35 https://cyanogen.atlassian.net/browse/MUSIC-29 Change-Id: I3b262e7c0b20e15dcd1ce19f39f26dd6cc6306a2
* Eleven: Change playlist to the new layout, rip out dead codelinus_lee2014-11-203-0/+9
| | | | | | | | Still missing the image based on the top played - this turned out to be larger so I'm moving that to a separate changelist. Some code similar to the ArtistDetailPage but not enough to warrant sharing of code Change-Id: I84454590c8d9580ca42ac8254bc3648368d233a3
* Eleven: Update the search ui to be the latest version minus some featureslinus_lee2014-11-204-5/+28
| | | | | | | this doesn't have the show all button or the jump into the new sections but it looks much better than stock so we'll take it Change-Id: I72a5d38c5fced13598000776d59a933b249262bf
* Eleven: add new ArtistDetail activity to match redlinesWilhelm Fitzpatrick2014-11-201-0/+5
| | | | Change-Id: I1cc892d376d424647ee30f1423ee2d444f31c944
* Eleven: decrease overflow menu widthRoman Birg2014-11-201-0/+3
| | | | | Change-Id: I8e5c2187162708e335ce73f94935a1913819e81b Signed-off-by: Roman Birg <roman@cyngn.com>
* Eleven: Fix the click issue on the browse layer and remove dead codelinus_lee2014-11-201-0/+1
| | | | | | | Previously clicking on the browse layer would dismiss the panel Clean up dead code Change-Id: If68daf99cb97902c6a3039a46a64f271e3fd5866
* Eleven: Update the bottom action bar to be latest, add update playlist viewlinus_lee2014-11-203-17/+4
| | | | | | | Playlists: add images and show # of songs HomeACtivity: fix the jumping back behavior Change-Id: I6327de25c4a4286c575adb2bb86766ed947c14b1
* Eleven: lots of ui tweaks (fonts, padding, grid layout) and cancel tasks smarterlinus_lee2014-11-207-9/+34
| | | | Change-Id: Ifffd2ef386c301d546d4182bc5c3bf303194021c
* Eleven: Add blurring behind the now playing and the queue fragments and ↵linus_lee2014-11-203-3/+17
| | | | | | | | fixes a few bugs In addition to blurring, hide non-english headers, and fix the gripper colors Change-Id: I6899a5d1d3bb8c6c7711652a618b1bdc47abcb1f
* Eleven: Add circular progress bar logic and hook into main view and queue viewlinus_lee2014-11-204-21/+43
| | | | | | | This hooks up most of the circular progress bar logic but is pending design redlines to fill in the rest of the parts Change-Id: Ibeb0c724aae7ad8ddf6b216ce7a8b73464112c0e
* Eleven: Add a lot of the styling/colors to the Eleven applinus_lee2014-11-203-15/+138
| | | | | | | | | There is still quite a few pieces missing like menu, the music player section, and tweaking of margins and removing of the action bar, but this change was getting so large I wanted to get this in first Change-Id: I3dfa7aff97810b80187eba41435f43edee828213