summaryrefslogtreecommitdiffstats
path: root/src/com/cyanogenmod/eleven/widgets
Commit message (Collapse)AuthorAgeFilesLines
* Eleven: Cleanup all the whitespaceMichael Bestas2016-04-2511-27/+26
| | | | Change-Id: I82024ce0ada3220b6b87178ea36303b53445e065
* Eleven: much materialJoey Rizzoli2016-04-151-0/+15
| | | | | | | | | - 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: Visualizer: Add back landscape modeLinus Lee2015-08-131-11/+15
| | | | | | | | | - 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-111-14/+186
| | | | | | | | | | 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-081-13/+25
| | | | | | | | | | | - 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-189/+208
| | | | | | | | | | | * 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-071-36/+48
| | | | | | | | | * 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>
* Eleven: Fix crash in LetterTileDrawablemorckx2015-01-191-1/+1
| | | | | | | - Make sure that the title string is not empty. Change-Id: Ifa4b4f916f476519ecef19629e5b9d33ac0642e1 Signed-off-by: morckx <morckx@gmail.com>
* Make buttons more touch friendly.Danny Baumann2014-12-271-0/+1
| | | | | | | 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-277-87/+334
| | | | | | | | -Material Ui theme -New launcher icon -Better tabs Change-Id: I712ac2eb5256841cf89d198eed775ce8afe9d09c
* Eleven: Add some caching logic to BitmapWithColors for perf optimizationlinus_lee2014-12-231-1/+1
| | | | Change-Id: I9fe5e83b9b1b5bb8ca24978436ed371eec2db399
* Eleven: Make sure we have vibrant colors for all default colorslinus_lee2014-12-201-10/+37
| | | | Change-Id: I4be163e75fc35d3b139439c504d769d17d980ace
* Eleven: Fix default art color in notificationlinus_lee2014-12-121-0/+16
| | | | | | The key being passed in did not match in some cases causing this problem Change-Id: Ibbd985d6f0fb0ff3fb90908481f8180715cf2ec7
* EqualizerView: don't compute log(0)Pawit Pornkitprasan2014-12-121-1/+1
| | | | | | | Because log(0) is undefined (turns out to be -2147483008.000000) and that crashses on 480x800 hdpi Change-Id: I41956944497c83214ee8e8378bc0924171633f21
* Update Eleven headers and namespace for open sourcelinus_lee2014-12-0929-0/+3865
Change-Id: I82caf2ebf991998e67f546ff2ac7eaf2b30dc6be