From 48de2705574c63256ef582c5d3ba2ad4a4782654 Mon Sep 17 00:00:00 2001 From: tapframe Date: Sat, 13 Sep 2025 02:39:56 +0530 Subject: [PATCH] Beta 11 --- android/app/build.gradle | 4 ++-- android/app/src/main/res/values/strings.xml | 2 +- app.json | 8 ++++---- nuvio-source.json | 10 +++++++++- src/screens/SettingsScreen.tsx | 2 +- 5 files changed, 17 insertions(+), 9 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 6d75fda..676847c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -93,8 +93,8 @@ android { applicationId 'com.nuvio.app' minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 10 - versionName "0.6.0-beta.10" + versionCode 11 + versionName "0.6.0-beta.11" } splits { diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index 12b6629..8ff8890 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -3,5 +3,5 @@ contain false dark - 0.6.0-beta.10 + 0.6.0-beta.11 \ No newline at end of file diff --git a/app.json b/app.json index d833116..cfe59cb 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Nuvio", "slug": "nuvio", - "version": "0.6.0-beta.10", + "version": "0.6.0-beta.11", "orientation": "default", "icon": "./assets/ios/AppIcon.appiconset/Icon-App-60x60@3x.png", "userInterfaceStyle": "dark", @@ -16,7 +16,7 @@ "ios": { "supportsTablet": true, "icon": "./assets/ios/AppIcon.appiconset/Icon-App-60x60@3x.png", - "buildNumber": "10", + "buildNumber": "11", "infoPlist": { "NSAppTransportSecurity": { "NSAllowsArbitraryLoads": true @@ -47,7 +47,7 @@ "WAKE_LOCK" ], "package": "com.nuvio.app", - "versionCode": 10, + "versionCode": 11, "architectures": [ "arm64-v8a", "armeabi-v7a", @@ -86,6 +86,6 @@ "fallbackToCacheTimeout": 30000, "url": "https://grim-reyna-tapframe-69970143.koyeb.app/api/manifest" }, - "runtimeVersion": "0.6.0-beta.10" + "runtimeVersion": "0.6.0-beta.11" } } diff --git a/nuvio-source.json b/nuvio-source.json index 7a5f506..1d768a0 100644 --- a/nuvio-source.json +++ b/nuvio-source.json @@ -14,7 +14,7 @@ "bundleIdentifier": "com.nuvio.app", "developerName": "Tapframe", "subtitle": "Streaming app for movies and TV shows", - "localizedDescription": "Nuvio is a comprehensive streaming application that provides access to a vast library of movies and TV shows. Latest beta includes trailer support in Hero Section, IMDb rating fixes, and various backend improvements.", + "localizedDescription": "Nuvio is a comprehensive streaming application that provides access to a vast library of movies and TV shows.", "iconURL": "https://github.com/tapframe/NuvioStreaming/blob/main/assets/android/playstore-icon.png?raw=true", "tintColor": "#04dcfc", "category": "entertainment", @@ -30,6 +30,14 @@ "https://github.com/tapframe/NuvioStreaming/blob/main/screesnhots/search-portrait.png?raw=true" ], "versions": [ + { + "version": "0.6.0-beta.11", + "buildVersion": "11", + "date": "2025-09-12", + "localizedDescription": "## Version 0.6.0-beta.11 – Update Notes\n\n- Numerous bug fixes across the app.\n\n### Video Player\n- Fixed an issue on Android where sliders glitched while scrobbling.\n- Added new features: users can now adjust **volume** and **brightness** directly in the app.\n - ⚠️ For iOS devices, the internal player (VLCKit) currently does not support adjusting audio through the player.\n Please use hardware volume buttons or system volume until this is implemented.\n- Multiple fixes aimed at reducing **heating issues on iOS devices**.\n\n### AI Features\n- Initial implementation of **AI-powered insights** on each movie/show detail page (spoiler-free).\n- Uses your **OpenRouter free API key** for access.\n- More AI-driven features will be added in future updates.\n\n---\n\nℹ️ This will likely be the **final Beta build before Stable**.\nWhile not perfectly stable, it is more stable than expected for a beta release.", + "downloadURL": "https://github.com/tapframe/NuvioStreaming/releases/download/0.6.0-beta.11/Beta_0_6_0_11.ipa", + "size": 29700000 + }, { "version": "0.6.0-beta.10", "buildVersion": "10", diff --git a/src/screens/SettingsScreen.tsx b/src/screens/SettingsScreen.tsx index ef04633..f412c1e 100644 --- a/src/screens/SettingsScreen.tsx +++ b/src/screens/SettingsScreen.tsx @@ -606,7 +606,7 @@ const SettingsScreen: React.FC = () => { />