Release 0.1.3

This commit is contained in:
Daniele Verducci (Slimpenguin) 2024-01-26 08:53:20 +01:00
parent 0fd2474e57
commit 4aa17ec8f3
4 changed files with 8 additions and 2 deletions

View File

@ -9,8 +9,8 @@ android {
applicationId "it.danieleverducci.ojo" applicationId "it.danieleverducci.ojo"
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 33 targetSdkVersion 33
versionCode 7 versionCode 8
versionName "0.1.2" versionName "0.1.3"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true

View File

@ -0,0 +1,2 @@
App can be opened with url intent ojo://view
Backported to Android >= 4.0.3

View File

@ -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. 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. 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

View File

@ -0,0 +1,2 @@
L'app può essere aperta con intent url ojo://view
Aggiunta compatibilità con vecchie versioni di Android >= 4.0.3