summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Themes: Expose and separate values for themesBryan Owens2016-05-0116-31/+31
| | | | | Change-Id: Ifeff7fa28707de84af3c40f910787092f56c65b5 Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
* Eleven: Cleanup all the whitespaceMichael Bestas2016-04-2511-22/+22
| | | | Change-Id: I82024ce0ada3220b6b87178ea36303b53445e065
* Eleven: vertically recentre widgetsSultan Qasim Khan2016-04-163-4/+4
| | | | | | | | The recent theme change made parts of the widgets offset towards the top, which looks odd and unbalanced. This brings back the more normal looking centring. Change-Id: Id83f3523e8b766aaf8abde0a9410c768a7f325c5
* Eleven: much materialJoey Rizzoli2016-04-1520-276/+178
| | | | | | | | | - Remove old font, let's use the system's - Vector drawables - Update colors Change-Id: I6c4335f388c88fd4ce6d10e4995692aaf0679a49 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* Fix some scaling issues with non-square album art.Danny Baumann2016-02-292-5/+3
| | | | Change-Id: I541b4ed4c6c0edd09b6419d76566ea0d1fce81da
* Eleven: Visualizer: Add back landscape modeLinus Lee2015-08-131-2/+0
| | | | | | | | | - Disable visualizer when queue panel is on top - For some reason, the layout size isn't picked up by its parent, so for now force it to be square in onMeasure Change-Id: I71d3489def08a1ea347801211d92cd113b9cbd5f
* Add ability to seek through track with circular motionLinus Lee2015-08-112-6/+6
| | | | | | | | | | With this patch, if you do a circular gesture motion on the large play button, you can seek the track instead of using the long press of the next/previous buttons Also change the progress bar to 1000 to allow for smaller updates Change-Id: I38512b2439227686bc6363e77b1858dbb5764a9f
* Upgrade visualizerUtkarsh Gupta2015-07-211-2/+2
| | | | | | | | | | | * A different visualizer: http://imgur.com/npV2zyO * Much smoother than the current one, Always stays above 60fps (even in powersave mode). * Abandon android-visualizer library. * Set visualizer color alpha to 75% Change-Id: I08ad5815893735f4427e84d460c4f7a06bf4b019 Signed-off-by: Utkarsh Gupta <utkarsh.eminem@gmail.com>
* AudioPreviewActivity: Better external audio previewingMartin Brabham2015-06-151-0/+105
| | | | | | - Adds a pop up activity that previews the audio with minimal playback controls Change-Id: I163e47b3ec91603d788cfdbc8ad0262b33d786e6
* Add Landscape support to ElevenLinus Lee2015-05-203-237/+275
| | | | | | | | This adds most of the support. There is a bug around the album art not loading on rotation - but this patch covers pretty much every other case Change-Id: If9033b0323beab8837493d289dcf77b76d1ea8c9
* Make buttons more touch friendly.Danny Baumann2014-12-277-39/+22
| | | | | | | 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-2716-240/+224
| | | | | | | | -Material Ui theme -New launcher icon -Better tabs Change-Id: I712ac2eb5256841cf89d198eed775ce8afe9d09c
* Merge "Add improved localized sorting (similar to contacts sorting) to ↵linus_lee2014-12-121-1/+1
|\ | | | | | | Eleven" into cm-12.0
| * Add improved localized sorting (similar to contacts sorting) to Elevenlinus_lee2014-12-111-1/+1
| | | | | | | | Change-Id: I6d06f9e6974a2dc178445ca71c7c7f1355e00804
* | Merge "Eleven: fix default image not showing up in queue fragment" into cm-12.0Rajesh Yengisetty2014-12-111-1/+1
|\ \
| * | Eleven: fix default image not showing up in queue fragmentlinus_lee2014-12-101-1/+1
| | | | | | | | | | | | | | | | | | | | | SquareImageView and the LetterTileDrawable doesn't work well together Since this image has fixed dimensions we don't need SquareImageView anyways Change-Id: I8dcac7b3170af227f39d6d6333ff7d0497592bf9
* | | Eleven: Fix exception when leaving Eleven with nothing in the queuelinus_lee2014-12-111-1/+2
|/ / | | | | | | | | | | | | | | It is possible for things to post to a handler even after the service has been destroyed Fix is to shutdown the handlerthread in the onDestroy Also set the subtitle text to alpha of 0 to not show on first launch Change-Id: I76b5f4c4bc8a114660ced042ab02089bf279accb
* / Use L's new notification and media session API.Danny Baumann2014-12-101-69/+0
|/ | | | Change-Id: Ic9e7facdfa7213439b168a915ac9f2e8afc0a252
* Update Eleven headers and namespace for open sourcelinus_lee2014-12-0939-82/+260
| | | | Change-Id: I82caf2ebf991998e67f546ff2ac7eaf2b30dc6be
* Eleven: Switch default artist and album to a more colorful versionlinus_lee2014-12-095-5/+1
| | | | | | | | 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-091-0/+15
| | | | | | https://cyanogen.atlassian.net/browse/MUSIC-186 Change-Id: I8fec1c61d69dca06be30ccebf9c996d7fac2ae75
* Eleven: Add equalizer visualizationlinus_lee2014-12-081-0/+17
| | | | Change-Id: I9a3112cf4138e916ed53571236e54b67c30b53c4
* Eleven: some perf improvements mainly when interacting with the widgetlinus_lee2014-11-203-3/+3
| | | | | | | | | | | The main culprit is passing large default artwork to the remote views It also appears that the events from the service may fire multiple times but fixing that is not a small change - for now cache some of the heavier operations instead https://cyanogen.atlassian.net/browse/MUSIC-120 Change-Id: I8bbb10357c9d7d1c01ef5e7627efdf8e9b956421
* Eleven: Change the divider lines on Play Queue to light (used to be dark)Rohit Yengisetty2014-11-201-1/+1
| | | | | | https://cyanogen.atlassian.net/browse/MUSIC-70 Change-Id: Ic4a2d367ca3bddbaa4b90047977034093c7ba96c
* Eleven: Show scroll bar in PlaylistDetailFragmentRaj Yengisetty2014-11-205-12/+49
| | | | | | https://cyanogen.atlassian.net/browse/MUSIC-124 Change-Id: I1c2c2be670bf78f8b77f7592ddcd4cd27959e608
* Eleven: show empty view in Now Playing when queue emptyWilhelm Fitzpatrick2014-11-201-3/+8
| | | | Change-Id: I79be089bf35735e391032116c85dfa5b73019faf
* Eleven: Queue redlines and miscellaniousWilhelm Fitzpatrick2014-11-203-14/+15
| | | | | | | | | Update play queue to bring as close to redlines as possible. Also fixed padding for section headers and a few other small details. https://cyanogen.atlassian.net/browse/MUSIC-57 Change-Id: I21b8642ee9013f071081c7415af770cf60acbd6b
* Eleven: redlines for ArtistDetailWilhelm Fitzpatrick2014-11-203-32/+35
| | | | | | https://cyanogen.atlassian.net/browse/MUSIC-57 Change-Id: I48484c5c01eaa7ff7da3037bf16437a91b9a45b7
* Eleven: Update app widgets and notificationRaj Yengisetty2014-11-205-23/+27
| | | | | | https://cyanogen.atlassian.net/browse/MUSIC-43 Change-Id: Icfd6f2794683bd0402dfc8f7fa545e696a91bd8f
* Eleven - change the artist detail view's hero image to be scaled and ↵Rohit Yengisetty2014-11-201-1/+1
| | | | | | | | top-left aligned https://cyanogen.atlassian.net/browse/MUSIC-107 Change-Id: If7904a1b9c26d306483fd9098de96ff5f30e3801
* Eleven: make sure all lists are using consistent marginsWilhelm Fitzpatrick2014-11-208-13/+17
| | | | | | https://cyanogen.atlassian.net/browse/MUSIC-57 Change-Id: Id94d8ab2a520cf79d28d897411515e522130271d
* Eleven: redlines for Now Playing screenWilhelm Fitzpatrick2014-11-203-160/+291
| | | | Change-Id: Iad45c6ebb4f4c541a18d4914c23caae4fa8f4ed4
* Eleven: updated Album Tab to v2 redlinesWilhelm Fitzpatrick2014-11-203-16/+27
| | | | | | | 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 : Vertically align the Song info and Album info in the Album detail viewRohit Yengisetty2014-11-202-75/+81
| | | | | | | https://cyanogen.atlassian.net/browse/MUSIC-103 https://cyanogen.atlassian.net/browse/MUSIC-104 Change-Id: I283ed37ed0208ad5b66eeee0934b8e03faa07207
* Eleven : Changes to Album Detail pageRohit Yengisetty2014-11-202-7/+10
| | | | | | | | | | * 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-203-156/+3
| | | | | | https://cyanogen.atlassian.net/browse/MUSIC-54 Change-Id: I831d77a03c28967d97138a9158d378ad0b5b7981
* Eleven: Update top tab bar to be closer to the speclinus_lee2014-11-201-10/+3
| | | | | | | | 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 : switch to toasts positioned towards the bottom of the screen to ↵Rohit Yengisetty2014-11-201-0/+17
| | | | | | | | convey messages to user https://cyanogen.atlassian.net/browse/MUSIC-88 Change-Id: I8a98038a5d7e2819b5f6aa51a505cb9c8b21de81
* Eleven: Fix action bar header text size/color/stylelinus_lee2014-11-201-1/+2
| | | | | | https://cyanogen.atlassian.net/browse/MUSIC-91 Change-Id: Ieda11e8a96b96bdfe57774a8fd88fec7b253766b
* Eleven: add hidden buttons actions as overflow actions insteadWilhelm Fitzpatrick2014-11-201-11/+0
| | | | | | Note: renamed a string resource, so it is renamed in all localized files Change-Id: Ic81184122674d5e7d63000113f5412030895002a
* Eleven: Add song indicators, change ProfileSongAdapter to use SongAdapterlinus_lee2014-11-204-30/+82
| | | | | | | | | | Much larger change than anticipated. A look of hook ins into the MusicPlaybackService Also a lot of changes here and there Still, a portion of the music playback service needs to be rewritten in bug https://cyanogen.atlassian.net/browse/MUSIC-44 https://cyanogen.atlassian.net/browse/MUSIC-56 Change-Id: I644b4347e1655ebb529cd0dd0a7a34ce2bd399c1
* Eleven: Rip out palette code and use a simple gray scrim, adjust icons a bitlinus_lee2014-11-203-5/+6
| | | | | | | | 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: Remove shadow from top barlinus_lee2014-11-202-21/+0
| | | | | | https://cyanogen.atlassian.net/browse/MUSIC-83 Change-Id: If3ac297c681a8c1cac669ffca7b94c2455550d6a
* Eleven: Add loading dialogs to all fragmentslinus_lee2014-11-206-9/+31
| | | | | | | | | | Some fragments intentionally don't show the loading dialog on recreate to prevent a split second flash on the screen Loading is delayed by 300ms for better user experience Fixed a small bug in the RecentStore https://cyanogen.atlassian.net/browse/MUSIC-63 Change-Id: I5bd7ee25234d0146887f152bbcb57fed6bbb2c01
* Eleven: Move most activities to fragments to improve perflinus_lee2014-11-201-6/+1
| | | | Change-Id: I20cdf01a4b1a3554dfbd1c9bc2c14d4f77560ec8
* Eleven: add empty view to play queueWilhelm Fitzpatrick2014-11-201-2/+2
| | | | | | | 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: Add the context menu items to the 2nd layerlinus_lee2014-11-204-9/+4
| | | | | | | | | Part 2/2 Fix the delete case scenarios that I could find where lists were not updating https://cyanogen.atlassian.net/browse/MUSIC-22 Change-Id: I96a97378b5cfd06239e6a470e16c081f55daa012
* Eleven: Add context menus to all top level fragments and playlistsLinus Lee2014-11-2010-15/+50
| | | | | | | | | | This is part 1/2 - will add it to album detali/artist detail page after Added helper pop up menu class This also merged songfragment with basicsongframent because of the large similarities https://cyanogen.atlassian.net/browse/MUSIC-22 Change-Id: I9951fe7238aaff7599f0cb6f655f0677f998bb6b
* Eleven: Move dividers into the list item to allow more flexibilityLinus Lee2014-11-2018-312/+235
| | | | | | 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-205-4/+56
| | | | | | | | | | | 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