Seasons tab ui

Integrated Episode Api listing and caching

PlayerActivity created for playing any listed passed

Created and cached playlist for episodes for every season of show

Updated jwplayer to latest v4.17.0

Integrated teasers api and cached data

Created and cached playlist for teasers for every season of show
This commit is contained in:
2024-06-25 20:55:14 +05:30
parent eea631bc5e
commit fdf7cf4928
25 changed files with 909 additions and 69 deletions

View File

@@ -15,10 +15,18 @@
android:supportsRtl="true"
android:theme="@style/Theme.Woka"
tools:targetApi="31">
<activity
android:name=".players.PlayerActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
android:exported="false"
android:launchMode="singleTask"
android:screenOrientation="sensorLandscape"
android:supportsPictureInPicture="true"
android:theme="@style/FullScreenTheme"/>
<activity
android:name=".webseries.views.SeasonActivity"
android:exported="false"
android:screenOrientation="portrait" />
android:screenOrientation="portrait" />
<activity
android:name=".webseries.views.WebSeriesActivity"
android:exported="false"