mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Update Sketches to 1.1.2 (4)
This commit is contained in:
parent
f7d2f199ac
commit
1d99c00165
1 changed files with 14 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue