Otter-App-Android-Funkwhale/app/src/main/java/com/github/apognu/otter/repositories
Antoine POPINEAU b14b703f05
Fix an issue where always retrieving favorites from the network could be really costly and introduce stack overflows (#60).
2020-07-10 15:50:56 +02:00
..
AlbumsRepository.kt Sort artists and global albums by name/title. Sort an artist's albums by release date. Display the release year in the albums view (#54). 2020-07-08 13:19:47 +02:00
ArtistTracksRepository.kt Lint. 2020-06-11 00:01:39 +02:00
ArtistsRepository.kt Sort artists and global albums by name/title. Sort an artist's albums by release date. Display the release year in the albums view (#54). 2020-07-08 13:19:47 +02:00
FavoritesRepository.kt Fix an issue where always retrieving favorites from the network could be really costly and introduce stack overflows (#60). 2020-07-10 15:50:56 +02:00
HttpUpstream.kt Fix an issue where always retrieving favorites from the network could be really costly and introduce stack overflows (#60). 2020-07-10 15:50:56 +02:00
PlaylistTracksRepository.kt Migrate to Flows. 2019-11-16 16:52:39 +01:00
PlaylistsRepository.kt Sort radios, playlists and favorites by name. 2020-07-08 23:23:14 +02:00
RadiosRepository.kt Sort radios, playlists and favorites by name. 2020-07-08 23:23:14 +02:00
Repository.kt Load data from network on resume if cached data is empty. 2020-07-08 23:00:10 +02:00
SearchRepository.kt Fix an issue where always retrieving favorites from the network could be really costly and introduce stack overflows (#60). 2020-07-10 15:50:56 +02:00
TracksRepository.kt Fixed download and cache indicators on search screen. Fixed an issue with placeholder texts when some search terms did not return results. 2020-06-22 21:48:31 +02:00