From 45c7217e15913dc24716c3abb93b3354db196e2c Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Tue, 11 Oct 2022 08:56:45 +0000 Subject: [PATCH] simplemobiletools.camera - update & aum --- metadata/com.simplemobiletools.camera.yml | 42 +++++++++++------------ 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/metadata/com.simplemobiletools.camera.yml b/metadata/com.simplemobiletools.camera.yml index 936f465cc3..33385f1df3 100644 --- a/metadata/com.simplemobiletools.camera.yml +++ b/metadata/com.simplemobiletools.camera.yml @@ -4,31 +4,17 @@ License: GPL-3.0-only AuthorName: Tibor Kaputa AuthorEmail: hello@simplemobiletools.com WebSite: https://simplemobiletools.com -SourceCode: https://github.com/SimpleMobileTools/Simple-Camera-Abandoned -IssueTracker: https://github.com/SimpleMobileTools/Simple-Camera-Abandoned/issues -Changelog: https://github.com/SimpleMobileTools/Simple-Camera-Abandoned/blob/HEAD/CHANGELOG.md +SourceCode: https://github.com/SimpleMobileTools/Simple-Camera +IssueTracker: https://github.com/SimpleMobileTools/Simple-Camera/issues +Changelog: https://github.com/SimpleMobileTools/Simple-Camera/blob/HEAD/CHANGELOG.md Donate: https://simplemobiletools.com/donate Bitcoin: 19Hc8A7sWGud8sP19VXDC5a5j28UyJfpyJ Litecoin: LYACbHTKaM9ZubKQGxJ4NRyVy1gHUuztRP AutoName: Camera -Description: |- - ! ABANDONED - This app has been unpublished from Google Play due to the inability to make it work well enough. The way working with cameras can differ depending on the system and manufacturer turned out to be way too much for us and Android is not making it any easier. Making a camera app work reliably nowadays is a full time job for multiple people which is not something we can maintain. It's just getting worse with all those new devices coming out and Android pushing towards limiting the capabilities of downloaded apps, preferring preinstalled ones. We do not want to be reponsible for your photos or videos not being saved properly or saved in too low quality, thus we decided to remove it from Google Play altogether. It will still be available on Github, but use it with caution ! - - Simple Camera - - A camera with flash, zoom and no ads. - - The camera is usable for both photo taking and video recording. You can switch between front and rear camera, modify the save path and limit the resolution. The flash can be turned on and off or used as a flashlight. You can pinch to zoom in and out. - - If you want to launch this app at pressing the hardware camera button, you might have to disable the built in Camera app in Settings -> Apps -> Camera -> Disable. - - Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors. - - This app is just one piece of a bigger series of apps. You can find the rest of them at www.simplemobiletools.com. RepoType: git -Repo: https://github.com/SimpleMobileTools/Simple-Camera-Abandoned +Repo: https://github.com/SimpleMobileTools/Simple-Camera.git Builds: - versionName: '1.12' @@ -422,7 +408,19 @@ Builds: - yes prebuild: sed -i -e '/keystore.*{/,/}/d; /keystore/d' build.gradle -AutoUpdateMode: None -UpdateCheckMode: None -CurrentVersion: 5.3.1 -CurrentVersionCode: 77 + - versionName: 5.4.0 + versionCode: 78 + commit: 71c65fc9c286ab0d543d07bd48e082f0aa7058b7 + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - fdroid + prebuild: sed -i -e '/keystore.*{/,/}/d; /keystore/d' build.gradle + +AutoUpdateMode: Version +UpdateCheckMode: Tags +CurrentVersion: 5.4.0 +CurrentVersionCode: 78