From 4aa17ec8f39ad0fd764ad53918a1ebc89893c96b Mon Sep 17 00:00:00 2001 From: "Daniele Verducci (Slimpenguin)" Date: Fri, 26 Jan 2024 08:53:20 +0100 Subject: [PATCH] Release 0.1.3 --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/8.txt | 2 ++ fastlane/metadata/android/en-US/full_description.txt | 2 ++ fastlane/metadata/android/it-IT/changelogs/8.txt | 2 ++ 4 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/8.txt create mode 100644 fastlane/metadata/android/it-IT/changelogs/8.txt diff --git a/app/build.gradle b/app/build.gradle index af8c64f..9574906 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "it.danieleverducci.ojo" minSdkVersion 15 targetSdkVersion 33 - versionCode 7 - versionName "0.1.2" + versionCode 8 + versionName "0.1.3" vectorDrawables.useSupportLibrary = true diff --git a/fastlane/metadata/android/en-US/changelogs/8.txt b/fastlane/metadata/android/en-US/changelogs/8.txt new file mode 100644 index 0000000..710d769 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/8.txt @@ -0,0 +1,2 @@ +App can be opened with url intent ojo://view +Backported to Android >= 4.0.3 diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 34cf2f6..d20c8cd 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -4,3 +4,5 @@ The maximum number of cameras is determined by the device's capabilities. The stream decoding and rendering is demanded to VLC's library: without their effort this app wouldn't be possible. This app was specifically developed for F-Droid, as I couldn't find any open source RTSP vievers in the main repository. + +The app can be opened deeplinking to url ojo://view diff --git a/fastlane/metadata/android/it-IT/changelogs/8.txt b/fastlane/metadata/android/it-IT/changelogs/8.txt new file mode 100644 index 0000000..0541836 --- /dev/null +++ b/fastlane/metadata/android/it-IT/changelogs/8.txt @@ -0,0 +1,2 @@ +L'app può essere aperta con intent url ojo://view +Aggiunta compatibilità con vecchie versioni di Android >= 4.0.3