This project is mirrored from https://github.com/LineageOS/android_packages_apps_Eleven.
Pull mirroring updated .
- 23 Dec, 2014 1 commit
-
-
linus_lee authored
Change-Id: I9fe5e83b9b1b5bb8ca24978436ed371eec2db399
-
- 20 Dec, 2014 1 commit
-
-
linus_lee authored
Change-Id: I4be163e75fc35d3b139439c504d769d17d980ace
-
- 19 Dec, 2014 2 commits
-
-
solk2 authored
Change-Id: I7201838cf65b6b1edcf2aee0284e31bdafaf42ca
-
Danny Baumann authored
- 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
-
- 16 Dec, 2014 2 commits
-
-
Rajesh Yengisetty authored
-
linus_lee authored
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
-
- 14 Dec, 2014 1 commit
-
-
Konsta authored
And remove couple of unused drawables while at it. Change-Id: I9973c625e1f0922cf9f1c91729409a2a1dc0a83c
-
- 13 Dec, 2014 2 commits
-
-
Konsta authored
Fix crash on builds that don't include xxhdpi drawables. Change-Id: I4b90575939f0b7f696279ec6353f6c91fcc1f9f4
-
Rajesh Yengisetty authored
-
- 12 Dec, 2014 10 commits
-
-
Linus Lee authored
-
linus_lee authored
The key being passed in did not match in some cases causing this problem Change-Id: Ibbd985d6f0fb0ff3fb90908481f8180715cf2ec7
-
Linus Lee authored
-
Danny Baumann authored
Backtrace: E/AndroidRuntime(23398): Caused by: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0 E/AndroidRuntime(23398): at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:255) E/AndroidRuntime(23398): at java.util.ArrayList.get(ArrayList.java:308) E/AndroidRuntime(23398): at com.cyanogenmod.eleven.loaders.SortedCursor.getExtraData(SortedCursor.java:120) E/AndroidRuntime(23398): at com.cyanogenmod.eleven.loaders.SongLoader.loadInBackground(SongLoader.java:114) E/AndroidRuntime(23398): at com.cyanogenmod.eleven.loaders.SongLoader.loadInBackground(SongLoader.java:40) E/AndroidRuntime(23398): at com.cyanogenmod.eleven.sectionadapter.SectionCreator.loadInBackground(SectionCreator.java:69) E/AndroidRuntime(23398): at com.cyanogenmod.eleven.sectionadapter.SectionCreator.loadInBackground(SectionCreator.java:30) E/AndroidRuntime(23398): at android.support.v4.content.AsyncTaskLoader.onLoadInBackground(AsyncTaskLoader.java:242) E/AndroidRuntime(23398): at android.support.v4.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:51) E/AndroidRuntime(23398): at android.support.v4.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:40) E/AndroidRuntime(23398): at android.support.v4.content.ModernAsyncTask$2.call(ModernAsyncTask.java:123) E/AndroidRuntime(23398): at java.util.concurrent.FutureTask.run(FutureTask.java:237) Change-Id: Ief99bf8b761bcdbccbcaefed6f54aa57e0ba9fbb
-
Andrew Neal authored
This change uses Palette to update Apollo's Notification background color based on the current artwork. It also removes the timestamp from the Notification. Change-Id: I6a292839c223bf9d165e9c90724194eae6ca343c
-
Pawit Pornkitprasan authored
Because log(0) is undefined (turns out to be -2147483008.000000) and that crashses on 480x800 hdpi Change-Id: I41956944497c83214ee8e8378bc0924171633f21
-
linus_lee authored
There are some asycnhronous issues with interacting the service This should protect it a bit better and fixes the crash for me Change-Id: Ib50be1ca50badb83e8c206e01362a3971d050c1f
-
linus_lee authored
-
linus_lee authored
Change-Id: I6d06f9e6974a2dc178445ca71c7c7f1355e00804
-
linus_lee authored
If you played music recently and leave the app it'll still show the notification now for up to 5 minutes Change-Id: I530c548bd4e3b8cf458341b068d78b54f1528b2c
-
- 11 Dec, 2014 3 commits
-
-
Rajesh Yengisetty authored
-
linus_lee authored
First check if the intent can resolve properly Secondly start for result to make some MusicFX apps work Change-Id: Id9b597d0a3881ad7a433a0d39383dddc94b9e3fc
-
linus_lee authored
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
-
- 10 Dec, 2014 2 commits
-
-
linus_lee authored
SquareImageView and the LetterTileDrawable doesn't work well together Since this image has fixed dimensions we don't need SquareImageView anyways Change-Id: I8dcac7b3170af227f39d6d6333ff7d0497592bf9
-
Danny Baumann authored
Change-Id: Ic9e7facdfa7213439b168a915ac9f2e8afc0a252
-
- 09 Dec, 2014 5 commits
-
-
linus_lee authored
Change-Id: I34906e2e169f3ab44eb5fc5a9215aea7cb89856f
-
linus_lee authored
Change-Id: I82caf2ebf991998e67f546ff2ac7eaf2b30dc6be
-
linus_lee authored
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
-
linus_lee authored
A more complete fix needs a music service rewrite - I've tried to find a complete solution that doesn't need a rewrite but cannot figure out a good one For now this will make all of them but the first one of the next round show up https://cyanogen.atlassian.net/browse/MUSIC-189 Change-Id: Idd64754001a679cf9a9b16f71d285e0fb4dd1b6d
-
linus_lee authored
https://cyanogen.atlassian.net/browse/MUSIC-186 Change-Id: I8fec1c61d69dca06be30ccebf9c996d7fac2ae75
-
- 08 Dec, 2014 2 commits
-
-
linus_lee authored
Still trying to find the root cause (if it is Eleven or external) but this will find the errors and fix it after the fact https://cyanogen.atlassian.net/browse/MUSIC-179 Change-Id: Iaa3e27522aefc656f37ff7e727e9129c1a07f12e
-
linus_lee authored
Change-Id: I9a3112cf4138e916ed53571236e54b67c30b53c4
-
- 26 Nov, 2014 3 commits
-
-
linus_lee authored
useLevel is flipped on L apparently and we need it for drawing Rings, so define it explicitly Change-Id: If31b250d439961e48b77432a845d88bce1ba5e91
-
Rohit Yengisetty authored
and non-localizable based on a specified attribute of the item. Udpating the SongFragment and ArtistFragment to list localizable songs towards the top, while pushing the others towards the bottom of the list. Also, updated the section creator logic to *not* create sections for the non- latin named songs. https://cyanogen.atlassian.net/browse/MUSIC-73 Change-Id: I5aaa98ae4312a9f1d142a48aaf025bdbc7e0150b Conflicts: src/com/cyngn/eleven/loaders/AlbumLoader.java src/com/cyngn/eleven/loaders/ArtistLoader.java src/com/cyngn/eleven/loaders/SongLoader.java
-
linus_lee authored
Change-Id: I69af29fa4a64fdad2610f68035dbc16d7b5a8688
-
- 20 Nov, 2014 6 commits
-
-
linus_lee authored
Missed this in my previous change 3f2f46ae264b6b100e4095b39af0b2550f743cd0 Change-Id: I82e1f51e19200bb4c308584f9fa809020bbe8649
-
linus_lee authored
https://cyanogen.atlassian.net/browse/MUSIC-182 Change-Id: Ie6aace33c27009bd93c512a4bc1b5ccbe49b68f1
-
linus_lee authored
Change-Id: I091c1054a8455cc70ddb4a6a68e0c125c5e04c59
-
linus_lee authored
https://cyanogen.atlassian.net/browse/MUSIC-122 https://cyanogen.atlassian.net/browse/MUSIC-130 Change-Id: I6216a84eb13d47b1b6a68fef2b698efebf677d9f
-
Wilhelm Fitzpatrick authored
Addresses https://cyanogen.atlassian.net/browse/MUSIC-145 and also fixes regression where AlbumFragment was not displaying the "no music" view when no music was available. Change-Id: I89dddb99f396b0560106edc20236cf6754446691
-
Raj Yengisetty authored
https://cyanogen.atlassian.net/browse/MUSIC-152 Change-Id: I7b3425621700fcb334ff4d4e0cc54c9994fda420
-