summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic translation importMichael Bestas2015-08-172-2/+10
| | | | Change-Id: I9a33e84708b075cf53f7cdadbb4c7fa9e512379e
* Eleven: Visualizer: Add back landscape modeLinus Lee2015-08-133-15/+17
| | | | | | | | | - 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-116-39/+217
| | | | | | | | | | 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
* Automatic translation importTom Powell2015-08-111-0/+62
| | | | Change-Id: Ie534691c2f70476f3106665f07aaea47125a995c
* Visualizer tweaksUtkarsh Gupta2015-08-084-64/+42
| | | | | | | | | | | - Show visualizer even when sliding panels - Hide visualizer in power save mode - Ignore first 2 bytes of FFT Data - they are quite random - Hide visualizer in landscape mode - Reduce color update delay Change-Id: I90f1a442db2f56f0e4075ff096711c163626731b Signed-off-by: Utkarsh Gupta <utkarsh.eminem@gmail.com>
* Automatic translation importMichael Bestas2015-08-053-19/+19
| | | | Change-Id: Iff82672d55475d52a4a9e316d7d1cb1d832ef459
* Automatic translation importMichael Bestas2015-07-279-0/+963
| | | | Change-Id: Ieef8d0c19082094f71d3037daca2a3c90fb2c993
* Upgrade visualizerUtkarsh Gupta2015-07-2110-312/+237
| | | | | | | | | | | * 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>
* Automatic translation importMichael Bestas2015-07-194-0/+242
| | | | Change-Id: Ic5ba2237f314d8ceec58f05cbf9283f2a6343dd4
* eleven: fix invalid srt formatsJorge Ruesga2015-07-131-0/+6
| | | | | | | | | Check for invalid time formats in srt files too. If there is an exception loading the file just throw out the entire file. Change-Id: Ic6011f843d1c433e9d8d84281c1c98dc5deaf547 JIRA: NIGHTLIES-1552 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* Automatic translation importMichael Bestas2015-07-134-0/+117
| | | | Change-Id: I43f9e69ad01926deab83aae02fbe17c2f4067809
* Dynamically generate visualizer colorUtkarsh Gupta2015-07-073-62/+84
| | | | | | | | | * Set visualizer color along with status bar * Fix visualizer not showing up after window focus lost * Cache visualizer parameters Change-Id: I915e91f485b6e8b8600dad8d9ce304089ba53003 Signed-off-by: Utkarsh Gupta <utkarsh.eminem@gmail.com>
* Automatic translation importMichael Bestas2015-07-026-1/+197
| | | | Change-Id: Id679a7a476f7d03a5b8241f765e9024da2aa55e2
* Automatic translation importMichael Bestas2015-06-234-0/+5
| | | | Change-Id: I111bce90f8d07fc70776f3c00e2dc1246097a4eb
* AudioPreviewActivity: Better external audio previewingMartin Brabham2015-06-158-40/+1017
| | | | | | - Adds a pop up activity that previews the audio with minimal playback controls Change-Id: I163e47b3ec91603d788cfdbc8ad0262b33d786e6
* Automatic translation importMichael Bestas2015-06-132-0/+48
| | | | Change-Id: I44f3c3f84c0774ce06d2989d3b57c2fc8953ccc2
* Automatic translation importMichael Bestas2015-06-0922-2/+114
| | | | Change-Id: I7972b1d4acc880a78d37cbb0b7d61d06be63e398
* Automatic translation importMichael Bestas2015-05-317-0/+9
| | | | Change-Id: I6b33aeab6423670cf8def9c6b4f068fdd6bfdf66
* Eleven: Add playlist cover art to search resultsLinus Lee2015-05-291-46/+5
| | | | | Change-Id: I63f3b15cc9757b0daa945e4d8a3920c28673713d (cherry picked from commit b84e90377248a0155019915529d45461c3403d44)
* Eleven: remove an unnecessary check when playing music to improve perfLinus Lee2015-05-291-9/+0
| | | | | Change-Id: Ic9b6d1ee2f80446013dd0794696e8cd66a73221e (cherry picked from commit bda812eec5dd254ff5ab32773dc6aa24f3171b60)
* Eleven: Add a play Album option on songsLinus Lee2015-05-294-0/+20
| | | | | Change-Id: I62bf42f98ba8457b0121b723b7e4ace218805577 (cherry picked from commit 40c5425291bd07cb17a31f8d8169e142a51b7a19)
* Merge "Eleven: Remove inset from top tracks circle" into cm-12.1Danny Baumann2015-05-291-11/+3
|\
| * Eleven: Remove inset from top tracks circleLinus Lee2015-05-281-11/+3
| | | | | | | | | | | | Not sure why this removed the circle, but we don't really need the 1dp inset Change-Id: Iaa978b5a964b4d7b2d1e1be186790f64023beb24
* | Automatic translation importMichael Bestas2015-05-244-3/+108
| | | | | | | | Change-Id: Ib33c7a7b4e38d200066ed9fdd1a3304c0a0659d4
* | Merge "Add Landscape support to Eleven" into cm-12.1Linus Lee2015-05-2210-272/+407
|\|
| * Add Landscape support to ElevenLinus Lee2015-05-2010-272/+407
| | | | | | | | | | | | | | | | 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
* | Automatic translation importMichael Bestas2015-05-167-0/+152
|/ | | | Change-Id: I2b65bc8a68a9f99303e19be302eb451a20659959
* Automatic translation importMichael Bestas2015-05-027-0/+243
| | | | Change-Id: Ib44ae71a0eaef8df5c473639746083c4800b67da
* Automatic translation importMichael Bestas2015-04-2537-48/+27
| | | | Change-Id: If11d181c630d1439723ccdf38d2af70a01d1bcd9
* Eleven: minor string tweaksLinus Lee2015-04-211-1/+1
| | | | | Change-Id: If61a9fceb262d96418134a986a24ec7d79730333 (cherry picked from commit 405d0d09ad8b3ecb24f3633695c034da2cec404e)
* Merge "eleven: remove_ACTION_PICK from manifest" into cm-12.1Abhisek Devkota2015-04-201-6/+0
|\
| * eleven: remove_ACTION_PICK from manifestJorge Ruesga2015-04-171-6/+0
| | | | | | | | | | | | | | | | We are far from support pick an audio file. This cause MMS to be able to pick an audio file with Eleven, which is currently not possible. Change-Id: I65192d1dccd0b98982d65c7743c51cda3860f7d5 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
* | Merge "Eleven: Checkboxes to switches" into cm-12.1Abhisek Devkota2015-04-201-4/+4
|\|
| * Eleven: Checkboxes to switchesMichael Bestas2015-04-171-4/+4
| | | | | | | | Change-Id: I41439cc69147db49b08cace87ba3513d34dbac6c
* | Merge "Eleven: Show/Hide album art on lockscreen" into cm-12.1Abhisek Devkota2015-04-207-9/+72
|\|
| * Eleven: Show/Hide album art on lockscreenMikalacki Sava2015-04-177-9/+72
| | | | | | | | | | | | Added preference option to show/hide album art on lockscreen. Change-Id: Iea2173288fc279f15abe6675a0ffd582e35ad321
* | Eleven: properly send open/close session eventsRoman Birg2015-04-201-4/+11
| | | | | | | | | | | | | | | | These were being fired off at device boot and there was a session being held for the entire duration. Only request the session when playing. Change-Id: I37ebc5a6898453dd090cc68ee2126e9c5d08d892 Signed-off-by: Roman Birg <roman@cyngn.com>
* | Automatic translation importMichael Bestas2015-04-1712-22/+260
|/ | | | Change-Id: I5bf81d21196cfbf74d7e1451ad9000e89a97d79e
* Automatic translation importMichael Bestas2015-04-175-1/+111
| | | | Change-Id: Iafb5430b416befbb68309e16bf2cf7a4984c7347
* Automatic translation importMichael Bestas2015-04-1712-4/+46
| | | | Change-Id: I3146069beab8e56c5583ac8c3068b8f2ba65daa3
* Automatic translation importMichael Bestas2015-04-1720-0/+329
| | | | Change-Id: I57fb2e9ca94f3cf041da11897c015662bd4fdfdf
* Automatic translation importMichael Bestas2015-04-1715-4/+254
| | | | Change-Id: I706ba0b421b725967fca66376be10a6a4027e4f1
* Expose colors from array in Eleven playerBryan Owens2015-04-152-18/+55
| | | | | | Signed-off-by: Bryan Owens <djbryan3540@gmail.com> Change-Id: I0524ee3c1425ff94c33147cf7a9978fb69f3cc04
* Automatic translation importstaging/cm-12.1Michael Bestas2015-03-0626-2/+257
| | | | Change-Id: I0eb3d9ee073d85db21c22c6c88936840669d7ea9
* Improve stringstable/cm-12.0-YNG1TMichael Bestas2015-03-061-1/+1
| | | | Change-Id: I1cb08b5eb897a57f4027fb4a6864e27640659688
* Automatic translation importMichael Bestas2015-02-2810-20/+791
| | | | Change-Id: Iba82e26dbbedcb0e82b42d822f2af01774f818e2
* Eleven: shake to play next song, only available while music is playing.stable/cm-12.0-YNG1IMikalacki Sava2015-02-239-2/+420
| | | | | | | | 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
* Automatic translation importMichael Bestas2015-02-1913-0/+946
| | | | Change-Id: I71ce21285d97675bc0aa6678a561d8aaa609cc5c
* Automatic translation importMichael Bestas2015-02-1162-2817/+655
| | | | Change-Id: Ifdbb2e2ab68d314f033b12c55fe96b845a3b194f
* New Material iconMichael Bestas2015-02-0211-1/+1
| | | | | | * Created by Jovie Brett Bardoles Change-Id: If061e56906567722550c230a8f8cfd87f90ba97d