tempus/app/src/main/java/com/cappielloantonio/play/viewmodel
2023-03-02 10:48:30 +01:00
..
AlbumBottomSheetViewModel.java Rewriting classes in kotlin 2023-03-02 10:48:30 +01: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 Added media type to class and replaced "song" with a generic "media" 2022-03-12 14:09:00 +01:00
ArtistBottomSheetViewModel.java Rewriting classes in kotlin 2023-03-02 10:48:30 +01: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 Refactor Song to Media 2022-02-07 09:47:46 +01:00
DownloadViewModel.java Added media type to class and replaced "song" with a generic "media" 2022-03-12 14:09:00 +01: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 Made the due distinction based on the server on the most listened to songs of the week 2023-01-06 18:30:07 +01:00
LibraryViewModel.java The viewmodels have been modified to not repeat calls to the backend during the lifecycle of the fragment 2022-09-05 08:21:01 +02: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 Rewriting classes in kotlin 2023-03-02 10:48:30 +01:00
PlaylistCatalogueViewModel.java In ViewModels passed the LifecycleOwner instead of the Activity 2022-01-02 16:19:16 +01:00
PlaylistChooserViewModel.java The viewmodels have been modified to not repeat calls to the backend during the lifecycle of the fragment 2022-09-05 08:21:01 +02:00
PlaylistEditorViewModel.java Refactor Song to Media 2022-02-07 09:47:46 +01:00
PlaylistPageViewModel.java Added media type to class and replaced "song" with a generic "media" 2022-03-12 14:09:00 +01:00
PodcastBottomSheetViewModel.java First implementation of the podcastBottomSheetDialog 2022-02-08 20:37:01 +01:00
RatingViewModel.java Refactor Song to Media 2022-02-07 09:47:46 +01:00
SearchViewModel.java Refactor Song to Media 2022-02-07 09:47:46 +01:00
SettingViewModel.java Fix some lint issues in viewModel 2021-09-02 14:12:13 +02:00
SongBottomSheetViewModel.java Rewriting classes in kotlin 2023-03-02 10:48:30 +01:00
SongListPageViewModel.java Added media type to class and replaced "song" with a generic "media" 2022-03-12 14:09:00 +01:00
StarredSyncViewModel.java Refactor Song to Media 2022-02-07 09:47:46 +01:00