From 1d99c001658d8ed60896d9e1abbd67d1217391af Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 20 Apr 2025 05:20:11 +0000 Subject: [PATCH] Update Sketches to 1.1.2 (4) --- .../org.secuso.privacyfriendlysketching.yml | 37 +++++++------------ 1 file changed, 14 insertions(+), 23 deletions(-) diff --git a/metadata/org.secuso.privacyfriendlysketching.yml b/metadata/org.secuso.privacyfriendlysketching.yml index 1a2ba5205e..484af205d3 100644 --- a/metadata/org.secuso.privacyfriendlysketching.yml +++ b/metadata/org.secuso.privacyfriendlysketching.yml @@ -10,27 +10,6 @@ IssueTracker: https://github.com/SecUSo/privacy-friendly-sketching/issues Changelog: https://github.com/SecUSo/privacy-friendly-sketching/blob/HEAD/CHANGELOG.md AutoName: Sketches -Description: | - Privacy Friendly Sketching lets you create and save simple sketches in a - quick manner without having to endure ads or requiring additional permissions. - - Select a background color or a background image and start drawing! This app - allows you to draw simple sketches in a matter of seconds to share with your - friends. A key feature of Privacy Friendly Sketching is ensuring the users - privacy at all costs. This means that every sketch is saved encrypted and that - there are no permissions being required in order to use this app. - There is only one optional permission that this app needs if you want to access - the import/export functionality of this app, with which you can import an image - from the device storage or export a sketch into the device storage. - - Functionalities: - * Edit a sketch with various different colors, thickness and transparency - * Undo/redo the last action - * Zoom and Scrolling - * Select a background image or a background color for your sketch - * Export sketches as a PNG into the device storage - * Share sketches with your friends - * Gallery overview that shows all encrypted sketches RepoType: git Repo: https://github.com/SecUSo/privacy-friendly-sketching.git @@ -55,7 +34,19 @@ Builds: gradle: - yes + - versionName: 1.1.2 + versionCode: 4 + commit: 075ecb8330ccfdf792590b444fb033740c311d5e + subdir: app + gradle: + - yes + prebuild: + - sed -i -e '3a[submodule "libs/cwac-saferoom"]\npath = libs/cwac-saferoom\nurl + = https://github.com/commonsguy/cwac-saferoom.git' ../.gitmodules + - git submodule update --init --force --recursive + - sed -i -e 's/-XX:MaxPermSize=512m//' ../gradle.properties + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.1.0 -CurrentVersionCode: 2 +CurrentVersion: 1.1.2 +CurrentVersionCode: 4