Removing as favorite from my fav list.

updating properly the local fav data

use of adapter position to update the list

internet connectivity check code and use before making the api calls

dialog to show blog. Hindi and english language changes.

Language update for woka songs.

toolbar for WebViewActivity
This commit is contained in:
2024-06-17 19:30:13 +05:30
parent 10d8f603d6
commit b83e99f6d4
25 changed files with 487 additions and 44 deletions

View File

@@ -173,4 +173,5 @@
<string name="web_series_english">WEB SERIES (ENGLISH)</string>
<string name="no_favorites_added">No favorites added</string>
<string name="_0">0</string>
<string name="no_internet">No internet</string>
</resources>

View File

@@ -4,6 +4,7 @@
<!-- Customize your light theme here. -->
<item name="colorPrimary">@color/color_primary</item>
<item name="android:textCursorDrawable">@drawable/cursor_drawable</item>
<item name="android:windowDisablePreview">true</item>
</style>
<style name="Theme.App.Starting" parent="Theme.SplashScreen">
@@ -34,6 +35,7 @@
<item name="android:windowFullscreen">true</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowLayoutInDisplayCutoutMode" tools:targetApi="o_mr1">shortEdges</item>
<item name="android:windowDisablePreview">true</item>
</style>
<style name="Theme.Woka" parent="Base.Theme.Woka" />