ananas/app/src/main/java/dev/jdtech/jellyfin/viewmodels
Jarne Demeulemeester 3b7473b7a5
Bring Android TV back (#141)
* Merge MainActivity and MainActivityTv

* Merge AddServerFragment and TvAddServerFragment

* Merge LoginFragment and TvLoginFragment

* Add new focus effect

* Add libraries to tv home

* Fix home empty when navigating back on mobile

* Add loading indicator to home fragment

* Add empty LibraryFragment

* Add focus outline to settings button

* Use DiffCallback for updating home fragment

* Visually upgrade MediaDetailFragment

* Make all home items focusable in touch mode

* Add new focus border to person item

* Add LibraryFragment layout for TV

(Whilst also making a clusterfuck of the navigation)

* Add missing try-catch in HomeViewModel

* Don't show CancellationException on AddServerFragment

* Fix a few crashes plus errors
2022-08-20 14:41:38 +02:00
..
AddServerViewModel.kt Bring Android TV back (#141) 2022-08-20 14:41:38 +02:00
DownloadSeriesViewModel.kt Refactor the lifecycle state (#135) 2022-07-25 12:57:09 +02:00
DownloadViewModel.kt Refactor the lifecycle state (#135) 2022-07-25 12:57:09 +02:00
EpisodeBottomSheetViewModel.kt Refactor the lifecycle state (#135) 2022-07-25 12:57:09 +02:00
FavoriteViewModel.kt Refactor the lifecycle state (#135) 2022-07-25 12:57:09 +02:00
HomeViewModel.kt Bring Android TV back (#141) 2022-08-20 14:41:38 +02:00
LibraryViewModel.kt Refactor the lifecycle state (#135) 2022-07-25 12:57:09 +02:00
LoginViewModel.kt Refactor the lifecycle state (#135) 2022-07-25 12:57:09 +02:00
MediaInfoViewModel.kt Refactor the lifecycle state (#135) 2022-07-25 12:57:09 +02:00
MediaViewModel.kt Refactor the lifecycle state (#135) 2022-07-25 12:57:09 +02:00
PersonDetailViewModel.kt Refactor the lifecycle state (#135) 2022-07-25 12:57:09 +02:00
PlayerActivityViewModel.kt Customize the seeking increments (#128) 2022-07-05 09:06:26 +02:00
PlayerViewModel.kt Add support for external subtitles (#118) 2022-07-02 17:00:00 +02:00
SearchResultViewModel.kt Refactor the lifecycle state (#135) 2022-07-25 12:57:09 +02:00
SeasonViewModel.kt Refactor the lifecycle state (#135) 2022-07-25 12:57:09 +02:00
ServerSelectViewModel.kt Refactor the lifecycle state (#135) 2022-07-25 12:57:09 +02:00
SettingsDeviceViewModel.kt Add error handling to device name updating 2022-07-09 13:57:25 +02:00