diff --git a/metadata/com.example.android.maxpapers.txt b/metadata/com.example.android.maxpapers.txt deleted file mode 100644 index 131995f6b5..0000000000 --- a/metadata/com.example.android.maxpapers.txt +++ /dev/null @@ -1,25 +0,0 @@ -Categories:Theming -License:EPL-1.0 -Web Site: -Source Code:https://archive.softwareheritage.org/browse/origin/http://lcarswallpaper.googlecode.com/svn//directory/ -Issue Tracker: - -Auto Name:LCARS Wallpapers -Summary:Star Trek style background -Description: -Star Trek LCARS themed live wallpaper for Android 2.1+ devices that shows -various system information. -. - -Build:1.0.2,35 - commit=35 - prebuild=sed -i -r 's/(android:versionName)/android:versionCode="35" \1/' AndroidManifest.xml - -Build:1.1.1,46 - commit=46 - prebuild=sed -i -r 's/(android:versionName)/android:versionCode="46" \1/' AndroidManifest.xml - -Auto Update Mode:None -Update Check Mode:None -Current Version:1.1.1 -Current Version Code:46 diff --git a/metadata/com.example.android.maxpapers.yml b/metadata/com.example.android.maxpapers.yml new file mode 100644 index 0000000000..13d55627c3 --- /dev/null +++ b/metadata/com.example.android.maxpapers.yml @@ -0,0 +1,26 @@ +Categories: + - Theming +License: EPL-1.0 +SourceCode: https://archive.softwareheritage.org/browse/origin/http://lcarswallpaper.googlecode.com/svn//directory/ + +AutoName: LCARS Wallpapers +Summary: Star Trek style background +Description: |- + Star Trek LCARS themed live wallpaper for Android 2.1+ devices that shows + various system information. + +Builds: + - versionName: 1.0.2 + versionCode: 35 + commit: '35' + prebuild: sed -i -r 's/(android:versionName)/android:versionCode="35" \1/' AndroidManifest.xml + + - versionName: 1.1.1 + versionCode: 46 + commit: '46' + prebuild: sed -i -r 's/(android:versionName)/android:versionCode="46" \1/' AndroidManifest.xml + +AutoUpdateMode: None +UpdateCheckMode: None +CurrentVersion: 1.1.1 +CurrentVersionCode: 46 diff --git a/metadata/com.example.android.monthcalendarwidget.txt b/metadata/com.example.android.monthcalendarwidget.txt deleted file mode 100644 index ba07782cb4..0000000000 --- a/metadata/com.example.android.monthcalendarwidget.txt +++ /dev/null @@ -1,24 +0,0 @@ -Categories:Theming,Time -License:Apache-2.0 -Web Site: -Source Code:https://github.com/romannurik/Android-MonthCalendarWidget -Issue Tracker:https://github.com/romannurik/Android-MonthCalendarWidget/issues - -Auto Name:Month Calendar Widget -Summary:Calendar widget -Description: -Simple month calendar widget. -. - -Repo Type:git -Repo:https://github.com/romannurik/Android-MonthCalendarWidget - -Build:0.1,1 - commit=f198096a4c2f9db2b98fc41f6fb57087558c21c6 - extlibs=android/android-support-v4.jar - target=android-19 - -Auto Update Mode:None -Update Check Mode:RepoManifest -Current Version:0.1 -Current Version Code:1 diff --git a/metadata/com.example.android.monthcalendarwidget.yml b/metadata/com.example.android.monthcalendarwidget.yml new file mode 100644 index 0000000000..26126f0be4 --- /dev/null +++ b/metadata/com.example.android.monthcalendarwidget.yml @@ -0,0 +1,26 @@ +Categories: + - Theming + - Time +License: Apache-2.0 +SourceCode: https://github.com/romannurik/Android-MonthCalendarWidget +IssueTracker: https://github.com/romannurik/Android-MonthCalendarWidget/issues + +AutoName: Month Calendar Widget +Summary: Calendar widget +Description: Simple month calendar widget. + +RepoType: git +Repo: https://github.com/romannurik/Android-MonthCalendarWidget + +Builds: + - versionName: '0.1' + versionCode: 1 + commit: f198096a4c2f9db2b98fc41f6fb57087558c21c6 + extlibs: + - android/android-support-v4.jar + target: android-19 + +AutoUpdateMode: None +UpdateCheckMode: RepoManifest +CurrentVersion: '0.1' +CurrentVersionCode: 1 diff --git a/metadata/com.example.anycut.txt b/metadata/com.example.anycut.txt deleted file mode 100644 index 7ed1d4de4f..0000000000 --- a/metadata/com.example.anycut.txt +++ /dev/null @@ -1,30 +0,0 @@ -Categories:System -License:Apache-2.0 -Web Site:https://code.google.com/p/apps-for-android -Source Code:https://code.google.com/p/apps-for-android/source -Issue Tracker: - -Auto Name:Any Cut -Summary:Create shortcuts for anything -Description: -You can make shortcuts for anything that has an activity e.g Android keyboard -settings screen. All activities are listed but there is no description of what -each does, so you'll just have to take a guess and some may not do anything. In -addition you can make shortcuts to directly dial or send an sms to a contact. - -This app is ancient so it may not work on Android 4+ but you can get direct -access to app activities with [[com.ideasfrombrain.search_based_launcher_v2]]. -. - -Repo Type:git -Repo:https://code.google.com/p/apps-for-android - -Build:0.5,5 - commit=1617d965 - subdir=AnyCut - target=android-4 - -Auto Update Mode:None -Update Check Mode:Static -Current Version:0.5 -Current Version Code:5 diff --git a/metadata/com.example.anycut.yml b/metadata/com.example.anycut.yml new file mode 100644 index 0000000000..66a0447755 --- /dev/null +++ b/metadata/com.example.anycut.yml @@ -0,0 +1,28 @@ +Categories: + - System +License: Apache-2.0 +WebSite: https://code.google.com/p/apps-for-android +SourceCode: https://code.google.com/p/apps-for-android/source + +AutoName: Any Cut +Summary: Create shortcuts for anything +Description: |- + You can make shortcuts for anything that has an activity e.g Android keyboard + settings screen. All activities are listed but there is no description of what + each does, so you’ll just have to take a guess and some may not do anything. In + addition you can make shortcuts to directly dial or send an sms to a contact. + + This app is ancient so it may not work on Android 4+ but you can get direct + access to app activities with [[com.ideasfrombrain.search_based_launcher_v2]]. + +Builds: + - versionName: '0.5' + versionCode: 5 + commit: 1617d965 + subdir: AnyCut + target: android-4 + +AutoUpdateMode: None +UpdateCheckMode: Static +CurrentVersion: '0.5' +CurrentVersionCode: 5 diff --git a/metadata/com.example.ismael.downloadfilesweb.txt b/metadata/com.example.ismael.downloadfilesweb.txt deleted file mode 100644 index 855c95ce43..0000000000 --- a/metadata/com.example.ismael.downloadfilesweb.txt +++ /dev/null @@ -1,25 +0,0 @@ -Categories:Internet -License:GPL-3.0-or-later -Web Site:https://gitlab.com/ismo/DownloadFilesWeb -Source Code:https://gitlab.com/ismo/DownloadFilesWeb/tree/HEAD -Issue Tracker:https://gitlab.com/ismo/DownloadFilesWeb/issues - -Auto Name:DownloadFilesWeb -Summary:Download files referenced within a website -Description: -Download files referenced within the code of a web page. You can select the URL -and the extension or name of the files you are interested in. -. - -Repo Type:git -Repo:https://gitlab.com/ismo/DownloadFilesWeb.git - -Build:1.0,1 - commit=ef79cd71af4601a51c01f282fbf931f3a34e926f - subdir=app - gradle=yes - -Auto Update Mode:None -Update Check Mode:RepoManifest -Current Version:1.0 -Current Version Code:1 diff --git a/metadata/com.example.ismael.downloadfilesweb.yml b/metadata/com.example.ismael.downloadfilesweb.yml new file mode 100644 index 0000000000..f8d670b7ec --- /dev/null +++ b/metadata/com.example.ismael.downloadfilesweb.yml @@ -0,0 +1,28 @@ +Categories: + - Internet +License: GPL-3.0-or-later +WebSite: https://gitlab.com/ismo/DownloadFilesWeb +SourceCode: https://gitlab.com/ismo/DownloadFilesWeb/tree/HEAD +IssueTracker: https://gitlab.com/ismo/DownloadFilesWeb/issues + +AutoName: DownloadFilesWeb +Summary: Download files referenced within a website +Description: |- + Download files referenced within the code of a web page. You can select the URL + and the extension or name of the files you are interested in. + +RepoType: git +Repo: https://gitlab.com/ismo/DownloadFilesWeb.git + +Builds: + - versionName: '1.0' + versionCode: 1 + commit: ef79cd71af4601a51c01f282fbf931f3a34e926f + subdir: app + gradle: + - yes + +AutoUpdateMode: None +UpdateCheckMode: RepoManifest +CurrentVersion: '1.0' +CurrentVersionCode: 1 diff --git a/metadata/com.example.lukas.app.txt b/metadata/com.example.lukas.app.txt deleted file mode 100644 index bcd1b68139..0000000000 --- a/metadata/com.example.lukas.app.txt +++ /dev/null @@ -1,25 +0,0 @@ -Categories:Navigation,Science & Education -License:GPL-3.0-only -Web Site: -Source Code:https://github.com/kas70/SAnd -Issue Tracker: - -Auto Name:SAnd -Summary:Show orientation, height and airpressure -Description: -Use your phones sensors (barometer and compass) to show your current -orientation, height and air pressure. - -Moved to [[com.platypus.SAnd]]. -. - -Build:1.0,1 - disable=remove apk - commit=v1.0 - -Auto Update Mode:None -Update Check Mode:None -Current Version:1.0 -Current Version Code:1 - -No Source Since:1.1 diff --git a/metadata/com.example.muzei.muzeiapod.txt b/metadata/com.example.muzei.muzeiapod.txt deleted file mode 100644 index 0def0ee1b1..0000000000 --- a/metadata/com.example.muzei.muzeiapod.txt +++ /dev/null @@ -1,39 +0,0 @@ -Categories:Multimedia,Theming -License:GPL-3.0-or-later -Web Site: -Source Code:https://github.com/igoralmeida/muzei-apod -Issue Tracker:https://github.com/igoralmeida/muzei-apod/issues - -Auto Name:NASA APOD for Muzei -Summary:NASA Astronomy Picture of the Day for Muzei -Description: -Show NASA's Astronomy Picture of the Day in [[net.nurik.roman.muzei]]. -. - -Repo Type:git -Repo:https://github.com/igoralmeida/muzei-apod - -Build:0.1,1 - commit=91477d1d6572bcad2f6b8e13bb2027b254098756 - gradle=yes - -Build:0.1.1,2 - commit=1e9668ed3f4c792b2ec115468164863ddc5212dc - gradle=yes - -Build:0.1.2,3 - commit=75124acd12b32cc0895b669e6982a0858ad2303f - gradle=yes - -Build:0.2,4 - commit=b48a63f330d894166dbfeb05cc3b01835a604659 - gradle=yes - -Build:0.3,5 - commit=b69075430e3687b1960f54cbca778d9375162bf9 - gradle=yes - -Auto Update Mode:None -Update Check Mode:RepoManifest -Current Version:0.3 -Current Version Code:5 diff --git a/metadata/com.example.muzei.muzeiapod.yml b/metadata/com.example.muzei.muzeiapod.yml new file mode 100644 index 0000000000..cc499798dd --- /dev/null +++ b/metadata/com.example.muzei.muzeiapod.yml @@ -0,0 +1,49 @@ +Categories: + - Multimedia + - Theming +License: GPL-3.0-or-later +SourceCode: https://github.com/igoralmeida/muzei-apod +IssueTracker: https://github.com/igoralmeida/muzei-apod/issues + +AutoName: NASA APOD for Muzei +Summary: NASA Astronomy Picture of the Day for Muzei +Description: Show NASA's Astronomy Picture of the Day in [[net.nurik.roman.muzei]]. + +RepoType: git +Repo: https://github.com/igoralmeida/muzei-apod + +Builds: + - versionName: '0.1' + versionCode: 1 + commit: 91477d1d6572bcad2f6b8e13bb2027b254098756 + gradle: + - yes + + - versionName: 0.1.1 + versionCode: 2 + commit: 1e9668ed3f4c792b2ec115468164863ddc5212dc + gradle: + - yes + + - versionName: 0.1.2 + versionCode: 3 + commit: 75124acd12b32cc0895b669e6982a0858ad2303f + gradle: + - yes + + - versionName: '0.2' + versionCode: 4 + commit: b48a63f330d894166dbfeb05cc3b01835a604659 + gradle: + - yes + + - versionName: '0.3' + versionCode: 5 + commit: b69075430e3687b1960f54cbca778d9375162bf9 + gradle: + - yes + +AutoUpdateMode: None +UpdateCheckMode: RepoManifest +CurrentVersion: '0.3' +CurrentVersionCode: 5 diff --git a/metadata/com.example.openpass.txt b/metadata/com.example.openpass.txt deleted file mode 100644 index dbeac9cb2b..0000000000 --- a/metadata/com.example.openpass.txt +++ /dev/null @@ -1,25 +0,0 @@ -Categories:Security -License:BSD-2-Clause -Web Site: -Source Code:https://github.com/ars3niy/openpass -Issue Tracker:https://github.com/ars3niy/openpass/issues - -Auto Name:OpenPass -Summary:Reimplementation of SafeNet MobilePass -Description: -MobilePass is a one-time password generator for 2-factor authentication used in -various remote access systems. OpenPass is a fully compatible reimplementation. -. - -Repo Type:git -Repo:https://github.com/ars3niy/openpass - -Build:1.0,1 - commit=1.0 - subdir=app - gradle=yes - -Auto Update Mode:Version %v -Update Check Mode:Tags -Current Version:1.0 -Current Version Code:1 diff --git a/metadata/com.example.openpass.yml b/metadata/com.example.openpass.yml new file mode 100644 index 0000000000..87c9a7dfe9 --- /dev/null +++ b/metadata/com.example.openpass.yml @@ -0,0 +1,27 @@ +Categories: + - Security +License: BSD-2-Clause +SourceCode: https://github.com/ars3niy/openpass +IssueTracker: https://github.com/ars3niy/openpass/issues + +AutoName: OpenPass +Summary: Reimplementation of SafeNet MobilePass +Description: |- + MobilePass is a one-time password generator for 2-factor authentication used in + various remote access systems. OpenPass is a fully compatible reimplementation. + +RepoType: git +Repo: https://github.com/ars3niy/openpass + +Builds: + - versionName: '1.0' + versionCode: 1 + commit: '1.0' + subdir: app + gradle: + - yes + +AutoUpdateMode: Version %v +UpdateCheckMode: Tags +CurrentVersion: '1.0' +CurrentVersionCode: 1