summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Avoid NPE" into cm-13.0Marcos Marado2016-09-301-1/+2
|\
| * Avoid NPEMarcos Marado2016-09-231-1/+2
| | | | | | | | Change-Id: Ib6a44e2f2ee023992ce3539a9aa1b7ed0be9d3ef
* | Eleven: Do not uppercase unnecessarilyZhao Wei Liew2016-09-292-4/+4
|/ | | | | | Please do not yell in my face. Change-Id: I8f1aa19ad8239aa093e6af78df18bdd4387f84a1
* eleven: Runtime permissionsSteve Kondik2016-09-113-19/+111
| | | | | | | | * Add prompting for storage permissions in order to bump the API level up to level 23. Change-Id: Id3fc4ee06fe3534b2f94408e96a8163f4fae8f98 (cherry picked from commit da1629dce3bf475957a53df89e25ad0af0de61dd)
* Merge "Automatic translation import" into cm-13.0Jessica Wagantall2016-08-290-0/+0
|\
| * Automatic translation importpinky@build012016-08-278-15/+210
| | | | | | | | | | Change-Id: I69b7e78d88242ed0ee6f5a68d056fe3d94a8763f Ticket: -
* | Automatic translation importpinky@build012016-08-278-15/+210
|/ | | | | Change-Id: I25c524984012209055b2c3189eafc1038cd3aca7 Ticket: -
* Handle headset hook multi click in playback service.Danny Baumann2016-08-192-158/+94
| | | | | | | | | We usually get media button events via the session callback now, so only handling those events in the button receiver (which is only triggered if e.g. media buttons are pressed without us running after reboot) is not sufficient. Change-Id: I50ff266af826edd016804b267323effe1056f045
* Convert to new media button receiver logic.Danny Baumann2016-08-151-10/+10
| | | | | | | | | | | | Commit Ide906efdf90a6f42f3fcb6c5386328301165cb7c changed the media button receiving logic to be routed through MediaSession, but missed to also convert the media button intent receiver registration used for receiving button events if our playback is stopped. Also add the possible stop action (we're handling onStop after all) missing in the aforementioned commit. Change-Id: Idd4b8bc00f58eee2ff7fc2e5a685b7918988c37c
* Merge "handle media keys" into cm-13.0Danny Baumann2016-08-031-1/+10
|\
| * handle media keysShaleen Jain2016-07-171-1/+10
| | | | | | | | | | | | | | This lets Eleven respond to physical media keys on some devices as well as when the volumn buttons are long pressed when the screen is off and the 'Playback control' preference is true in settings. Change-Id: Ide906efdf90a6f42f3fcb6c5386328301165cb7c
* | Merge "Eleven: fix possible NPE" into cm-13.0Abhisek Devkota2016-07-271-0/+3
|\ \ | |/ |/|
| * Eleven: fix possible NPEMichael W2016-06-181-0/+3
| | | | | | | | | | | | | | Fix for the case when name is null Change-Id: I90909497129c09f6ab8a4eebd0935c2d38de5b39 Reference: BugDump 13-20160610-16 L#80
* | Automatic translation importinky@build012016-07-151-2/+2
|/ | | | | Change-Id: I3c875af47cea5b80a1fd97473cf4c6d2865e3f3c Ticket: -
* Automatic translation importinky@build012016-06-012-0/+33
| | | | Change-Id: I74b0fb60cf6c84e21ba19c6b6ead2227827afc69
* Merge "Themes: Expose and separate values for themes" into cm-13.0Dave Kover2016-05-0519-31/+64
|\
| * Themes: Expose and separate values for themesBryan Owens2016-05-0119-31/+64
| | | | | | | | | | Change-Id: Ifeff7fa28707de84af3c40f910787092f56c65b5 Signed-off-by: Bryan Owens <djbryan3540@gmail.com>
* | Eleven: new iconjrizzoli2016-05-025-0/+0
|/ | | | | | | Asher made it Change-Id: If79dc0f471b2faef0fcffb2746ec463cf4319859 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* Generate all color swatches.Danny Baumann2016-04-271-6/+1
| | | | | | | | | | While we only use the vibrant colors in the UI, we also use the palette to determine the dominant color and compare the vibrant colors against that. If the dominant color is one of the muted swatches, by only generating the vibrant swatches we needlessly exclude one of the vibrant colors from being used as visualizer color. Change-Id: I3ca1059a653ff39b49b6a38a934863ef6ad2d976
* Add toString() methods to BitmapWithColors class.Danny Baumann2016-04-271-0/+13
| | | | | | Eases debugging. Change-Id: I34d4d0ae888f4768232fd8a526a47111720d1faf
* Load palette in background.Danny Baumann2016-04-271-0/+7
| | | | Change-Id: I03322c552ee1151be14e1d7c4db2a8f493d34580
* Improve visualizer color selection.Danny Baumann2016-04-272-17/+89
| | | | | | Make sure to select the color that contrasts the most to the artwork. Change-Id: I0043463e05132a01f8ff3351565b672825779079
* Eleven: Cleanup all the whitespaceMichael Bestas2016-04-25108-306/+300
| | | | Change-Id: I82024ce0ada3220b6b87178ea36303b53445e065
* Merge "CodeCleanup : Replace StringBuffer with String" into cm-13.0Michael Bestas2016-04-176-49/+34
|\
| * CodeCleanup : Replace StringBuffer with StringRazorSharp2016-04-166-49/+34
| | | | | | | | Change-Id: I1f93ec71097c916e047d92d5413b9702272b500b
* | 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
* | Merge "Automatic translation import" into cm-13.0Michael Bestas2016-04-166-2/+255
|\ \ | |/ |/|
| * Automatic translation importMichael Bestas2016-04-166-2/+255
| | | | | | | | Change-Id: I3aed4d0c3e16c1d9d99caa924274a904784976ba
* | Eleven: Simplify a boolean expressionRazorSharp2016-04-161-3/+2
| | | | | | | | Change-Id: I6bd01f9a194117238712734757e059aa8e24313c
* | Eleven: much materialJoey Rizzoli2016-04-15244-558/+770
|/ | | | | | | | | - Remove old font, let's use the system's - Vector drawables - Update colors Change-Id: I6c4335f388c88fd4ce6d10e4995692aaf0679a49 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* Eleven: Use appropriate String value comparisonRazorSharp2016-04-111-1/+2
| | | | Change-Id: Iad2ef9085b7f011ccc9e95e9f3874ad5a547daad
* Eleven: Remove unnecessary local variablesRazorSharp2016-04-116-16/+9
| | | | Change-Id: Ic92632873f75bd2d4569a4700a744a3ca17e99cb
* Automatic translation importMichael Bestas2016-04-063-33/+98
| | | | Change-Id: Ia2a296e28dfb22dfd52bd18db2b35d2ea4f094ae
* Automatic translation importMichael Bestas2016-03-284-192/+4
| | | | Change-Id: Iadedb550daccae5527fa818748f20fa3a7f5a091
* Merge "Fix some scaling issues with non-square album art." into cm-13.0Danny Baumann2016-03-212-5/+3
|\
| * Fix some scaling issues with non-square album art.Danny Baumann2016-02-292-5/+3
| | | | | | | | Change-Id: I541b4ed4c6c0edd09b6419d76566ea0d1fce81da
* | Automatic translation importMichael Bestas2016-03-1721-37/+1738
| | | | | | | | Change-Id: Ibddd4a284edd7f3a80b2d6b9b8f0587f06e2bae9
* | Automatic translation importMichael Bestas2016-03-05186-30/+4025
|/ | | | Change-Id: I4375dac253206593492c1ea2c93418a1c29af2a9
* Automatic translation importMichael Bestas2016-02-2210-62/+54
| | | | Change-Id: Iea85445f0433aad74c11fcc0e5e87d1e4b5baace
* Codecleanup: Use Chained append calls to improve the performanceRazorSharp2016-02-204-5/+8
| | | | Change-Id: Ieb9d4ba314d4859f5f17af5cbedd8c06c06ac0b7
* CodeCleanup : Remove redundant Type CastingRazorSharp2016-02-202-2/+3
| | | | Change-Id: I1d539acc4e8bae4a0f9996297936e5c862679660
* Eleven: Synchronization on a non-final field 'mPauseLock'RazorSharp2016-02-201-1/+1
| | | | Change-Id: I957b2d5010f31edab105c3ffd553feafe32bb99f
* Automatic translation importMichael Bestas2016-02-147-73/+78
| | | | Change-Id: Ib23f2140be148368990dc2f4e1b21e72b8931031
* Improve preview activity behaviour.Danny Baumann2016-02-042-1/+2
| | | | | | | Move the seek bar to the very end on completion, and make sure the preview activity isn't added to the (main) player task. Change-Id: Ic55e2b04b4be4172a7dcca45ff5f30e54c9e5d23
* Automatic translation importMichael Bestas2016-02-025-1/+490
| | | | Change-Id: I01f8cc82159b25f9ff7b42bd008cb194d1a19010
* Automatic translation importMichael Bestas2016-01-1111-9/+822
| | | | Change-Id: I3d3db920734b28253383a89e93b8cd08c749e3e1
* Merge "Eleven: Remove wakelock" into cm-13.0Linus Lee2016-01-041-32/+5
|\
| * Eleven: Remove wakelockmyfluxi2015-12-231-32/+5
| | | | | | | | | | | | | | We do not need this, let the device sleep during (offloaded) playback. Change-Id: I596b480a6361745b96b547c93f1d5433e18069e0
* | Automatic translation importMichael Bestas2015-12-2515-595/+251
|/ | | | Change-Id: I1a2a08977a35b492180b5908373b25679fb071b3
* Eleven: Add missing RecyclerView support ressourcesAdrianDC2015-11-231-1/+2
| | | | | | | | * Artists list would crash with error : "Error inflating class android.support.v7.widget.RecyclerView" Change-Id: Icc27ef9b8389a9a16eec34562432656bf1726f5d Signed-off-by: AdrianDC <radian.dc@gmail.com>