ananas/app/phone/src/main/java/dev/jdtech/jellyfin/adapters
Jarne Demeulemeester 76121925d7
Modularize the codebase (#230)
* Split app into core and app:phone

* Use global versionCode and versionName

* Clean up gradle dependencies

* Use string formatting inside getString function

* Move proguard file to app:phone

* Move app_navigation and BasePlayerActivity to app:phone

* Add buildTypes to core gradle and remove buildFeatures

* Add suffix core to core namespace

* Split code into 4 more modules: data, preferences, player:core and player:video

* Clean up some gradle files

* Clean up data gradle

* Remove duplicate Constants.kt

* Use AppPreferences in more places

* Split off strings

* Remove unused animations

* Make about_libraries strings non-translatable

* Move mpv assets to player:video module

* Make AppPreferences a Singleton
2023-01-13 23:51:20 +01:00
..
CollectionListAdapter.kt Modularize the codebase (#230) 2023-01-13 23:51:20 +01:00
DiscoveredServerListAdapter.kt Modularize the codebase (#230) 2023-01-13 23:51:20 +01:00
DownloadEpisodeListAdapter.kt Modularize the codebase (#230) 2023-01-13 23:51:20 +01:00
DownloadSeriesListAdapter.kt Modularize the codebase (#230) 2023-01-13 23:51:20 +01:00
DownloadsListAdapter.kt Modularize the codebase (#230) 2023-01-13 23:51:20 +01:00
DownloadViewItemListAdapter.kt Modularize the codebase (#230) 2023-01-13 23:51:20 +01:00
EpisodeListAdapter.kt Modularize the codebase (#230) 2023-01-13 23:51:20 +01:00
FavoritesListAdapter.kt Modularize the codebase (#230) 2023-01-13 23:51:20 +01:00
HomeEpisodeListAdapter.kt Modularize the codebase (#230) 2023-01-13 23:51:20 +01:00
PersonListAdapter.kt Modularize the codebase (#230) 2023-01-13 23:51:20 +01:00
ServerAddressAdapter.kt Modularize the codebase (#230) 2023-01-13 23:51:20 +01:00
ServerGridAdapter.kt Modularize the codebase (#230) 2023-01-13 23:51:20 +01:00
UserListAdapter.kt Modularize the codebase (#230) 2023-01-13 23:51:20 +01:00
UserLoginListAdapter.kt Modularize the codebase (#230) 2023-01-13 23:51:20 +01:00
ViewItemListAdapter.kt Modularize the codebase (#230) 2023-01-13 23:51:20 +01:00
ViewItemPagingAdapter.kt Modularize the codebase (#230) 2023-01-13 23:51:20 +01:00
ViewListAdapter.kt Modularize the codebase (#230) 2023-01-13 23:51:20 +01:00