From 812eb778ff43de92bee942940f1e2060759277bb Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Tue, 30 Apr 2019 19:20:46 +0000 Subject: [PATCH] New app: Atomize --- metadata/com.wrmndfzzy.atomize.yml | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 metadata/com.wrmndfzzy.atomize.yml diff --git a/metadata/com.wrmndfzzy.atomize.yml b/metadata/com.wrmndfzzy.atomize.yml new file mode 100644 index 0000000000..8470a4a226 --- /dev/null +++ b/metadata/com.wrmndfzzy.atomize.yml @@ -0,0 +1,35 @@ +Categories: + - Graphics + - Development +License: GPL-3.0-only +SourceCode: https://github.com/wrmndfzzy/Atomize +IssueTracker: https://github.com/wrmndfzzy/Atomize/issues + +AutoName: Atomize +Summary: PNG image compression app +Description: |- + Atomize can shrink the file size of an image significantly, often by as much as + 70%, and maintains an image's transparency with little to no loss in quality. + Atomize uses pngquant as its backend, and is fully opensource. + +RepoType: git +Repo: https://github.com/wrmndfzzy/Atomize.git + +Builds: + - versionName: '1.0' + versionCode: 1 + commit: 1.0.0 + subdir: app + gradle: + - yes + rm: + - pngquant-android/pngquant-android-release.aar + prebuild: + - sed -i -e "s/project(':pngquant-android')/'com.ndahlquist:pngquant-android:0.2'/" + build.gradle + - sed -i -e 's/com.wrmndfzzy.pngquant/com.nicdahlquist.pngquant/' src/main/java/com/wrmndfzzy/atomize/MainActivity.java + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: '1.0' +CurrentVersionCode: 1