diff --git a/metadata/org.anhonesteffort.flock.txt b/metadata/org.anhonesteffort.flock.txt deleted file mode 100644 index 8dc567d330..0000000000 --- a/metadata/org.anhonesteffort.flock.txt +++ /dev/null @@ -1,118 +0,0 @@ -Disabled:Request from upstream -Categories:System -License:GPL-3.0-only -Web Site:https://whispersystems.org/blog/flock -Source Code:https://github.com/WhisperSystems/Flock -Issue Tracker:https://github.com/WhisperSystems/Flock/issues - -Auto Name:Flock -Summary:Secure contact and calendar syncing -Description: -Flock is a replacement for the default contact and calendar synchronization -services provided by Google. Flock provides end-to-end encryption between -multiple Android devices putting the privacy of your contacts and calendars back -under your control. To facilitate syncing between multiple devices a "sync -service" is required, this can be any standards compliant WebDAV server that -conforms to the following RFCs: - -* RFC 2518 - HTTP Extensions for Distributed Authoring -- WEBDAV -* RFC 4918 - HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV) -* RFC 6352 - CardDAV: vCard Extensions to Web Distributed Authoring and Versioning (WebDAV) -* RFC 4791 - Calendaring Extensions to WebDAV (CalDAV) -. - -Repo Type:git -Repo:https://github.com/WhisperSystems/Flock - -Build:0.70,4 - commit=v0.70 - subdir=flock - gradle=yes - srclibs=GradleWitness@afdb587521fb5d25cff1074343ddc1e04eef5638 - rm=flock/libs/gradle-witness.jar - prebuild=pushd $$GradleWitness$$ && \ - gradle jar && \ - popd && \ - cp $$GradleWitness$$/build/libs/GradleWitness.jar libs/gradle-witness.jar - -Build:0.75,5 - commit=v0.75 - subdir=flock - gradle=yes - srclibs=GradleWitness@afdb587521fb5d25cff1074343ddc1e04eef5638 - rm=flock/libs/gradle-witness.jar - prebuild=pushd $$GradleWitness$$ && \ - gradle jar && \ - popd && \ - cp $$GradleWitness$$/build/libs/GradleWitness.jar libs/gradle-witness.jar - -Build:0.7.6,6 - commit=v0.7.6 - subdir=flock - gradle=yes - srclibs=GradleWitness@afdb587521fb5d25cff1074343ddc1e04eef5638 - rm=flock/libs/gradle-witness.jar - prebuild=pushd $$GradleWitness$$ && \ - gradle jar && \ - popd && \ - cp $$GradleWitness$$/build/libs/GradleWitness.jar libs/gradle-witness.jar - -Build:0.7.7,7 - commit=v0.7.7 - subdir=flock - gradle=yes - srclibs=GradleWitness@afdb587521fb5d25cff1074343ddc1e04eef5638 - rm=flock/libs/gradle-witness.jar - prebuild=pushd $$GradleWitness$$ && \ - gradle jar && \ - popd && \ - cp $$GradleWitness$$/build/libs/GradleWitness.jar libs/gradle-witness.jar - -Build:0.8,8 - commit=v0.8 - subdir=flock - gradle=yes - srclibs=GradleWitness@afdb587521fb5d25cff1074343ddc1e04eef5638 - rm=flock/libs/gradle-witness.jar - prebuild=pushd $$GradleWitness$$ && \ - gradle jar && \ - popd && \ - cp $$GradleWitness$$/build/libs/GradleWitness.jar libs/gradle-witness.jar - -Build:0.8.4,12 - commit=v0.8.4 - subdir=flock - gradle=yes - srclibs=GradleWitness@afdb587521fb5d25cff1074343ddc1e04eef5638 - rm=flock/libs/gradle-witness.jar - prebuild=pushd $$GradleWitness$$ && \ - gradle jar && \ - popd && \ - cp $$GradleWitness$$/build/libs/GradleWitness.jar libs/gradle-witness.jar - -Build:0.8.5,13 - commit=v0.8.5 - subdir=flock - gradle=yes - srclibs=GradleWitness@afdb587521fb5d25cff1074343ddc1e04eef5638 - rm=flock/libs/gradle-witness.jar - prebuild=pushd $$GradleWitness$$ && \ - gradle jar && \ - popd && \ - cp $$GradleWitness$$/build/libs/GradleWitness.jar libs/gradle-witness.jar - -Build:0.8.7,15 - commit=v0.8.7 - subdir=flock - gradle=yes - srclibs=GradleWitness@afdb587521fb5d25cff1074343ddc1e04eef5638 - rm=flock/libs/gradle-witness.jar - prebuild=pushd $$GradleWitness$$ && \ - gradle jar && \ - popd && \ - cp $$GradleWitness$$/build/libs/GradleWitness.jar libs/gradle-witness.jar - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:0.8.7 -Current Version Code:15 diff --git a/metadata/org.anhonesteffort.flock.yml b/metadata/org.anhonesteffort.flock.yml new file mode 100644 index 0000000000..71f3464a1b --- /dev/null +++ b/metadata/org.anhonesteffort.flock.yml @@ -0,0 +1,161 @@ +Disabled: Request from upstream +Categories: + - System +License: GPL-3.0-only +WebSite: https://whispersystems.org/blog/flock +SourceCode: https://github.com/WhisperSystems/Flock +IssueTracker: https://github.com/WhisperSystems/Flock/issues + +AutoName: Flock +Summary: Secure contact and calendar syncing +Description: |- + '''NOTE:''' This app is discontinued. + + Flock is a replacement for the default contact and calendar synchronization + services provided by Google. Flock provides end-to-end encryption between + multiple Android devices putting the privacy of your contacts and calendars back + under your control. To facilitate syncing between multiple devices a "sync + service" is required, this can be any standards compliant WebDAV server that + conforms to the following RFCs: + + * RFC 2518 - HTTP Extensions for Distributed Authoring -- WEBDAV + * RFC 4918 - HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV) + * RFC 6352 - CardDAV: vCard Extensions to Web Distributed Authoring and Versioning (WebDAV) + * RFC 4791 - Calendaring Extensions to WebDAV (CalDAV) + +RepoType: git +Repo: https://github.com/WhisperSystems/Flock + +Builds: + - versionName: '0.70' + versionCode: 4 + commit: v0.70 + subdir: flock + gradle: + - yes + srclibs: + - GradleWitness@afdb587521fb5d25cff1074343ddc1e04eef5638 + rm: + - flock/libs/gradle-witness.jar + prebuild: + - pushd $$GradleWitness$$ + - gradle jar + - popd + - cp $$GradleWitness$$/build/libs/GradleWitness.jar libs/gradle-witness.jar + + - versionName: '0.75' + versionCode: 5 + commit: v0.75 + subdir: flock + gradle: + - yes + srclibs: + - GradleWitness@afdb587521fb5d25cff1074343ddc1e04eef5638 + rm: + - flock/libs/gradle-witness.jar + prebuild: + - pushd $$GradleWitness$$ + - gradle jar + - popd + - cp $$GradleWitness$$/build/libs/GradleWitness.jar libs/gradle-witness.jar + + - versionName: 0.7.6 + versionCode: 6 + commit: v0.7.6 + subdir: flock + gradle: + - yes + srclibs: + - GradleWitness@afdb587521fb5d25cff1074343ddc1e04eef5638 + rm: + - flock/libs/gradle-witness.jar + prebuild: + - pushd $$GradleWitness$$ + - gradle jar + - popd + - cp $$GradleWitness$$/build/libs/GradleWitness.jar libs/gradle-witness.jar + + - versionName: 0.7.7 + versionCode: 7 + commit: v0.7.7 + subdir: flock + gradle: + - yes + srclibs: + - GradleWitness@afdb587521fb5d25cff1074343ddc1e04eef5638 + rm: + - flock/libs/gradle-witness.jar + prebuild: + - pushd $$GradleWitness$$ + - gradle jar + - popd + - cp $$GradleWitness$$/build/libs/GradleWitness.jar libs/gradle-witness.jar + + - versionName: '0.8' + versionCode: 8 + commit: v0.8 + subdir: flock + gradle: + - yes + srclibs: + - GradleWitness@afdb587521fb5d25cff1074343ddc1e04eef5638 + rm: + - flock/libs/gradle-witness.jar + prebuild: + - pushd $$GradleWitness$$ + - gradle jar + - popd + - cp $$GradleWitness$$/build/libs/GradleWitness.jar libs/gradle-witness.jar + + - versionName: 0.8.4 + versionCode: 12 + commit: v0.8.4 + subdir: flock + gradle: + - yes + srclibs: + - GradleWitness@afdb587521fb5d25cff1074343ddc1e04eef5638 + rm: + - flock/libs/gradle-witness.jar + prebuild: + - pushd $$GradleWitness$$ + - gradle jar + - popd + - cp $$GradleWitness$$/build/libs/GradleWitness.jar libs/gradle-witness.jar + + - versionName: 0.8.5 + versionCode: 13 + commit: v0.8.5 + subdir: flock + gradle: + - yes + srclibs: + - GradleWitness@afdb587521fb5d25cff1074343ddc1e04eef5638 + rm: + - flock/libs/gradle-witness.jar + prebuild: + - pushd $$GradleWitness$$ + - gradle jar + - popd + - cp $$GradleWitness$$/build/libs/GradleWitness.jar libs/gradle-witness.jar + + - versionName: 0.8.7 + versionCode: 15 + commit: v0.8.7 + subdir: flock + gradle: + - yes + srclibs: + - GradleWitness@afdb587521fb5d25cff1074343ddc1e04eef5638 + rm: + - flock/libs/gradle-witness.jar + prebuild: + - pushd $$GradleWitness$$ + - gradle jar + - popd + - cp $$GradleWitness$$/build/libs/GradleWitness.jar libs/gradle-witness.jar + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 0.8.7 +CurrentVersionCode: 15 diff --git a/metadata/org.asdtm.fas.txt b/metadata/org.asdtm.fas.txt deleted file mode 100644 index 520d293f22..0000000000 --- a/metadata/org.asdtm.fas.txt +++ /dev/null @@ -1,40 +0,0 @@ -AntiFeatures:NonFreeNet -Categories:Internet -License:GPL-3.0-or-later -Web Site: -Source Code:https://github.com/qqq3/inventum -Issue Tracker:https://github.com/qqq3/inventum/issues -Changelog:https://raw.githubusercontent.com/qqq3/inventum/HEAD/CHANGELOG -Bitcoin:1FV8m1MKqZ9ZKB8YNwpsjsuubHTznJSiT8 - -Auto Name:Inventum -Summary:Learn more about your favorite movies and TV shows -Description: -Simple [http://themoviedb.org/ TMDb] client. - -Features: - -* Different languages: English, Spanish, German, Polish, Belarusian, Russian -* Discover: Search for movies and TV shows by genres, min rating and etc -* Search: Search for movies, TV shows and persons with a text query -* Movies: Top rated, Upcoming, Now playing, Popular -* TV shows: Airing today, On the air, Popular, Top rated -. - -Repo Type:git -Repo:https://github.com/qqq3/inventum.git - -Build:0.2,2 - commit=v0.2 - subdir=app - gradle=yes - -Build:0.3,3 - commit=v0.3 - subdir=app - gradle=yes - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:0.3 -Current Version Code:3 diff --git a/metadata/org.asdtm.fas.yml b/metadata/org.asdtm.fas.yml new file mode 100644 index 0000000000..edc073fd26 --- /dev/null +++ b/metadata/org.asdtm.fas.yml @@ -0,0 +1,45 @@ +AntiFeatures: + - NonFreeNet +Categories: + - Internet +License: GPL-3.0-or-later +SourceCode: https://github.com/qqq3/inventum +IssueTracker: https://github.com/qqq3/inventum/issues +Changelog: https://raw.githubusercontent.com/qqq3/inventum/HEAD/CHANGELOG +Bitcoin: 1FV8m1MKqZ9ZKB8YNwpsjsuubHTznJSiT8 + +AutoName: Inventum +Summary: Learn more about your favorite movies and TV shows +Description: |- + Simple [http://themoviedb.org/ TMDb] client. + + Features: + + * Different languages: English, Spanish, German, Polish, Belarusian, Russian + * Discover: Search for movies and TV shows by genres, min rating and etc + * Search: Search for movies, TV shows and persons with a text query + * Movies: Top rated, Upcoming, Now playing, Popular + * TV shows: Airing today, On the air, Popular, Top rated + +RepoType: git +Repo: https://github.com/qqq3/inventum.git + +Builds: + - versionName: '0.2' + versionCode: 2 + commit: v0.2 + subdir: app + gradle: + - yes + + - versionName: '0.3' + versionCode: 3 + commit: v0.3 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: '0.3' +CurrentVersionCode: 3 diff --git a/metadata/org.asdtm.goodweather.txt b/metadata/org.asdtm.goodweather.txt deleted file mode 100644 index 2038e84ad3..0000000000 --- a/metadata/org.asdtm.goodweather.txt +++ /dev/null @@ -1,86 +0,0 @@ -AntiFeatures:NonFreeNet -Categories:Internet -License:GPL-3.0-or-later -Web Site: -Source Code:https://github.com/qqq3/good-weather -Issue Tracker:https://github.com/qqq3/good-weather/issues -Changelog:https://raw.githubusercontent.com/qqq3/good-weather/HEAD/CHANGELOG -Bitcoin:1FV8m1MKqZ9ZKB8YNwpsjsuubHTznJSiT8 - -Auto Name:Good Weather -Summary:Display weather information -Description: -Show current weather information from [http://openweathermap.org/ -OpenWeatherMap]. - -Support of Basque, Belarusian, Czech, English, French, German, Japanese, -Spanish, Polish, Russian languages. - -Features: - -* Current weather -* 7 day forecast -* 7 day forecast graphs -* Many locations -* Notifications -* Support different measuring units -* Ad-free - -''NonFreeNet:'' OpenWeatherMap service itself is not open source. -. - -Repo Type:git -Repo:https://github.com/qqq3/good-weather.git - -Build:2.1,6 - disable=pre-release sdk - commit=v2.1 - subdir=app - init=echo 'task wrapper(type: Wrapper) { gradleVersion = "2.14.1" }' >> ../build.gradle - gradle=yes - -Build:3.0,7 - commit=v3.0 - subdir=app - gradle=yes - prebuild=sed -i -e 's/2.1.3/2.14.1/' ../gradle/wrapper/gradle-wrapper.properties && \ - sed -i -e 's/\(constraint-layout:1.0.0\)-alpha4/\1-alpha1/' build.gradle - -Build:4.0,8 - disable=pre-release ConstraintLayout - commit=v4.0 - subdir=app - gradle=yes - prebuild=sed -i -e 's/2.1.3/2.14.1/' ../gradle/wrapper/gradle-wrapper.properties && \ - sed -i -e 's/\(constraint-layout:1.0.0\)-alpha4/\1-alpha1/' build.gradle - -Build:4.1,9 - disable=constraint layout - commit=v4.1 - subdir=app - gradle=yes - -Build:4.2,10 - commit=v4.2 - subdir=app - gradle=yes - -Build:4.2.1,11 - commit=v4.2.1 - subdir=app - gradle=yes - -Build:4.3,12 - commit=v4.3 - subdir=app - gradle=yes - -Build:4.4,13 - commit=v4.4 - subdir=app - gradle=yes - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:4.4 -Current Version Code:13 diff --git a/metadata/org.asdtm.goodweather.yml b/metadata/org.asdtm.goodweather.yml new file mode 100644 index 0000000000..1e272d14e2 --- /dev/null +++ b/metadata/org.asdtm.goodweather.yml @@ -0,0 +1,106 @@ +AntiFeatures: + - NonFreeNet +Categories: + - Internet +License: GPL-3.0-or-later +SourceCode: https://github.com/qqq3/good-weather +IssueTracker: https://github.com/qqq3/good-weather/issues +Translation: https://hosted.weblate.org/projects/good-weather/strings/ +Changelog: https://raw.githubusercontent.com/qqq3/good-weather/HEAD/CHANGELOG +Bitcoin: 1FV8m1MKqZ9ZKB8YNwpsjsuubHTznJSiT8 + +AutoName: Good Weather +Summary: Display weather information +Description: |- + Show current weather information from [http://openweathermap.org/ + OpenWeatherMap]. + + Support of Basque, Belarusian, Czech, English, French, German, Japanese, + Spanish, Polish, Russian languages. + + Features: + + * Current weather + * 7 day forecast + * 7 day forecast graphs + * Many locations + * Notifications + * Support different measuring units + * Ad-free + + ''NonFreeNet:'' OpenWeatherMap service itself is not open source. + +RepoType: git +Repo: https://github.com/qqq3/good-weather.git + +Builds: + - versionName: '2.1' + versionCode: 6 + disable: pre-release sdk + commit: v2.1 + subdir: app + init: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.14.1\" }' >> ../build.gradle" + gradle: + - yes + + - versionName: '3.0' + versionCode: 7 + commit: v3.0 + subdir: app + gradle: + - yes + prebuild: + - sed -i -e 's/2.1.3/2.14.1/' ../gradle/wrapper/gradle-wrapper.properties + - sed -i -e 's/\(constraint-layout:1.0.0\)-alpha4/\1-alpha1/' build.gradle + + - versionName: '4.0' + versionCode: 8 + disable: pre-release ConstraintLayout + commit: v4.0 + subdir: app + gradle: + - yes + prebuild: + - sed -i -e 's/2.1.3/2.14.1/' ../gradle/wrapper/gradle-wrapper.properties + - sed -i -e 's/\(constraint-layout:1.0.0\)-alpha4/\1-alpha1/' build.gradle + + - versionName: '4.1' + versionCode: 9 + disable: constraint layout + commit: v4.1 + subdir: app + gradle: + - yes + + - versionName: '4.2' + versionCode: 10 + commit: v4.2 + subdir: app + gradle: + - yes + + - versionName: 4.2.1 + versionCode: 11 + commit: v4.2.1 + subdir: app + gradle: + - yes + + - versionName: '4.3' + versionCode: 12 + commit: v4.3 + subdir: app + gradle: + - yes + + - versionName: '4.4' + versionCode: 13 + commit: v4.4 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: '4.4' +CurrentVersionCode: 13 diff --git a/metadata/org.asnelt.derandom.txt b/metadata/org.asnelt.derandom.txt deleted file mode 100644 index 0f61d144bf..0000000000 --- a/metadata/org.asnelt.derandom.txt +++ /dev/null @@ -1,66 +0,0 @@ -Categories:Security -License:Apache-2.0 -Web Site: -Source Code:https://gitlab.com/asnelt/derandom -Issue Tracker:https://gitlab.com/asnelt/derandom/issues -Bitcoin:1NZz4TGpJ1VL4Qmqw7aRAurASAT3Cq5S6s - -Auto Name:Derandom - -Repo Type:git -Repo:https://gitlab.com/asnelt/derandom.git - -Build:1.3,4 - commit=v1.3 - subdir=app - gradle=yes - -Build:1.4,5 - commit=v1.4 - subdir=app - gradle=yes - -Build:1.5,6 - commit=v1.5 - subdir=app - gradle=yes - -Build:1.6,7 - commit=v1.6 - subdir=app - gradle=yes - -Build:1.7,8 - commit=v1.7 - subdir=app - gradle=yes - -Build:1.8,9 - commit=v1.8 - subdir=app - gradle=yes - -Build:2.0,10 - commit=v2.0 - subdir=app - gradle=yes - -Build:2.1,11 - commit=v2.1 - subdir=app - gradle=yes - -Build:2.2,12 - commit=v2.2 - subdir=app - gradle=yes - -Build:2.3,13 - commit=v2.3 - subdir=app - gradle=yes - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:2.3 -Current Version Code:13 diff --git a/metadata/org.asnelt.derandom.yml b/metadata/org.asnelt.derandom.yml new file mode 100644 index 0000000000..cbfec7d38b --- /dev/null +++ b/metadata/org.asnelt.derandom.yml @@ -0,0 +1,87 @@ +Categories: + - Security +License: Apache-2.0 +SourceCode: https://gitlab.com/asnelt/derandom +IssueTracker: https://gitlab.com/asnelt/derandom/issues +Bitcoin: 1NZz4TGpJ1VL4Qmqw7aRAurASAT3Cq5S6s + +AutoName: Derandom + +RepoType: git +Repo: https://gitlab.com/asnelt/derandom.git + +Builds: + - versionName: '1.3' + versionCode: 4 + commit: v1.3 + subdir: app + gradle: + - yes + + - versionName: '1.4' + versionCode: 5 + commit: v1.4 + subdir: app + gradle: + - yes + + - versionName: '1.5' + versionCode: 6 + commit: v1.5 + subdir: app + gradle: + - yes + + - versionName: '1.6' + versionCode: 7 + commit: v1.6 + subdir: app + gradle: + - yes + + - versionName: '1.7' + versionCode: 8 + commit: v1.7 + subdir: app + gradle: + - yes + + - versionName: '1.8' + versionCode: 9 + commit: v1.8 + subdir: app + gradle: + - yes + + - versionName: '2.0' + versionCode: 10 + commit: v2.0 + subdir: app + gradle: + - yes + + - versionName: '2.1' + versionCode: 11 + commit: v2.1 + subdir: app + gradle: + - yes + + - versionName: '2.2' + versionCode: 12 + commit: v2.2 + subdir: app + gradle: + - yes + + - versionName: '2.3' + versionCode: 13 + commit: v2.3 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: '2.3' +CurrentVersionCode: 13 diff --git a/metadata/org.asteroidos.sync.txt b/metadata/org.asteroidos.sync.txt deleted file mode 100644 index c8821abf36..0000000000 --- a/metadata/org.asteroidos.sync.txt +++ /dev/null @@ -1,88 +0,0 @@ -Categories:Connectivity -License:GPL-3.0-or-later -Web Site:http://www.asteroidos.org -Source Code:https://github.com/AsteroidOS/AsteroidOSSync -Issue Tracker:https://github.com/AsteroidOS/AsteroidOSSync/issues -Translation:https://hosted.weblate.org/projects/asteroidos/ - -Auto Name:AsteroidOS Sync - -Repo Type:git -Repo:https://github.com/AsteroidOS/AsteroidOSSync.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 - -Build:0.6,6 - commit=v0.6 - subdir=app - gradle=yes - -Build:0.7,7 - commit=v0.7 - subdir=app - gradle=yes - -Build:0.8,8 - commit=v0.8 - subdir=app - gradle=yes - -Build:0.9,9 - disable=Could not find com.android.tools.build:gradle:3.0.1 - commit=v0.9 - subdir=app - gradle=yes - -Build:0.10,10 - commit=v0.10 - subdir=app - gradle=yes - -Build:0.11,11 - commit=v0.11 - subdir=app - gradle=yes - -Build:0.12,12 - commit=v0.12 - subdir=app - gradle=yes - -Build:0.13,13 - commit=v0.13 - subdir=app - gradle=yes - -Build:0.14,14 - commit=v0.14 - subdir=app - gradle=yes - rm=app/src/main/lib/material-intro-screen/material-intro-screen/build.gradle - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:0.14 -Current Version Code:14 diff --git a/metadata/org.asteroidos.sync.yml b/metadata/org.asteroidos.sync.yml new file mode 100644 index 0000000000..fd6859cf21 --- /dev/null +++ b/metadata/org.asteroidos.sync.yml @@ -0,0 +1,119 @@ +Categories: + - Connectivity +License: GPL-3.0-or-later +WebSite: http://www.asteroidos.org +SourceCode: https://github.com/AsteroidOS/AsteroidOSSync +IssueTracker: https://github.com/AsteroidOS/AsteroidOSSync/issues +Translation: https://hosted.weblate.org/projects/asteroidos/ + +AutoName: AsteroidOS Sync + +RepoType: git +Repo: https://github.com/AsteroidOS/AsteroidOSSync.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 + + - versionName: '0.6' + versionCode: 6 + commit: v0.6 + subdir: app + gradle: + - yes + + - versionName: '0.7' + versionCode: 7 + commit: v0.7 + subdir: app + gradle: + - yes + + - versionName: '0.8' + versionCode: 8 + commit: v0.8 + subdir: app + gradle: + - yes + + - versionName: '0.9' + versionCode: 9 + disable: Could not find com.android.tools.build:gradle:3.0.1 + commit: v0.9 + subdir: app + gradle: + - yes + + - versionName: '0.10' + versionCode: 10 + commit: v0.10 + subdir: app + gradle: + - yes + + - versionName: '0.11' + versionCode: 11 + commit: v0.11 + subdir: app + gradle: + - yes + + - versionName: '0.12' + versionCode: 12 + commit: v0.12 + subdir: app + gradle: + - yes + + - versionName: '0.13' + versionCode: 13 + commit: v0.13 + subdir: app + gradle: + - yes + + - versionName: '0.14' + versionCode: 14 + commit: v0.14 + subdir: app + gradle: + - yes + rm: + - app/src/main/lib/material-intro-screen/material-intro-screen/build.gradle + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: '0.14' +CurrentVersionCode: 14 diff --git a/metadata/org.aykit.MyOwnNotes.txt b/metadata/org.aykit.MyOwnNotes.txt deleted file mode 100644 index 87ef7ee451..0000000000 --- a/metadata/org.aykit.MyOwnNotes.txt +++ /dev/null @@ -1,50 +0,0 @@ -Categories:Writing -License:GPL-3.0-only -Web Site:https://aykit.org -Source Code:https://github.com/aykit/MyOwnNotes -Issue Tracker:https://github.com/aykit/MyOwnNotes/issues -FlattrID:2887057 - -Auto Name:MyOwnNotes -Summary:Notes management for ownCloud -Description: -Create, edit, delete and sync your notes with ownCloud. - -In order to use this app you will need: - -* [[com.owncloud.android]] -. - -Repo Type:git -Repo:https://github.com/aykit/MyOwnNotes.git - -Build:1.2,3 - commit=1.2.0 - -Build:1.2.2,5 - commit=1.2.2 - -Build:1.3.1,7 - commit=1.3.1 - -Build:1.5,8 - commit=1.5 - -Build:1.6,9 - commit=1.6 - -Build:2.0,11 - commit=2.0 - subdir=app - gradle=store - -Build:2.1.1,12 - disable=no such Git tag anymore - commit=2.1.1 - subdir=app - gradle=store - -Auto Update Mode:Version %v -Update Check Mode:Tags -Current Version:2.1.1 -Current Version Code:12 diff --git a/metadata/org.aykit.MyOwnNotes.yml b/metadata/org.aykit.MyOwnNotes.yml new file mode 100644 index 0000000000..c77ff1e6ea --- /dev/null +++ b/metadata/org.aykit.MyOwnNotes.yml @@ -0,0 +1,61 @@ +Categories: + - Writing +License: GPL-3.0-only +WebSite: https://aykit.org +SourceCode: https://github.com/aykit/MyOwnNotes +IssueTracker: https://github.com/aykit/MyOwnNotes/issues +Translation: https://github.com/aykit/MyOwnNotes/blob/master/CONTRIBUTING.rst#how-to-submit-translations +FlattrID: '2887057' + +AutoName: MyOwnNotes +Summary: Notes management for ownCloud +Description: |- + Create, edit, delete and sync your notes with ownCloud. + + In order to use this app you will need: + + * [[com.owncloud.android]] + +RepoType: git +Repo: https://github.com/aykit/MyOwnNotes.git + +Builds: + - versionName: '1.2' + versionCode: 3 + commit: 1.2.0 + + - versionName: 1.2.2 + versionCode: 5 + commit: 1.2.2 + + - versionName: 1.3.1 + versionCode: 7 + commit: 1.3.1 + + - versionName: '1.5' + versionCode: 8 + commit: '1.5' + + - versionName: '1.6' + versionCode: 9 + commit: '1.6' + + - versionName: '2.0' + versionCode: 11 + commit: '2.0' + subdir: app + gradle: + - store + + - versionName: 2.1.1 + versionCode: 12 + disable: no such Git tag anymore + commit: 2.1.1 + subdir: app + gradle: + - store + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: 2.1.1 +CurrentVersionCode: 12 diff --git a/metadata/org.balau.fakedawn.txt b/metadata/org.balau.fakedawn.txt deleted file mode 100644 index 829827de60..0000000000 --- a/metadata/org.balau.fakedawn.txt +++ /dev/null @@ -1,38 +0,0 @@ -Categories:Science & Education -License:GPL-3.0-only -Web Site: -Source Code:https://github.com/balau/fakedawn -Issue Tracker:https://github.com/balau/fakedawn/issues - -Auto Name:Fake Dawn -Summary:Gentle alarm clock -Description: -Fake Dawn is an alarm clock that gradually increases brightness and sound volume -to lead you out of deep sleep and wake you up gently. You can adjust when the -brightness of the screen starts to rise and reaches its maximum; when the sound -starts to play and how the volume increases. - -Features: - -* fully customize the behavior of the dawn alarm -* choose the screen color from a wide range -* choose custom sound alarm or ring tone -* vibrate with sound -. - -Repo Type:git -Repo:https://github.com/balau/fakedawn - -Build:1.1,2 - commit=v1.1 - -Build:1.2,3 - commit=v1.2 - -Build:1.3,4 - commit=v1.3 - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:1.3 -Current Version Code:4 diff --git a/metadata/org.balau.fakedawn.yml b/metadata/org.balau.fakedawn.yml new file mode 100644 index 0000000000..6cc6f9878e --- /dev/null +++ b/metadata/org.balau.fakedawn.yml @@ -0,0 +1,41 @@ +Categories: + - Science & Education +License: GPL-3.0-only +SourceCode: https://github.com/balau/fakedawn +IssueTracker: https://github.com/balau/fakedawn/issues + +AutoName: Fake Dawn +Summary: Gentle alarm clock +Description: |- + Fake Dawn is an alarm clock that gradually increases brightness and sound volume + to lead you out of deep sleep and wake you up gently. You can adjust when the + brightness of the screen starts to rise and reaches its maximum; when the sound + starts to play and how the volume increases. + + Features: + + * fully customize the behavior of the dawn alarm + * choose the screen color from a wide range + * choose custom sound alarm or ring tone + * vibrate with sound + +RepoType: git +Repo: https://github.com/balau/fakedawn + +Builds: + - versionName: '1.1' + versionCode: 2 + commit: v1.1 + + - versionName: '1.2' + versionCode: 3 + commit: v1.2 + + - versionName: '1.3' + versionCode: 4 + commit: v1.3 + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: '1.3' +CurrentVersionCode: 4 diff --git a/metadata/org.basketbuilddownloader.txt b/metadata/org.basketbuilddownloader.txt deleted file mode 100644 index dd99c92e18..0000000000 --- a/metadata/org.basketbuilddownloader.txt +++ /dev/null @@ -1,77 +0,0 @@ -Categories:Internet -License:GPL-3.0-only -Web Site: -Source Code:https://github.com/daktak/basketbuild_downloader -Issue Tracker:https://github.com/daktak/basketbuild_downloader/issues -Bitcoin:16VEzu37BePgR3o9hAciZkGK2VCAQFE28r - -Auto Name:BasketBuild Downloader -Summary:Download roms from s.basketbuild.com -Description: -App to download files hosted on basketbuild.com - -Files from AOKP, Pacman Rom, CyanHacker etc. -. - -Repo Type:git -Repo:https://github.com/daktak/basketbuild_downloader.git - -Build:0.1.0,1 - commit=v0.1.0 - subdir=app - gradle=yes - -Build:0.1.1,2 - commit=v0.1.1 - subdir=app - gradle=yes - -Build:0.2.1,4 - commit=v0.2.1 - subdir=app - gradle=yes - -Build:0.2.3,6 - commit=v0.2.3 - subdir=app - gradle=yes - -Build:0.2.4,7 - commit=v0.2.4 - subdir=app - gradle=yes - -Build:0.3,8 - commit=v0.3 - subdir=app - gradle=yes - -Build:0.3.1,9 - commit=v0.3.1 - subdir=app - gradle=yes - -Build:0.4,10 - commit=v0.4 - subdir=app - gradle=yes - -Build:0.4.1,11 - commit=v0.4.1 - subdir=app - gradle=yes - -Build:0.4.2,12 - commit=v0.4.2 - subdir=app - gradle=yes - -Build:0.4.3,13 - commit=v0.4.3 - subdir=app - gradle=yes - -Auto Update Mode:Version v%v -Update Check Mode:Tags -Current Version:0.4.3 -Current Version Code:13 diff --git a/metadata/org.basketbuilddownloader.yml b/metadata/org.basketbuilddownloader.yml new file mode 100644 index 0000000000..1c16b15dd9 --- /dev/null +++ b/metadata/org.basketbuilddownloader.yml @@ -0,0 +1,99 @@ +Categories: + - Internet +License: GPL-3.0-only +SourceCode: https://github.com/daktak/basketbuild_downloader +IssueTracker: https://github.com/daktak/basketbuild_downloader/issues +Bitcoin: 16VEzu37BePgR3o9hAciZkGK2VCAQFE28r + +AutoName: BasketBuild Downloader +Summary: Download roms from s.basketbuild.com +Description: |- + App to download files hosted on basketbuild.com + + Files from AOKP, Pacman Rom, CyanHacker etc. + +RepoType: git +Repo: https://github.com/daktak/basketbuild_downloader.git + +Builds: + - versionName: 0.1.0 + versionCode: 1 + commit: v0.1.0 + subdir: app + gradle: + - yes + + - versionName: 0.1.1 + versionCode: 2 + commit: v0.1.1 + subdir: app + gradle: + - yes + + - versionName: 0.2.1 + versionCode: 4 + commit: v0.2.1 + subdir: app + gradle: + - yes + + - versionName: 0.2.3 + versionCode: 6 + commit: v0.2.3 + subdir: app + gradle: + - yes + + - versionName: 0.2.4 + versionCode: 7 + commit: v0.2.4 + subdir: app + gradle: + - yes + + - versionName: '0.3' + versionCode: 8 + commit: v0.3 + subdir: app + gradle: + - yes + + - versionName: 0.3.1 + versionCode: 9 + commit: v0.3.1 + subdir: app + gradle: + - yes + + - versionName: '0.4' + versionCode: 10 + commit: v0.4 + subdir: app + gradle: + - yes + + - versionName: 0.4.1 + versionCode: 11 + commit: v0.4.1 + subdir: app + gradle: + - yes + + - versionName: 0.4.2 + versionCode: 12 + commit: v0.4.2 + subdir: app + gradle: + - yes + + - versionName: 0.4.3 + versionCode: 13 + commit: v0.4.3 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 0.4.3 +CurrentVersionCode: 13 diff --git a/metadata/org.berlin_vegan.bvapp.txt b/metadata/org.berlin_vegan.bvapp.txt deleted file mode 100644 index 6995c41302..0000000000 --- a/metadata/org.berlin_vegan.bvapp.txt +++ /dev/null @@ -1,85 +0,0 @@ -Categories:Navigation -License:GPL-2.0-or-later -Web Site:http://www.berlin-vegan.org/app/index_en.html -Source Code:https://github.com/Berlin-Vegan/berlin-vegan-guide -Issue Tracker:https://github.com/Berlin-Vegan/berlin-vegan-guide/issues - -Auto Name:Berlin-Vegan -Summary:Guide for vegan dining and shopping in Berlin -Description: -With the "Berlin Vegan Guide", you've got quick access to an overview of the -vegan food and shopping possibilities in Berlin, Germany --- even while you're -out and about. - -The app contains the following information: - -* over 300 restaurants, snack bars and takeaways with vegan declared offers -* a further 200 shopping possibilities in the area of cosmetics, groceries and organic produce - -The guide is not just suitable for vegetarians and vegans but also for all -people who are trying to live their life in a greener and more animal friendly -way. -. - -Repo Type:git -Repo:https://github.com/Berlin-Vegan/berlin-vegan-guide - -Build:1.6,18 - commit=116c661d029f7f23cb2be4ad168dc8554dd16794 - subdir=platforms/android - init=echo "# Just create the file" > project.properties - srclibs=1:Cordova@3.2.0,YUICompressor@v2.4.8 - rm=lib/tools/ycompressor.jar,platforms/android/libs/cordova*jar,platforms/android/libs/phonegap*jar,platforms/android/local.properties,platforms/android/build.properties,platforms/android/default.properties,platforms/android/build.xml - target=android-19 - build=pushd $$YUICompressor$$ && \ - ant && \ - popd && \ - cp $$YUICompressor$$/build/yuicompressor-2.4.8.jar ../../lib/tools/ycompressor.jar && \ - cd ../../ && \ - ant prod.android - -Build:1.9,21 - commit=47f0850acf58e80e7f0d8ec75251408d6bcefddb - subdir=platforms/android - init=echo "# Just create the file" > project.properties - srclibs=1:Cordova@3.2.0,YUICompressor@v2.4.8 - rm=lib/tools/ycompressor.jar,platforms/android/libs/cordova*jar,platforms/android/libs/phonegap*jar,platforms/android/local.properties,platforms/android/build.properties,platforms/android/default.properties,platforms/android/build.xml - target=android-19 - build=pushd $$YUICompressor$$ && \ - ant && \ - popd && \ - cp $$YUICompressor$$/build/yuicompressor-2.4.8.jar ../../lib/tools/ycompressor.jar && \ - cd ../../ && \ - ant prod.android - -Build:2.0.3,24 - commit=8605e55d229f7d29fb93d3d865c02702c1a41966 - subdir=app - gradle=foss - prebuild=sed -i -e 's/def gitDescription = dirtyWorkingCopy .*/def gitDescription = gitHash/g' -e '/playstoreCompile/d' build.gradle - -Build:2.0.7,25 - commit=2.0.7 - subdir=app - gradle=yes - prebuild=sed -i -e 's/def gitDescription = dirtyWorkingCopy .*/def gitDescription = gitHash/g' -e '/playstoreCompile/d' build.gradle - -Build:2.0.8,26 - commit=2.0.8 - subdir=app - gradle=yes - prebuild=sed -i -e 's/def gitDescription = dirtyWorkingCopy .*/def gitDescription = gitHash/g' -e '/playstoreCompile/d' build.gradle - -Maintainer Notes: -* Versions <= 2.0 do not build from the current repo, but one needs to use the old repo -* Auto Update Mode is working, but only with a hack: with commit dd0b38a in fdroidserver the tag is used as versionname, if the versionname could not be parse from the manifest or gradle files. -* Archive Policy: 'Currently the only supported format is "n versions", where n is the number of versions to keep.' -* Auto Update Mode: '... if an app always has a tag "2.7.2" corresponding to version 2.7.2, you would simply specify "Version %v"' -* Update Check Mode: '... when apps tag non-release versions such as X.X-alpha, so you can filter them out with something like .*[0-9]$ which requires tag names to end with a digit.' -. - -Archive Policy:1 versions -Auto Update Mode:Version %v -Update Check Mode:Tags .*[0-9]$ -Current Version:2.0.8 -Current Version Code:26 diff --git a/metadata/org.berlin_vegan.bvapp.yml b/metadata/org.berlin_vegan.bvapp.yml new file mode 100644 index 0000000000..e186abf0ee --- /dev/null +++ b/metadata/org.berlin_vegan.bvapp.yml @@ -0,0 +1,116 @@ +Categories: + - Navigation +License: GPL-2.0-or-later +WebSite: http://www.berlin-vegan.org/app/index_en.html +SourceCode: https://github.com/Berlin-Vegan/berlin-vegan-guide +IssueTracker: https://github.com/Berlin-Vegan/berlin-vegan-guide/issues + +AutoName: Berlin-Vegan +Summary: Guide for vegan dining and shopping in Berlin +Description: |- + With the "Berlin Vegan Guide", you've got quick access to an overview of the + vegan food and shopping possibilities in Berlin, Germany --- even while you're + out and about. + + The app contains the following information: + + * over 300 restaurants, snack bars and takeaways with vegan declared offers + * a further 200 shopping possibilities in the area of cosmetics, groceries and organic produce + + The guide is not just suitable for vegetarians and vegans but also for all + people who are trying to live their life in a greener and more animal friendly + way. + +RepoType: git +Repo: https://github.com/Berlin-Vegan/berlin-vegan-guide + +Builds: + - versionName: '1.6' + versionCode: 18 + commit: 116c661d029f7f23cb2be4ad168dc8554dd16794 + subdir: platforms/android + init: echo "# Just create the file" > project.properties + srclibs: + - 1:Cordova@3.2.0 + - YUICompressor@v2.4.8 + rm: + - lib/tools/ycompressor.jar + - platforms/android/libs/cordova*jar + - platforms/android/libs/phonegap*jar + - platforms/android/local.properties + - platforms/android/build.properties + - platforms/android/default.properties + - platforms/android/build.xml + target: android-19 + build: + - pushd $$YUICompressor$$ + - ant + - popd + - cp $$YUICompressor$$/build/yuicompressor-2.4.8.jar ../../lib/tools/ycompressor.jar + - cd ../../ + - ant prod.android + + - versionName: '1.9' + versionCode: 21 + commit: 47f0850acf58e80e7f0d8ec75251408d6bcefddb + subdir: platforms/android + init: echo "# Just create the file" > project.properties + srclibs: + - 1:Cordova@3.2.0 + - YUICompressor@v2.4.8 + rm: + - lib/tools/ycompressor.jar + - platforms/android/libs/cordova*jar + - platforms/android/libs/phonegap*jar + - platforms/android/local.properties + - platforms/android/build.properties + - platforms/android/default.properties + - platforms/android/build.xml + target: android-19 + build: + - pushd $$YUICompressor$$ + - ant + - popd + - cp $$YUICompressor$$/build/yuicompressor-2.4.8.jar ../../lib/tools/ycompressor.jar + - cd ../../ + - ant prod.android + + - versionName: 2.0.3 + versionCode: 24 + commit: 8605e55d229f7d29fb93d3d865c02702c1a41966 + subdir: app + gradle: + - foss + prebuild: sed -i -e 's/def gitDescription = dirtyWorkingCopy .*/def gitDescription + = gitHash/g' -e '/playstoreCompile/d' build.gradle + + - versionName: 2.0.7 + versionCode: 25 + commit: 2.0.7 + subdir: app + gradle: + - yes + prebuild: sed -i -e 's/def gitDescription = dirtyWorkingCopy .*/def gitDescription + = gitHash/g' -e '/playstoreCompile/d' build.gradle + + - versionName: 2.0.8 + versionCode: 26 + commit: 2.0.8 + subdir: app + gradle: + - yes + prebuild: sed -i -e 's/def gitDescription = dirtyWorkingCopy .*/def gitDescription + = gitHash/g' -e '/playstoreCompile/d' build.gradle + +MaintainerNotes: |- + * Versions <= 2.0 do not build from the current repo, but one needs to use the old repo + * Auto Update Mode is working, but only with a hack: with commit dd0b38a in fdroidserver the tag is used as versionname, if the versionname could not be parse from the manifest or gradle files. + * Archive Policy: 'Currently the only supported format is "n versions", where n is the number of versions to keep.' + * Auto Update Mode: '... if an app always has a tag "2.7.2" corresponding to version 2.7.2, you would simply specify "Version %v"' + * Update Check Mode: '... when apps tag non-release versions such as X.X-alpha, so you can filter them out with something like .*[0-9]$ which requires tag names to end with a digit.' + +ArchivePolicy: 1 versions +AutoUpdateMode: Version %v +UpdateCheckMode: Tags .*[0-9]$ +CurrentVersion: 2.0.8 +CurrentVersionCode: 26