From 04cf95d68030b14cbf53605f3c184b053372d41e Mon Sep 17 00:00:00 2001 From: Izzy Date: Sat, 28 Sep 2019 20:13:19 +0000 Subject: [PATCH] Metadata YAMLification --- metadata/org.freedombox.freedombox.txt | 56 --- metadata/org.freedombox.freedombox.yml | 55 +++ metadata/org.freshrss.easyrss.txt | 46 --- metadata/org.freshrss.easyrss.yml | 52 +++ metadata/org.gateshipone.malp.txt | 131 ------ metadata/org.gateshipone.malp.yml | 181 ++++++++ metadata/org.gateshipone.odyssey.txt | 158 ------- metadata/org.gateshipone.odyssey.yml | 210 ++++++++++ ...lus.fbreader.plugin.local_opds_scanner.txt | 44 -- ...lus.fbreader.plugin.local_opds_scanner.yml | 54 +++ metadata/org.gitorious.jamesjrh.isokeys.txt | 43 -- metadata/org.gitorious.jamesjrh.isokeys.yml | 43 ++ metadata/org.gittner.osmbugs.txt | 133 ------ metadata/org.gittner.osmbugs.yml | 175 ++++++++ metadata/org.gnucash.android.txt | 264 ------------ metadata/org.gnucash.android.yml | 387 ++++++++++++++++++ metadata/org.grapentin.apps.exceer.txt | 47 --- metadata/org.grapentin.apps.exceer.yml | 58 +++ metadata/org.gringene.colourclock.txt | 36 -- metadata/org.gringene.colourclock.yml | 40 ++ metadata/org.gringene.concentricclock.txt | 30 -- metadata/org.gringene.concentricclock.yml | 34 ++ metadata/org.hermit.tricorder.txt | 31 -- metadata/org.hermit.tricorder.yml | 34 ++ 24 files changed, 1323 insertions(+), 1019 deletions(-) delete mode 100644 metadata/org.freedombox.freedombox.txt create mode 100644 metadata/org.freedombox.freedombox.yml delete mode 100644 metadata/org.freshrss.easyrss.txt create mode 100644 metadata/org.freshrss.easyrss.yml delete mode 100644 metadata/org.gateshipone.malp.txt create mode 100644 metadata/org.gateshipone.malp.yml delete mode 100644 metadata/org.gateshipone.odyssey.txt create mode 100644 metadata/org.gateshipone.odyssey.yml delete mode 100644 metadata/org.geometerplus.fbreader.plugin.local_opds_scanner.txt create mode 100644 metadata/org.geometerplus.fbreader.plugin.local_opds_scanner.yml delete mode 100644 metadata/org.gitorious.jamesjrh.isokeys.txt create mode 100644 metadata/org.gitorious.jamesjrh.isokeys.yml delete mode 100644 metadata/org.gittner.osmbugs.txt create mode 100644 metadata/org.gittner.osmbugs.yml delete mode 100644 metadata/org.gnucash.android.txt create mode 100644 metadata/org.gnucash.android.yml delete mode 100644 metadata/org.grapentin.apps.exceer.txt create mode 100644 metadata/org.grapentin.apps.exceer.yml delete mode 100644 metadata/org.gringene.colourclock.txt create mode 100644 metadata/org.gringene.colourclock.yml delete mode 100644 metadata/org.gringene.concentricclock.txt create mode 100644 metadata/org.gringene.concentricclock.yml delete mode 100644 metadata/org.hermit.tricorder.txt create mode 100644 metadata/org.hermit.tricorder.yml diff --git a/metadata/org.freedombox.freedombox.txt b/metadata/org.freedombox.freedombox.txt deleted file mode 100644 index e161a69321..0000000000 --- a/metadata/org.freedombox.freedombox.txt +++ /dev/null @@ -1,56 +0,0 @@ -Categories:Internet,Security -License:GPL-3.0-or-later -Web Site:https://freedombox.org -Source Code:https://salsa.debian.org/freedombox-team/android-app -Issue Tracker:https://salsa.debian.org/freedombox-team/android-app/issues -Changelog:https://salsa.debian.org/freedombox-team/android-app/tags - -Auto Name:FreedomBox -Summary:A companion app for your FreedomBox server -Description: -''Features'' - -* Discover FreedomBox servers on the network -* Display a list of installed services on the selected FreedomBox -* Launch Android apps and web applications for available services -* Save a FreedomBox and connect to it from anywhere - -''Planned Features'' - -* Save credentials for a FreedomBox and automatically login -* Installation help guide for various devices -* Automatically configure an application with the saved credentials of the FreedomBox -. - -Repo Type:git -Repo:https://salsa.debian.org/freedombox-team/android-app.git - -Build:0.1,1 - commit=v0.1 - subdir=app - gradle=yes - -Build:0.2,2 - commit=v0.2 - subdir=app - gradle=yes - -Build:0.3,3 - commit=v0.3 - subdir=app - gradle=yes - -Build:0.4,4 - commit=v0.4 - subdir=app - gradle=yes - -Build:0.5,5 - commit=v0.5 - subdir=app - gradle=yes - -Auto Update Mode:Version v%v -Update Check Mode:Tags ^v[0-9.]*$ -Current Version:0.5 -Current Version Code:5 diff --git a/metadata/org.freedombox.freedombox.yml b/metadata/org.freedombox.freedombox.yml new file mode 100644 index 0000000000..131ce7e506 --- /dev/null +++ b/metadata/org.freedombox.freedombox.yml @@ -0,0 +1,55 @@ +Categories: + - Internet + - Security +License: GPL-3.0-or-later +WebSite: https://freedombox.org +SourceCode: https://salsa.debian.org/freedombox-team/android-app +IssueTracker: https://salsa.debian.org/freedombox-team/android-app/issues +Translation: https://hosted.weblate.org/engage/freedombox/ +Changelog: https://salsa.debian.org/freedombox-team/android-app/tags + +AutoName: FreedomBox + +RepoType: git +Repo: https://salsa.debian.org/freedombox-team/android-app.git + +Builds: + - versionName: '0.1' + versionCode: 1 + commit: v0.1 + subdir: app + gradle: + - yes + + - versionName: '0.2' + versionCode: 2 + commit: v0.2 + subdir: app + gradle: + - yes + + - versionName: '0.3' + versionCode: 3 + commit: v0.3 + subdir: app + gradle: + - yes + + - versionName: '0.4' + versionCode: 4 + commit: v0.4 + subdir: app + gradle: + - yes + + - versionName: '0.5' + versionCode: 5 + commit: v0.5 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags ^v[0-9.]*$ +CurrentVersion: '0.5' +CurrentVersionCode: 5 diff --git a/metadata/org.freshrss.easyrss.txt b/metadata/org.freshrss.easyrss.txt deleted file mode 100644 index 87415ef70c..0000000000 --- a/metadata/org.freshrss.easyrss.txt +++ /dev/null @@ -1,46 +0,0 @@ -Categories:Internet,Reading -License:GPL-3.0-only -Web Site:https://freshrss.org/ -Source Code:https://github.com/Alkarex/EasyRSS -Issue Tracker:https://github.com/Alkarex/EasyRSS/issues -Changelog:https://raw.githubusercontent.com/Alkarex/EasyRSS/HEAD/CHANGELOG.md - -Auto Name:EasyRSS -Summary:RSS reader compatible with Google Reader API -Description: -An Android client for RSS services compatible with Google Reader API, such as -the open source self-hosted project [http://freshrss.org/ FreshRSS]. - -'''Features:''' - -* Sync with RSS services compatible with Google Reader API -* Image downloading for off-line reading -* Simple swipe between starred/all/unread items -* Manage starred items -* View items by tag or subscription -* State saving & syncing -* Slide up & down to move between items -* Font size adjustment -. - -Repo Type:git -Repo:https://github.com/Alkarex/EasyRSS - -Build:0.6.06,606 - commit=v0.6.06 - prebuild=echo -e 'java.source=1.7\njava.target=1.7' > ant.properties && \ - mv libs/jackson-core/src/main/java/com src/ && \ - mv libs/HtmlCleaner/src/org src/org2 && \ - rm -fR libs/ - -Build:0.6.08,608 - commit=v0.6.08 - prebuild=echo -e 'java.source=1.7\njava.target=1.7' > ant.properties && \ - mv libs/jackson-core/src/main/java/com src/ && \ - mv libs/HtmlCleaner/src/org src/org2 && \ - rm -fR libs/ - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:0.6.08 -Current Version Code:608 diff --git a/metadata/org.freshrss.easyrss.yml b/metadata/org.freshrss.easyrss.yml new file mode 100644 index 0000000000..c3445e40f3 --- /dev/null +++ b/metadata/org.freshrss.easyrss.yml @@ -0,0 +1,52 @@ +Categories: + - Internet + - Reading +License: GPL-3.0-only +WebSite: https://freshrss.org/ +SourceCode: https://github.com/Alkarex/EasyRSS +IssueTracker: https://github.com/Alkarex/EasyRSS/issues +Changelog: https://raw.githubusercontent.com/Alkarex/EasyRSS/HEAD/CHANGELOG.md + +AutoName: EasyRSS +Summary: RSS reader compatible with Google Reader API +Description: |- + An Android client for RSS services compatible with Google Reader API, such as + the open source self-hosted project [http://freshrss.org/ FreshRSS]. + + '''Features:''' + + * Sync with RSS services compatible with Google Reader API + * Image downloading for off-line reading + * Simple swipe between starred/all/unread items + * Manage starred items + * View items by tag or subscription + * State saving & syncing + * Slide up & down to move between items + * Font size adjustment + +RepoType: git +Repo: https://github.com/Alkarex/EasyRSS + +Builds: + - versionName: 0.6.06 + versionCode: 606 + commit: v0.6.06 + prebuild: + - echo -e 'java.source=1.7\njava.target=1.7' > ant.properties + - mv libs/jackson-core/src/main/java/com src/ + - mv libs/HtmlCleaner/src/org src/org2 + - rm -fR libs/ + + - versionName: 0.6.08 + versionCode: 608 + commit: v0.6.08 + prebuild: + - echo -e 'java.source=1.7\njava.target=1.7' > ant.properties + - mv libs/jackson-core/src/main/java/com src/ + - mv libs/HtmlCleaner/src/org src/org2 + - rm -fR libs/ + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 0.6.08 +CurrentVersionCode: 608 diff --git a/metadata/org.gateshipone.malp.txt b/metadata/org.gateshipone.malp.txt deleted file mode 100644 index 82971435e9..0000000000 --- a/metadata/org.gateshipone.malp.txt +++ /dev/null @@ -1,131 +0,0 @@ -Categories:Multimedia,Connectivity -License:GPL-3.0-or-later -Web Site:https://gitlab.com/gateship-one/malp/wikis/home -Source Code:https://gitlab.com/gateship-one/malp -Issue Tracker:https://gitlab.com/gateship-one/malp/issues -Changelog:https://gitlab.com/gateship-one/malp/blob/HEAD/CHANGELOG.md - -Auto Name:M.A.L.P. - -Repo Type:git -Repo:https://gitlab.com/gateship-one/malp.git - -Build:1.1.0,9 - commit=release-9 - subdir=app - gradle=yes - -Build:1.1.1,10 - commit=release-10 - subdir=app - gradle=yes - -Build:1.1.2,11 - commit=release-11 - subdir=app - gradle=yes - -Build:1.1.3,12 - commit=release-12 - subdir=app - gradle=yes - -Build:1.1.4,13 - commit=release-13 - subdir=app - gradle=yes - -Build:1.1.5,14 - commit=release-14 - subdir=app - gradle=yes - -Build:1.1.6,15 - commit=release-15 - subdir=app - gradle=yes - -Build:1.1.7,16 - commit=release-16 - subdir=app - gradle=yes - -Build:1.1.8,17 - commit=release-17 - subdir=app - gradle=yes - -Build:1.1.9,18 - commit=release-18 - subdir=app - gradle=yes - -Build:1.1.10,19 - commit=release-19 - subdir=app - gradle=yes - -Build:1.1.11,20 - commit=release-20 - subdir=app - gradle=yes - -Build:1.1.12,21 - commit=release-21 - subdir=app - gradle=yes - -Build:1.1.13,22 - commit=release-22 - subdir=app - gradle=yes - -Build:1.1.14,23 - commit=release-23 - subdir=app - gradle=yes - -Build:1.1.15,24 - commit=release-24 - subdir=app - gradle=yes - -Build:1.1.16,25 - commit=release-25 - subdir=app - gradle=yes - -Build:1.1.17,26 - commit=release-26 - subdir=app - gradle=yes - -Build:1.2.0,27 - commit=release-27 - subdir=app - gradle=yes - -Build:1.2.1,28 - commit=release-28 - subdir=app - gradle=yes - -Build:1.2.2,29 - commit=release-29 - subdir=app - gradle=yes - -Build:1.2.3,30 - commit=release-30 - subdir=app - gradle=yes - -Build:1.2.4,31 - commit=release-31 - subdir=app - gradle=yes - -Auto Update Mode:Version release-%c -Update Check Mode:Tags -Current Version:1.2.4 -Current Version Code:31 diff --git a/metadata/org.gateshipone.malp.yml b/metadata/org.gateshipone.malp.yml new file mode 100644 index 0000000000..b83a2c3582 --- /dev/null +++ b/metadata/org.gateshipone.malp.yml @@ -0,0 +1,181 @@ +Categories: + - Multimedia + - Connectivity +License: GPL-3.0-or-later +WebSite: https://gitlab.com/gateship-one/malp/wikis/home +SourceCode: https://gitlab.com/gateship-one/malp +IssueTracker: https://gitlab.com/gateship-one/malp/issues +Translation: https://gitlab.com/gateship-one/malp/blob/HEAD/CONTRIBUTING.md#can-i-help-to-translate-malp +Changelog: https://gitlab.com/gateship-one/malp/blob/HEAD/CHANGELOG.md + +AutoName: M.A.L.P. + +RepoType: git +Repo: https://gitlab.com/gateship-one/malp.git + +Builds: + - versionName: 1.1.0 + versionCode: 9 + commit: release-9 + subdir: app + gradle: + - yes + + - versionName: 1.1.1 + versionCode: 10 + commit: release-10 + subdir: app + gradle: + - yes + + - versionName: 1.1.2 + versionCode: 11 + commit: release-11 + subdir: app + gradle: + - yes + + - versionName: 1.1.3 + versionCode: 12 + commit: release-12 + subdir: app + gradle: + - yes + + - versionName: 1.1.4 + versionCode: 13 + commit: release-13 + subdir: app + gradle: + - yes + + - versionName: 1.1.5 + versionCode: 14 + commit: release-14 + subdir: app + gradle: + - yes + + - versionName: 1.1.6 + versionCode: 15 + commit: release-15 + subdir: app + gradle: + - yes + + - versionName: 1.1.7 + versionCode: 16 + commit: release-16 + subdir: app + gradle: + - yes + + - versionName: 1.1.8 + versionCode: 17 + commit: release-17 + subdir: app + gradle: + - yes + + - versionName: 1.1.9 + versionCode: 18 + commit: release-18 + subdir: app + gradle: + - yes + + - versionName: 1.1.10 + versionCode: 19 + commit: release-19 + subdir: app + gradle: + - yes + + - versionName: 1.1.11 + versionCode: 20 + commit: release-20 + subdir: app + gradle: + - yes + + - versionName: 1.1.12 + versionCode: 21 + commit: release-21 + subdir: app + gradle: + - yes + + - versionName: 1.1.13 + versionCode: 22 + commit: release-22 + subdir: app + gradle: + - yes + + - versionName: 1.1.14 + versionCode: 23 + commit: release-23 + subdir: app + gradle: + - yes + + - versionName: 1.1.15 + versionCode: 24 + commit: release-24 + subdir: app + gradle: + - yes + + - versionName: 1.1.16 + versionCode: 25 + commit: release-25 + subdir: app + gradle: + - yes + + - versionName: 1.1.17 + versionCode: 26 + commit: release-26 + subdir: app + gradle: + - yes + + - versionName: 1.2.0 + versionCode: 27 + commit: release-27 + subdir: app + gradle: + - yes + + - versionName: 1.2.1 + versionCode: 28 + commit: release-28 + subdir: app + gradle: + - yes + + - versionName: 1.2.2 + versionCode: 29 + commit: release-29 + subdir: app + gradle: + - yes + + - versionName: 1.2.3 + versionCode: 30 + commit: release-30 + subdir: app + gradle: + - yes + + - versionName: 1.2.4 + versionCode: 31 + commit: release-31 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version release-%c +UpdateCheckMode: Tags +CurrentVersion: 1.2.4 +CurrentVersionCode: 31 diff --git a/metadata/org.gateshipone.odyssey.txt b/metadata/org.gateshipone.odyssey.txt deleted file mode 100644 index af2326c42b..0000000000 --- a/metadata/org.gateshipone.odyssey.txt +++ /dev/null @@ -1,158 +0,0 @@ -Categories:Multimedia -License:GPL-3.0-or-later -Web Site:https://github.com/gateship-one/odyssey/wiki -Source Code:https://github.com/gateship-one/odyssey -Issue Tracker:https://github.com/gateship-one/odyssey/issues -Changelog:https://github.com/gateship-one/odyssey/blob/HEAD/CHANGELOG.md - -Auto Name:Odyssey -Summary:Listen to music files -Description: -Music player that is optimized for speed (even with large music libraries). On -the other hand the players is designed with the Material Design Guidelines in -mind and we try to follow them as close as possible. - -It's main features are a fast music library (artist, album, file browser). - -A basic playlist management functionality is also part of this player. - -To be able to play audio books and podcast this player has a bookmark feature, -that allows you to save your playlist and the playback position, to resume your -audio book/podcast later. - -For more comfort you are able to use the launcher widget to have quick control -over your music playback. -. - -Repo Type:git -Repo:https://github.com/gateship-one/odyssey - -Build:1.0,6 - commit=release-6 - subdir=app - gradle=yes - -Build:1.0,7 - commit=release-7 - subdir=app - gradle=yes - -Build:1.0.8,8 - commit=release-8 - subdir=app - gradle=yes - -Build:1.0.9,9 - commit=release-9 - subdir=app - gradle=yes - -Build:1.0.10,10 - commit=release-10 - subdir=app - gradle=yes - -Build:1.0.11,11 - commit=release-11 - subdir=app - gradle=yes - -Build:1.1.0,12 - commit=release-12 - subdir=app - gradle=yes - -Build:1.1.1,13 - commit=release-13 - subdir=app - gradle=yes - -Build:1.1.2,14 - commit=release-14 - subdir=app - gradle=yes - -Build:1.1.3,15 - commit=release-15 - subdir=app - gradle=yes - -Build:1.1.4,16 - commit=release-16 - subdir=app - gradle=yes - -Build:1.1.5,17 - commit=release-17 - subdir=app - gradle=yes - -Build:1.1.6,18 - commit=release-18 - subdir=app - gradle=yes - -Build:1.1.7,19 - commit=release-19 - subdir=app - gradle=yes - -Build:1.1.8,20 - commit=release-20 - subdir=app - gradle=yes - -Build:1.1.9,21 - commit=release-21 - subdir=app - gradle=yes - -Build:1.1.10,22 - commit=release-22 - subdir=app - gradle=yes - -Build:1.1.11,23 - commit=release-23 - subdir=app - gradle=yes - -Build:1.1.12,24 - commit=release-24 - subdir=app - gradle=yes - -Build:1.1.13,25 - commit=release-25 - subdir=app - gradle=yes - -Build:1.1.14,26 - commit=release-26 - subdir=app - gradle=yes - -Build:1.1.15,27 - commit=release-27 - subdir=app - gradle=yes - -Build:1.1.16,28 - commit=release-28 - subdir=app - gradle=yes - -Build:1.1.17,29 - commit=release-29 - subdir=app - gradle=yes - -Build:1.1.18,30 - commit=release-30 - subdir=app - gradle=yes - -Auto Update Mode:Version release-%c -Update Check Mode:Tags -Current Version:1.1.18 -Current Version Code:30 diff --git a/metadata/org.gateshipone.odyssey.yml b/metadata/org.gateshipone.odyssey.yml new file mode 100644 index 0000000000..0877afa75b --- /dev/null +++ b/metadata/org.gateshipone.odyssey.yml @@ -0,0 +1,210 @@ +Categories: + - Multimedia +License: GPL-3.0-or-later +WebSite: https://github.com/gateship-one/odyssey/wiki +SourceCode: https://github.com/gateship-one/odyssey +IssueTracker: https://github.com/gateship-one/odyssey/issues +Translation: https://github.com/gateship-one/odyssey/blob/HEAD/CONTRIBUTING.md#can-i-help-to-translate-odyssey +Changelog: https://github.com/gateship-one/odyssey/blob/HEAD/CHANGELOG.md + +AutoName: Odyssey +Summary: Listen to music files +Description: |- + Music player that is optimized for speed (even with large music libraries). On + the other hand the players is designed with the Material Design Guidelines in + mind and we try to follow them as close as possible. + + It’s main features are a fast music library (artist, album, file browser). + + A basic playlist management functionality is also part of this player. + + To be able to play audio books and podcast this player has a bookmark feature, + that allows you to save your playlist and the playback position, to resume your + audio book/podcast later. + + For more comfort you are able to use the launcher widget to have quick control + over your music playback. + +RepoType: git +Repo: https://github.com/gateship-one/odyssey + +Builds: + - versionName: '1.0' + versionCode: 6 + commit: release-6 + subdir: app + gradle: + - yes + + - versionName: '1.0' + versionCode: 7 + commit: release-7 + subdir: app + gradle: + - yes + + - versionName: 1.0.8 + versionCode: 8 + commit: release-8 + subdir: app + gradle: + - yes + + - versionName: 1.0.9 + versionCode: 9 + commit: release-9 + subdir: app + gradle: + - yes + + - versionName: 1.0.10 + versionCode: 10 + commit: release-10 + subdir: app + gradle: + - yes + + - versionName: 1.0.11 + versionCode: 11 + commit: release-11 + subdir: app + gradle: + - yes + + - versionName: 1.1.0 + versionCode: 12 + commit: release-12 + subdir: app + gradle: + - yes + + - versionName: 1.1.1 + versionCode: 13 + commit: release-13 + subdir: app + gradle: + - yes + + - versionName: 1.1.2 + versionCode: 14 + commit: release-14 + subdir: app + gradle: + - yes + + - versionName: 1.1.3 + versionCode: 15 + commit: release-15 + subdir: app + gradle: + - yes + + - versionName: 1.1.4 + versionCode: 16 + commit: release-16 + subdir: app + gradle: + - yes + + - versionName: 1.1.5 + versionCode: 17 + commit: release-17 + subdir: app + gradle: + - yes + + - versionName: 1.1.6 + versionCode: 18 + commit: release-18 + subdir: app + gradle: + - yes + + - versionName: 1.1.7 + versionCode: 19 + commit: release-19 + subdir: app + gradle: + - yes + + - versionName: 1.1.8 + versionCode: 20 + commit: release-20 + subdir: app + gradle: + - yes + + - versionName: 1.1.9 + versionCode: 21 + commit: release-21 + subdir: app + gradle: + - yes + + - versionName: 1.1.10 + versionCode: 22 + commit: release-22 + subdir: app + gradle: + - yes + + - versionName: 1.1.11 + versionCode: 23 + commit: release-23 + subdir: app + gradle: + - yes + + - versionName: 1.1.12 + versionCode: 24 + commit: release-24 + subdir: app + gradle: + - yes + + - versionName: 1.1.13 + versionCode: 25 + commit: release-25 + subdir: app + gradle: + - yes + + - versionName: 1.1.14 + versionCode: 26 + commit: release-26 + subdir: app + gradle: + - yes + + - versionName: 1.1.15 + versionCode: 27 + commit: release-27 + subdir: app + gradle: + - yes + + - versionName: 1.1.16 + versionCode: 28 + commit: release-28 + subdir: app + gradle: + - yes + + - versionName: 1.1.17 + versionCode: 29 + commit: release-29 + subdir: app + gradle: + - yes + + - versionName: 1.1.18 + versionCode: 30 + commit: release-30 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version release-%c +UpdateCheckMode: Tags +CurrentVersion: 1.1.18 +CurrentVersionCode: 30 diff --git a/metadata/org.geometerplus.fbreader.plugin.local_opds_scanner.txt b/metadata/org.geometerplus.fbreader.plugin.local_opds_scanner.txt deleted file mode 100644 index 2cc541eec2..0000000000 --- a/metadata/org.geometerplus.fbreader.plugin.local_opds_scanner.txt +++ /dev/null @@ -1,44 +0,0 @@ -Categories:Reading -License:GPL-2.0-or-later -Web Site:https://fbreader.org/FBReaderJ -Source Code:https://github.com/geometer/FBReaderJ-plugin-local-opds-scanner -Issue Tracker:https://github.com/geometer/FBReaderJ-plugin-local-opds-scanner/issues -Donate:https://fbreader.org/donation/make.php - -Auto Name:FBReader Calibre connector -Summary:View local book catalogues -Description: -Allows automatic discovery of opds shares made discoverable by zeroconf (avahi, -Bonjour). FBReader already allows you to add remote OPDS shares e.g. -[http://m.gutenberg.org] or [http://bookserver.revues.org]. -. - -Repo Type:git -Repo:https://github.com/geometer/FBReaderJ-plugin-local-opds-scanner.git - -Build:1.1-fd,101001 - commit=9a239a014a272d3b1d642 - forceversion=yes - -Build:1.2,102000 - commit=98386fce88255f560a2d895a797bfdee2d92a7d4 - srclibs=JmDNS@jmdns-3.4.1 - rm=libs/* - prebuild=pushd $$JmDNS$$ && \ - $$MVN3$$ package -DskipTests && \ - popd && \ - cp $$JmDNS$$/target/*jar libs/ - -Build:1.2,102001 - commit=1.2 - srclibs=JmDNS@jmdns-3.4.1 - rm=libs/* - prebuild=pushd $$JmDNS$$ && \ - $$MVN3$$ package -DskipTests && \ - popd && \ - cp $$JmDNS$$/target/*jar libs/ - -Auto Update Mode:Version %v -Update Check Mode:Tags -Current Version:1.2 -Current Version Code:102001 diff --git a/metadata/org.geometerplus.fbreader.plugin.local_opds_scanner.yml b/metadata/org.geometerplus.fbreader.plugin.local_opds_scanner.yml new file mode 100644 index 0000000000..f22cd1d444 --- /dev/null +++ b/metadata/org.geometerplus.fbreader.plugin.local_opds_scanner.yml @@ -0,0 +1,54 @@ +Categories: + - Reading +License: GPL-2.0-or-later +WebSite: https://fbreader.org/FBReaderJ +SourceCode: https://github.com/geometer/FBReaderJ-plugin-local-opds-scanner +IssueTracker: https://github.com/geometer/FBReaderJ-plugin-local-opds-scanner/issues +Donate: https://fbreader.org/donation/make.php + +AutoName: FBReader Calibre connector +Summary: View local book catalogues +Description: |- + Allows automatic discovery of opds shares made discoverable by zeroconf (avahi, + Bonjour). FBReader already allows you to add remote OPDS shares e.g. + [http://m.gutenberg.org] or [http://bookserver.revues.org]. + +RepoType: git +Repo: https://github.com/geometer/FBReaderJ-plugin-local-opds-scanner.git + +Builds: + - versionName: 1.1-fd + versionCode: 101001 + commit: 9a239a014a272d3b1d642 + forceversion: true + + - versionName: '1.2' + versionCode: 102000 + commit: 98386fce88255f560a2d895a797bfdee2d92a7d4 + srclibs: + - JmDNS@jmdns-3.4.1 + rm: + - libs/* + prebuild: + - pushd $$JmDNS$$ + - $$MVN3$$ package -DskipTests + - popd + - cp $$JmDNS$$/target/*jar libs/ + + - versionName: '1.2' + versionCode: 102001 + commit: '1.2' + srclibs: + - JmDNS@jmdns-3.4.1 + rm: + - libs/* + prebuild: + - pushd $$JmDNS$$ + - $$MVN3$$ package -DskipTests + - popd + - cp $$JmDNS$$/target/*jar libs/ + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: '1.2' +CurrentVersionCode: 102001 diff --git a/metadata/org.gitorious.jamesjrh.isokeys.txt b/metadata/org.gitorious.jamesjrh.isokeys.txt deleted file mode 100644 index 09874dbf16..0000000000 --- a/metadata/org.gitorious.jamesjrh.isokeys.txt +++ /dev/null @@ -1,43 +0,0 @@ -Categories:Multimedia -License:GPL-3.0-only -Web Site: -Source Code:https://gitorious.org/hexiano/hexiano -Issue Tracker: - -Auto Name:Hexiano -Summary:Musical instrument -Description: -Hexiano is an isomorphic musical keyboard. Isomorphic keyboards are about 12 -times easier to learn than the traditional keyboard layout. - -Keyboard layouts supported are: - -* Wicki-Hayden (Jammer) -* Harmonic Table (Sonome) -* Janko - -It turns your Android device into a musical instrument like the Thummer -(Thumtronics) or AXiS-64 (C-Thru Music). It works best on recent mid- to -high-end devices with large accurate multitouch screens. Old or low-end devices -tend to only support 2 simultaneous touches, and are very inaccurate. On slow -devices, especially with a single-core CPU, it's not responsive while it's -loading and can take over 20 seconds to load all of the sound samples. -Unfortunately, the Android sound system likes to hog the single processor core -while it's doing this. -. - -Repo Type:git -Repo:https://gitorious.org/hexiano/hexiano.git - -Build:0.82.1 ALPHA,14 - commit=a2dad34 - subdir=Hexiano - prebuild=git checkout build.xml && \ - echo "app.packagename=org.gitorious.jamesjrh.isokeys" >> local.properties && \ - ant filter-package - target=android-10 - -Auto Update Mode:None -Update Check Mode:Static -Current Version:0.82.1 -Current Version Code:14 diff --git a/metadata/org.gitorious.jamesjrh.isokeys.yml b/metadata/org.gitorious.jamesjrh.isokeys.yml new file mode 100644 index 0000000000..b7d8acce93 --- /dev/null +++ b/metadata/org.gitorious.jamesjrh.isokeys.yml @@ -0,0 +1,43 @@ +Categories: + - Multimedia +License: GPL-3.0-only +SourceCode: https://gitorious.org/hexiano/hexiano + +AutoName: Hexiano +Summary: Musical instrument +Description: |- + Hexiano is an isomorphic musical keyboard. Isomorphic keyboards are about 12 + times easier to learn than the traditional keyboard layout. + + Keyboard layouts supported are: + + * Wicki-Hayden (Jammer) + * Harmonic Table (Sonome) + * Janko + + It turns your Android device into a musical instrument like the Thummer + (Thumtronics) or AXiS-64 (C-Thru Music). It works best on recent mid- to + high-end devices with large accurate multitouch screens. Old or low-end devices + tend to only support 2 simultaneous touches, and are very inaccurate. On slow + devices, especially with a single-core CPU, it’s not responsive while it’s + loading and can take over 20 seconds to load all of the sound samples. + Unfortunately, the Android sound system likes to hog the single processor core + while it’s doing this. + +Builds: + - versionName: 0.82.1 ALPHA + versionCode: 14 + commit: a2dad34 + subdir: Hexiano + prebuild: + - git checkout build.xml + - echo "app.packagename=org.gitorious.jamesjrh.isokeys" >> local.properties + - ant filter-package + target: android-10 + +AutoUpdateMode: None +UpdateCheckMode: Static +CurrentVersion: 0.82.1 +CurrentVersionCode: 14 + +NoSourceSince: 0.82.1 diff --git a/metadata/org.gittner.osmbugs.txt b/metadata/org.gittner.osmbugs.txt deleted file mode 100644 index a9d4f0e30b..0000000000 --- a/metadata/org.gittner.osmbugs.txt +++ /dev/null @@ -1,133 +0,0 @@ -Categories:Development -License:WTFPL -Web Site: -Source Code:https://github.com/Gittner/OSMBugs -Issue Tracker:https://github.com/Gittner/OSMBugs/issues -Changelog:https://github.com/ChristopherGittner/OSMBugs/blob/HEAD/CHANGELOG.md - -Auto Name:OSMBugs -Summary:View OpenStreetMap errors -Description: -Display bugs and errors from various quality assurance services on a map. - -Supported Platforms: - -* Notes -* Keepright -* Mapdust -* Osmose -. - -Repo Type:git -Repo:https://github.com/Gittner/OSMBugs - -Build:0-7-0,14 - commit=0-7-0 - subdir=app - gradle=yes - -Build:0-8-0,15 - commit=0-8-0 - subdir=app - gradle=yes - -Build:0-8-1,16 - commit=0-8-1 - subdir=app - gradle=yes - -Build:0-8-2,17 - commit=0-8-2 - subdir=app - gradle=yes - -Build:0-8-3,18 - commit=0-8-3 - subdir=app - gradle=yes - -Build:0-9-0,19 - commit=0-9-0 - subdir=app - gradle=yes - -Build:0-9-1,20 - commit=0-9-1 - subdir=app - gradle=yes - -Build:0-9-3,22 - disable=vanished material-dialogs - commit=0-9-3 - subdir=app - gradle=yes - -Build:0-9-4,23 - commit=0-9-4 - subdir=app - gradle=yes - -Build:0-9-5,24 - commit=0-9-5 - subdir=app - gradle=yes - -Build:0-9-6,25 - commit=0-9-6 - subdir=app - gradle=yes - -Build:0-9-8,27 - commit=0-9-8 - subdir=app - gradle=yes - -Build:1-1-0,29 - commit=1-1-0 - subdir=app - gradle=yes - -Build:1-1-1,30 - commit=1-1-1 - subdir=app - gradle=yes - -Build:1-1-3,32 - commit=1-1-3 - subdir=app - gradle=yes - -Build:1-1-4,33 - commit=1-1-4 - subdir=app - gradle=yes - -Build:1-1-5,34 - commit=1-1-5 - subdir=app - gradle=yes - -Build:1-1-6,35 - commit=1-1-6 - subdir=app - gradle=yes - -Build:1-2-0,36 - commit=1-2-0 - subdir=app - gradle=yes - -Build:1-2-1,37 - commit=1-2-1 - subdir=app - gradle=yes - -Build:1-2-2,38 - commit=1-2-2 - subdir=app - gradle=yes - -Auto Update Mode:Version %v -Update Check Mode:Tags -Current Version:1-2-2 -Current Version Code:38 diff --git a/metadata/org.gittner.osmbugs.yml b/metadata/org.gittner.osmbugs.yml new file mode 100644 index 0000000000..d34a1244f7 --- /dev/null +++ b/metadata/org.gittner.osmbugs.yml @@ -0,0 +1,175 @@ +Categories: + - Development +License: WTFPL +SourceCode: https://github.com/Gittner/OSMBugs +IssueTracker: https://github.com/Gittner/OSMBugs/issues +Changelog: https://github.com/ChristopherGittner/OSMBugs/blob/HEAD/CHANGELOG.md + +AutoName: OSMBugs +Summary: View OpenStreetMap errors +Description: |- + Display bugs and errors from various quality assurance services on a map. + + Supported Platforms: + + * Notes + * Keepright + * Mapdust + * Osmose + +RepoType: git +Repo: https://github.com/Gittner/OSMBugs + +Builds: + - versionName: 0-7-0 + versionCode: 14 + commit: 0-7-0 + subdir: app + gradle: + - yes + + - versionName: 0-8-0 + versionCode: 15 + commit: 0-8-0 + subdir: app + gradle: + - yes + + - versionName: 0-8-1 + versionCode: 16 + commit: 0-8-1 + subdir: app + gradle: + - yes + + - versionName: 0-8-2 + versionCode: 17 + commit: 0-8-2 + subdir: app + gradle: + - yes + + - versionName: 0-8-3 + versionCode: 18 + commit: 0-8-3 + subdir: app + gradle: + - yes + + - versionName: 0-9-0 + versionCode: 19 + commit: 0-9-0 + subdir: app + gradle: + - yes + + - versionName: 0-9-1 + versionCode: 20 + commit: 0-9-1 + subdir: app + gradle: + - yes + + - versionName: 0-9-3 + versionCode: 22 + disable: vanished material-dialogs + commit: 0-9-3 + subdir: app + gradle: + - yes + + - versionName: 0-9-4 + versionCode: 23 + commit: 0-9-4 + subdir: app + gradle: + - yes + + - versionName: 0-9-5 + versionCode: 24 + commit: 0-9-5 + subdir: app + gradle: + - yes + + - versionName: 0-9-6 + versionCode: 25 + commit: 0-9-6 + subdir: app + gradle: + - yes + + - versionName: 0-9-8 + versionCode: 27 + commit: 0-9-8 + subdir: app + gradle: + - yes + + - versionName: 1-1-0 + versionCode: 29 + commit: 1-1-0 + subdir: app + gradle: + - yes + + - versionName: 1-1-1 + versionCode: 30 + commit: 1-1-1 + subdir: app + gradle: + - yes + + - versionName: 1-1-3 + versionCode: 32 + commit: 1-1-3 + subdir: app + gradle: + - yes + + - versionName: 1-1-4 + versionCode: 33 + commit: 1-1-4 + subdir: app + gradle: + - yes + + - versionName: 1-1-5 + versionCode: 34 + commit: 1-1-5 + subdir: app + gradle: + - yes + + - versionName: 1-1-6 + versionCode: 35 + commit: 1-1-6 + subdir: app + gradle: + - yes + + - versionName: 1-2-0 + versionCode: 36 + commit: 1-2-0 + subdir: app + gradle: + - yes + + - versionName: 1-2-1 + versionCode: 37 + commit: 1-2-1 + subdir: app + gradle: + - yes + + - versionName: 1-2-2 + versionCode: 38 + commit: 1-2-2 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: 1-2-2 +CurrentVersionCode: 38 diff --git a/metadata/org.gnucash.android.txt b/metadata/org.gnucash.android.txt deleted file mode 100644 index 21458c8849..0000000000 --- a/metadata/org.gnucash.android.txt +++ /dev/null @@ -1,264 +0,0 @@ -Categories:Money -License:Apache-2.0 -Web Site: -Source Code:https://github.com/codinguser/gnucash-android -Issue Tracker:https://github.com/codinguser/gnucash-android/issues -Changelog:https://github.com/codinguser/gnucash-android/blob/HEAD/CHANGELOG.md - -Auto Name:GnuCash -Summary:Money management -Description: -A companion application for the desktop app GnuCash. It allows you to record -transactions on-the-go and export them in the OFX format and later import the -data into GnuCash for the desktop. You can create multiple accounts for -transactions in GnuCash. You can't open your GnuCash (for desktop) XML files, -however. - -Upstream is now using a bunch of non-free libraries, and intends to use more in -the future. Chances are this app will not be updated any more. -. - -Repo Type:git -Repo:https://github.com/codinguser/gnucash-android.git - -Build:1.0,1 - commit=v1.0.beta1 - subdir=GnucashMobile - update=.,../com_actionbarsherlock - -Build:1.0.1,2 - commit=v1.0.1 - subdir=GnucashMobile - update=.,../com_actionbarsherlock - -Build:1.0.2,3 - commit=v1.0.2 - subdir=GnucashMobile - update=.,../com_actionbarsherlock - -Build:1.1.1,6 - commit=v1.1.1 - subdir=GnucashMobile - update=.,../com_actionbarsherlock - -Build:1.1.2,7 - commit=v1.1.2 - subdir=app - srclibs=ActionBarSherlock@4.2.0 - prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties - -Build:1.2.0,8 - commit=v1.2.0 - subdir=app - srclibs=ActionBarSherlock@4.2.0 - prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties - -Build:1.2.2,10 - commit=v1.2.2 - subdir=app - srclibs=ActionBarSherlock@4.2.0 - prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties - -Build:1.2.3,13 - commit=v1.2.3 - subdir=app - srclibs=ActionBarSherlock@4.2.0 - prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties - -Build:1.2.4,14 - commit=v1.2.4 - subdir=app - srclibs=ActionBarSherlock@4.2.0 - prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties - -Build:1.2.7,22 - commit=v1.2.7 - subdir=app - srclibs=1:ActionBarSherlock@4.4.0 - -Build:1.3.1,26 - commit=v1.3.1 - subdir=app - srclibs=1:ActionBarSherlock@4.4.0,2:ViewPagerIndicator@2.4.1 - -Build:1.3.2,28 - commit=v1.3.2 - subdir=app - srclibs=1:ActionBarSherlock@4.4.0,2:ViewPagerIndicator@2.4.1 - -Build:1.3.3,29 - commit=v1.3.3 - subdir=app - srclibs=1:ActionBarSherlock@4.4.0,2:ViewPagerIndicator@2.4.1 - -Build:1.4.0,36 - commit=v1.4.0 - subdir=app - srclibs=1:ActionBarSherlock@4.4.0,2:ViewPagerIndicator@2.4.1 - -Build:1.4.1,37 - commit=v1.4.1 - subdir=app - srclibs=1:ActionBarSherlock@4.4.0,2:ViewPagerIndicator@2.4.1 - -Build:1.4.2,39 - commit=v1.4.2 - subdir=app - srclibs=1:ActionBarSherlock@4.4.0,2:ViewPagerIndicator@2.4.1 - -Build:1.4.3,40 - commit=v1.4.3 - subdir=app - srclibs=1:ActionBarSherlock@4.4.0,2:ViewPagerIndicator@2.4.1 - -Build:1.5.0,42 - commit=v1.5.0 - subdir=app - srclibs=1:ActionBarSherlock@4.4.0,2:ViewPagerIndicator@2.4.1 - -Build:1.5.1,43 - commit=v1.5.1 - subdir=app - srclibs=1:ActionBarSherlock@4.4.0,2:ViewPagerIndicator@2.4.1 - -Build:1.5.2,45 - commit=v1.5.2 - subdir=app - srclibs=1:ActionBarSherlock@4.4.0,2:ViewPagerIndicator@2.4.1 - -Build:1.5.3,46 - commit=v1.5.3 - subdir=app - srclibs=1:ActionBarSherlock@4.4.0,2:ViewPagerIndicator@2.4.1 - -Build:1.5.4,47 - commit=v1.5.4 - subdir=app/src/main - srclibs=1:ActionBarSherlock@4.4.0,2:ViewPagerIndicator@2.4.1 - prebuild=mv java src - target=android-21 - -Build:1.5.5,48 - commit=v1.5.5 - subdir=app/src/main - srclibs=1:ActionBarSherlock@4.4.0,2:ViewPagerIndicator@2.4.1 - prebuild=mv java src - target=android-21 - -Build:1.6.0,16006 - commit=v1.6.0 - subdir=app - patch=disable_gms_dropbox.diff - gradle=production - srclibs=CWACMerge@v1.1.1,CWACSacklist@v1.0.2,MPAndroidChart@v2.1.0,ViewPagerIndicator@2.4.1 - rm=app/libs/*.jar,app/src/main/jniLibs/*/* - prebuild=sed -e "/\/ d" -i `grep -lr "\" src/main/java/` && \ - sed -e "/crashlytics/ d" -i build.gradle ../build.gradle && \ - sed -e "/USE_CRASHLYTICS/ d" -i src/main/java/org/gnucash/android/app/GnuCashApplication.java && \ - sed -e "/gms/ d" -i build.gradle && \ - sed -e "/cwac/ d" -i build.gradle && \ - sed -e "/maven\s*{\s*url.*}/ d" -i ../build.gradle && \ - sed -e "/\(Drop\|Google\)/ d" -i src/main/res/values*/strings.xml && \ - cp -fR $$CWACMerge$$/merge/src/com src/main/java/ && \ - cp -fR $$CWACSacklist$$/sacklist/src/com src/main/java/ && \ - cp -fR $$MPAndroidChart$$/src/com/ src/main/java/ && \ - cp -fR $$ViewPagerIndicator$$ ../ViewPagerIndicator && \ - rm -f ../ViewPagerIndicator/libs/*.jar && \ - echo "include ':ViewPagerIndicator'" >> ../settings.gradle && \ - echo -e "apply plugin: 'com.android.library' \nandroid { compileSdkVersion 21 \n buildToolsVersion \"22.0.1\"" > ../ViewPagerIndicator/build.gradle && \ - echo -e "lintOptions.abortOnError = false \n sourceSets{main{ \n manifest.srcFile 'AndroidManifest.xml' \n java.srcDirs = ['src'] \n res.srcDirs = ['res'] }}} \n dependencies {compile 'com.android.support:support-v4:22.1.1'}" >> ../ViewPagerIndicator/build.gradle && \ - sed -i -e "s/.*viewpagerindicator.*/project(':ViewPagerIndicator'),/" build.gradle && \ - sed -i -e "/MPAndroidChart/d" build.gradle && \ - sed -i -e '/variant.outputs.each/,/ }/ d' build.gradle - -Build:1.6.1,16100 - commit=v1.6.1 - subdir=app - patch=disable_gms_dropbox.diff - gradle=production - srclibs=CWACMerge@v1.1.1,CWACSacklist@v1.0.2,MPAndroidChart@v2.1.0,ViewPagerIndicator@2.4.1 - rm=app/libs/*.jar,app/src/main/jniLibs/*/* - prebuild=sed -e "/\/ d" -i `grep -lr "\" src/main/java/` && \ - sed -e "/crashlytics/ d" -i build.gradle ../build.gradle && \ - sed -e "/USE_CRASHLYTICS/ d" -i src/main/java/org/gnucash/android/app/GnuCashApplication.java build.gradle && \ - sed -e "/gms/ d" -i build.gradle && \ - sed -e "/cwac/ d" -i build.gradle && \ - sed -e "/maven\s*{\s*url.*}/ d" -i ../build.gradle && \ - sed -e "/\(Drop\|Google\)/ d" -i src/main/res/values*/strings.xml && \ - cp -fR $$CWACMerge$$/merge/src/com src/main/java/ && \ - cp -fR $$CWACSacklist$$/sacklist/src/com src/main/java/ && \ - cp -fR $$MPAndroidChart$$/src/com/ src/main/java/ && \ - cp -fR $$ViewPagerIndicator$$ ../ViewPagerIndicator && \ - rm -f ../ViewPagerIndicator/libs/*.jar && \ - echo "include ':ViewPagerIndicator'" >> ../settings.gradle && \ - echo -e "apply plugin: 'com.android.library' \nandroid { compileSdkVersion 21 \n buildToolsVersion \"22.0.1\"" > ../ViewPagerIndicator/build.gradle && \ - echo -e "lintOptions.abortOnError = false \n sourceSets{main{ \n manifest.srcFile 'AndroidManifest.xml' \n java.srcDirs = ['src'] \n res.srcDirs = ['res'] }}} \n dependencies {compile 'com.android.support:support-v4:22.1.1'}" >> ../ViewPagerIndicator/build.gradle && \ - sed -i -e "s/.*viewpagerindicator.*/project(':ViewPagerIndicator'),/" build.gradle && \ - sed -i -e "/MPAndroidChart/d" build.gradle && \ - sed -i -e '/variant.outputs.each/,/ }/ d' build.gradle - -Build:1.6.2,16200 - commit=v1.6.2 - subdir=app - patch=disable_gms_dropbox.diff - gradle=production - srclibs=CWACMerge@v1.1.1,CWACSacklist@v1.0.2,MPAndroidChart@v2.1.0,ViewPagerIndicator@2.4.1 - rm=app/libs/*.jar,app/src/main/jniLibs/*/* - prebuild=sed -e "/\/ d" -i `grep -lr "\" src/main/java/` && \ - sed -e "/crashlytics/ d" -i build.gradle ../build.gradle && \ - sed -e "/USE_CRASHLYTICS/ d" -i src/main/java/org/gnucash/android/app/GnuCashApplication.java build.gradle && \ - sed -e "/gms/ d" -i build.gradle && \ - sed -e "/cwac/ d" -i build.gradle && \ - sed -e "/maven\s*{\s*url.*}/ d" -i ../build.gradle && \ - sed -e "/\(Drop\|Google\)/ d" -i src/main/res/values*/strings.xml && \ - cp -fR $$CWACMerge$$/merge/src/com src/main/java/ && \ - cp -fR $$CWACSacklist$$/sacklist/src/com src/main/java/ && \ - cp -fR $$MPAndroidChart$$/src/com/ src/main/java/ && \ - cp -fR $$ViewPagerIndicator$$ ../ViewPagerIndicator && \ - rm -f ../ViewPagerIndicator/libs/*.jar && \ - echo "include ':ViewPagerIndicator'" >> ../settings.gradle && \ - echo -e "apply plugin: 'com.android.library' \nandroid { compileSdkVersion 21 \n buildToolsVersion \"22.0.1\"" > ../ViewPagerIndicator/build.gradle && \ - echo -e "lintOptions.abortOnError = false \n sourceSets{main{ \n manifest.srcFile 'AndroidManifest.xml' \n java.srcDirs = ['src'] \n res.srcDirs = ['res'] }}} \n dependencies {compile 'com.android.support:support-v4:22.1.1'}" >> ../ViewPagerIndicator/build.gradle && \ - sed -i -e "s/.*viewpagerindicator.*/project(':ViewPagerIndicator'),/" build.gradle && \ - sed -i -e "/MPAndroidChart/d" build.gradle && \ - sed -i -e '/variant.outputs.each/,/ }/ d' build.gradle - -Build:1.6.3,16300 - commit=v1.6.3 - subdir=app - patch=disable_gms_dropbox.diff - gradle=production - srclibs=CWACMerge@v1.1.1,CWACSacklist@v1.0.2,MPAndroidChart@v2.1.0,ViewPagerIndicator@2.4.1 - rm=app/libs/*.jar,app/src/main/jniLibs/*/* - prebuild=sed -e "/\/ d" -i `grep -lr "\" src/main/java/` && \ - sed -e "/crashlytics/ d" -i build.gradle ../build.gradle && \ - sed -e "/USE_CRASHLYTICS/ d" -i src/main/java/org/gnucash/android/app/GnuCashApplication.java build.gradle && \ - sed -e "/gms/ d" -i build.gradle && \ - sed -e "/cwac/ d" -i build.gradle && \ - sed -e "/maven\s*{\s*url.*}/ d" -i ../build.gradle && \ - sed -e "/\(Drop\|Google\)/ d" -i src/main/res/values*/strings.xml && \ - cp -fR $$CWACMerge$$/merge/src/com src/main/java/ && \ - cp -fR $$CWACSacklist$$/sacklist/src/com src/main/java/ && \ - cp -fR $$MPAndroidChart$$/src/com/ src/main/java/ && \ - cp -fR $$ViewPagerIndicator$$ ../ViewPagerIndicator && \ - rm -f ../ViewPagerIndicator/libs/*.jar && \ - echo "include ':ViewPagerIndicator'" >> ../settings.gradle && \ - echo -e "apply plugin: 'com.android.library' \nandroid { compileSdkVersion 21 \n buildToolsVersion \"22.0.1\"" > ../ViewPagerIndicator/build.gradle && \ - echo -e "lintOptions.abortOnError = false \n sourceSets{main{ \n manifest.srcFile 'AndroidManifest.xml' \n java.srcDirs = ['src'] \n res.srcDirs = ['res'] }}} \n dependencies {compile 'com.android.support:support-v4:22.1.1'}" >> ../ViewPagerIndicator/build.gradle && \ - sed -i -e "s/.*viewpagerindicator.*/project(':ViewPagerIndicator'),/" build.gradle && \ - sed -i -e "/MPAndroidChart/d" build.gradle && \ - sed -i -e '/variant.outputs.each/,/ }/ d' build.gradle - -Build:2.0.5,20500 - disable=https://github.com/codinguser/gnucash-android/issues/435 - commit=v2.0.5 - -Maintainer Notes: -Dynamic version code, so no UCM can be used. -. - -Archive Policy:0 versions -Auto Update Mode:None -Update Check Mode:None -Current Version:2.0.5 -Current Version Code:20500 diff --git a/metadata/org.gnucash.android.yml b/metadata/org.gnucash.android.yml new file mode 100644 index 0000000000..415e7a6a45 --- /dev/null +++ b/metadata/org.gnucash.android.yml @@ -0,0 +1,387 @@ +Categories: + - Money +License: Apache-2.0 +SourceCode: https://github.com/codinguser/gnucash-android +IssueTracker: https://github.com/codinguser/gnucash-android/issues +Translation: https://crowdin.com/project/gnucash-android +Changelog: https://github.com/codinguser/gnucash-android/blob/HEAD/CHANGELOG.md + +AutoName: GnuCash +Summary: Money management +Description: |- + A companion application for the desktop app GnuCash. It allows you to record + transactions on-the-go and export them in the OFX format and later import the + data into GnuCash for the desktop. You can create multiple accounts for + transactions in GnuCash. You can’t open your GnuCash (for desktop) XML files, + however. + + Upstream is now using a bunch of non-free libraries, and intends to use more in + the future. Chances are this app will not be updated any more. + +RepoType: git +Repo: https://github.com/codinguser/gnucash-android.git + +Builds: + - versionName: '1.0' + versionCode: 1 + commit: v1.0.beta1 + subdir: GnucashMobile + androidupdate: + - . + - ../com_actionbarsherlock + + - versionName: 1.0.1 + versionCode: 2 + commit: v1.0.1 + subdir: GnucashMobile + androidupdate: + - . + - ../com_actionbarsherlock + + - versionName: 1.0.2 + versionCode: 3 + commit: v1.0.2 + subdir: GnucashMobile + androidupdate: + - . + - ../com_actionbarsherlock + + - versionName: 1.1.1 + versionCode: 6 + commit: v1.1.1 + subdir: GnucashMobile + androidupdate: + - . + - ../com_actionbarsherlock + + - versionName: 1.1.2 + versionCode: 7 + commit: v1.1.2 + subdir: app + srclibs: + - ActionBarSherlock@4.2.0 + prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' + project.properties + + - versionName: 1.2.0 + versionCode: 8 + commit: v1.2.0 + subdir: app + srclibs: + - ActionBarSherlock@4.2.0 + prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' + project.properties + + - versionName: 1.2.2 + versionCode: 10 + commit: v1.2.2 + subdir: app + srclibs: + - ActionBarSherlock@4.2.0 + prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' + project.properties + + - versionName: 1.2.3 + versionCode: 13 + commit: v1.2.3 + subdir: app + srclibs: + - ActionBarSherlock@4.2.0 + prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' + project.properties + + - versionName: 1.2.4 + versionCode: 14 + commit: v1.2.4 + subdir: app + srclibs: + - ActionBarSherlock@4.2.0 + prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' + project.properties + + - versionName: 1.2.7 + versionCode: 22 + commit: v1.2.7 + subdir: app + srclibs: + - 1:ActionBarSherlock@4.4.0 + + - versionName: 1.3.1 + versionCode: 26 + commit: v1.3.1 + subdir: app + srclibs: + - 1:ActionBarSherlock@4.4.0 + - 2:ViewPagerIndicator@2.4.1 + + - versionName: 1.3.2 + versionCode: 28 + commit: v1.3.2 + subdir: app + srclibs: + - 1:ActionBarSherlock@4.4.0 + - 2:ViewPagerIndicator@2.4.1 + + - versionName: 1.3.3 + versionCode: 29 + commit: v1.3.3 + subdir: app + srclibs: + - 1:ActionBarSherlock@4.4.0 + - 2:ViewPagerIndicator@2.4.1 + + - versionName: 1.4.0 + versionCode: 36 + commit: v1.4.0 + subdir: app + srclibs: + - 1:ActionBarSherlock@4.4.0 + - 2:ViewPagerIndicator@2.4.1 + + - versionName: 1.4.1 + versionCode: 37 + commit: v1.4.1 + subdir: app + srclibs: + - 1:ActionBarSherlock@4.4.0 + - 2:ViewPagerIndicator@2.4.1 + + - versionName: 1.4.2 + versionCode: 39 + commit: v1.4.2 + subdir: app + srclibs: + - 1:ActionBarSherlock@4.4.0 + - 2:ViewPagerIndicator@2.4.1 + + - versionName: 1.4.3 + versionCode: 40 + commit: v1.4.3 + subdir: app + srclibs: + - 1:ActionBarSherlock@4.4.0 + - 2:ViewPagerIndicator@2.4.1 + + - versionName: 1.5.0 + versionCode: 42 + commit: v1.5.0 + subdir: app + srclibs: + - 1:ActionBarSherlock@4.4.0 + - 2:ViewPagerIndicator@2.4.1 + + - versionName: 1.5.1 + versionCode: 43 + commit: v1.5.1 + subdir: app + srclibs: + - 1:ActionBarSherlock@4.4.0 + - 2:ViewPagerIndicator@2.4.1 + + - versionName: 1.5.2 + versionCode: 45 + commit: v1.5.2 + subdir: app + srclibs: + - 1:ActionBarSherlock@4.4.0 + - 2:ViewPagerIndicator@2.4.1 + + - versionName: 1.5.3 + versionCode: 46 + commit: v1.5.3 + subdir: app + srclibs: + - 1:ActionBarSherlock@4.4.0 + - 2:ViewPagerIndicator@2.4.1 + + - versionName: 1.5.4 + versionCode: 47 + commit: v1.5.4 + subdir: app/src/main + srclibs: + - 1:ActionBarSherlock@4.4.0 + - 2:ViewPagerIndicator@2.4.1 + prebuild: mv java src + target: android-21 + + - versionName: 1.5.5 + versionCode: 48 + commit: v1.5.5 + subdir: app/src/main + srclibs: + - 1:ActionBarSherlock@4.4.0 + - 2:ViewPagerIndicator@2.4.1 + prebuild: mv java src + target: android-21 + + - versionName: 1.6.0 + versionCode: 16006 + commit: v1.6.0 + subdir: app + patch: + - disable_gms_dropbox.diff + gradle: + - production + srclibs: + - CWACMerge@v1.1.1 + - CWACSacklist@v1.0.2 + - MPAndroidChart@v2.1.0 + - ViewPagerIndicator@2.4.1 + rm: + - app/libs/*.jar + - app/src/main/jniLibs/*/* + prebuild: + - sed -e "/\/ d" -i `grep -lr "\" src/main/java/` + - sed -e "/crashlytics/ d" -i build.gradle ../build.gradle + - sed -e "/USE_CRASHLYTICS/ d" -i src/main/java/org/gnucash/android/app/GnuCashApplication.java + - sed -e "/gms/ d" -i build.gradle + - sed -e "/cwac/ d" -i build.gradle + - sed -e "/maven\s*{\s*url.*}/ d" -i ../build.gradle + - sed -e "/\(Drop\|Google\)/ d" -i src/main/res/values*/strings.xml + - cp -fR $$CWACMerge$$/merge/src/com src/main/java/ + - cp -fR $$CWACSacklist$$/sacklist/src/com src/main/java/ + - cp -fR $$MPAndroidChart$$/src/com/ src/main/java/ + - cp -fR $$ViewPagerIndicator$$ ../ViewPagerIndicator + - rm -f ../ViewPagerIndicator/libs/*.jar + - echo "include ':ViewPagerIndicator'" >> ../settings.gradle + - "echo -e \"apply plugin: 'com.android.library' \\nandroid { compileSdkVersion\ + \ 21 \\n buildToolsVersion \\\"22.0.1\\\"\" > ../ViewPagerIndicator/build.gradle" + - echo -e "lintOptions.abortOnError = false \n sourceSets{main{ \n manifest.srcFile + 'AndroidManifest.xml' \n java.srcDirs = ['src'] \n res.srcDirs = ['res'] }}} + \n dependencies {compile 'com.android.support:support-v4:22.1.1'}" >> ../ViewPagerIndicator/build.gradle + - sed -i -e "s/.*viewpagerindicator.*/project(':ViewPagerIndicator'),/" build.gradle + - sed -i -e "/MPAndroidChart/d" build.gradle + - sed -i -e '/variant.outputs.each/,/ }/ d' build.gradle + + - versionName: 1.6.1 + versionCode: 16100 + commit: v1.6.1 + subdir: app + patch: + - disable_gms_dropbox.diff + gradle: + - production + srclibs: + - CWACMerge@v1.1.1 + - CWACSacklist@v1.0.2 + - MPAndroidChart@v2.1.0 + - ViewPagerIndicator@2.4.1 + rm: + - app/libs/*.jar + - app/src/main/jniLibs/*/* + prebuild: + - sed -e "/\/ d" -i `grep -lr "\" src/main/java/` + - sed -e "/crashlytics/ d" -i build.gradle ../build.gradle + - sed -e "/USE_CRASHLYTICS/ d" -i src/main/java/org/gnucash/android/app/GnuCashApplication.java + build.gradle + - sed -e "/gms/ d" -i build.gradle + - sed -e "/cwac/ d" -i build.gradle + - sed -e "/maven\s*{\s*url.*}/ d" -i ../build.gradle + - sed -e "/\(Drop\|Google\)/ d" -i src/main/res/values*/strings.xml + - cp -fR $$CWACMerge$$/merge/src/com src/main/java/ + - cp -fR $$CWACSacklist$$/sacklist/src/com src/main/java/ + - cp -fR $$MPAndroidChart$$/src/com/ src/main/java/ + - cp -fR $$ViewPagerIndicator$$ ../ViewPagerIndicator + - rm -f ../ViewPagerIndicator/libs/*.jar + - echo "include ':ViewPagerIndicator'" >> ../settings.gradle + - "echo -e \"apply plugin: 'com.android.library' \\nandroid { compileSdkVersion\ + \ 21 \\n buildToolsVersion \\\"22.0.1\\\"\" > ../ViewPagerIndicator/build.gradle" + - echo -e "lintOptions.abortOnError = false \n sourceSets{main{ \n manifest.srcFile + 'AndroidManifest.xml' \n java.srcDirs = ['src'] \n res.srcDirs = ['res'] }}} + \n dependencies {compile 'com.android.support:support-v4:22.1.1'}" >> ../ViewPagerIndicator/build.gradle + - sed -i -e "s/.*viewpagerindicator.*/project(':ViewPagerIndicator'),/" build.gradle + - sed -i -e "/MPAndroidChart/d" build.gradle + - sed -i -e '/variant.outputs.each/,/ }/ d' build.gradle + + - versionName: 1.6.2 + versionCode: 16200 + commit: v1.6.2 + subdir: app + patch: + - disable_gms_dropbox.diff + gradle: + - production + srclibs: + - CWACMerge@v1.1.1 + - CWACSacklist@v1.0.2 + - MPAndroidChart@v2.1.0 + - ViewPagerIndicator@2.4.1 + rm: + - app/libs/*.jar + - app/src/main/jniLibs/*/* + prebuild: + - sed -e "/\/ d" -i `grep -lr "\" src/main/java/` + - sed -e "/crashlytics/ d" -i build.gradle ../build.gradle + - sed -e "/USE_CRASHLYTICS/ d" -i src/main/java/org/gnucash/android/app/GnuCashApplication.java + build.gradle + - sed -e "/gms/ d" -i build.gradle + - sed -e "/cwac/ d" -i build.gradle + - sed -e "/maven\s*{\s*url.*}/ d" -i ../build.gradle + - sed -e "/\(Drop\|Google\)/ d" -i src/main/res/values*/strings.xml + - cp -fR $$CWACMerge$$/merge/src/com src/main/java/ + - cp -fR $$CWACSacklist$$/sacklist/src/com src/main/java/ + - cp -fR $$MPAndroidChart$$/src/com/ src/main/java/ + - cp -fR $$ViewPagerIndicator$$ ../ViewPagerIndicator + - rm -f ../ViewPagerIndicator/libs/*.jar + - echo "include ':ViewPagerIndicator'" >> ../settings.gradle + - "echo -e \"apply plugin: 'com.android.library' \\nandroid { compileSdkVersion\ + \ 21 \\n buildToolsVersion \\\"22.0.1\\\"\" > ../ViewPagerIndicator/build.gradle" + - echo -e "lintOptions.abortOnError = false \n sourceSets{main{ \n manifest.srcFile + 'AndroidManifest.xml' \n java.srcDirs = ['src'] \n res.srcDirs = ['res'] }}} + \n dependencies {compile 'com.android.support:support-v4:22.1.1'}" >> ../ViewPagerIndicator/build.gradle + - sed -i -e "s/.*viewpagerindicator.*/project(':ViewPagerIndicator'),/" build.gradle + - sed -i -e "/MPAndroidChart/d" build.gradle + - sed -i -e '/variant.outputs.each/,/ }/ d' build.gradle + + - versionName: 1.6.3 + versionCode: 16300 + commit: v1.6.3 + subdir: app + patch: + - disable_gms_dropbox.diff + gradle: + - production + srclibs: + - CWACMerge@v1.1.1 + - CWACSacklist@v1.0.2 + - MPAndroidChart@v2.1.0 + - ViewPagerIndicator@2.4.1 + rm: + - app/libs/*.jar + - app/src/main/jniLibs/*/* + prebuild: + - sed -e "/\/ d" -i `grep -lr "\" src/main/java/` + - sed -e "/crashlytics/ d" -i build.gradle ../build.gradle + - sed -e "/USE_CRASHLYTICS/ d" -i src/main/java/org/gnucash/android/app/GnuCashApplication.java + build.gradle + - sed -e "/gms/ d" -i build.gradle + - sed -e "/cwac/ d" -i build.gradle + - sed -e "/maven\s*{\s*url.*}/ d" -i ../build.gradle + - sed -e "/\(Drop\|Google\)/ d" -i src/main/res/values*/strings.xml + - cp -fR $$CWACMerge$$/merge/src/com src/main/java/ + - cp -fR $$CWACSacklist$$/sacklist/src/com src/main/java/ + - cp -fR $$MPAndroidChart$$/src/com/ src/main/java/ + - cp -fR $$ViewPagerIndicator$$ ../ViewPagerIndicator + - rm -f ../ViewPagerIndicator/libs/*.jar + - echo "include ':ViewPagerIndicator'" >> ../settings.gradle + - "echo -e \"apply plugin: 'com.android.library' \\nandroid { compileSdkVersion\ + \ 21 \\n buildToolsVersion \\\"22.0.1\\\"\" > ../ViewPagerIndicator/build.gradle" + - echo -e "lintOptions.abortOnError = false \n sourceSets{main{ \n manifest.srcFile + 'AndroidManifest.xml' \n java.srcDirs = ['src'] \n res.srcDirs = ['res'] }}} + \n dependencies {compile 'com.android.support:support-v4:22.1.1'}" >> ../ViewPagerIndicator/build.gradle + - sed -i -e "s/.*viewpagerindicator.*/project(':ViewPagerIndicator'),/" build.gradle + - sed -i -e "/MPAndroidChart/d" build.gradle + - sed -i -e '/variant.outputs.each/,/ }/ d' build.gradle + + - versionName: 2.0.5 + versionCode: 20500 + disable: https://github.com/codinguser/gnucash-android/issues/435 + commit: v2.0.5 + +MaintainerNotes: Dynamic version code, so no UCM can be used. + +ArchivePolicy: 0 versions +AutoUpdateMode: None +UpdateCheckMode: None +CurrentVersion: 2.0.5 +CurrentVersionCode: 20500 diff --git a/metadata/org.grapentin.apps.exceer.txt b/metadata/org.grapentin.apps.exceer.txt deleted file mode 100644 index a2d7dec742..0000000000 --- a/metadata/org.grapentin.apps.exceer.txt +++ /dev/null @@ -1,47 +0,0 @@ -Categories:Sports & Health -License:GPL-3.0-or-later -Web Site: -Source Code:https://github.com/oaken-source/exceer -Issue Tracker:https://github.com/oaken-source/exceer/issues - -Auto Name:Exceer -Summary:Supporting your Exercise Progressions -Description: -Exceer is designed to support your bodyweight training workout by enforcing your -progressions and form. -. - -Repo Type:git -Repo:https://github.com/oaken-source/exceer - -Build:0.1,100 - disable=severe issues in database layer (non-upgradable) - commit=v0.1 - subdir=app - gradle=yes - -Build:0.2,200 - disable=issues in database creation - commit=v0.2 - subdir=app - gradle=yes - -Build:0.2.1,210 - commit=v0.2.1 - subdir=app - gradle=yes - -Build:0.2.2,220 - commit=v0.2.2 - subdir=app - gradle=yes - -Build:0.2.3,230 - commit=v0.2.3 - subdir=app - gradle=yes - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:0.2.3 -Current Version Code:230 diff --git a/metadata/org.grapentin.apps.exceer.yml b/metadata/org.grapentin.apps.exceer.yml new file mode 100644 index 0000000000..dfb15705f4 --- /dev/null +++ b/metadata/org.grapentin.apps.exceer.yml @@ -0,0 +1,58 @@ +Categories: + - Sports & Health +License: GPL-3.0-or-later +SourceCode: https://github.com/oaken-source/exceer +IssueTracker: https://github.com/oaken-source/exceer/issues +Changelog: https://github.com/oaken-source/exceer/releases + +AutoName: Exceer +Summary: Supporting your Exercise Progressions +Description: |- + Exceer is designed to support your bodyweight training workout by enforcing your + progressions and form. + +RepoType: git +Repo: https://github.com/oaken-source/exceer + +Builds: + - versionName: '0.1' + versionCode: 100 + disable: severe issues in database layer (non-upgradable) + commit: v0.1 + subdir: app + gradle: + - yes + + - versionName: '0.2' + versionCode: 200 + disable: issues in database creation + commit: v0.2 + subdir: app + gradle: + - yes + + - versionName: 0.2.1 + versionCode: 210 + commit: v0.2.1 + subdir: app + gradle: + - yes + + - versionName: 0.2.2 + versionCode: 220 + commit: v0.2.2 + subdir: app + gradle: + - yes + + - versionName: 0.2.3 + versionCode: 230 + commit: v0.2.3 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 0.2.3 +CurrentVersionCode: 230 diff --git a/metadata/org.gringene.colourclock.txt b/metadata/org.gringene.colourclock.txt deleted file mode 100644 index d5b441fcb8..0000000000 --- a/metadata/org.gringene.colourclock.txt +++ /dev/null @@ -1,36 +0,0 @@ -Categories:Science & Education,Time -License:ISC -Web Site:http://www.gringene.org/pastimes.html -Source Code:https://github.com/gringer/ColourClock -Issue Tracker:https://github.com/gringer/ColourClock/issues -Changelog:https://github.com/gringer/ColourClock/blob/HEAD/CHANGES.md#changelog - -Auto Name:Colour Clock -Summary:Tell the time using colours -Description: -Tell the time with colours that change as they rotate round the clock face. -Blobs at the end of the hour, minute, and second regions change colours over -time (red = 12, yellow = 3, green = 6, blue = 9). - -This might help younger children to tell the time without having to know what -numbers mean (e.g. it's yellow and orange). - -A sine-wave second "tick" has also been implemented, as well as fixing the -minute hand to integer positions. This makes the clock a bit more interesting, -because each hand tells the time in a different way. - -Other apps by this developer: [[org.gringene.concentricclock]] -. - -Repo Type:git -Repo:https://github.com/gringer/ColourClock.git - -Build:1.1.1,3 - commit=v1.1.1 - subdir=app - gradle=yes - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:1.1.1 -Current Version Code:3 diff --git a/metadata/org.gringene.colourclock.yml b/metadata/org.gringene.colourclock.yml new file mode 100644 index 0000000000..ccb52fea84 --- /dev/null +++ b/metadata/org.gringene.colourclock.yml @@ -0,0 +1,40 @@ +Categories: + - Science & Education + - Time +License: ISC +WebSite: http://www.gringene.org/pastimes.html +SourceCode: https://github.com/gringer/ColourClock +IssueTracker: https://github.com/gringer/ColourClock/issues +Changelog: https://github.com/gringer/ColourClock/blob/HEAD/CHANGES.md#changelog + +AutoName: Colour Clock +Summary: Tell the time using colours +Description: |- + Tell the time with colours that change as they rotate round the clock face. + Blobs at the end of the hour, minute, and second regions change colours over + time (red = 12, yellow = 3, green = 6, blue = 9). + + This might help younger children to tell the time without having to know what + numbers mean (e.g. it's yellow and orange). + + A sine-wave second "tick" has also been implemented, as well as fixing the + minute hand to integer positions. This makes the clock a bit more interesting, + because each hand tells the time in a different way. + + Other apps by this developer: [[org.gringene.concentricclock]] + +RepoType: git +Repo: https://github.com/gringer/ColourClock.git + +Builds: + - versionName: 1.1.1 + versionCode: 3 + commit: v1.1.1 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 1.1.1 +CurrentVersionCode: 3 diff --git a/metadata/org.gringene.concentricclock.txt b/metadata/org.gringene.concentricclock.txt deleted file mode 100644 index dd0c124154..0000000000 --- a/metadata/org.gringene.concentricclock.txt +++ /dev/null @@ -1,30 +0,0 @@ -Categories:Science & Education,Time -License:ISC -Web Site:http://www.gringene.org/pastimes.html -Source Code:https://github.com/gringer/ConcentricClock -Issue Tracker:https://github.com/gringer/ConcentricClock/issues -Changelog:https://github.com/gringer/ConcentricClock/releases - -Auto Name:Concentric Clock -Summary:Tell the time using concentric arcs -Description: -This is a clock that uses spinning and growing concentric arcs to tell the time, -and demonstrates in a dynamic way the factors of 60. The minute hand is -suggested by the start and end positions of the arcs, while the hour of day is -shown by the size of the outer arc. - -Other apps by this developer: [[org.gringene.colourclock]] -. - -Repo Type:git -Repo:https://github.com/gringer/ConcentricClock.git - -Build:1.1.1,3 - commit=v1.1.1 - subdir=app - gradle=yes - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:1.1.1 -Current Version Code:3 diff --git a/metadata/org.gringene.concentricclock.yml b/metadata/org.gringene.concentricclock.yml new file mode 100644 index 0000000000..a47698183e --- /dev/null +++ b/metadata/org.gringene.concentricclock.yml @@ -0,0 +1,34 @@ +Categories: + - Science & Education + - Time +License: ISC +WebSite: http://www.gringene.org/pastimes.html +SourceCode: https://github.com/gringer/ConcentricClock +IssueTracker: https://github.com/gringer/ConcentricClock/issues +Changelog: https://github.com/gringer/ConcentricClock/releases + +AutoName: Concentric Clock +Summary: Tell the time using concentric arcs +Description: |- + This is a clock that uses spinning and growing concentric arcs to tell the time, + and demonstrates in a dynamic way the factors of 60. The minute hand is + suggested by the start and end positions of the arcs, while the hour of day is + shown by the size of the outer arc. + + Other apps by this developer: [[org.gringene.colourclock]] + +RepoType: git +Repo: https://github.com/gringer/ConcentricClock.git + +Builds: + - versionName: 1.1.1 + versionCode: 3 + commit: v1.1.1 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 1.1.1 +CurrentVersionCode: 3 diff --git a/metadata/org.hermit.tricorder.txt b/metadata/org.hermit.tricorder.txt deleted file mode 100644 index d183d9ccd0..0000000000 --- a/metadata/org.hermit.tricorder.txt +++ /dev/null @@ -1,31 +0,0 @@ -Categories:System -License:GPL-2.0-only -Web Site:https://code.google.com/p/moonblink -Source Code:https://gitorious.org/f-droid-mirrors/tricorder -Issue Tracker: - -Auto Name:Tricorder -Summary:Sci-fi gadget -Description: -Turns your Android device into a functional thing like what used to be used to -be on the tv. - -Status: Probably the final version, excepting forks. -. - -Repo Type:git -Repo:https://git.gitorious.org/f-droid-mirrors/tricorder.git - -Build:5.12,41 - commit=4ac98a0 - subdir=Tricorder - prebuild=rm -rf ../HermitAndroid/src/org/hermit/android/utils && \ - cp -r ../HermitLibrary/src/org/hermit/* ../HermitAndroid/src/org/hermit/android/ && \ - cp -r ../HermitLibrary/src/net ../HermitAndroid/src/ && \ - cp -r ../HermitLibrary/src/ca ../HermitAndroid/src/ - update=.,../HermitAndroid - -Auto Update Mode:None -Update Check Mode:Static -Current Version:5.12 -Current Version Code:41 diff --git a/metadata/org.hermit.tricorder.yml b/metadata/org.hermit.tricorder.yml new file mode 100644 index 0000000000..9ad24487ae --- /dev/null +++ b/metadata/org.hermit.tricorder.yml @@ -0,0 +1,34 @@ +Categories: + - System +License: GPL-2.0-only +WebSite: https://code.google.com/p/moonblink +SourceCode: https://gitorious.org/f-droid-mirrors/tricorder + +AutoName: Tricorder +Summary: Sci-fi gadget +Description: |- + Turns your Android device into a functional thing like what used to be used to + be on the tv. + + Status: Probably the final version, excepting forks. + +Builds: + - versionName: '5.12' + versionCode: 41 + commit: 4ac98a0 + subdir: Tricorder + prebuild: + - rm -rf ../HermitAndroid/src/org/hermit/android/utils + - cp -r ../HermitLibrary/src/org/hermit/* ../HermitAndroid/src/org/hermit/android/ + - cp -r ../HermitLibrary/src/net ../HermitAndroid/src/ + - cp -r ../HermitLibrary/src/ca ../HermitAndroid/src/ + androidupdate: + - . + - ../HermitAndroid + +AutoUpdateMode: None +UpdateCheckMode: Static +CurrentVersion: '5.12' +CurrentVersionCode: 41 + +NoSourceSince: '5.12'