Commit graph

9 commits

Author SHA1 Message Date
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
Jarne Demeulemeester
ec6366508b
Layout improvements for larger screens (#134)
* Use NavigationRail on tablets

Width 600dp+

* Add next up item next to the description on tablets

Width 600dp+

* Add tv banners for debug and staging

* Clean up tv add server fragment

* Clean up tv login fragment
2022-07-22 16:29:25 +02:00
jarnedemeulemeester
53d6fdb340
Make library images smaller 2021-08-21 16:10:18 +02:00
jarnedemeulemeester
5cde430986
Adjust dimensions for next up item on tablets 2021-08-10 17:29:19 +02:00
Jarne Demeulemeester
f460c25a92
Big cleanup and refactoring 2021-07-05 22:38:20 +02:00
Jarne Demeulemeester
0b663b1d17
Start of library fragment: basic layout
With hardcoded library id
2021-06-18 23:35:25 +02:00
Jarne Demeulemeester
8ccc6a0ef7
Add basic Toolbar 2021-06-17 18:53:52 +02:00
Jarne Demeulemeester
b7feaf44df
Add animation to overview media 2021-06-16 12:11:08 +02:00
Jarne Demeulemeester
97459686d4
Improve layout for tablets 2021-06-15 11:55:18 +02:00