feat: add movies stats screen and improve provider sync
- Add MoviesScreen and corresponding navigation - Implement movie data aggregation in ViewingDao and repository - Enhance NetflixParser to support multiple JSON payload shapes - Apply custom app theme and update launcher icons - Add back navigation handling to ProviderSyncScreen
This commit is contained in:
parent
dce3b2258b
commit
f55ff411c6
20 changed files with 1086 additions and 143 deletions
|
|
@ -12,13 +12,13 @@
|
|||
android:label="BingeStats"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@android:style/Theme.Material.NoTitleBar"
|
||||
android:theme="@style/Theme.BingeStats"
|
||||
android:usesCleartextTraffic="true">
|
||||
|
||||
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="true"
|
||||
android:theme="@android:style/Theme.Material.NoTitleBar">
|
||||
android:theme="@style/Theme.BingeStats">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue