This project is mirrored from https://github.com/LineageOS/android_packages_apps_Eleven.
Pull mirroring updated .
- 27 Dec, 2014 1 commit
-
-
linus_lee authored
Add showing error message for code paths where the media player fails gracefully Unfortunately adding the logic to remove the bad track is not trivial because the removeTracks logic automatically does other things to try to go to the next track. For now I will leave the logic so that it goes on to the next track and make a note on the music service rewrite notes to cover this scenario as well. Change-Id: Ib7ae5ce7819b15cdb3ada4995bc0734ab2d9b0a2
-
- 16 Dec, 2014 1 commit
-
-
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
-
- 09 Dec, 2014 2 commits
-
-
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
https://cyanogen.atlassian.net/browse/MUSIC-186 Change-Id: I8fec1c61d69dca06be30ccebf9c996d7fac2ae75
-
- 08 Dec, 2014 1 commit
-
-
linus_lee authored
Change-Id: I9a3112cf4138e916ed53571236e54b67c30b53c4
-
- 26 Nov, 2014 1 commit
-
-
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
-
- 20 Nov, 2014 20 commits
-
-
linus_lee authored
https://cyanogen.atlassian.net/browse/MUSIC-134 Change-Id: I08f7f60134ceb1b77e37b5a0d33481c1fd0dd747
-
linus_lee authored
https://cyanogen.atlassian.net/browse/MUSIC-54 Change-Id: Iee081700c62073d803b94663553c527e70c5c0f2
-
Wilhelm Fitzpatrick authored
Change-Id: Iad45c6ebb4f4c541a18d4914c23caae4fa8f4ed4
-
Raj Yengisetty authored
https://cyanogen.atlassian.net/browse/MUSIC-61 Change-Id: Id839ea2df1b7a5dd7729ae584ecd72af30f975ee
-
linus_lee authored
https://cyanogen.atlassian.net/browse/MUSIC-54 Change-Id: I831d77a03c28967d97138a9158d378ad0b5b7981
-
linus_lee authored
https://cyanogen.atlassian.net/browse/MUSIC-121 Change-Id: Ie329267aefb04c79aa1f4a73bcb12cf9f72bc269
-
Wilhelm Fitzpatrick authored
Note: renamed a string resource, so it is renamed in all localized files Change-Id: Ic81184122674d5e7d63000113f5412030895002a
-
Wilhelm Fitzpatrick authored
Fixed issue where adapter was not cleared when last song was removed. Clear album art from now playing bar when last item in queue is removed. Change-Id: I4827203a9399faab213320a2664e3f6842897189
-
linus_lee authored
The divider is slightly off - I think to properly fix it, we need to bring in the dividers into the list items and not have the list view handle it. I will add comments to Music-48 to track the divider issue https://cyanogen.atlassian.net/browse/MUSIC-24 Change-Id: I756064154bc4b217a1981ff39bdee7e8000cf911
-
linus_lee authored
This also fixes an empty state bug for playlists not showing the proper text Also adds logic where if ids are not found, they are removed from the SongPlayCount and Recents db https://cyanogen.atlassian.net/browse/MUSIC-34 Change-Id: I550f0481944a6c2bc82c0270a4f8024c7339d86e
-
linus_lee authored
This adds the empty state for playlists and retweaks all the other pages with the empty state to use this new and updated empty state https://cyanogen.atlassian.net/browse/MUSIC-26 https://cyanogen.atlassian.net/browse/MUSIC-49 Change-Id: I286e867267dd74c177e0c04f74f71cc3dc301913
-
Wilhelm Fitzpatrick authored
Change-Id: I6b5d5051951eda26018f1be67d19aab27af9ae1a
-
linus_lee authored
https://cyanogen.atlassian.net/browse/MUSIC-35 https://cyanogen.atlassian.net/browse/MUSIC-29 Change-Id: I3b262e7c0b20e15dcd1ce19f39f26dd6cc6306a2
-
linus_lee authored
Still missing the image based on the top played - this turned out to be larger so I'm moving that to a separate changelist. Some code similar to the ArtistDetailPage but not enough to warrant sharing of code Change-Id: I84454590c8d9580ca42ac8254bc3648368d233a3
-
linus_lee authored
this doesn't have the show all button or the jump into the new sections but it looks much better than stock so we'll take it Change-Id: I72a5d38c5fced13598000776d59a933b249262bf
-
Wilhelm Fitzpatrick authored
Change-Id: I1cc892d376d424647ee30f1423ee2d444f31c944
-
linus_lee authored
Change-Id: Ifffd2ef386c301d546d4182bc5c3bf303194021c
-
linus_lee authored
Change-Id: I07491fe9c1aac87a599a91136db8f5c395cddab3
-
linus_lee authored
This does most of the work to change the player activity to a fragment and integrate the sliding panel logic. Since this is a pretty large change I'll be checking this piece in first and then continue to hook up the remaining pieces Change-Id: Ibc8ee392a939a4a965a3164558ccf075b4d35567
-
linus_lee authored
This implements section headers for the song/album/artist fragments for each of the sort types including dates, numbers, durations, alphabetical etc. The ui will need to be tweaked to look better, but that is pending UX. There is a bug with localization (like Chinese songs) where we could create a valid section header but from an alphabetical it doesn't look correct. I will look at this afer this big check-in Change-Id: Ibfc09bb12ebf61c668f135358f65f1e7947bac79
-
- 04 Aug, 2014 1 commit
-
-
Linus Lee authored
Change-Id: Ifc925f29f4028afd359375a1470c129b6528e74f
-
- 24 Feb, 2014 1 commit
-
-
Vladislav Koldobskiy authored
App name Hex Common widget names and separator (+ minor: replace "x" with Unicode "×") PS2: cleanup other languages Change-Id: I52f820323ffd78662edc503634f366cc3fb984fc
-
- 22 Feb, 2014 1 commit
-
-
Michael Bestas authored
This will be fixed on connector side. This reverts commit 372e58f4. Change-Id: Ia21cc848dfbf69bf496314262f47c3b52bac180c
-
- 16 Feb, 2014 1 commit
-
-
Michael Bestas authored
Change-Id: I985df810a125bd5691ad3cad99aa08578765e95c
-
- 15 Feb, 2014 1 commit
-
-
Michael Bestas authored
Change-Id: Ia41d2e08fb8ec4bac366b28a0db3e076b4dec703
-
- 24 Jan, 2014 1 commit
-
-
Marco Brohet authored
Change-Id: I431d1aa126917777958de50916f89a1c44c6191b
-
- 02 Jan, 2014 1 commit
-
-
kuci authored
Change-Id: Ia9688d2022ba62df41829eca1e20abd3e4b6c093
-
- 14 Dec, 2013 1 commit
-
-
Marco Brohet authored
Change-Id: If37cf5b3e6cbefa9dedf77b8c8c93a0bfb1772a6
-
- 04 Sep, 2013 1 commit
-
-
Piotr Myszka authored
Change-Id: Id19cf0195495191d21ade048ef7dedfcb8565ba4
-
- 30 Jun, 2013 1 commit
-
-
Danny Baumann authored
In API level 18 the RCC will also be used for AVRCP 1.3 metadata, which we certainly want to support. The decision whether to show the music controls in the keyguard should be done at the framework level. Change-Id: Ia17f9094231f3a76d1496ddf2ef2d90b2d4d9512
-
- 23 Apr, 2013 1 commit
-
-
Danny Baumann authored
character. E.g. in German, it's Favorit vs. Favoriten. Change-Id: I39780574ab69d0c3f9e51343e37ec9540510025c
-
- 18 Apr, 2013 1 commit
-
-
Tamás Tóth authored
Change-Id: Ib6fc41c9825cb1cd79974934ac34df5393627df7
-
- 02 Apr, 2013 1 commit
-
-
Marco Brohet authored
Change-Id: I77ddc4bd3b347707ea429542721f2c55fee3c880
-
- 18 Mar, 2013 1 commit
-
-
Danny Baumann authored
In particular, don't assume a certain word order, e.g. in 'Delete album?'. Change-Id: I8271ea80c36763869a2c4643509b773e17d10e6c
-