From b15b30beebf4f344954a1a14c3cb60c27c98a269 Mon Sep 17 00:00:00 2001 From: Izzy Date: Sun, 25 Aug 2019 16:11:05 +0000 Subject: [PATCH] Yamlification, next round --- metadata/com.gmail.jerickson314.sdscanner.txt | 50 --- metadata/com.gmail.jerickson314.sdscanner.yml | 55 ++++ metadata/com.goltzkiste.guessaday.txt | 41 --- metadata/com.goltzkiste.guessaday.yml | 50 +++ metadata/com.googamaphone.typeandspeak.txt | 28 -- metadata/com.googamaphone.typeandspeak.yml | 26 ++ metadata/com.google.android.gms.txt | 132 -------- metadata/com.google.android.gms.yml | 161 ++++++++++ metadata/com.google.android.location.txt | 103 ------ metadata/com.google.android.location.yml | 126 ++++++++ metadata/com.googlecode.networklog.txt | 190 ----------- metadata/com.googlecode.networklog.yml | 302 ++++++++++++++++++ metadata/com.gpl.rpg.AndorsTrail.txt | 75 ----- metadata/com.gpl.rpg.AndorsTrail.yml | 93 ++++++ ...wlodarek.torontotransit.torontotransit.txt | 32 -- ...wlodarek.torontotransit.torontotransit.yml | 34 ++ metadata/com.gtp.showapicturetoyourfriend.txt | 53 --- metadata/com.gtp.showapicturetoyourfriend.yml | 63 ++++ metadata/com.gunshippenguin.openflood.txt | 77 ----- metadata/com.gunshippenguin.openflood.yml | 99 ++++++ metadata/com.haha01haha01.harail.txt | 50 --- metadata/com.haha01haha01.harail.yml | 62 ++++ metadata/com.haringeymobile.ukweather.txt | 95 ------ metadata/com.haringeymobile.ukweather.yml | 122 +++++++ metadata/com.hayaisoftware.launcher.txt | 84 ----- metadata/com.hayaisoftware.launcher.yml | 105 ++++++ metadata/com.health.openscale.txt | 231 -------------- metadata/com.health.openscale.yml | 286 +++++++++++++++++ metadata/com.hectorone.multismssender.txt | 45 --- metadata/com.hectorone.multismssender.yml | 52 +++ 30 files changed, 1636 insertions(+), 1286 deletions(-) delete mode 100644 metadata/com.gmail.jerickson314.sdscanner.txt create mode 100644 metadata/com.gmail.jerickson314.sdscanner.yml delete mode 100644 metadata/com.goltzkiste.guessaday.txt create mode 100644 metadata/com.goltzkiste.guessaday.yml delete mode 100644 metadata/com.googamaphone.typeandspeak.txt create mode 100644 metadata/com.googamaphone.typeandspeak.yml delete mode 100644 metadata/com.google.android.gms.txt create mode 100644 metadata/com.google.android.gms.yml delete mode 100644 metadata/com.google.android.location.txt create mode 100644 metadata/com.google.android.location.yml delete mode 100644 metadata/com.googlecode.networklog.txt create mode 100644 metadata/com.googlecode.networklog.yml delete mode 100644 metadata/com.gpl.rpg.AndorsTrail.txt create mode 100644 metadata/com.gpl.rpg.AndorsTrail.yml delete mode 100644 metadata/com.gregorywlodarek.torontotransit.torontotransit.txt create mode 100644 metadata/com.gregorywlodarek.torontotransit.torontotransit.yml delete mode 100644 metadata/com.gtp.showapicturetoyourfriend.txt create mode 100644 metadata/com.gtp.showapicturetoyourfriend.yml delete mode 100644 metadata/com.gunshippenguin.openflood.txt create mode 100644 metadata/com.gunshippenguin.openflood.yml delete mode 100644 metadata/com.haha01haha01.harail.txt create mode 100644 metadata/com.haha01haha01.harail.yml delete mode 100644 metadata/com.haringeymobile.ukweather.txt create mode 100644 metadata/com.haringeymobile.ukweather.yml delete mode 100644 metadata/com.hayaisoftware.launcher.txt create mode 100644 metadata/com.hayaisoftware.launcher.yml delete mode 100644 metadata/com.health.openscale.txt create mode 100644 metadata/com.health.openscale.yml delete mode 100644 metadata/com.hectorone.multismssender.txt create mode 100644 metadata/com.hectorone.multismssender.yml diff --git a/metadata/com.gmail.jerickson314.sdscanner.txt b/metadata/com.gmail.jerickson314.sdscanner.txt deleted file mode 100644 index 3216b3c075..0000000000 --- a/metadata/com.gmail.jerickson314.sdscanner.txt +++ /dev/null @@ -1,50 +0,0 @@ -Categories:System -License:GPL-2.0-only -Web Site: -Source Code:https://github.com/jerickson314/sdscanner -Issue Tracker:https://github.com/jerickson314/sdscanner/issues - -Auto Name:SD Scanner -Summary:Rescan storage media -Description: -Rescan storage media like SD cards for changes. ''SD Scanner'' uses a method -compatible with 4.4 KitKat and 5.0 Lollipop. - -In Android 4.4 KitKat, the method used by most older programs to rescan a -storage medium no longer works. Instead, an interface must be used that only -allows one file to be specified at a time. This app works by determining what -files/folders might need to be scanned again, and then by calling the correct -API on each file/folder. - -SD Scanner can be used with Tasker by using the "Send Intent" action listed -under "System." Use the following settings, leaving the ones I don't list at the -default: - -* Action: android.intent.action.RUN -* Package: com.gmail.jerickson314.sdscanner -* Class: com.gmail.jerickson314.sdscanner.MainActivity -* Target: Activity -. - -Repo Type:git -Repo:https://github.com/jerickson314/sdscanner.git - -Build:1.7,8 - commit=4befec509fcc5211c5d1acd7e03a3ad18df45d1c - -Build:1.9,10 - commit=e3cc9fd1b1842c2bc9a8630707705d4799bec685 - -Build:1.10,11 - commit=aefd6af25103a12f6c2bd9d51f8f697715884bcf - -Build:1.11,12 - commit=4f7a0aa7dad193e26f8fcef379e5aba97a53c9d0 - -Build:1.12.0,13 - commit=1.12.0 - -Auto Update Mode:Version %v -Update Check Mode:Tags -Current Version:1.12.0 -Current Version Code:13 diff --git a/metadata/com.gmail.jerickson314.sdscanner.yml b/metadata/com.gmail.jerickson314.sdscanner.yml new file mode 100644 index 0000000000..e7aac154d1 --- /dev/null +++ b/metadata/com.gmail.jerickson314.sdscanner.yml @@ -0,0 +1,55 @@ +Categories: + - System +License: GPL-2.0-only +SourceCode: https://github.com/jerickson314/sdscanner +IssueTracker: https://github.com/jerickson314/sdscanner/issues + +AutoName: SD Scanner +Summary: Rescan storage media +Description: |- + Rescan storage media like SD cards for changes. ''SD Scanner'' uses a method + compatible with 4.4 KitKat and 5.0 Lollipop. + + In Android 4.4 KitKat, the method used by most older programs to rescan a + storage medium no longer works. Instead, an interface must be used that only + allows one file to be specified at a time. This app works by determining what + files/folders might need to be scanned again, and then by calling the correct + API on each file/folder. + + SD Scanner can be used with Tasker by using the "Send Intent" action listed + under "System." Use the following settings, leaving the ones I don't list at the + default: + + * Action: android.intent.action.RUN + * Package: com.gmail.jerickson314.sdscanner + * Class: com.gmail.jerickson314.sdscanner.MainActivity + * Target: Activity + +RepoType: git +Repo: https://github.com/jerickson314/sdscanner.git + +Builds: + - versionName: '1.7' + versionCode: 8 + commit: 4befec509fcc5211c5d1acd7e03a3ad18df45d1c + + - versionName: '1.9' + versionCode: 10 + commit: e3cc9fd1b1842c2bc9a8630707705d4799bec685 + + - versionName: '1.10' + versionCode: 11 + commit: aefd6af25103a12f6c2bd9d51f8f697715884bcf + + - versionName: '1.11' + versionCode: 12 + commit: 4f7a0aa7dad193e26f8fcef379e5aba97a53c9d0 + + - versionName: 1.12.0 + versionCode: 13 + commit: 1.12.0 + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: 1.12.0 +CurrentVersionCode: 13 diff --git a/metadata/com.goltzkiste.guessaday.txt b/metadata/com.goltzkiste.guessaday.txt deleted file mode 100644 index fb5cfe014f..0000000000 --- a/metadata/com.goltzkiste.guessaday.txt +++ /dev/null @@ -1,41 +0,0 @@ -Categories:Games,Science & Education,Time -License:GPL-3.0-only -Web Site:https://page.mi.fu-berlin.de/moritz/guessaday.html -Source Code:https://github.com/mo271/guessaday -Issue Tracker:https://github.com/mo271/guessaday/issues -Bitcoin:1Guessas8CtCA9S9ZA9p9fCFAD3VZTE9ey - -Auto Name:Guessaday -Summary:Guess the day of week of a random date -Description: -A trainer for calculating the day of the week of any given date. - -This app displays a random date and asks you what day of the week that date is. -Then it checks your answer. Optionally it measures how long it took you. In the -settings you can configure the range for the random date. - -If you want to learn how to do this calculation, check out on the developer's -website! -. - -Repo Type:git -Repo:https://github.com/mo271/guessaday - -Build:1.02,6 - commit=a2a17f7f8cfba2fa73730d664acbe7f8d070079e - gradle=yes - -Build:1.03,7 - commit=v1.03 - subdir=app - gradle=yes - -Build:1.04,8 - commit=v1.04 - subdir=app - gradle=yes - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:1.04 -Current Version Code:8 diff --git a/metadata/com.goltzkiste.guessaday.yml b/metadata/com.goltzkiste.guessaday.yml new file mode 100644 index 0000000000..a08b18adeb --- /dev/null +++ b/metadata/com.goltzkiste.guessaday.yml @@ -0,0 +1,50 @@ +Categories: + - Games + - Science & Education + - Time +License: GPL-3.0-only +WebSite: https://page.mi.fu-berlin.de/moritz/guessaday.html +SourceCode: https://github.com/mo271/guessaday +IssueTracker: https://github.com/mo271/guessaday/issues +Bitcoin: 1Guessas8CtCA9S9ZA9p9fCFAD3VZTE9ey + +AutoName: Guessaday +Summary: Guess the day of week of a random date +Description: |- + A trainer for calculating the day of the week of any given date. + + This app displays a random date and asks you what day of the week that date is. + Then it checks your answer. Optionally it measures how long it took you. In the + settings you can configure the range for the random date. + + If you want to learn how to do this calculation, check out on the developer's + website! + +RepoType: git +Repo: https://github.com/mo271/guessaday + +Builds: + - versionName: '1.02' + versionCode: 6 + commit: a2a17f7f8cfba2fa73730d664acbe7f8d070079e + gradle: + - yes + + - versionName: '1.03' + versionCode: 7 + commit: v1.03 + subdir: app + gradle: + - yes + + - versionName: '1.04' + versionCode: 8 + commit: v1.04 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: '1.04' +CurrentVersionCode: 8 diff --git a/metadata/com.googamaphone.typeandspeak.txt b/metadata/com.googamaphone.typeandspeak.txt deleted file mode 100644 index c9ac496b89..0000000000 --- a/metadata/com.googamaphone.typeandspeak.txt +++ /dev/null @@ -1,28 +0,0 @@ -Categories:Science & Education -License:Apache-2.0 -Web Site:https://code.google.com/p/typeandspeak -Source Code:https://code.google.com/p/typeandspeak/source -Issue Tracker: - -Auto Name:Type and Speak -Summary:Text to speech -Description: -Type and Speak makes your phone say out loud whatever you type! Save speech to -use as ringtones and alarms. Can work via the share menu so you can have entire -articles read out loud. - -Uses Android's multi-lingual text-to-speech engine which supports UK English, US -English, French, Italian, German, and Spanish pronunciations. -. - -Repo Type:git -Repo:https://code.google.com/p/typeandspeak - -Build:1.4.8,36 - commit=44fe67acc70a - prebuild=mkdir -p typeandspeak-libs/src - -Auto Update Mode:None -Update Check Mode:Static -Current Version:1.4.8 -Current Version Code:36 diff --git a/metadata/com.googamaphone.typeandspeak.yml b/metadata/com.googamaphone.typeandspeak.yml new file mode 100644 index 0000000000..3a0f3fa344 --- /dev/null +++ b/metadata/com.googamaphone.typeandspeak.yml @@ -0,0 +1,26 @@ +Categories: + - Science & Education +License: Apache-2.0 +WebSite: https://code.google.com/p/typeandspeak +SourceCode: https://code.google.com/p/typeandspeak/source + +AutoName: Type and Speak +Summary: Text to speech +Description: |- + Type and Speak makes your phone say out loud whatever you type! Save speech to + use as ringtones and alarms. Can work via the share menu so you can have entire + articles read out loud. + + Uses Android’s multi-lingual text-to-speech engine which supports UK English, US + English, French, Italian, German, and Spanish pronunciations. + +Builds: + - versionName: 1.4.8 + versionCode: 36 + commit: 44fe67acc70a + prebuild: mkdir -p typeandspeak-libs/src + +AutoUpdateMode: None +UpdateCheckMode: Static +CurrentVersion: 1.4.8 +CurrentVersionCode: 36 diff --git a/metadata/com.google.android.gms.txt b/metadata/com.google.android.gms.txt deleted file mode 100644 index 743233eba9..0000000000 --- a/metadata/com.google.android.gms.txt +++ /dev/null @@ -1,132 +0,0 @@ -Categories:Navigation -License:Apache-2.0 -Web Site:https://github.com/microg -Source Code:https://github.com/microg/android_packages_apps_UnifiedNlp -Issue Tracker:https://github.com/microg/android_packages_apps_UnifiedNlp/issues -Changelog:https://github.com/microg/android_packages_apps_UnifiedNlp/releases - -Name:UnifiedNlp (no GAPPS) -Auto Name:microG UnifiedNlp -Summary:Location provider middleware (UnifiedNlp) -Description: -'''README:''' If this app shows as installed or as updateable but you don't -recall installing it, you should completely ignore it as it will be useless to -you and you will not be able to uninstall it nor update it. This is because the -Google version comes preinstalled in your device already. - -Most modern ROMs come with support for non-Google geolocation providers. On -these systems UnifiedNlp can be installed as a user app to replace the network -location provider. It acts as a middleware for various plugins aka backends, it -does not provide any location lookup itself. For further information please -refer to the -[https://github.com/microg/android_packages_apps_UnifiedNlp/blob/HEAD/README.md -README]. - -List of backends for geolocation: - -* [[org.microg.nlp.backend.apple]] uses Apple's Wifi database. -* [[org.fitchfamily.android.gsmlocation]] uses downloaded GSM Cell data (local) -* [[org.fitchfamily.android.wifi_backend]] uses (on-device generated) WiFi data (local) -* [[org.fitchfamily.android.dejavu]] uses (on-device generated) WiFi + GSM Cell data (local) -* [[org.microg.nlp.backend.ichnaea]] uses Mozilla Location Services -* [[org.openbmap.unifiedNlp]] uses Radiocells.org - -List of backends for (reverse) geocoding: - -* [[org.microg.nlp.backend.nominatim]] - -After installing you have to reboot your device, install a backend service and -activate/configure it in the app settings. After this you can use UnifiedNlp by -activating network-based geolocation from Settings -> Location: You need to -select any mode but "device only". - -NOTE: If you need to use UnifiedNlp beside GAPPS, you should instead install -[[org.microg.nlp]]. -. - -Repo Type:git -Repo:https://github.com/microg/android_packages_apps_UnifiedNlp/ - -Build:1.1.3,1103 - commit=v1.1.3 - gradle=NetworkLocation - -Build:1.2.0,1200 - commit=v1.2.0 - submodules=yes - gradle=NetworkLocation - -Build:1.2.2,1202 - commit=v1.2.2 - submodules=yes - gradle=NetworkLocation - -Build:1.3.0,1300 - commit=v1.3.0 - submodules=yes - gradle=NetworkLocation - -Build:1.3.1,10301 - commit=4ee1acc7385bc592506ac632d7a87c08372e345e - submodules=yes - gradle=NetworkLocation - -Build:1.4.0,10400 - commit=v1.4.0 - subdir=unifiednlp-app - submodules=yes - gradle=NetworkLocation - prebuild=pushd .. && \ - find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' && \ - popd - -Build:v1.6.2-dirty,20142 - commit=v1.6.2 - subdir=unifiednlp-app - submodules=yes - gradle=NetworkLocation - prebuild=pushd .. && \ - find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' && \ - popd - -Build:1.6.5,20160 - commit=v1.6.5 - subdir=unifiednlp-app - submodules=yes - gradle=NetworkLocation - prebuild=pushd .. && \ - find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' && \ - popd - -Build:1.6.6,20161 - commit=v1.6.6 - subdir=unifiednlp-app - submodules=yes - gradle=NetworkLocation - prebuild=pushd .. && \ - find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' && \ - popd - -Build:1.6.7,20170 - commit=v1.6.7 - subdir=unifiednlp-app - submodules=yes - gradle=NetworkLocation - prebuild=pushd .. && \ - find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' && \ - popd - -Build:1.6.8,20187 - commit=v1.6.8 - subdir=unifiednlp-app - submodules=yes - gradle=NetworkLocation - prebuild=pushd .. && \ - find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' && \ - popd - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Update Check Name:org.microg.nlp.app -Current Version:1.6.8 -Current Version Code:20187 diff --git a/metadata/com.google.android.gms.yml b/metadata/com.google.android.gms.yml new file mode 100644 index 0000000000..71d45e0d22 --- /dev/null +++ b/metadata/com.google.android.gms.yml @@ -0,0 +1,161 @@ +Categories: + - Navigation +License: Apache-2.0 +WebSite: https://github.com/microg +SourceCode: https://github.com/microg/android_packages_apps_UnifiedNlp +IssueTracker: https://github.com/microg/android_packages_apps_UnifiedNlp/issues +Changelog: https://github.com/microg/android_packages_apps_UnifiedNlp/releases + +Name: UnifiedNlp (no GAPPS) +AutoName: microG UnifiedNlp +Summary: Location provider middleware (UnifiedNlp) +Description: |- + '''README:''' If this app shows as installed or as updateable but you don't + recall installing it, you should completely ignore it as it will be useless to + you and you will not be able to uninstall it nor update it. This is because the + Google version comes preinstalled in your device already. + + Most modern ROMs come with support for non-Google geolocation providers. On + these systems UnifiedNlp can be installed as a user app to replace the network + location provider. It acts as a middleware for various plugins aka backends, it + does not provide any location lookup itself. For further information please + refer to the + [https://github.com/microg/android_packages_apps_UnifiedNlp/blob/HEAD/README.md + README]. + + List of backends for geolocation: + + * [[org.microg.nlp.backend.apple]] uses Apple's Wifi database. + * [[org.fitchfamily.android.gsmlocation]] uses downloaded GSM Cell data (local) + * [[org.fitchfamily.android.wifi_backend]] uses (on-device generated) WiFi data (local) + * [[org.fitchfamily.android.dejavu]] uses (on-device generated) WiFi + GSM Cell data (local) + * [[org.microg.nlp.backend.ichnaea]] uses Mozilla Location Services + * [[org.openbmap.unifiedNlp]] uses Radiocells.org + + List of backends for (reverse) geocoding: + + * [[org.microg.nlp.backend.nominatim]] + + After installing you have to reboot your device, install a backend service and + activate/configure it in the app settings. After this you can use UnifiedNlp by + activating network-based geolocation from Settings -> Location: You need to + select any mode but "device only". + + NOTE: If you need to use UnifiedNlp beside GAPPS, you should instead install + [[org.microg.nlp]]. + +RepoType: git +Repo: https://github.com/microg/android_packages_apps_UnifiedNlp/ + +Builds: + - versionName: 1.1.3 + versionCode: 1103 + commit: v1.1.3 + gradle: + - NetworkLocation + + - versionName: 1.2.0 + versionCode: 1200 + commit: v1.2.0 + submodules: true + gradle: + - NetworkLocation + + - versionName: 1.2.2 + versionCode: 1202 + commit: v1.2.2 + submodules: true + gradle: + - NetworkLocation + + - versionName: 1.3.0 + versionCode: 1300 + commit: v1.3.0 + submodules: true + gradle: + - NetworkLocation + + - versionName: 1.3.1 + versionCode: 10301 + commit: 4ee1acc7385bc592506ac632d7a87c08372e345e + submodules: true + gradle: + - NetworkLocation + + - versionName: 1.4.0 + versionCode: 10400 + commit: v1.4.0 + subdir: unifiednlp-app + submodules: true + gradle: + - NetworkLocation + prebuild: + - pushd .. + - find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' + - popd + + - versionName: v1.6.2-dirty + versionCode: 20142 + commit: v1.6.2 + subdir: unifiednlp-app + submodules: true + gradle: + - NetworkLocation + prebuild: + - pushd .. + - find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' + - popd + + - versionName: 1.6.5 + versionCode: 20160 + commit: v1.6.5 + subdir: unifiednlp-app + submodules: true + gradle: + - NetworkLocation + prebuild: + - pushd .. + - find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' + - popd + + - versionName: 1.6.6 + versionCode: 20161 + commit: v1.6.6 + subdir: unifiednlp-app + submodules: true + gradle: + - NetworkLocation + prebuild: + - pushd .. + - find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' + - popd + + - versionName: 1.6.7 + versionCode: 20170 + commit: v1.6.7 + subdir: unifiednlp-app + submodules: true + gradle: + - NetworkLocation + prebuild: + - pushd .. + - find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' + - popd + + - versionName: 1.6.8 + versionCode: 20187 + commit: v1.6.8 + subdir: unifiednlp-app + submodules: true + gradle: + - NetworkLocation + prebuild: + - pushd .. + - find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' + - popd + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +UpdateCheckName: org.microg.nlp.app +CurrentVersion: 1.6.8 +CurrentVersionCode: 20187 diff --git a/metadata/com.google.android.location.txt b/metadata/com.google.android.location.txt deleted file mode 100644 index 5349958ecd..0000000000 --- a/metadata/com.google.android.location.txt +++ /dev/null @@ -1,103 +0,0 @@ -Categories:Navigation -License:Apache-2.0 -Web Site:https://github.com/microg -Source Code:https://github.com/microg/android_packages_apps_UnifiedNlp -Issue Tracker:https://github.com/microg/android_packages_apps_UnifiedNlp/issues -Changelog:https://github.com/microg/android_packages_apps_UnifiedNlp/releases - -Name:UnifiedNlp (no GAPPS) (legacy) -Auto Name:microG UnifiedNlp -Summary:Location provider middleware (UnifiedNlp) -Description: -This package is for AOSP from 2.3 to 4.3.1, if you use a ROM based on AOSP 4.4 -and later, see [[com.google.android.gms]]. If you have GAPPS installed, -independently from the AOSP version, see [[org.microg.nlp]]. - -Some ROMs, like FirePhoneOS 1.8 (AOSP 4.2), come with support for Google -geolocation provider as user app. On these systems Legacy build of UnifiedNlp -can be installed to use as the network location provider, like Google's one. It -acts as a middleware for various plugins aka backends, it does not provide any -location lookup itself. For further information please refer to the -[[com.google.android.gms]] package and the -[https://github.com/microg/android_packages_apps_UnifiedNlp/blob/HEAD/README.md -README]. - -After installing you have to reboot your device, install a backend service and -activate/configure it in the app settings. After this you can use UnifiedNlp by -activating network-based geolocation from Settings -> Personal -> Location -access: You need to enable "Access to my location" and "Wi-Fi & mobile network -location". -. - -Repo Type:git -Repo:https://github.com/microg/android_packages_apps_UnifiedNlp/ - -Build:1.3.0,1300 - commit=v1.3.0 - submodules=yes - gradle=LegacyNetworkLocation - -Build:1.3.1,10301 - commit=4ee1acc7385bc592506ac632d7a87c08372e345e - submodules=yes - gradle=LegacyNetworkLocation - -Build:1.4.0,10400 - commit=v1.4.0 - subdir=unifiednlp-app - submodules=yes - gradle=LegacyNetworkLocation - prebuild=pushd .. && \ - find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' && \ - popd - -Build:v1.6.2-dirty,20142 - commit=v1.6.2 - subdir=unifiednlp-app - submodules=yes - gradle=LegacyNetworkLocation - prebuild=pushd .. && \ - find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' && \ - popd - -Build:1.6.5,20160 - commit=v1.6.5 - subdir=unifiednlp-app - submodules=yes - gradle=LegacyNetworkLocation - prebuild=pushd .. && \ - find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' && \ - popd - -Build:1.6.6,20161 - commit=v1.6.6 - subdir=unifiednlp-app - submodules=yes - gradle=LegacyNetworkLocation - prebuild=pushd .. && \ - find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' && \ - popd - -Build:1.6.7,20170 - commit=v1.6.7 - subdir=unifiednlp-app - submodules=yes - gradle=LegacyNetworkLocation - prebuild=pushd .. && \ - find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' && \ - popd - -Build:1.6.8,20187 - commit=v1.6.8 - subdir=unifiednlp-app - submodules=yes - gradle=LegacyNetworkLocation - prebuild=pushd .. && \ - find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' && \ - popd - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Update Check Name:org.microg.nlp.app -Current Version:1.6.8 -Current Version Code:20187 diff --git a/metadata/com.google.android.location.yml b/metadata/com.google.android.location.yml new file mode 100644 index 0000000000..1f32118e3d --- /dev/null +++ b/metadata/com.google.android.location.yml @@ -0,0 +1,126 @@ +Categories: + - Navigation +License: Apache-2.0 +WebSite: https://github.com/microg +SourceCode: https://github.com/microg/android_packages_apps_UnifiedNlp +IssueTracker: https://github.com/microg/android_packages_apps_UnifiedNlp/issues +Changelog: https://github.com/microg/android_packages_apps_UnifiedNlp/releases + +Name: UnifiedNlp (no GAPPS) (legacy) +AutoName: microG UnifiedNlp +Summary: Location provider middleware (UnifiedNlp) +Description: |- + This package is for AOSP from 2.3 to 4.3.1, if you use a ROM based on AOSP 4.4 + and later, see [[com.google.android.gms]]. If you have GAPPS installed, + independently from the AOSP version, see [[org.microg.nlp]]. + + Some ROMs, like FirePhoneOS 1.8 (AOSP 4.2), come with support for Google + geolocation provider as user app. On these systems Legacy build of UnifiedNlp + can be installed to use as the network location provider, like Google's one. It + acts as a middleware for various plugins aka backends, it does not provide any + location lookup itself. For further information please refer to the + [[com.google.android.gms]] package and the + [https://github.com/microg/android_packages_apps_UnifiedNlp/blob/HEAD/README.md + README]. + + After installing you have to reboot your device, install a backend service and + activate/configure it in the app settings. After this you can use UnifiedNlp by + activating network-based geolocation from Settings -> Personal -> Location + access: You need to enable "Access to my location" and "Wi-Fi & mobile network + location". + +RepoType: git +Repo: https://github.com/microg/android_packages_apps_UnifiedNlp/ + +Builds: + - versionName: 1.3.0 + versionCode: 1300 + commit: v1.3.0 + submodules: true + gradle: + - LegacyNetworkLocation + + - versionName: 1.3.1 + versionCode: 10301 + commit: 4ee1acc7385bc592506ac632d7a87c08372e345e + submodules: true + gradle: + - LegacyNetworkLocation + + - versionName: 1.4.0 + versionCode: 10400 + commit: v1.4.0 + subdir: unifiednlp-app + submodules: true + gradle: + - LegacyNetworkLocation + prebuild: + - pushd .. + - find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' + - popd + + - versionName: v1.6.2-dirty + versionCode: 20142 + commit: v1.6.2 + subdir: unifiednlp-app + submodules: true + gradle: + - LegacyNetworkLocation + prebuild: + - pushd .. + - find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' + - popd + + - versionName: 1.6.5 + versionCode: 20160 + commit: v1.6.5 + subdir: unifiednlp-app + submodules: true + gradle: + - LegacyNetworkLocation + prebuild: + - pushd .. + - find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' + - popd + + - versionName: 1.6.6 + versionCode: 20161 + commit: v1.6.6 + subdir: unifiednlp-app + submodules: true + gradle: + - LegacyNetworkLocation + prebuild: + - pushd .. + - find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' + - popd + + - versionName: 1.6.7 + versionCode: 20170 + commit: v1.6.7 + subdir: unifiednlp-app + submodules: true + gradle: + - LegacyNetworkLocation + prebuild: + - pushd .. + - find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' + - popd + + - versionName: 1.6.8 + versionCode: 20187 + commit: v1.6.8 + subdir: unifiednlp-app + submodules: true + gradle: + - LegacyNetworkLocation + prebuild: + - pushd .. + - find . -type f -print0 -name build.gradle | xargs -0 sed -i -e '/com.github.dcendents/d' + - popd + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +UpdateCheckName: org.microg.nlp.app +CurrentVersion: 1.6.8 +CurrentVersionCode: 20187 diff --git a/metadata/com.googlecode.networklog.txt b/metadata/com.googlecode.networklog.txt deleted file mode 100644 index 3b935322ed..0000000000 --- a/metadata/com.googlecode.networklog.txt +++ /dev/null @@ -1,190 +0,0 @@ -Categories:Development -License:MPL-2.0 -Web Site: -Source Code:https://github.com/pragma-/networklog -Issue Tracker:https://github.com/pragma-/networklog/issues -Changelog:https://github.com/pragma-/networklog/blob/HEAD/CHANGELOG.md - -Auto Name:Network Log -Summary:See what's accessing the internet -Description: -'''N.B''' Contains pre-built grep and iptables binaries. Though source code for -those is now in the repository, we have a technical problem building them. - -Network Log monitors iptables-logging to display a real-time list of which apps -are making network connections, and provides statistics about those app -connections. - -Requires root: Yes. iptables must run as root -. - -Requires Root:yes - -Repo Type:git -Repo:https://github.com/pragma-/networklog - -Build:2.5.1,20501 - commit=8aed25f3e6e1 - update=.,ActionBarSherlock/library,ViewPagerIndicator/library - -Build:2.7.2,20702 - commit=373324be8c18 - update=.,ActionBarSherlock/library,ViewPagerIndicator/library - -Build:2.8.0,20800 - commit=2.8.0 - update=.,ActionBarSherlock/library,ViewPagerIndicator/library - -Build:2.8.1,20801 - commit=2.8.1 - update=.,ActionBarSherlock/library,ViewPagerIndicator/library - -Build:2.8.2,20802 - commit=2.8.2 - update=.,ActionBarSherlock/library,ViewPagerIndicator/library - -Build:2.8.3,20803 - commit=2.8.3 - update=.,ActionBarSherlock/library,ViewPagerIndicator/library - -Build:2.8.4,20804 - commit=2.8.4 - update=.,ActionBarSherlock/library,ViewPagerIndicator/library - -Build:2.10.0,21000 - commit=2.10.0 - rm=libs/android-support-v4.jar - update=.,ActionBarSherlock/library,ViewPagerIndicator/library - -Build:2.11.0,21100 - commit=2.11.0 - rm=libs/android-support-v4.jar - update=.,ActionBarSherlock/library,ViewPagerIndicator/library - -Build:2.12.0,21200 - commit=2.12.0 - rm=libs/android-support-v4.jar - update=.,ActionBarSherlock/library,ViewPagerIndicator/library - -Build:2.12.1,21201 - commit=2.12.1 - rm=libs/android-support-v4.jar - update=.,ActionBarSherlock/library,ViewPagerIndicator/library - -Build:2.13.0,21300 - commit=2.13.0 - rm=libs/android-support-v4.jar - update=.,ActionBarSherlock/library,ViewPagerIndicator/library - -Build:2.14.0,21400 - commit=2.14.0 - rm=libs/android-support-v4.jar - update=.,ActionBarSherlock/library,ViewPagerIndicator/library - -Build:2.15.0,21500 - commit=2.15.0 - rm=libs/android-support-v4.jar - update=.,ActionBarSherlock/library,ViewPagerIndicator/library - -Build:2.16.0,21600 - commit=2.16.0 - rm=libs/android-support-v4.jar - update=.,ActionBarSherlock/library,ViewPagerIndicator/library - -Build:2.17.0,21700 - commit=2.17.0 - rm=libs/android-support-v4.jar - update=.,ActionBarSherlock/library,ViewPagerIndicator/library - -Build:2.17.1,21701 - disable=2.17.0 - commit=unknown - see disabled - prebuild=rm libs/android*.jar && \ - cd jni/ && \ - rm -rf iptables && \ - wget https://hg.adblockplus.org/adblockplusandroid/raw-file/d7c96f2212b1/iptables.patch && \ - git clone https://android.googlesource.com/platform/external/iptables && \ - cd iptables && \ - git apply ../iptables.patch && \ - make fixextensions - update=.,ActionBarSherlock/library,ViewPagerIndicator/library - target=android-15 - build=$$NDK$$/ndk-build && \ - mv libs/armeabi/grep libs/armeabi/grep_armv5 && \ - zip res/raw/grep_armv5.zip libs/armeabi/grep_armv5 && \ - mv libs/armeabi/nflog libs/armeabi/nflog_armv5 && \ - zip res/raw/nflog_armv5.zip libs/armeabi/nflog_armv5 && \ - mv libs/armeabi/iptables libs/armeabi/iptables_armv5 && \ - zip res/raw/iptables_armv5.zip libs/armeabi/iptables_armv5 && \ - mv libs/armeabi-v7a/grep libs/armeabi-v7a/grep_armv7 && \ - zip res/raw/grep_armv7.zip libs/armeabi/grep_armv7 && \ - mv libs/armeabi-v7a/iptables libs/armeabi-v7a/iptables_armv7 && \ - zip res/raw/iptables_armv7.zip libs/armeabi/iptables_armv7 && \ - mv libs/armeabi-v7a/nflog libs/armeabi-v7a/nflog_armv7 && \ - zip res/raw/nflog_armv7.zip libs/armeabi/nflog_armv7 && \ - mv libs/mips/grep libs/mips/grep_mips && \ - zip res/raw/grep_mips.zip libs/armeabi/grep_mips && \ - mv libs/mips/iptables libs/mips/iptables_mips && \ - zip res/raw/iptables_mips.zip libs/armeabi/iptables_mips && \ - mv libs/mips/nflog libs/mips/nflog_mips && \ - zip res/raw/nflog_mips.zip libs/armeabi/nflog_mips && \ - mv libs/x86/grep libs/x86/grep_x86 && \ - zip res/raw/grep_x86.zip libs/armeabi/grep_x86 && \ - mv libs/x86/iptables libs/x86/iptables_x86 && \ - zip res/raw/iptables_x86.zip libs/armeabi/iptables_x86 && \ - mv libs/x86/nflog libs/x86/nflog_x86 && \ - zip res/raw/nflog_x86.zip libs/armeabi/nflog_x86 && \ - rm -rf libs/armeabi libs/armeabi-v7a libs/mips libs/x86 - -Build:2.18.0,21800 - commit=2.18.0 - rm=libs/android-support-v4.jar - update=.,ActionBarSherlock/library,ViewPagerIndicator/library - -Build:2.20.0,22000 - commit=2.20.0 - rm=libs/android-support-v4.jar - update=.,ActionBarSherlock/library,ViewPagerIndicator/library,FileSelector - -Build:2.20.1,22001 - commit=2.20.1 - rm=libs/android-support-v4.jar - update=.,ActionBarSherlock/library,ViewPagerIndicator/library,FileSelector - -Build:2.21.0,22100 - commit=2.21.0 - rm=libs/android-support-v4.jar - update=.,ActionBarSherlock/library,ViewPagerIndicator/library,FileSelector - -Build:2.22.1,22201 - commit=2.22.1 - rm=jni - -Build:2.23.0,22300 - commit=2.23.0 - rm=jni - -Build:2.24.0,22400 - commit=2.24.0 - rm=jni - -Build:2.24.1,22401 - commit=2.24.1 - build=sh package-jni.sh - -Build:2.24.2,22402 - commit=2.24.2 - build=sh package-jni.sh - -Build:2.25.0,22500 - commit=2.25.0 - build=sh package-jni.sh - -Build:2.25.1,22501 - commit=2.25.1 - build=sh package-jni.sh - -Auto Update Mode:Version %v -Update Check Mode:Tags -Current Version:2.25.1 -Current Version Code:22501 diff --git a/metadata/com.googlecode.networklog.yml b/metadata/com.googlecode.networklog.yml new file mode 100644 index 0000000000..0c400a09a2 --- /dev/null +++ b/metadata/com.googlecode.networklog.yml @@ -0,0 +1,302 @@ +Categories: + - Development +License: MPL-2.0 +SourceCode: https://github.com/pragma-/networklog +IssueTracker: https://github.com/pragma-/networklog/issues +Changelog: https://github.com/pragma-/networklog/blob/HEAD/CHANGELOG.md + +AutoName: Network Log +Summary: See what's accessing the internet +Description: |- + '''N.B''' Contains pre-built grep and iptables binaries. Though source code for + those is now in the repository, we have a technical problem building them. + + Network Log monitors iptables-logging to display a real-time list of which apps + are making network connections, and provides statistics about those app + connections. + + Requires root: Yes. iptables must run as root + +RequiresRoot: 'yes' + +RepoType: git +Repo: https://github.com/pragma-/networklog + +Builds: + - versionName: 2.5.1 + versionCode: 20501 + commit: 8aed25f3e6e1 + androidupdate: + - . + - ActionBarSherlock/library + - ViewPagerIndicator/library + + - versionName: 2.7.2 + versionCode: 20702 + commit: 373324be8c18 + androidupdate: + - . + - ActionBarSherlock/library + - ViewPagerIndicator/library + + - versionName: 2.8.0 + versionCode: 20800 + commit: 2.8.0 + androidupdate: + - . + - ActionBarSherlock/library + - ViewPagerIndicator/library + + - versionName: 2.8.1 + versionCode: 20801 + commit: 2.8.1 + androidupdate: + - . + - ActionBarSherlock/library + - ViewPagerIndicator/library + + - versionName: 2.8.2 + versionCode: 20802 + commit: 2.8.2 + androidupdate: + - . + - ActionBarSherlock/library + - ViewPagerIndicator/library + + - versionName: 2.8.3 + versionCode: 20803 + commit: 2.8.3 + androidupdate: + - . + - ActionBarSherlock/library + - ViewPagerIndicator/library + + - versionName: 2.8.4 + versionCode: 20804 + commit: 2.8.4 + androidupdate: + - . + - ActionBarSherlock/library + - ViewPagerIndicator/library + + - versionName: 2.10.0 + versionCode: 21000 + commit: 2.10.0 + rm: + - libs/android-support-v4.jar + androidupdate: + - . + - ActionBarSherlock/library + - ViewPagerIndicator/library + + - versionName: 2.11.0 + versionCode: 21100 + commit: 2.11.0 + rm: + - libs/android-support-v4.jar + androidupdate: + - . + - ActionBarSherlock/library + - ViewPagerIndicator/library + + - versionName: 2.12.0 + versionCode: 21200 + commit: 2.12.0 + rm: + - libs/android-support-v4.jar + androidupdate: + - . + - ActionBarSherlock/library + - ViewPagerIndicator/library + + - versionName: 2.12.1 + versionCode: 21201 + commit: 2.12.1 + rm: + - libs/android-support-v4.jar + androidupdate: + - . + - ActionBarSherlock/library + - ViewPagerIndicator/library + + - versionName: 2.13.0 + versionCode: 21300 + commit: 2.13.0 + rm: + - libs/android-support-v4.jar + androidupdate: + - . + - ActionBarSherlock/library + - ViewPagerIndicator/library + + - versionName: 2.14.0 + versionCode: 21400 + commit: 2.14.0 + rm: + - libs/android-support-v4.jar + androidupdate: + - . + - ActionBarSherlock/library + - ViewPagerIndicator/library + + - versionName: 2.15.0 + versionCode: 21500 + commit: 2.15.0 + rm: + - libs/android-support-v4.jar + androidupdate: + - . + - ActionBarSherlock/library + - ViewPagerIndicator/library + + - versionName: 2.16.0 + versionCode: 21600 + commit: 2.16.0 + rm: + - libs/android-support-v4.jar + androidupdate: + - . + - ActionBarSherlock/library + - ViewPagerIndicator/library + + - versionName: 2.17.0 + versionCode: 21700 + commit: 2.17.0 + rm: + - libs/android-support-v4.jar + androidupdate: + - . + - ActionBarSherlock/library + - ViewPagerIndicator/library + + - versionName: 2.17.1 + versionCode: 21701 + disable: 2.17.0 + commit: unknown - see disabled + prebuild: + - rm libs/android*.jar + - cd jni/ + - rm -rf iptables + - wget https://hg.adblockplus.org/adblockplusandroid/raw-file/d7c96f2212b1/iptables.patch + - git clone https://android.googlesource.com/platform/external/iptables + - cd iptables + - git apply ../iptables.patch + - make fixextensions + androidupdate: + - . + - ActionBarSherlock/library + - ViewPagerIndicator/library + target: android-15 + build: + - $$NDK$$/ndk-build + - mv libs/armeabi/grep libs/armeabi/grep_armv5 + - zip res/raw/grep_armv5.zip libs/armeabi/grep_armv5 + - mv libs/armeabi/nflog libs/armeabi/nflog_armv5 + - zip res/raw/nflog_armv5.zip libs/armeabi/nflog_armv5 + - mv libs/armeabi/iptables libs/armeabi/iptables_armv5 + - zip res/raw/iptables_armv5.zip libs/armeabi/iptables_armv5 + - mv libs/armeabi-v7a/grep libs/armeabi-v7a/grep_armv7 + - zip res/raw/grep_armv7.zip libs/armeabi/grep_armv7 + - mv libs/armeabi-v7a/iptables libs/armeabi-v7a/iptables_armv7 + - zip res/raw/iptables_armv7.zip libs/armeabi/iptables_armv7 + - mv libs/armeabi-v7a/nflog libs/armeabi-v7a/nflog_armv7 + - zip res/raw/nflog_armv7.zip libs/armeabi/nflog_armv7 + - mv libs/mips/grep libs/mips/grep_mips + - zip res/raw/grep_mips.zip libs/armeabi/grep_mips + - mv libs/mips/iptables libs/mips/iptables_mips + - zip res/raw/iptables_mips.zip libs/armeabi/iptables_mips + - mv libs/mips/nflog libs/mips/nflog_mips + - zip res/raw/nflog_mips.zip libs/armeabi/nflog_mips + - mv libs/x86/grep libs/x86/grep_x86 + - zip res/raw/grep_x86.zip libs/armeabi/grep_x86 + - mv libs/x86/iptables libs/x86/iptables_x86 + - zip res/raw/iptables_x86.zip libs/armeabi/iptables_x86 + - mv libs/x86/nflog libs/x86/nflog_x86 + - zip res/raw/nflog_x86.zip libs/armeabi/nflog_x86 + - rm -rf libs/armeabi libs/armeabi-v7a libs/mips libs/x86 + + - versionName: 2.18.0 + versionCode: 21800 + commit: 2.18.0 + rm: + - libs/android-support-v4.jar + androidupdate: + - . + - ActionBarSherlock/library + - ViewPagerIndicator/library + + - versionName: 2.20.0 + versionCode: 22000 + commit: 2.20.0 + rm: + - libs/android-support-v4.jar + androidupdate: + - . + - ActionBarSherlock/library + - ViewPagerIndicator/library + - FileSelector + + - versionName: 2.20.1 + versionCode: 22001 + commit: 2.20.1 + rm: + - libs/android-support-v4.jar + androidupdate: + - . + - ActionBarSherlock/library + - ViewPagerIndicator/library + - FileSelector + + - versionName: 2.21.0 + versionCode: 22100 + commit: 2.21.0 + rm: + - libs/android-support-v4.jar + androidupdate: + - . + - ActionBarSherlock/library + - ViewPagerIndicator/library + - FileSelector + + - versionName: 2.22.1 + versionCode: 22201 + commit: 2.22.1 + rm: + - jni + + - versionName: 2.23.0 + versionCode: 22300 + commit: 2.23.0 + rm: + - jni + + - versionName: 2.24.0 + versionCode: 22400 + commit: 2.24.0 + rm: + - jni + + - versionName: 2.24.1 + versionCode: 22401 + commit: 2.24.1 + build: sh package-jni.sh + + - versionName: 2.24.2 + versionCode: 22402 + commit: 2.24.2 + build: sh package-jni.sh + + - versionName: 2.25.0 + versionCode: 22500 + commit: 2.25.0 + build: sh package-jni.sh + + - versionName: 2.25.1 + versionCode: 22501 + commit: 2.25.1 + build: sh package-jni.sh + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: 2.25.1 +CurrentVersionCode: 22501 diff --git a/metadata/com.gpl.rpg.AndorsTrail.txt b/metadata/com.gpl.rpg.AndorsTrail.txt deleted file mode 100644 index da3c67f9c2..0000000000 --- a/metadata/com.gpl.rpg.AndorsTrail.txt +++ /dev/null @@ -1,75 +0,0 @@ -Categories:Games -License:GPL-2.0-or-later -Web Site:http://andorstrail.com -Source Code:https://github.com/Zukero/andors-trail -Issue Tracker:https://github.com/Zukero/andors-trail/issues -Translation:https://hosted.weblate.org/projects/andors-trail/ - -Auto Name:Andor's Trail -Summary:Quest-driven RPG -Description: -Quest-driven Roguelike fantasy dungeon crawler RPG with a powerful story. -Uncover the truths about your home village and the disappearance of your -brother. - -Battle fierce monsters, gain experience and levels. Solve quests, find hidden -treasures and improve your equipment. - -Please note that this is a work in progress, which means that all maps are not -yet done. This is mainly a version for bug-hunting and compatibility testing. -Please give feedback on the project page. Many, but not all, of the graphical -resources are CC-licensed; see the -[http://www.andorstrail.com/wiki/doku.php?id=license wiki] for details. -. - -Repo Type:git -Repo:https://github.com/Zukero/andors-trail - -Build:0.6.9,20 - commit=d8b127f9a121 - subdir=AndorsTrail - -Build:0.6.10,25 - commit=bca8fb547edf - subdir=AndorsTrail - -Build:0.6.11,29 - commit=c592d50fb7d0 - subdir=AndorsTrail - -Build:0.6.12,33 - commit=v0.6.12 - subdir=AndorsTrail - -Build:0.7.0,39 - commit=v0.7.0 - subdir=AndorsTrail - -Build:0.7.1,42 - commit=v0.7.1 - subdir=AndorsTrail - rm=AndorsTrail/libs/android-support-v4.jar - extlibs=android/android-support-v4r11.jar - -Build:0.7.3,44 - commit=v0.7.3 - subdir=AndorsTrail - rm=AndorsTrail/libs/android-support-v4.jar - extlibs=android/android-support-v4r11.jar - -Build:0.7.4,45 - commit=v0.7.4 - subdir=AndorsTrail - rm=AndorsTrail/libs/android-support-v4.jar - extlibs=android/android-support-v4r11.jar - -Build:0.7.5,46 - commit=v0.7.5 - subdir=AndorsTrail - rm=AndorsTrail/libs/android-support-v4.jar - extlibs=android/android-support-v4r11.jar - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:0.7.5 -Current Version Code:46 diff --git a/metadata/com.gpl.rpg.AndorsTrail.yml b/metadata/com.gpl.rpg.AndorsTrail.yml new file mode 100644 index 0000000000..08bb5eac24 --- /dev/null +++ b/metadata/com.gpl.rpg.AndorsTrail.yml @@ -0,0 +1,93 @@ +Categories: + - Games +License: GPL-2.0-or-later +WebSite: http://andorstrail.com +SourceCode: https://github.com/Zukero/andors-trail +IssueTracker: https://github.com/Zukero/andors-trail/issues +Translation: https://hosted.weblate.org/projects/andors-trail/ + +AutoName: Andor's Trail +Summary: Quest-driven RPG +Description: |- + Quest-driven Roguelike fantasy dungeon crawler RPG with a powerful story. + Uncover the truths about your home village and the disappearance of your + brother. + + Battle fierce monsters, gain experience and levels. Solve quests, find hidden + treasures and improve your equipment. + + Please note that this is a work in progress, which means that all maps are not + yet done. This is mainly a version for bug-hunting and compatibility testing. + Please give feedback on the project page. Many, but not all, of the graphical + resources are CC-licensed; see the + [http://www.andorstrail.com/wiki/doku.php?id=license wiki] for details. + +RepoType: git +Repo: https://github.com/Zukero/andors-trail + +Builds: + - versionName: 0.6.9 + versionCode: 20 + commit: d8b127f9a121 + subdir: AndorsTrail + + - versionName: 0.6.10 + versionCode: 25 + commit: bca8fb547edf + subdir: AndorsTrail + + - versionName: 0.6.11 + versionCode: 29 + commit: c592d50fb7d0 + subdir: AndorsTrail + + - versionName: 0.6.12 + versionCode: 33 + commit: v0.6.12 + subdir: AndorsTrail + + - versionName: 0.7.0 + versionCode: 39 + commit: v0.7.0 + subdir: AndorsTrail + + - versionName: 0.7.1 + versionCode: 42 + commit: v0.7.1 + subdir: AndorsTrail + rm: + - AndorsTrail/libs/android-support-v4.jar + extlibs: + - android/android-support-v4r11.jar + + - versionName: 0.7.3 + versionCode: 44 + commit: v0.7.3 + subdir: AndorsTrail + rm: + - AndorsTrail/libs/android-support-v4.jar + extlibs: + - android/android-support-v4r11.jar + + - versionName: 0.7.4 + versionCode: 45 + commit: v0.7.4 + subdir: AndorsTrail + rm: + - AndorsTrail/libs/android-support-v4.jar + extlibs: + - android/android-support-v4r11.jar + + - versionName: 0.7.5 + versionCode: 46 + commit: v0.7.5 + subdir: AndorsTrail + rm: + - AndorsTrail/libs/android-support-v4.jar + extlibs: + - android/android-support-v4r11.jar + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 0.7.5 +CurrentVersionCode: 46 diff --git a/metadata/com.gregorywlodarek.torontotransit.torontotransit.txt b/metadata/com.gregorywlodarek.torontotransit.torontotransit.txt deleted file mode 100644 index 2b7f7f0041..0000000000 --- a/metadata/com.gregorywlodarek.torontotransit.torontotransit.txt +++ /dev/null @@ -1,32 +0,0 @@ -Categories:Navigation -License:GPL-3.0-only -Web Site:http://www.cdf.toronto.edu/~g4greg/ -Source Code:https://github.com/GWlodarek/TorontoTransit -Issue Tracker:https://github.com/GWlodarek/TorontoTransit/issues - -Auto Name:Toronto Transit -Summary:Bus information for Toronto -Description: -Real-time bus arrival estimation application that assists you in your travels. -It can use either data (WiFi/3G/4G) or SMS to get estimated bus arrival times. -. - -Repo Type:git -Repo:https://github.com/GWlodarek/TorontoTransit - -Build:1.1.2,9 - commit=6e12808a98efd9fb8eaec25a466708a9e4b40e4c - subdir=app - gradle=yes - rm=app/libs/* - prebuild=sed -i -e '/android-support-v4.jar/d' -e '/fileTree/acompile "com.android.support:support-v4:21.0.+"' build.gradle - -Maintainer Notes: -With commit dee54acd7b13bdd204d127832b0f7d478fd77f60 gradle changes are no longer -necessary. -. - -Auto Update Mode:None -Update Check Mode:RepoManifest -Current Version:1.1.2 -Current Version Code:9 diff --git a/metadata/com.gregorywlodarek.torontotransit.torontotransit.yml b/metadata/com.gregorywlodarek.torontotransit.torontotransit.yml new file mode 100644 index 0000000000..732e2a9276 --- /dev/null +++ b/metadata/com.gregorywlodarek.torontotransit.torontotransit.yml @@ -0,0 +1,34 @@ +Categories: + - Navigation +License: GPL-3.0-only +WebSite: http://www.cdf.toronto.edu/~g4greg/ +SourceCode: https://github.com/GWlodarek/TorontoTransit + +AutoName: Toronto Transit +Summary: Bus information for Toronto +Description: |- + Real-time bus arrival estimation application that assists you in your travels. + It can use either data (WiFi/3G/4G) or SMS to get estimated bus arrival times. + +Builds: + - versionName: 1.1.2 + versionCode: 9 + commit: 6e12808a98efd9fb8eaec25a466708a9e4b40e4c + subdir: app + gradle: + - yes + rm: + - app/libs/* + prebuild: sed -i -e '/android-support-v4.jar/d' -e '/fileTree/acompile "com.android.support:support-v4:21.0.+"' + build.gradle + +MaintainerNotes: |- + With commit dee54acd7b13bdd204d127832b0f7d478fd77f60 gradle changes are no longer + necessary. + +AutoUpdateMode: None +UpdateCheckMode: RepoManifest +CurrentVersion: 1.1.2 +CurrentVersionCode: 9 + +NoSourceSince: 1.1.2 diff --git a/metadata/com.gtp.showapicturetoyourfriend.txt b/metadata/com.gtp.showapicturetoyourfriend.txt deleted file mode 100644 index d240e12050..0000000000 --- a/metadata/com.gtp.showapicturetoyourfriend.txt +++ /dev/null @@ -1,53 +0,0 @@ -Categories:Security,Graphics -License:MIT -Web Site: -Source Code:https://github.com/Somethingweirdhere/Secure-Photo-Viewer -Issue Tracker:https://github.com/Somethingweirdhere/Secure-Photo-Viewer/issues - -Auto Name:Secure photo viewer -Summary:A media-viewer that functions ontop of your lockscreen -Description: -To be used whenever you are showing off pictures to your phone. Prevents someone -seeing what they are not supposed to or doing anything to your phone. Start the -app by sharing pictures or videos. - -This app is here to protect you from you friends and enemies. Have you ever -handed over your phone to show someone the latest meme? Or a cool pic you took? -How often did they scroll too far and have seen something embarrassing in your -gallery or image browser? - -Now we have a solution: Select the pictures you want them to see in your -gallery, press share and select the Secure Photo Viewer! Now they will only see -what you want them to see. It works with any amount of photos or videos you -share from you gallery! It's that easy to protect your privacy from nosy -friends. -. - -Repo Type:git -Repo:https://github.com/Somethingweirdhere/Secure-Photo-Viewer.git - -Build:1.0,1 - commit=v1.0 - subdir=app - patch=repo.patch - gradle=yes - -Build:1.1,2 - commit=v1.1 - subdir=app - gradle=yes - -Build:1.3,4 - commit=v1.3 - subdir=app - gradle=yes - -Build:1.4,5 - commit=v1.4g - subdir=app - gradle=yes - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:1.4 -Current Version Code:5 diff --git a/metadata/com.gtp.showapicturetoyourfriend.yml b/metadata/com.gtp.showapicturetoyourfriend.yml new file mode 100644 index 0000000000..70e2e27cfd --- /dev/null +++ b/metadata/com.gtp.showapicturetoyourfriend.yml @@ -0,0 +1,63 @@ +Categories: + - Security + - Graphics +License: MIT +SourceCode: https://github.com/Somethingweirdhere/Secure-Photo-Viewer +IssueTracker: https://github.com/Somethingweirdhere/Secure-Photo-Viewer/issues + +AutoName: Secure photo viewer +Summary: A media-viewer that functions ontop of your lockscreen +Description: |- + To be used whenever you are showing off pictures to your phone. Prevents someone + seeing what they are not supposed to or doing anything to your phone. Start the + app by sharing pictures or videos. + + This app is here to protect you from you friends and enemies. Have you ever + handed over your phone to show someone the latest meme? Or a cool pic you took? + How often did they scroll too far and have seen something embarrassing in your + gallery or image browser? + + Now we have a solution: Select the pictures you want them to see in your + gallery, press share and select the Secure Photo Viewer! Now they will only see + what you want them to see. It works with any amount of photos or videos you + share from you gallery! It's that easy to protect your privacy from nosy + friends. + +RepoType: git +Repo: https://github.com/Somethingweirdhere/Secure-Photo-Viewer.git + +Builds: + - versionName: '1.0' + versionCode: 1 + commit: v1.0 + subdir: app + patch: + - repo.patch + gradle: + - yes + + - versionName: '1.1' + versionCode: 2 + commit: v1.1 + subdir: app + gradle: + - yes + + - versionName: '1.3' + versionCode: 4 + commit: v1.3 + subdir: app + gradle: + - yes + + - versionName: '1.4' + versionCode: 5 + commit: v1.4g + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: '1.4' +CurrentVersionCode: 5 diff --git a/metadata/com.gunshippenguin.openflood.txt b/metadata/com.gunshippenguin.openflood.txt deleted file mode 100644 index efe2a3f911..0000000000 --- a/metadata/com.gunshippenguin.openflood.txt +++ /dev/null @@ -1,77 +0,0 @@ -Categories:Games -License:MIT -Author Name:Rhys Rustad-Elliott -Web Site: -Source Code:https://github.com/GunshipPenguin/open_flood -Issue Tracker:https://github.com/GunshipPenguin/open_flood/issues - -Auto Name:Open Flood -Summary:A simple but addictive flood fill game -Description: -Open Flood is a simple, challenging and addictive puzzle game where you must -fill the entire game board with a single color in less than the maximum number -of steps allowed. -. - -Repo Type:git -Repo:https://github.com/GunshipPenguin/open_flood - -Build:1.1.0,2 - commit=0f61a73 - subdir=app - gradle=yes - -Build:1.1.1,3 - commit=1.1.1 - subdir=app - gradle=yes - -Build:1.2.0,4 - commit=1.2.0 - subdir=app - gradle=yes - -Build:1.2.1,5 - commit=1.2.1 - subdir=app - gradle=yes - -Build:1.2.2,6 - commit=1.2.2 - subdir=app - gradle=yes - -Build:1.3.0,7 - commit=1.3.0 - subdir=app - gradle=yes - -Build:1.3.1,8 - commit=1.3.1 - subdir=app - gradle=yes - -Build:1.3.2,9 - commit=1.3.2 - subdir=app - gradle=yes - -Build:1.3.3,10 - commit=1.3.3 - subdir=app - gradle=yes - -Build:1.3.4,11 - commit=1.3.4 - subdir=app - gradle=yes - -Build:1.3.5,12 - commit=1.3.5 - subdir=app - gradle=yes - -Auto Update Mode:Version %v -Update Check Mode:Tags -Current Version:1.3.5 -Current Version Code:12 diff --git a/metadata/com.gunshippenguin.openflood.yml b/metadata/com.gunshippenguin.openflood.yml new file mode 100644 index 0000000000..fcefd08d6d --- /dev/null +++ b/metadata/com.gunshippenguin.openflood.yml @@ -0,0 +1,99 @@ +Categories: + - Games +License: MIT +AuthorName: Rhys Rustad-Elliott +SourceCode: https://github.com/GunshipPenguin/open_flood +IssueTracker: https://github.com/GunshipPenguin/open_flood/issues + +AutoName: Open Flood +Summary: A simple but addictive flood fill game +Description: |- + Open Flood is a simple, challenging and addictive puzzle game where you must + fill the entire game board with a single color in less than the maximum number + of steps allowed. + +RepoType: git +Repo: https://github.com/GunshipPenguin/open_flood + +Builds: + - versionName: 1.1.0 + versionCode: 2 + commit: 0f61a73 + subdir: app + gradle: + - yes + + - versionName: 1.1.1 + versionCode: 3 + commit: 1.1.1 + subdir: app + gradle: + - yes + + - versionName: 1.2.0 + versionCode: 4 + commit: 1.2.0 + subdir: app + gradle: + - yes + + - versionName: 1.2.1 + versionCode: 5 + commit: 1.2.1 + subdir: app + gradle: + - yes + + - versionName: 1.2.2 + versionCode: 6 + commit: 1.2.2 + subdir: app + gradle: + - yes + + - versionName: 1.3.0 + versionCode: 7 + commit: 1.3.0 + subdir: app + gradle: + - yes + + - versionName: 1.3.1 + versionCode: 8 + commit: 1.3.1 + subdir: app + gradle: + - yes + + - versionName: 1.3.2 + versionCode: 9 + commit: 1.3.2 + subdir: app + gradle: + - yes + + - versionName: 1.3.3 + versionCode: 10 + commit: 1.3.3 + subdir: app + gradle: + - yes + + - versionName: 1.3.4 + versionCode: 11 + commit: 1.3.4 + subdir: app + gradle: + - yes + + - versionName: 1.3.5 + versionCode: 12 + commit: 1.3.5 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: 1.3.5 +CurrentVersionCode: 12 diff --git a/metadata/com.haha01haha01.harail.txt b/metadata/com.haha01haha01.harail.txt deleted file mode 100644 index 040cd124ba..0000000000 --- a/metadata/com.haha01haha01.harail.txt +++ /dev/null @@ -1,50 +0,0 @@ -Categories:Navigation -License:MPL-2.0 -Web Site: -Source Code:https://github.com/haha01haha01/HaRail_Android -Issue Tracker:https://github.com/haha01haha01/HaRail_Android/issues - -Auto Name:HaRail -Summary:Find train routes and schedules in Israel -Description: -Lets you find train routes and see schedules for Israel Railways trains. It is -similar to the original Israel Railways app, but with the following advantages: - -1. Simple design for easy and fast searching - -2. Searches trains in a local database, making searches very fast and -eliminating the need for internet connection (database needs to be downloaded -once every few months) - -3. Searches routes using Dijkstra's algorithm, which can sometimes find -non-trivial routes that are faster. -. - -Repo Type:git -Repo:https://github.com/haha01haha01/HaRail_Android.git - -Build:1.0,1 - commit=1.0 - submodules=yes - extlibs=commons-net/commons-net-3.0.1.jar,android/android-support-v4.jar - target=android-22 - buildjni=yes - -Build:1.1,2 - commit=1.1 - submodules=yes - extlibs=commons-net/commons-net-3.0.1.jar,android/android-support-v4.jar - target=android-22 - buildjni=yes - -Build:1.2,3 - commit=1.2 - submodules=yes - extlibs=commons-net/commons-net-3.0.1.jar,android/android-support-v4.jar - target=android-23 - buildjni=yes - -Auto Update Mode:Version %v -Update Check Mode:Tags -Current Version:1.2 -Current Version Code:3 diff --git a/metadata/com.haha01haha01.harail.yml b/metadata/com.haha01haha01.harail.yml new file mode 100644 index 0000000000..c97209c9d5 --- /dev/null +++ b/metadata/com.haha01haha01.harail.yml @@ -0,0 +1,62 @@ +Categories: + - Navigation +License: MPL-2.0 +SourceCode: https://github.com/haha01haha01/HaRail_Android +IssueTracker: https://github.com/haha01haha01/HaRail_Android/issues + +AutoName: HaRail +Summary: Find train routes and schedules in Israel +Description: |- + Lets you find train routes and see schedules for Israel Railways trains. It is + similar to the original Israel Railways app, but with the following advantages: + + 1. Simple design for easy and fast searching + + 2. Searches trains in a local database, making searches very fast and + eliminating the need for internet connection (database needs to be downloaded + once every few months) + + 3. Searches routes using Dijkstra's algorithm, which can sometimes find + non-trivial routes that are faster. + +RepoType: git +Repo: https://github.com/haha01haha01/HaRail_Android.git + +Builds: + - versionName: '1.0' + versionCode: 1 + commit: '1.0' + submodules: true + extlibs: + - commons-net/commons-net-3.0.1.jar + - android/android-support-v4.jar + target: android-22 + buildjni: + - yes + + - versionName: '1.1' + versionCode: 2 + commit: '1.1' + submodules: true + extlibs: + - commons-net/commons-net-3.0.1.jar + - android/android-support-v4.jar + target: android-22 + buildjni: + - yes + + - versionName: '1.2' + versionCode: 3 + commit: '1.2' + submodules: true + extlibs: + - commons-net/commons-net-3.0.1.jar + - android/android-support-v4.jar + target: android-23 + buildjni: + - yes + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: '1.2' +CurrentVersionCode: 3 diff --git a/metadata/com.haringeymobile.ukweather.txt b/metadata/com.haringeymobile.ukweather.txt deleted file mode 100644 index 31e8a74fd0..0000000000 --- a/metadata/com.haringeymobile.ukweather.txt +++ /dev/null @@ -1,95 +0,0 @@ -AntiFeatures:NonFreeNet -Categories:Time -License:Apache-2.0 -Web Site: -Source Code:https://github.com/Kestutis-Z/World-Weather -Issue Tracker:https://github.com/Kestutis-Z/World-Weather/issues -Changelog:https://github.com/Kestutis-Z/World-Weather/releases - -Auto Name:World Weather -Summary:View weather forecast -Description: -Displays current weather and forecasts from OpenWeatherMap. Two kinds of -forecast are available: 14-day daily weather and 5-day three-hourly weather. You -can select any of the 200,000 cities supported by OpenWeatherMap. - -''NonFreeNet:'' OpenWeatherMap service is not open. -. - -Repo Type:git -Repo:https://github.com/Kestutis-Z/World-Weather - -Build:1.1.1,15 - commit=37a90fb46cb5fd99fc634a1ab325e1bd7b296765 - subdir=WorldWeather/app - gradle=yes - -Build:1.1.3,17 - commit=7eee764b70832db82d63838e081c6a04eecb4e7e - subdir=WorldWeather/app - gradle=yes - -Build:1.1.4,18 - commit=v1.1.4 - subdir=WorldWeather/app - gradle=yes - -Build:1.1.5,19 - commit=v1.1.5 - subdir=WorldWeather/app - gradle=yes - -Build:1.1.6,20 - commit=v1.1.6 - subdir=WorldWeather/app - gradle=yes - -Build:1.1.7,21 - commit=v1.1.7 - subdir=WorldWeather/app - gradle=yes - -Build:1.1.8,22 - commit=v1.1.8 - subdir=WorldWeather/app - gradle=yes - -Build:1.1.9,23 - commit=v1.1.9 - subdir=WorldWeather/app - gradle=yes - -Build:1.1.10,24 - commit=v1.1.10 - subdir=WorldWeather/app - gradle=yes - -Build:1.2,25 - disable=https://github.com/Kestutis-Z/World-Weather/issues/30 - commit=f39d35e2a1998fd73b18a44a610f4a9a0e4400af - subdir=WorldWeather/app - submodules=yes - gradle=yes - -Build:1.2.1,26 - commit=v1.2.1 - subdir=WorldWeather/app - submodules=yes - gradle=yes - -Build:1.2.2,27 - commit=v1.2.2 - subdir=WorldWeather/app - submodules=yes - gradle=yes - -Build:1.2.5,30 - disable=Could not find com.android.tools.build:gradle:3.0.1 - commit=v1.2.5 - subdir=WorldWeather/app - gradle=yes - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:1.2.5 -Current Version Code:30 diff --git a/metadata/com.haringeymobile.ukweather.yml b/metadata/com.haringeymobile.ukweather.yml new file mode 100644 index 0000000000..a3b12cab35 --- /dev/null +++ b/metadata/com.haringeymobile.ukweather.yml @@ -0,0 +1,122 @@ +AntiFeatures: + - NonFreeNet +Categories: + - Time +License: Apache-2.0 +SourceCode: https://github.com/Kestutis-Z/World-Weather +IssueTracker: https://github.com/Kestutis-Z/World-Weather/issues +Changelog: https://github.com/Kestutis-Z/World-Weather/releases + +AutoName: World Weather +Summary: View weather forecast +Description: |- + Displays current weather and forecasts from OpenWeatherMap. Two kinds of + forecast are available: 14-day daily weather and 5-day three-hourly weather. You + can select any of the 200,000 cities supported by OpenWeatherMap. + + ''NonFreeNet:'' OpenWeatherMap service is not open. + +RepoType: git +Repo: https://github.com/Kestutis-Z/World-Weather + +Builds: + - versionName: 1.1.1 + versionCode: 15 + commit: 37a90fb46cb5fd99fc634a1ab325e1bd7b296765 + subdir: WorldWeather/app + gradle: + - yes + + - versionName: 1.1.3 + versionCode: 17 + commit: 7eee764b70832db82d63838e081c6a04eecb4e7e + subdir: WorldWeather/app + gradle: + - yes + + - versionName: 1.1.4 + versionCode: 18 + commit: v1.1.4 + subdir: WorldWeather/app + gradle: + - yes + + - versionName: 1.1.5 + versionCode: 19 + commit: v1.1.5 + subdir: WorldWeather/app + gradle: + - yes + + - versionName: 1.1.6 + versionCode: 20 + commit: v1.1.6 + subdir: WorldWeather/app + gradle: + - yes + + - versionName: 1.1.7 + versionCode: 21 + commit: v1.1.7 + subdir: WorldWeather/app + gradle: + - yes + + - versionName: 1.1.8 + versionCode: 22 + commit: v1.1.8 + subdir: WorldWeather/app + gradle: + - yes + + - versionName: 1.1.9 + versionCode: 23 + commit: v1.1.9 + subdir: WorldWeather/app + gradle: + - yes + + - versionName: 1.1.10 + versionCode: 24 + commit: v1.1.10 + subdir: WorldWeather/app + gradle: + - yes + + - versionName: '1.2' + versionCode: 25 + disable: https://github.com/Kestutis-Z/World-Weather/issues/30 + commit: f39d35e2a1998fd73b18a44a610f4a9a0e4400af + subdir: WorldWeather/app + submodules: true + gradle: + - yes + + - versionName: 1.2.1 + versionCode: 26 + commit: v1.2.1 + subdir: WorldWeather/app + submodules: true + gradle: + - yes + + - versionName: 1.2.2 + versionCode: 27 + commit: v1.2.2 + subdir: WorldWeather/app + submodules: true + gradle: + - yes + + - versionName: 1.2.5 + versionCode: 30 + disable: Could not find com.android.tools.build:gradle:3.0.1 + commit: v1.2.5 + subdir: WorldWeather/app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 1.2.5 +CurrentVersionCode: 30 diff --git a/metadata/com.hayaisoftware.launcher.txt b/metadata/com.hayaisoftware.launcher.txt deleted file mode 100644 index 204936c4e1..0000000000 --- a/metadata/com.hayaisoftware.launcher.txt +++ /dev/null @@ -1,84 +0,0 @@ -Categories:System -License:Apache-2.0 -Web Site: -Source Code:https://github.com/seizonsenryaku/HayaiLauncher -Issue Tracker:https://github.com/seizonsenryaku/HayaiLauncher/issues -Changelog:https://github.com/edgarvperes/HayaiLauncher/releases - -Auto Name:Hayai Launcher -Summary:Fast and leightweight launcher -Description: -This app isn't supported anymore. A more up-to-date fork exists, named -[[com.anpmech.launcher]]. - -A fast, lightweight search-based launcher. Currently the app requires no -permissions and the APK's size is lower than 100KB. - -Use it in conjunction with your current launcher as an alternative app drawer to -quickly launch your apps. You can also launch the app enabling its permanent -notification or by long pressing/swiping up the home button. -. - -Repo Type:git -Repo:https://github.com/seizonsenryaku/HayaiLauncher - -Build:1.1.4,10 - commit=v1.1.4 - subdir=app - gradle=yes - prebuild=pushd ../scripts && \ - sh optimize_png_resources.sh && \ - popd - -Build:1.1.5,11 - commit=v1.1.5 - subdir=app - gradle=yes - prebuild=pushd ../scripts && \ - sh optimize_png_resources.sh && \ - popd - -Build:1.1.6,12 - commit=v1.1.6 - subdir=app - gradle=yes - prebuild=pushd ../scripts && \ - sh optimize_png_resources.sh && \ - popd - -Build:1.2.5,10205 - disable=aapt resource error - commit=v1.2.5 - subdir=app - gradle=yes - -Build:1.2.6,10206 - commit=v1.2.6 - subdir=app - gradle=yes - -Build:1.4.1,10401 - commit=v1.4.1 - subdir=app - gradle=yes - -Build:1.4.2,10402 - commit=v1.4.2 - subdir=app - gradle=yes - -Build:1.4.4,10404 - commit=v1.4.4 - subdir=app - gradle=yes - -Build:1.4.5,10405 - commit=v1.4.5 - subdir=app - gradle=yes - -Archive Policy:0 versions -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:1.4.5 -Current Version Code:10405 diff --git a/metadata/com.hayaisoftware.launcher.yml b/metadata/com.hayaisoftware.launcher.yml new file mode 100644 index 0000000000..60a0f01aba --- /dev/null +++ b/metadata/com.hayaisoftware.launcher.yml @@ -0,0 +1,105 @@ +Categories: + - System +License: Apache-2.0 +SourceCode: https://github.com/seizonsenryaku/HayaiLauncher +IssueTracker: https://github.com/seizonsenryaku/HayaiLauncher/issues +Changelog: https://github.com/edgarvperes/HayaiLauncher/releases + +AutoName: Hayai Launcher +Summary: Fast and leightweight launcher +Description: |- + This app isn't supported anymore. A more up-to-date fork exists, named + [[com.anpmech.launcher]]. + + A fast, lightweight search-based launcher. Currently the app requires no + permissions and the APK's size is lower than 100KB. + + Use it in conjunction with your current launcher as an alternative app drawer to + quickly launch your apps. You can also launch the app enabling its permanent + notification or by long pressing/swiping up the home button. + +RepoType: git +Repo: https://github.com/seizonsenryaku/HayaiLauncher + +Builds: + - versionName: 1.1.4 + versionCode: 10 + commit: v1.1.4 + subdir: app + gradle: + - yes + prebuild: + - pushd ../scripts + - sh optimize_png_resources.sh + - popd + + - versionName: 1.1.5 + versionCode: 11 + commit: v1.1.5 + subdir: app + gradle: + - yes + prebuild: + - pushd ../scripts + - sh optimize_png_resources.sh + - popd + + - versionName: 1.1.6 + versionCode: 12 + commit: v1.1.6 + subdir: app + gradle: + - yes + prebuild: + - pushd ../scripts + - sh optimize_png_resources.sh + - popd + + - versionName: 1.2.5 + versionCode: 10205 + disable: aapt resource error + commit: v1.2.5 + subdir: app + gradle: + - yes + + - versionName: 1.2.6 + versionCode: 10206 + commit: v1.2.6 + subdir: app + gradle: + - yes + + - versionName: 1.4.1 + versionCode: 10401 + commit: v1.4.1 + subdir: app + gradle: + - yes + + - versionName: 1.4.2 + versionCode: 10402 + commit: v1.4.2 + subdir: app + gradle: + - yes + + - versionName: 1.4.4 + versionCode: 10404 + commit: v1.4.4 + subdir: app + gradle: + - yes + + - versionName: 1.4.5 + versionCode: 10405 + commit: v1.4.5 + subdir: app + gradle: + - yes + +ArchivePolicy: 0 versions +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 1.4.5 +CurrentVersionCode: 10405 diff --git a/metadata/com.health.openscale.txt b/metadata/com.health.openscale.txt deleted file mode 100644 index 9fb2531e12..0000000000 --- a/metadata/com.health.openscale.txt +++ /dev/null @@ -1,231 +0,0 @@ -Categories:Sports & Health -License:GPL-3.0-only -Web Site:https://github.com/oliexdev/openScale/wiki -Source Code:https://github.com/oliexdev/openScale -Issue Tracker:https://github.com/oliexdev/openScale/issues -Changelog:https://github.com/oliexdev/openScale/releases -Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=H5KSTQA6TKTE4&source=url - -Auto Name:openScale -Summary:Weight and body metrics tracker, with support for Bluetooth scales -Description: -Monitor and track your weight, BMI, body fat, body water, muscle and other body -metrics in an open source app that: - -* has an easy to use user interface with graphs, -* doesn't require you to create an account, -* can be configured to only show the metrics you care about, and -* respects your privacy and lets you decide what to do with your data. - -====Bluetooth scales==== - -openScale has built-in support for a number of Bluetooth (BLE or "smart") scales -from many manufacturers, e.g. Beurer, Sanitas, Yunmai, Xiaomi, etc. (see model -list below). Together with our users we constantly improve and extend the set of -supported scales and in many cases pick up where the original app falls short. - -For scales without Bluetooth, or Bluetooth scales not (yet) supported by -openScale, measurements can be manually entered in a quick and easy way. - -====Privacy==== - -This app has no ads and requests no unnecessary permissions. The location -permission is only needed to find a Bluetooth scale. Once found the permission -can be revoked (or never granted if Bluetooth isn't used). - -====Supported metrics==== - -Weight, BMI (body mass index), body water, muscle, LBM (lean body mass), body -fat, bone mass, waist circumference, waist-to-height ratio, hip circumference, -waist-hip ratio, visceral fat, chest circumference, thigh circumference, biceps -circumference, neck circumference, body fat caliper and BMR (basal metabolic -rate). Each entry can also have an optional comment. - -'''Note:''' don't worry if you think the list is too long: metrics you don't use -can be disabled and hidden. - -====Other features==== - -* Resizable widget to show the latest measurement on the home screen -* Configure your weight unit: kg, lb or st -* Set a goal to help keep your diet -* Displays all your data on a chart and in a table to track your progress -* Evaluates measurements and gives a quick visual feedback to show you if you're within or outside the recommended range given your age, sex, height etc. -* Import or export your data from/into a CSV (comma separated value) file -* Supports body fat, body water and lean body mass estimations based on scientific publications. Useful if your scale doesn't support those measurements. -* Support for multiple users -* Partially or fully translated into Catalan, Chinese (traditional), Czech, Dutch, English, French, Galician, German, Greek, Italian, Japanese, Norwegian Bokmål, Polish, Portuguese (Brazil), Romanian, Slovak, Spanish, Swedish and Turkish -* Optional dark theme - -====Supported Bluetooth scales==== - -* Custom made Bluetooth scale -* Beurer BF700, BF710 and BF800 -* Digoo DG-S038H -* Excelvan CF369BLE -* Exingtech Y1 -* Hesley (Yunchen) -* MGB -* Medisana BS444, BS440 -* Runtastic Libra -* Sanitas SBF70 -* Silvercrest SBF75 -* Xiaomi Mi scale v1 and v2 -* Yunmai Mini and SE -* iHealth HS3 -* Easy Home 64050 -* and many more - -Please see -[https://github.com/oliexdev/openScale/wiki/Supported-scales-in-openScale -Wikipage] for the full list and the level of support for each scale. - -====Support==== - -If you find a bug, have an idea on how to improve openScale or have a question, -please visit the openScale project page on -[https://github.com/oliexdev/openScale GitHub] -. - -Repo Type:git -Repo:https://github.com/oliexdev/openScale - -Build:1.4.2,10 - commit=29ceb3329de8374332032c9d5f54f4ab6d2f8ce3 - subdir=android_app/app - gradle=yes - -Build:1.4.3,11 - commit=v1.4.3 - subdir=android_app/app - gradle=yes - -Build:1.5,13 - commit=v1.5 - subdir=android_app/app - gradle=yes - -Build:1.5.1,14 - commit=v1.5.1 - subdir=android_app/app - gradle=yes - -Build:1.5.2,15 - commit=v1.5.2 - subdir=android_app/app - gradle=yes - -Build:1.5.4,17 - commit=v1.5.4 - subdir=android_app/app - gradle=yes - -Build:1.5.5,18 - commit=v1.5.5 - subdir=android_app/app - gradle=yes - -Build:1.6,19 - commit=v1.6 - subdir=android_app/app - gradle=yes - -Build:1.6.1,21 - commit=v1.6.1 - subdir=android_app/app - gradle=yes - -Build:1.7,23 - commit=v1.7 - subdir=android_app/app - gradle=yes - -Build:1.7.1,24 - commit=v1.7.1 - subdir=android_app/app - gradle=yes - -Build:1.7.2,25 - commit=v1.7.2 - subdir=android_app/app - gradle=yes - -Build:1.7.3,26 - commit=v1.7.3 - subdir=android_app/app - gradle=yes - -Build:1.8,27 - commit=v1.8 - subdir=android_app/app - gradle=yes - -Build:1.8.1,28 - commit=v1.8.1 - subdir=android_app/app - gradle=yes - -Build:1.8.2,29 - commit=v1.8.2 - subdir=android_app/app - gradle=yes - -Build:1.8.3,31 - commit=v1.8.3 - subdir=android_app/app - gradle=yes - -Build:1.8.4,32 - commit=v1.8.4 - subdir=android_app/app - gradle=yes - -Build:1.9,37 - commit=v1.9 - subdir=android_app/app - gradle=yes - -Build:1.9.1,38 - commit=v1.9.1 - subdir=android_app/app - gradle=yes - -Build:1.9.2,39 - commit=v1.9.2 - subdir=android_app/app - gradle=yes - -Build:1.9.3,40 - commit=v1.9.3 - subdir=android_app/app - gradle=yes - -Build:2.0,41 - commit=v2.0 - subdir=android_app/app - gradle=yes - -Build:2.0.1,42 - commit=v2.0.1 - subdir=android_app/app - gradle=yes - -Build:2.0.2,43 - commit=v2.0.2 - subdir=android_app/app - gradle=yes - -Build:2.0.3,44 - commit=v2.0.3 - subdir=android_app/app - gradle=yes - -Build:2.1.0,45 - commit=v2.1.0 - subdir=android_app/app - gradle=yes - -Auto Update Mode:Version v%v -Update Check Mode:Tags ^v[0-9.]*$ -Current Version:2.1.0 -Current Version Code:45 diff --git a/metadata/com.health.openscale.yml b/metadata/com.health.openscale.yml new file mode 100644 index 0000000000..457c0b9952 --- /dev/null +++ b/metadata/com.health.openscale.yml @@ -0,0 +1,286 @@ +Categories: + - Sports & Health +License: GPL-3.0-only +WebSite: https://github.com/oliexdev/openScale/wiki +SourceCode: https://github.com/oliexdev/openScale +IssueTracker: https://github.com/oliexdev/openScale/issues +Changelog: https://github.com/oliexdev/openScale/releases +Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=H5KSTQA6TKTE4&source=url + +AutoName: openScale +Summary: Weight and body metrics tracker, with support for Bluetooth scales +Description: |- + Monitor and track your weight, BMI, body fat, body water, muscle and other body + metrics in an open source app that: + + * has an easy to use user interface with graphs, + * doesn't require you to create an account, + * can be configured to only show the metrics you care about, and + * respects your privacy and lets you decide what to do with your data. + + ====Bluetooth scales==== + + openScale has built-in support for a number of Bluetooth (BLE or "smart") scales + from many manufacturers, e.g. Beurer, Sanitas, Yunmai, Xiaomi, etc. (see model + list below). Together with our users we constantly improve and extend the set of + supported scales and in many cases pick up where the original app falls short. + + For scales without Bluetooth, or Bluetooth scales not (yet) supported by + openScale, measurements can be manually entered in a quick and easy way. + + ====Privacy==== + + This app has no ads and requests no unnecessary permissions. The location + permission is only needed to find a Bluetooth scale. Once found the permission + can be revoked (or never granted if Bluetooth isn't used). + + ====Supported metrics==== + + Weight, BMI (body mass index), body water, muscle, LBM (lean body mass), body + fat, bone mass, waist circumference, waist-to-height ratio, hip circumference, + waist-hip ratio, visceral fat, chest circumference, thigh circumference, biceps + circumference, neck circumference, body fat caliper and BMR (basal metabolic + rate). Each entry can also have an optional comment. + + '''Note:''' don't worry if you think the list is too long: metrics you don't use + can be disabled and hidden. + + ====Other features==== + + * Resizable widget to show the latest measurement on the home screen + * Configure your weight unit: kg, lb or st + * Set a goal to help keep your diet + * Displays all your data on a chart and in a table to track your progress + * Evaluates measurements and gives a quick visual feedback to show you if you're within or outside the recommended range given your age, sex, height etc. + * Import or export your data from/into a CSV (comma separated value) file + * Supports body fat, body water and lean body mass estimations based on scientific publications. Useful if your scale doesn't support those measurements. + * Support for multiple users + * Partially or fully translated into Catalan, Chinese (traditional), Czech, Dutch, English, French, Galician, German, Greek, Italian, Japanese, Norwegian Bokmål, Polish, Portuguese (Brazil), Romanian, Slovak, Spanish, Swedish and Turkish + * Optional dark theme + + ====Supported Bluetooth scales==== + + * Custom made Bluetooth scale + * Beurer BF700, BF710 and BF800 + * Digoo DG-S038H + * Excelvan CF369BLE + * Exingtech Y1 + * Hesley (Yunchen) + * MGB + * Medisana BS444, BS440 + * Runtastic Libra + * Sanitas SBF70 + * Silvercrest SBF75 + * Xiaomi Mi scale v1 and v2 + * Yunmai Mini and SE + * iHealth HS3 + * Easy Home 64050 + * and many more + + Please see + [https://github.com/oliexdev/openScale/wiki/Supported-scales-in-openScale + Wikipage] for the full list and the level of support for each scale. + + ====Support==== + + If you find a bug, have an idea on how to improve openScale or have a question, + please visit the openScale project page on + [https://github.com/oliexdev/openScale GitHub] + +RepoType: git +Repo: https://github.com/oliexdev/openScale + +Builds: + - versionName: 1.4.2 + versionCode: 10 + commit: 29ceb3329de8374332032c9d5f54f4ab6d2f8ce3 + subdir: android_app/app + gradle: + - yes + + - versionName: 1.4.3 + versionCode: 11 + commit: v1.4.3 + subdir: android_app/app + gradle: + - yes + + - versionName: '1.5' + versionCode: 13 + commit: v1.5 + subdir: android_app/app + gradle: + - yes + + - versionName: 1.5.1 + versionCode: 14 + commit: v1.5.1 + subdir: android_app/app + gradle: + - yes + + - versionName: 1.5.2 + versionCode: 15 + commit: v1.5.2 + subdir: android_app/app + gradle: + - yes + + - versionName: 1.5.4 + versionCode: 17 + commit: v1.5.4 + subdir: android_app/app + gradle: + - yes + + - versionName: 1.5.5 + versionCode: 18 + commit: v1.5.5 + subdir: android_app/app + gradle: + - yes + + - versionName: '1.6' + versionCode: 19 + commit: v1.6 + subdir: android_app/app + gradle: + - yes + + - versionName: 1.6.1 + versionCode: 21 + commit: v1.6.1 + subdir: android_app/app + gradle: + - yes + + - versionName: '1.7' + versionCode: 23 + commit: v1.7 + subdir: android_app/app + gradle: + - yes + + - versionName: 1.7.1 + versionCode: 24 + commit: v1.7.1 + subdir: android_app/app + gradle: + - yes + + - versionName: 1.7.2 + versionCode: 25 + commit: v1.7.2 + subdir: android_app/app + gradle: + - yes + + - versionName: 1.7.3 + versionCode: 26 + commit: v1.7.3 + subdir: android_app/app + gradle: + - yes + + - versionName: '1.8' + versionCode: 27 + commit: v1.8 + subdir: android_app/app + gradle: + - yes + + - versionName: 1.8.1 + versionCode: 28 + commit: v1.8.1 + subdir: android_app/app + gradle: + - yes + + - versionName: 1.8.2 + versionCode: 29 + commit: v1.8.2 + subdir: android_app/app + gradle: + - yes + + - versionName: 1.8.3 + versionCode: 31 + commit: v1.8.3 + subdir: android_app/app + gradle: + - yes + + - versionName: 1.8.4 + versionCode: 32 + commit: v1.8.4 + subdir: android_app/app + gradle: + - yes + + - versionName: '1.9' + versionCode: 37 + commit: v1.9 + subdir: android_app/app + gradle: + - yes + + - versionName: 1.9.1 + versionCode: 38 + commit: v1.9.1 + subdir: android_app/app + gradle: + - yes + + - versionName: 1.9.2 + versionCode: 39 + commit: v1.9.2 + subdir: android_app/app + gradle: + - yes + + - versionName: 1.9.3 + versionCode: 40 + commit: v1.9.3 + subdir: android_app/app + gradle: + - yes + + - versionName: '2.0' + versionCode: 41 + commit: v2.0 + subdir: android_app/app + gradle: + - yes + + - versionName: 2.0.1 + versionCode: 42 + commit: v2.0.1 + subdir: android_app/app + gradle: + - yes + + - versionName: 2.0.2 + versionCode: 43 + commit: v2.0.2 + subdir: android_app/app + gradle: + - yes + + - versionName: 2.0.3 + versionCode: 44 + commit: v2.0.3 + subdir: android_app/app + gradle: + - yes + + - versionName: 2.1.0 + versionCode: 45 + commit: v2.1.0 + subdir: android_app/app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags ^v[0-9.]*$ +CurrentVersion: 2.1.0 +CurrentVersionCode: 45 diff --git a/metadata/com.hectorone.multismssender.txt b/metadata/com.hectorone.multismssender.txt deleted file mode 100644 index d9d52eba69..0000000000 --- a/metadata/com.hectorone.multismssender.txt +++ /dev/null @@ -1,45 +0,0 @@ -Categories:Phone & SMS -License:GPL-2.0-only -Web Site:http://mathux.org -Source Code:https://gitlab.mathux.org/Mathieu/MultiSmsSender -Issue Tracker:https://gitlab.mathux.org/Mathieu/MultiSmsSender/issues - -Auto Name:Multi Sms -Summary:Send SMS to many contacts -Description: -* Select contacts with a list -* Create Group gathering several contacts together -* Integrate sent messages in the main SMS app -* Delivery reports - -Coming features: - -* Delivery reports support in the main SMS app -* Phone type for phone number -. - -Repo Type:git -Repo:https://gitlab.mathux.org/Mathieu/MultiSmsSender.git - -Build:2.0,10 - commit=5108804 - -Build:2.1,11 - commit=ae4b9c9 - -Build:2.2,12 - commit=c1cb2a3 - -Build:2.3,13 - commit=95bb2d1 - -Build:2.7,17 - commit=2.7 - -Build:2.8,18 - commit=2.8 - -Auto Update Mode:Version %v -Update Check Mode:Tags -Current Version:2.8 -Current Version Code:18 diff --git a/metadata/com.hectorone.multismssender.yml b/metadata/com.hectorone.multismssender.yml new file mode 100644 index 0000000000..5f949d9f6e --- /dev/null +++ b/metadata/com.hectorone.multismssender.yml @@ -0,0 +1,52 @@ +Categories: + - Phone & SMS +License: GPL-2.0-only +WebSite: http://mathux.org +SourceCode: https://gitlab.mathux.org/Mathieu/MultiSmsSender +IssueTracker: https://gitlab.mathux.org/Mathieu/MultiSmsSender/issues + +AutoName: Multi Sms +Summary: Send SMS to many contacts +Description: |- + * Select contacts with a list + * Create Group gathering several contacts together + * Integrate sent messages in the main SMS app + * Delivery reports + + Coming features: + + * Delivery reports support in the main SMS app + * Phone type for phone number + +RepoType: git +Repo: https://gitlab.mathux.org/Mathieu/MultiSmsSender.git + +Builds: + - versionName: '2.0' + versionCode: 10 + commit: '5108804' + + - versionName: '2.1' + versionCode: 11 + commit: ae4b9c9 + + - versionName: '2.2' + versionCode: 12 + commit: c1cb2a3 + + - versionName: '2.3' + versionCode: 13 + commit: 95bb2d1 + + - versionName: '2.7' + versionCode: 17 + commit: '2.7' + + - versionName: '2.8' + versionCode: 18 + commit: '2.8' + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: '2.8' +CurrentVersionCode: 18