jamfish/app/src/main/java/com/kabouzeid/gramophone/loader
2016-01-07 14:38:25 +01:00
..
AlbumLoader.java Sort songs directly in the SQL statement, instead of Collections.sort(). 2016-01-04 17:53:27 +01:00
ArtistAlbumLoader.java Artist albums are sorted by year again. 2016-01-07 14:38:25 +01:00
ArtistLoader.java Support for Android Marshmallow's permission system 2015-08-18 23:47:23 +02:00
ArtistSongLoader.java Sort songs directly in the SQL statement, instead of Collections.sort(). 2016-01-04 17:53:27 +01:00
LastAddedLoader.java Cleaned up the Util classes 2015-07-11 02:08:54 +02:00
PlaylistLoader.java Support for Android Marshmallow's permission system 2015-08-18 23:47:23 +02:00
PlaylistSongLoader.java Completely rewritten the album model 2016-01-02 22:44:03 +01:00
SongLoader.java Completely rewritten the album model 2016-01-02 22:44:03 +01:00
SortedCursor.java Added Nullity Annotations 2015-07-10 02:37:10 +02:00
TopAndRecentlyPlayedTracksLoader.java Recently played is now history. Songs are always added to the history but their play count will be only increased if they were played at least half. This makes the top tracks much more accurate. 2015-09-12 15:14:01 +02:00