tempus/app/src/main/java/com/cappielloantonio/play/viewmodel
2022-01-17 17:31:29 +01:00
..
AlbumBottomSheetViewModel.java Fix some lint issues in viewModel 2021-09-02 14:12:13 +02:00
AlbumCatalogueViewModel.java Fix some lint issues in viewModel 2021-09-02 14:12:13 +02:00
AlbumListPageViewModel.java Added a new page dedicated to the favorites of artists, albums and songs 2022-01-15 17:07:29 +01:00
AlbumPageViewModel.java In ViewModels passed the LifecycleOwner instead of the Activity 2022-01-02 16:19:16 +01:00
ArtistBottomSheetViewModel.java Fix some lint issues in viewModel 2021-09-02 14:12:13 +02:00
ArtistCatalogueViewModel.java Fix some lint issues in viewModel 2021-09-02 14:12:13 +02:00
ArtistListPageViewModel.java In ViewModels passed the LifecycleOwner instead of the Activity 2022-01-02 16:19:16 +01:00
ArtistPageViewModel.java Fix some lint issues in viewModel 2021-09-02 14:12:13 +02:00
DownloadViewModel.java Download entire playlists in separate section 2021-09-03 17:51:55 +02:00
FilterViewModel.java Fix some lint issues in viewModel 2021-09-02 14:12:13 +02:00
GenreCatalogueViewModel.java Fix some lint issues in viewModel 2021-09-02 14:12:13 +02:00
HomeViewModel.java Removed references of new releases and favorites from the home page 2022-01-15 17:05:33 +01:00
LibraryViewModel.java Moved newReleases view from library to home 2022-01-14 09:36:35 +01:00
LoginViewModel.java Fix some lint issues in viewModel 2021-09-02 14:12:13 +02:00
MainViewModel.java Add dialog when server is unreachable 2021-09-04 21:14:43 +02:00
PlayerBottomSheetViewModel.java Save in the database what has been downloaded 2022-01-02 11:30:16 +01:00
PlaylistCatalogueViewModel.java In ViewModels passed the LifecycleOwner instead of the Activity 2022-01-02 16:19:16 +01:00
PlaylistChooserViewModel.java Fix some lint issues in viewModel 2021-09-02 14:12:13 +02:00
PlaylistEditorViewModel.java Finally fixed the music queue and swap logic 2021-12-30 18:13:50 +01:00
PlaylistPageViewModel.java In ViewModels passed the LifecycleOwner instead of the Activity 2022-01-02 16:19:16 +01:00
RatingViewModel.java Fix some lint issues in viewModel 2021-09-02 14:12:13 +02:00
SearchViewModel.java Fix some lint issues in viewModel 2021-09-02 14:12:13 +02:00
SettingViewModel.java Fix some lint issues in viewModel 2021-09-02 14:12:13 +02:00
SongBottomSheetViewModel.java Save in the database what has been downloaded 2022-01-02 11:30:16 +01:00
SongListPageViewModel.java In ViewModels passed the LifecycleOwner instead of the Activity 2022-01-02 16:19:16 +01:00
StarredSyncViewModel.java Implemented preference for starred-sync support 2021-09-13 11:28:48 +02:00