spotube/composeApp/src
Kingkor Roy Tirtho fe0ebb47fe Refactor webview configuration and data clearing functions for iOS and JVM platforms
- Updated `platformWebviewConfig` function to accept an optional `pluginId` parameter for both iOS and JVM implementations.
- Enhanced data directory handling in JVM to create a separate directory for each plugin.
- Implemented `platformClearWebviewData` function for both platforms to clear webview data based on the provided `pluginId`.
- Added necessary imports for iOS and JVM specific functionalities.
2026-07-30 22:53:15 +06:00
..
androidJvmMain/kotlin/dev/krtirtho/spotube/core/newpipe feat: migration to Compose Multiplatform 2026-06-30 17:00:13 +06:00
androidMain Refactor webview configuration and data clearing functions for iOS and JVM platforms 2026-07-30 22:53:15 +06:00
commonMain Refactor webview configuration and data clearing functions for iOS and JVM platforms 2026-07-30 22:53:15 +06:00
commonTest/kotlin/dev/krtirtho/spotube/core feat: implement blacklist functionality for tracks and artists with UI updates 2026-07-22 16:23:02 +06:00
iosMain/kotlin/dev/krtirtho/spotube Refactor webview configuration and data clearing functions for iOS and JVM platforms 2026-07-30 22:53:15 +06:00
jvmMain/kotlin/dev/krtirtho/spotube Refactor webview configuration and data clearing functions for iOS and JVM platforms 2026-07-30 22:53:15 +06:00
jvmTest feat: introduce AudioPlayerInterface and refactor AudioPlayer implementations for better abstraction 2026-07-20 21:45:33 +06:00
mobileMain/kotlin/dev/krtirtho/spotube/core/ui/component feat: migration to Compose Multiplatform 2026-06-30 17:00:13 +06:00