summaryrefslogtreecommitdiffstats
path: root/src/com/cyanogenmod/eleven/ui
Commit message (Collapse)AuthorAgeFilesLines
* 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-111-4/+76
| | | | | | | | * Add prompting for storage permissions in order to bump the API level up to level 23. Change-Id: Id3fc4ee06fe3534b2f94408e96a8163f4fae8f98 (cherry picked from commit da1629dce3bf475957a53df89e25ad0af0de61dd)
* Improve visualizer color selection.Danny Baumann2016-04-271-1/+1
| | | | | | Make sure to select the color that contrasts the most to the artwork. Change-Id: I0043463e05132a01f8ff3351565b672825779079
* Eleven: Cleanup all the whitespaceMichael Bestas2016-04-256-13/+13
| | | | Change-Id: I82024ce0ada3220b6b87178ea36303b53445e065
* Eleven: much materialJoey Rizzoli2016-04-157-25/+34
| | | | | | | | | - Remove old font, let's use the system's - Vector drawables - Update colors Change-Id: I6c4335f388c88fd4ce6d10e4995692aaf0679a49 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* Eleven: Remove unnecessary local variablesRazorSharp2016-04-112-4/+2
| | | | Change-Id: Ic92632873f75bd2d4569a4700a744a3ca17e99cb
* CodeCleanup : Remove redundant Type CastingRazorSharp2016-02-201-1/+1
| | | | Change-Id: I1d539acc4e8bae4a0f9996297936e5c862679660
* Improve preview activity behaviour.Danny Baumann2016-02-041-1/+1
| | | | | | | 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
* Eleven: Visualizer: Add back landscape modeLinus Lee2015-08-131-2/+2
| | | | | | | | | - 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-19/+22
| | | | | | | | | | 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
* Visualizer tweaksUtkarsh Gupta2015-08-083-51/+17
| | | | | | | | | | | - 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>
* Upgrade visualizerUtkarsh Gupta2015-07-212-21/+24
| | | | | | | | | | | * 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>
* Dynamically generate visualizer colorUtkarsh Gupta2015-07-072-26/+36
| | | | | | | | | * 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>
* AudioPreviewActivity: Better external audio previewingMartin Brabham2015-06-154-5/+854
| | | | | | - Adds a pop up activity that previews the audio with minimal playback controls Change-Id: I163e47b3ec91603d788cfdbc8ad0262b33d786e6
* Add Landscape support to ElevenLinus Lee2015-05-205-30/+93
| | | | | | | | 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
* Eleven: Show/Hide album art on lockscreenMikalacki Sava2015-04-171-1/+3
| | | | | | Added preference option to show/hide album art on lockscreen. Change-Id: Iea2173288fc279f15abe6675a0ffd582e35ad321
* Eleven: shake to play next song, only available while music is playing.stable/cm-12.0-YNG1IMikalacki Sava2015-02-231-1/+16
| | | | | | | | 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
* Eleven: Fix equalizer not pausing, action bar hiding and 1px equalizer on xxhdpilinus_lee2015-01-052-21/+2
| | | | | | | | | 1) Equalizer was not pausing because HomeActivity onSlide wasn't calling super.onSlide 2) Action bar hiding - the hiding/showing of the action bar was ripped out in materialize but was missing in one spot so in some sceanrios we were hiding it and never showing it again 3) the 1px equalizer fuzz was really bothering me especially since it showed while paused Change-Id: I47475e3ea724fa460125c753fb64ec2dd7f095d5
* Eleven: materializelinuxx2014-12-2712-47/+117
| | | | | | | | -Material Ui theme -New launcher icon -Better tabs Change-Id: I712ac2eb5256841cf89d198eed775ce8afe9d09c
* Improve notification UX.Danny Baumann2014-12-193-41/+0
| | | | | | | | | | | | - Add a proper notification icon (courtesy of Joey Rizzoli) - Use separate notification modes to allow the user to dismiss the notification when music isn't playing. - Always show notification regardless whether an activity is in foreground to ensure the notification doesn't pop up out of the blue when ending playback inside the app and leaving it afterwards. - Keep notification timestamp constant when updating it Change-Id: I2fa9a56ff31ab2874d6d96786e6b80695397702b
* Eleven: Remove tracks that give problems from the queue and warnlinus_lee2014-12-161-0/+7
| | | | | | | 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
* Eleven: Make the Equalizer button a bit smarterlinus_lee2014-12-112-1/+8
| | | | | | | First check if the intent can resolve properly Secondly start for result to make some MusicFX apps work Change-Id: Id9b597d0a3881ad7a433a0d39383dddc94b9e3fc
* Update Eleven headers and namespace for open sourcelinus_lee2014-12-0928-0/+7247
Change-Id: I82caf2ebf991998e67f546ff2ac7eaf2b30dc6be