diff --git a/metadata/android.tether.yml b/metadata/android.tether.yml deleted file mode 100644 index 1c6803bb61..0000000000 --- a/metadata/android.tether.yml +++ /dev/null @@ -1,41 +0,0 @@ -Categories: - - Connectivity -License: GPL-3.0-only -WebSite: https://code.google.com/p/android-wifi-tether -SourceCode: https://code.google.com/p/android-wifi-tether/source - -AutoName: WiFi Tether -Summary: Wireless internet tethering -Description: |- - N.B The app isn't built entirely from source; there are bunch of prebuilt - programs like dnsmasq and iptables in the source code repository. - - There is a beta version of this under https://f-droid.org/packages/com.googlecode.android.wifi.tether, - and we will remove this when that gets released. - - This program enables tethering (via WiFi and BT) for rooted handsets running - Android. Clients (your laptop for example) can connect (via ad-hoc mode) and get - access to the internet using the cellular data connection which is established - by the handset. - - This application requires a rooted device (basic Android still doesn't allow - ad-hoc mode) and (probably) a custom-kernel which supports netfilter (iptables). - Please see the website for detailed information. - -RequiresRoot: 'yes' - -Builds: - - versionName: 2.0.7 - versionCode: 26 - commit: '523' - buildjni: - - yes - ndk: r12b - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: None -CurrentVersion: 2.0.7 -CurrentVersionCode: 26 - -NoSourceSince: 2.0.8 diff --git a/metadata/at.weiss.matthias.musicala.yml b/metadata/at.weiss.matthias.musicala.yml deleted file mode 100644 index 7cd69e8bc8..0000000000 --- a/metadata/at.weiss.matthias.musicala.yml +++ /dev/null @@ -1,43 +0,0 @@ -Categories: - - Multimedia - - Connectivity -License: GPL-3.0-or-later -AuthorName: Matthias Weiss and M.A.L.P team -WebSite: https://gitlab.com/matthias-weiss/musicala/blob/HEAD/README.md -SourceCode: https://gitlab.com/matthias-weiss/musicala -IssueTracker: https://gitlab.com/matthias-weiss/musicala/issues -Changelog: https://gitlab.com/matthias-weiss/musicala/blob/HEAD/CHANGELOG.md - -AutoName: musicala -Summary: A remote control app for MPD (music player daemon) - -RepoType: git -Repo: https://gitlab.com/matthias-weiss/musicala.git - -Builds: - - versionName: 0.9.0 - versionCode: 1 - commit: 0.9.0 - subdir: app - gradle: - - yes - - - versionName: 0.9.1 - versionCode: 2 - commit: '2' - subdir: app - gradle: - - yes - - - versionName: 0.9.2 - versionCode: 3 - commit: '3' - subdir: app - gradle: - - yes - -ArchivePolicy: 0 versions -AutoUpdateMode: Version %c -UpdateCheckMode: Tags -CurrentVersion: 0.9.2 -CurrentVersionCode: 3 diff --git a/metadata/com.alfray.mandelbrot2.yml b/metadata/com.alfray.mandelbrot2.yml deleted file mode 100644 index 79783e0e42..0000000000 --- a/metadata/com.alfray.mandelbrot2.yml +++ /dev/null @@ -1,29 +0,0 @@ -Categories: - - Games -License: GPL-3.0-only -WebSite: https://code.google.com/p/mandelbrot -SourceCode: https://code.google.com/p/mandelbrot/source - -AutoName: Mandelbrot Map -Summary: Mandelbrot set (fractal) viewer -Description: |- - Mandelbrot set viewer that works in the style of a map viewer - i.e. scroll - around and zoom in/out. There is an option to use renderscript if the device - supports it which may get executed in the GPU if you are running Android 4.2. - -RepoType: git-svn -Repo: https://mandelbrot.googlecode.com/svn/trunk - -Builds: - - versionName: '0.13' - versionCode: 13 - commit: '145' - subdir: mandelbrot - init: rm -f build.xml - prebuild: rm -f res/raw/* - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: Static -CurrentVersion: '0.13' -CurrentVersionCode: 13 diff --git a/metadata/com.andrewshu.android.reddit.yml b/metadata/com.andrewshu.android.reddit.yml deleted file mode 100644 index ee63518c2d..0000000000 --- a/metadata/com.andrewshu.android.reddit.yml +++ /dev/null @@ -1,77 +0,0 @@ -Categories: - - Internet -License: GPL-3.0-or-later -WebSite: https://www.talklittle.com/reddit-is-fun/ -SourceCode: https://github.com/talklittle/reddit-is-fun -IssueTracker: https://github.com/talklittle/reddit-is-fun/issues - -AutoName: reddit is fun -Summary: Access social news -Description: |- - An app for the social news website Reddit. - - N.B v2.0+ of RiF, found elsewhere, are proprietary - -RepoType: git -Repo: https://github.com/talklittle/reddit-is-fun.git - -Builds: - - versionName: 1.1.2a - versionCode: 67 - commit: d507af7facaf46323804 - prebuild: rsync -r lib/ libs - - - versionName: 1.1.3 - versionCode: 68 - commit: b302eaa24a975060f7fb - prebuild: rsync -r lib/ libs - - - versionName: 1.1.4 - versionCode: 69 - commit: 9372d0ab3a16125e9045 - prebuild: rsync -r lib/ libs - - - versionName: 1.2.0 - versionCode: 70 - commit: 442e604760506e25e6c9 - prebuild: rsync -r lib/ libs - - - versionName: 1.2.0a - versionCode: 71 - commit: e37439e12d11ff17a841 - prebuild: rsync -r lib/ libs - - - versionName: 1.2.1 - versionCode: 73 - commit: e35fd128c954d41e24abf91b71f301740f6ca483 - prebuild: rsync -r lib/ libs - - - versionName: 1.2.1.2 - versionCode: 75 - commit: 28c98a7 - prebuild: rsync -r lib/ libs - target: android-10 - - - versionName: 1.2.1.3 - versionCode: 76 - commit: 143892b558 - prebuild: rsync -r lib/ libs - target: android-10 - - - versionName: 1.3.0 - versionCode: 83 - commit: v1.3.0 - prebuild: - - mkdir lib - - mv libs-dependencies/* lib - - rm -r libs-dependencies - - mv libs/* lib - - rm -r libs - - git checkout proguard.cfg - target: android-11 - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: Static -CurrentVersion: 1.3.0 -CurrentVersionCode: 83 diff --git a/metadata/com.android.inputmethod.norwegian.yml b/metadata/com.android.inputmethod.norwegian.yml deleted file mode 100644 index 2a6ecc0601..0000000000 --- a/metadata/com.android.inputmethod.norwegian.yml +++ /dev/null @@ -1,28 +0,0 @@ -Categories: - - Writing -License: Apache-2.0 -WebSite: https://code.google.com/p/scandinavian-keyboard -SourceCode: https://code.google.com/p/scandinavian-keyboard/source - -AutoName: Scandinavian keyboard -Summary: Keyboard for Scandinavian languages -Description: |- - A modified version of the standard onscreen keyboard in Android with support for - Norwegian, Swedish, Danish, Faroese, German, Icelandic and Northern Sámi - keyboard layouts. - -Builds: - - versionName: 1.4.7 - versionCode: 16 - commit: 9515ee354b59 - target: android-4 - -MaintainerNotes: Includes binaries! - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: Static -CurrentVersion: 1.4.7 -CurrentVersionCode: 16 - -NoSourceSince: 1.4.8 diff --git a/metadata/com.aokp.backup.yml b/metadata/com.aokp.backup.yml deleted file mode 100644 index 66bc808f43..0000000000 --- a/metadata/com.aokp.backup.yml +++ /dev/null @@ -1,30 +0,0 @@ -Categories: - - System -License: Apache-2.0 -SourceCode: https://github.com/romanbb/AOKP_Backup -IssueTracker: https://github.com/romanbb/AOKP_Backup/issues -Donate: https://aokp.co/donate/ - -AutoName: AOKP Backup -Summary: Backup your ROM settings -Description: |- - Only for users of AOKP ROM. You must be on at least milestone 5 to use this - - Status: The latest versions contain non-free libraries which would be rather - difficult to remove. - -RequiresRoot: 'yes' - -RepoType: git -Repo: https://github.com/romanbb/AOKP_Backup.git - -Builds: - - versionName: '1.51' - versionCode: 22 - commit: '531698' - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: RepoManifest -CurrentVersion: 1.8.1 -CurrentVersionCode: 38 diff --git a/metadata/com.aripuca.tracker.yml b/metadata/com.aripuca.tracker.yml deleted file mode 100644 index 3f27c7ac7b..0000000000 --- a/metadata/com.aripuca.tracker.yml +++ /dev/null @@ -1,62 +0,0 @@ -Categories: - - Navigation -License: Apache-2.0 -SourceCode: https://code.google.com/p/aripuca-tracker/source - -AutoName: Aripuca GPS Tracker -Summary: GPS tracking -Description: |- - Record tracks, save waypoints, use compass, import/export data to many formats - and much more! - - N.B. The app can now (since v1.3.0) be installed without needing Google - Maps but attempting the view the track on the map would crash the app. The track - still can’t be viewed within the app because an API key for Google Maps is - missing. You can still use another app that supports OpenStreetMap and gpx files - to view it though, such as https://f-droid.org/packages/com.robert.maps or - https://f-droid.org/packages/nl.sogeti.android.gpstracker. - -RepoType: hg -Repo: https://code.google.com/p/aripuca-tracker - -Builds: - - versionName: 1.2.3 - versionCode: 18 - commit: da67eb2d1d6e - target: Google Inc.:Google APIs:10 - - - versionName: 1.2.4 - versionCode: 19 - commit: v. 1.2.4 - target: Google Inc.:Google APIs:10 - - - versionName: 1.3.0 - versionCode: 20 - commit: v.1.3.0 - prebuild: sed -i 's///g' AndroidManifest.xml - target: Google Inc.:Google APIs:16 - - - versionName: 1.3.2 - versionCode: 22 - commit: v.1.3.2 - prebuild: sed -i 's/android:required=\"true\"/android:required=\"false\"/g' AndroidManifest.xml - target: Google Inc.:Google APIs:16 - - - versionName: 1.3.4 - versionCode: 24 - commit: v.1.3.4 - prebuild: sed -i 's/android:required=\"true\"/android:required=\"false\"/g' AndroidManifest.xml - target: Google Inc.:Google APIs:16 - - - versionName: 1.3.6 - versionCode: 26 - commit: v.1.3.6 - prebuild: sed -i 's/android:required=\"true\"/android:required=\"false\"/g' AndroidManifest.xml - target: Google Inc.:Google APIs:17 - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: Static -CurrentVersion: 1.3.6 -CurrentVersionCode: 26 diff --git a/metadata/com.clickgostudio.air1072.yml b/metadata/com.clickgostudio.air1072.yml deleted file mode 100644 index b030334561..0000000000 --- a/metadata/com.clickgostudio.air1072.yml +++ /dev/null @@ -1,26 +0,0 @@ -Categories: - - Multimedia -License: MIT -SourceCode: https://github.com/davidbain/BasicRadioAndroid -IssueTracker: https://github.com/davidbain/BasicRadioAndroid/issues - -AutoName: AIR 107.2 -Summary: Listen to AIR 107.2's radio broadcast -Description: |- - Note: This app is no longer maintained. - - Listen to the UK based radio station AIR 107.2. - -RepoType: git -Repo: https://github.com/davidbain/BasicRadioAndroid - -Builds: - - versionName: '1.3' - versionCode: 4 - commit: 494f502653edb4c2b - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: RepoManifest -CurrentVersion: '1.3' -CurrentVersionCode: 4 diff --git a/metadata/com.debian.debiandroid.yml b/metadata/com.debian.debiandroid.yml deleted file mode 100644 index 6a7cd424e8..0000000000 --- a/metadata/com.debian.debiandroid.yml +++ /dev/null @@ -1,32 +0,0 @@ -Categories: - - Science & Education - - Development -License: GPL-3.0-or-later -SourceCode: https://github.com/uberspot/DebianDroid -IssueTracker: https://github.com/uberspot/DebianDroid/issues -Translation: https://www.transifex.com/projects/p/debiandroid/ - -AutoName: DebianDroid -Summary: Tools for Debian project members -Description: |- - App for maintainers, uploaders or developers of the Debian community. It - communicates with the Debian soap and rest api and retrieves information that - can be useful when you’re not in front of your workstation at home or at office. - - It eases a lot of operations like checking the next DInstall time, submitting a - new bug report or responding to an existing one, getting info on packages and on - pending bugs for those packages, etc. - -RepoType: git -Repo: https://github.com/uberspot/DebianDroid.git - -Builds: - - versionName: '1.1' - versionCode: 2 - commit: 7eb6a0f6888deb338ae - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: Static -CurrentVersion: '1.1' -CurrentVersionCode: 2 diff --git a/metadata/com.diegocarloslima.byakugallery.yml b/metadata/com.diegocarloslima.byakugallery.yml deleted file mode 100644 index c533ec7871..0000000000 --- a/metadata/com.diegocarloslima.byakugallery.yml +++ /dev/null @@ -1,34 +0,0 @@ -Categories: - - Multimedia - - Development -License: Apache-2.0 -AuthorName: Diego Carlos Lima -AuthorEmail: diego@diegocarloslima.com -WebSite: https://diegocarloslima.com/ -SourceCode: https://github.com/diegocarloslima/ByakuGallery -IssueTracker: https://github.com/diegocarloslima/ByakuGallery/issues - -Name: ByakuGallery (Sample App) -AutoName: ByakuGallery -Summary: Simple image gallery (sample app) -Description: View local images. - -RepoType: git -Repo: https://github.com/diegocarloslima/ByakuGallery - -Builds: - - versionName: 1.0.0 - versionCode: 100 - commit: a0472e8c9f79184b6b83351da06a5544e4dc1be4 - subdir: ByakuGallerySample - gradle: - - yes - rm: - - ByakuGallerySample/libs/*.jar - - ByakuGallery/libs/*.jar - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: None -CurrentVersion: 1.0.0 -CurrentVersionCode: 100 diff --git a/metadata/com.drodin.zxdroid.yml b/metadata/com.drodin.zxdroid.yml deleted file mode 100644 index 6fa9356f8b..0000000000 --- a/metadata/com.drodin.zxdroid.yml +++ /dev/null @@ -1,57 +0,0 @@ -Categories: - - Games -License: GPL-2.0-only -WebSite: http://drodin.com/zxdroid -SourceCode: https://github.com/drodin/ZXdroid -IssueTracker: https://github.com/drodin/ZXdroid/issues - -AutoName: ZXdroid -Summary: ZX Spectrum Emulator -Description: |- - Brief list of features: - - * Accurate Spectrum 16K, 48K, 128K, +2, +2A and +3 emulation. - * Working +3e, SE, TC2048, TC2068, TS2068, Pentagon 128, Pentagon 512, Pentagon 1024 and Scorpion ZS 256 emulation. - * Runs at true Speccy speed on any device you're likely to try it on. - * Support for loading from .tzx files, including accelerated loading. - * Ability to load dozen tape, snapshot, disk & cartridge formats. - * Saving current emulator state to .sna files. - * Quality 48K and AY-8192 sound. - * Automatic scaling on lager screens with anti-aliasing. - * Keyboard, kempston, cursor, sinclair I/II onscreen controls. - * Definable hardware keys. - * Portrait and landscape orientations supported for better control. - -RepoType: git -Repo: https://github.com/drodin/ZXdroid.git - -Builds: - - versionName: 0.5.2 - versionCode: 7 - commit: 3cd165e - rm: - - libs/admob-sdk-android.jar - prebuild: - - sed -i 's/fprintf(printer_graphics_file,pbmstart);/fprintf(printer_graphics_file,pbmstart,0);/' - jni/fuse-0.10.0.2/printer.c - - sed -i -e '332,351d' -e '140d' -e '160d' -e 's/implements AdListener//' -e - '/AdView/s/^/\/\//' -e '/AdListener/s/^/\/\//' -e '/AdManager/s/^/\/\//' -e - '/adView/s/^/\/\//' src/com/drodin/zxdroid/MainActivity.java - target: android-4 - scanignore: - - jni/libspectrum-0.5.0.1/make-perl - buildjni: - - yes - ndk: r12b - -MaintainerNotes: |- - Not suitable for F-Droid repo due to assets licensing issues. - - The sed in printer.c is just to avoid a compiler warning. The other removes - references to the proprietary library. - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: RepoManifest -CurrentVersion: 0.5.2 -CurrentVersionCode: 7 diff --git a/metadata/com.droidwave.offlinecalendar.yml b/metadata/com.droidwave.offlinecalendar.yml deleted file mode 100644 index 61a7514a68..0000000000 --- a/metadata/com.droidwave.offlinecalendar.yml +++ /dev/null @@ -1,25 +0,0 @@ -Categories: - - Time -License: MIT -WebSite: http://www.droidwave.com -SourceCode: https://bitbucket-archive.softwareheritage.org/projects/gi/giszmo/offline-calendar.html - -AutoName: Offline Calendar -Summary: Calendar -Description: |- - This calendar software can work completely without servers and independently. - Offline Calendar can handle your Appointments, Tasks and Notes. It is a fork of - Ancal with an easy to use graphical user interface. Like Ancal, future - development is unlikely. - -Builds: - - versionName: '1.0' - versionCode: 1 - commit: 03be85 - target: android-10 - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: None -CurrentVersion: '1.0' -CurrentVersionCode: 1 diff --git a/metadata/com.eddyspace.networkmonitor.yml b/metadata/com.eddyspace.networkmonitor.yml deleted file mode 100644 index c535c8da12..0000000000 --- a/metadata/com.eddyspace.networkmonitor.yml +++ /dev/null @@ -1,33 +0,0 @@ -Categories: - - Connectivity -License: GPL-3.0-or-later -WebSite: https://sourceforge.net/projects/anetmon/ -SourceCode: https://sourceforge.net/p/anetmon/code/ -IssueTracker: https://sourceforge.net/p/anetmon/_list/tickets - -AutoName: aNetMon -Summary: Network event logger -Description: |- - Shows various network status information and optionally logs it to a CSV file to - assist in troubleshooting. - - Features: - - * Android network monitoring - * Network information - * Connectivity logging - * Network testing - -RepoType: git-svn -Repo: https://svn.code.sf.net/p/anetmon/code - -Builds: - - versionName: 0.2-beta - versionCode: 2 - commit: '17' - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: Static -CurrentVersion: 0.2-beta -CurrentVersionCode: 2 diff --git a/metadata/com.fairphone.clock.yml b/metadata/com.fairphone.clock.yml deleted file mode 100644 index b7c9205b9a..0000000000 --- a/metadata/com.fairphone.clock.yml +++ /dev/null @@ -1,54 +0,0 @@ -Categories: - - System -License: Apache-2.0 -SourceCode: https://github.com/WeAreFairphone/android_packages_apps_ClockWidget -IssueTracker: https://github.com/WeAreFairphone/android_packages_apps_ClockWidget/issues - -Name: Clock widget (legacy) -AutoName: Clock widget -Summary: Add Fairphone clock widget to your homescreen -Description: |- - 'DEPRECATION NOTICE - - The app's development continues in https://f-droid.org/packages/community.fairphone.clock, no further - updates will be available. The old app will be moved to the archive. - - The interactive clock on the phone's lock screen is another function to create - more awareness when you use your phone. You can cycle through the clock by - tapping on it, and it will show different data, for example: - - * how long you own your Fairphone (this data is pulled from the motherboard manufacturer date) - * until what time the battery will last - * the amount of time you've had 'peace of mind' (based on Android's "no interruptions" setting). - - If you want to, you can easily share this information with others by pressing - the Share button. So now you can brag about how long you’ve been a proud - Fairphone owner to all your friends! - -RepoType: git -Repo: https://github.com/WeAreFairphone/android_packages_apps_ClockWidget - -Builds: - - versionName: '2.0' - versionCode: 2 - commit: 1.0.0 - gradle: - - yes - prebuild: sed -i -e '/proguardFiles/d' -e '/minifyEnabled/s/true/false/' -e '/shrinkResources/s/true/false/' - build.gradle - - - versionName: 2.0.1 - versionCode: 3 - commit: 422c821c3a8bc35b54258384abf54712e729a28c - gradle: - - yes - prebuild: sed -i -e '/proguardFiles/d' -e '/minifyEnabled/s/true/false/' -e '/shrinkResources/s/true/false/' - build.gradle - -MaintainerNotes: 'TODO: Move to archive, UCM:Static .' - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: RepoManifest/old-package-name -CurrentVersion: 2.0.1 -CurrentVersionCode: 3 diff --git a/metadata/com.fairphone.mycontacts.yml b/metadata/com.fairphone.mycontacts.yml deleted file mode 100644 index cfed4d6ca9..0000000000 --- a/metadata/com.fairphone.mycontacts.yml +++ /dev/null @@ -1,53 +0,0 @@ -Categories: - - System - - Phone & SMS -License: Apache-2.0 -SourceCode: https://github.com/WeAreFairphone/android_packages_apps_MyContactsWidget -IssueTracker: https://github.com/WeAreFairphone/android_packages_apps_MyContactsWidget/issues - -Name: My Contacts (legacy) -AutoName: My Contacts -Summary: Quickly access your contacts -Description: |- - DEPRECATION NOTICE - - The app's development continues in https://f-droid.org/packages/community.fairphone.mycontacts, no - further updates will be available. The old app will be moved to the archive. - - Recent Contacts lets you see your recently and most called contacts in one - overview, and it lets you make direct phone calls straight from the widget - itself without launching the dialer app first. As with any widget, if you don’t - like using it, it can easily be removed. - -RepoType: git -Repo: https://github.com/WeAreFairphone/android_packages_apps_MyContactsWidget - -Builds: - - versionName: '2.0' - versionCode: 2 - commit: 6f036a523ba7c4b570448b6d41260b2ecd7defab - gradle: - - yes - prebuild: touch proguard-android.txt proguard-rules.txt - - - versionName: '2.1' - versionCode: 3 - commit: 1.0.1 - gradle: - - yes - prebuild: touch proguard-android.txt proguard-rules.txt - - - versionName: 2.1.1 - versionCode: 4 - commit: 7159e75ed7fcc9107ea4391e0aec41496498ff58 - gradle: - - yes - prebuild: touch proguard-android.txt proguard-rules.txt - -MaintainerNotes: 'TODO: Move to archive, UCM:Static .' - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: RepoManifest/old-package-name -CurrentVersion: 2.1.1 -CurrentVersionCode: 4 diff --git a/metadata/com.google.android.maps.mytracks.yml b/metadata/com.google.android.maps.mytracks.yml deleted file mode 100644 index 38f9e1ca45..0000000000 --- a/metadata/com.google.android.maps.mytracks.yml +++ /dev/null @@ -1,25 +0,0 @@ -AntiFeatures: - - NonFreeDep -Categories: - - Navigation -License: Apache-2.0 -WebSite: https://code.google.com/p/mytracks -SourceCode: https://code.google.com/p/mytracks/source - -Summary: A GPS logger -Description: MyTracks is a GPS logger. - -RepoType: hg -Repo: https://mytracks.googlecode.com/hg - -Builds: - - versionName: 1.1.0 - versionCode: 23 - commit: a86a640f2d - subdir: MyTracks - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: Static -CurrentVersion: 1.1.3 -CurrentVersionCode: 26 diff --git a/metadata/com.googlecode.android.wifi.tether.yml b/metadata/com.googlecode.android.wifi.tether.yml deleted file mode 100644 index 0317a9ccc3..0000000000 --- a/metadata/com.googlecode.android.wifi.tether.yml +++ /dev/null @@ -1,41 +0,0 @@ -Categories: - - Connectivity -License: GPL-3.0-only -WebSite: https://code.google.com/p/android-wifi-tether -SourceCode: https://code.google.com/p/android-wifi-tether/source - -AutoName: WiFi Tether -Summary: Wireless internet tethering -Description: |- - N.B The app isn't built entirely from source; there are bunch of prebuilt - programs like dnsmasq and iptables in the source code repository. - - This is the latest version of https://f-droid.org/packages/android.tether but it's still a beta. - - This program enables tethering (via WiFi and BT) for rooted handsets running - Android. Clients (your laptop for example) can connect (via ad-hoc mode) and get - access to the internet using the cellular data connection which is established - by the handset. - - This application requires a rooted device (basic Android still doesn't allow - ad-hoc mode) and (probably) a custom-kernel which supports netfilter (iptables). - Please see the website for detailed information. - -RequiresRoot: 'yes' - -Builds: - - versionName: 3.2-beta2 - versionCode: 38 - commit: '548' - forceversion: true - buildjni: - - yes - ndk: r12b - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: None -CurrentVersion: 3.2-beta2 -CurrentVersionCode: 38 - -NoSourceSince: '3.3' diff --git a/metadata/com.grapefruitopia.dashclock.k9.yml b/metadata/com.grapefruitopia.dashclock.k9.yml deleted file mode 100644 index a0a9abfeea..0000000000 --- a/metadata/com.grapefruitopia.dashclock.k9.yml +++ /dev/null @@ -1,31 +0,0 @@ -Categories: - - Theming -License: Apache-2.0 -SourceCode: https://github.com/benjymous/dashclock-k-9 -IssueTracker: https://github.com/benjymous/dashclock-k-9/issues - -AutoName: K-9 unread count for Dashclock -Summary: Email info on the lockscreen -Description: |- - https://f-droid.org/packages/net.nurik.roman.dashclock extension that displays the number of unread - emails from https://f-droid.org/packages/com.fsck.k9. Marking messages as read in K-9 only reliably - updates the unread count for v4.4xx of K-9. - -RepoType: git -Repo: https://github.com/benjymous/dashclock-k-9.git - -Builds: - - versionName: 1.1.1.0 - versionCode: 1110 - commit: 042f693 - srclibs: - - DashClock@v1.2 - rm: - - libs/dashclock-api-r1.1.jar - prebuild: echo 'source.dir=src;$$DashClock$$/api/src' >> project.properties - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: RepoManifest -CurrentVersion: 1.1.1.0 -CurrentVersionCode: 1110 diff --git a/metadata/com.kkinder.sharelocation.yml b/metadata/com.kkinder.sharelocation.yml deleted file mode 100644 index 07faf142f0..0000000000 --- a/metadata/com.kkinder.sharelocation.yml +++ /dev/null @@ -1,32 +0,0 @@ -AntiFeatures: - - NonFreeDep -Categories: - - Navigation -License: MIT -AuthorName: Ken Kinder -AuthorWebSite: https://kkinder.com/ -SourceCode: https://github.com/kkinder/gps-share -IssueTracker: https://github.com/kkinder/gps-share/issues - -AutoName: GPS Share -Summary: Share your location -Description: |- - Share your location via any of the messaging apps you have installed. - - N.B It isn’t possible to view your position on a map because Google Maps is the - only map source and f-droid can’t supply an API key to use it. If you need to - use Google Maps install the developer’s build from the website. - -RepoType: git -Repo: https://github.com/kkinder/gps-share - -Builds: - - versionName: 1.4.1 - versionCode: 141 - commit: 936cada - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: RepoManifest -CurrentVersion: '2.2' -CurrentVersionCode: 220 diff --git a/metadata/com.longevitysoft.android.appwidget.hstfeed.yml b/metadata/com.longevitysoft.android.appwidget.hstfeed.yml deleted file mode 100644 index 6ad234487b..0000000000 --- a/metadata/com.longevitysoft.android.appwidget.hstfeed.yml +++ /dev/null @@ -1,30 +0,0 @@ -Categories: - - Multimedia -License: CC-BY-SA-4.0 -SourceCode: https://github.com/tenaciousRas/android-hst-feed -IssueTracker: https://github.com/tenaciousRas/android-hst-feed/issues - -AutoName: HST Images Feed Widget -Summary: View HST space images -Description: |- - Provides a home screen widget that displays images from the Hubble Space - Telescope. HST images are obtained from the Mikulski Archive for Space - Telescopes (MAST) web feed. There are three sizes of widget to choose from: - small, medium, and large. HST Images Feed Widget collects images from the MAST - web feed and stores them on the local filesystem for offline viewing and to save - bandwidth. Click on an image to display in a full screen viewer with a full - description. - -RepoType: git -Repo: https://github.com/tenaciousRas/android-hst-feed - -Builds: - - versionName: '1.1' - versionCode: 2 - commit: 58bec1e405a59b72795d809df1ff39da1ec68d7a - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: RepoManifest -CurrentVersion: '1.1' -CurrentVersionCode: 2 diff --git a/metadata/com.mp3tunes.android.player.yml b/metadata/com.mp3tunes.android.player.yml deleted file mode 100644 index 3767f4d0e2..0000000000 --- a/metadata/com.mp3tunes.android.player.yml +++ /dev/null @@ -1,34 +0,0 @@ -AntiFeatures: - - NonFreeNet -Categories: - - Multimedia -License: GPL-3.0-or-later -WebSite: https://code.google.com/p/mp3tunes -SourceCode: https://code.google.com/p/mp3tunes/source -IssueTracker: http://androidmp3.uservoice.com - -AutoName: MP3tunes -Summary: Listen to music from MP3tunes -Description: |- - MP3tunes.com is a music storage service, where users can upload their music - files and stream them from anywhere. This is the official Android client for - accessing the service. - - AntiFeatures:NonFreeNet. The website isn't free software. - - Status: There isn't any source code for more recent versions - -RepoType: hg -Repo: https://mp3tunes.googlecode.com/hg - -Builds: - - versionName: '3.7' - versionCode: 89 - commit: ba4550305733 - target: android-4 - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: Static -CurrentVersion: '3.7' -CurrentVersionCode: 89 diff --git a/metadata/com.nkanaev.comics.yml b/metadata/com.nkanaev.comics.yml deleted file mode 100644 index a20bcca675..0000000000 --- a/metadata/com.nkanaev.comics.yml +++ /dev/null @@ -1,77 +0,0 @@ -Categories: - - Reading - - Multimedia -License: MIT -SourceCode: https://github.com/nkanaev/bubble -IssueTracker: https://github.com/nkanaev/bubble/issues - -AutoName: Bubble -Description: |- - NOTE: This app is no longer maintained. - - * Optimized for tablets - * Supports CBZ/ZIP and CBR/RAR - * Advanced zoom and scaling modes - * Library management with automatic bookmarks - * Simple file browser - -RepoType: git -Repo: https://github.com/nkanaev/bubble.git - -Builds: - - versionName: 1.0.2 - versionCode: 1 - commit: v1.0.2 - subdir: app - gradle: - - yes - - - versionName: 1.1.0 - versionCode: 2 - commit: v1.1.0 - subdir: app - gradle: - - yes - - - versionName: 1.2.0 - versionCode: 3 - commit: v1.2.0 - subdir: app - gradle: - - yes - - - versionName: 1.3.0 - versionCode: 4 - commit: v1.3.0 - subdir: app - gradle: - - yes - - - versionName: 1.4.0 - versionCode: 5 - commit: v1.4.0 - subdir: app - gradle: - - yes - - - versionName: 1.5.0 - versionCode: 6 - commit: v1.5.0 - subdir: app - gradle: - - yes - - - versionName: 1.6.0 - versionCode: 7 - commit: v1.6.0 - subdir: app - gradle: - - yes - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: None -CurrentVersion: 1.6.0 -CurrentVersionCode: 7 - -NoSourceSince: 1.6.0 diff --git a/metadata/com.nkanaev.comics/de/summary.txt b/metadata/com.nkanaev.comics/de/summary.txt deleted file mode 100644 index b711002f06..0000000000 --- a/metadata/com.nkanaev.comics/de/summary.txt +++ /dev/null @@ -1 +0,0 @@ -Comic-Bücher ansehen diff --git a/metadata/com.nkanaev.comics/en-US/summary.txt b/metadata/com.nkanaev.comics/en-US/summary.txt deleted file mode 100644 index 3a9da9a033..0000000000 --- a/metadata/com.nkanaev.comics/en-US/summary.txt +++ /dev/null @@ -1 +0,0 @@ -View comic books diff --git a/metadata/com.nkanaev.comics/es/summary.txt b/metadata/com.nkanaev.comics/es/summary.txt deleted file mode 100644 index 94d4f5ee2e..0000000000 --- a/metadata/com.nkanaev.comics/es/summary.txt +++ /dev/null @@ -1 +0,0 @@ -Ve libros de cómics diff --git a/metadata/com.nkanaev.comics/et/summary.txt b/metadata/com.nkanaev.comics/et/summary.txt deleted file mode 100644 index eb953bb174..0000000000 --- a/metadata/com.nkanaev.comics/et/summary.txt +++ /dev/null @@ -1 +0,0 @@ -Vaata koomikseid diff --git a/metadata/com.nkanaev.comics/fr/summary.txt b/metadata/com.nkanaev.comics/fr/summary.txt deleted file mode 100644 index fc30dc2f7a..0000000000 --- a/metadata/com.nkanaev.comics/fr/summary.txt +++ /dev/null @@ -1 +0,0 @@ -Lire des bandes dessinées diff --git a/metadata/com.nkanaev.comics/he/summary.txt b/metadata/com.nkanaev.comics/he/summary.txt deleted file mode 100644 index 9ac17099b1..0000000000 --- a/metadata/com.nkanaev.comics/he/summary.txt +++ /dev/null @@ -1 +0,0 @@ -צפייה בספרי קומיקס diff --git a/metadata/com.nkanaev.comics/nb/summary.txt b/metadata/com.nkanaev.comics/nb/summary.txt deleted file mode 100644 index e1522d4658..0000000000 --- a/metadata/com.nkanaev.comics/nb/summary.txt +++ /dev/null @@ -1 +0,0 @@ -Les tegneserier diff --git a/metadata/com.nkanaev.comics/pl/summary.txt b/metadata/com.nkanaev.comics/pl/summary.txt deleted file mode 100644 index f11405253e..0000000000 --- a/metadata/com.nkanaev.comics/pl/summary.txt +++ /dev/null @@ -1 +0,0 @@ -Wyświetla komiksy diff --git a/metadata/com.nkanaev.comics/pt-BR/summary.txt b/metadata/com.nkanaev.comics/pt-BR/summary.txt deleted file mode 100644 index 8c60fc0e3f..0000000000 --- a/metadata/com.nkanaev.comics/pt-BR/summary.txt +++ /dev/null @@ -1 +0,0 @@ -Leia histórias em quadrinhos diff --git a/metadata/com.nkanaev.comics/pt-PT/summary.txt b/metadata/com.nkanaev.comics/pt-PT/summary.txt deleted file mode 100644 index 29515dd994..0000000000 --- a/metadata/com.nkanaev.comics/pt-PT/summary.txt +++ /dev/null @@ -1 +0,0 @@ -Leia banda desenhada diff --git a/metadata/com.nkanaev.comics/pt/summary.txt b/metadata/com.nkanaev.comics/pt/summary.txt deleted file mode 100644 index 29515dd994..0000000000 --- a/metadata/com.nkanaev.comics/pt/summary.txt +++ /dev/null @@ -1 +0,0 @@ -Leia banda desenhada diff --git a/metadata/com.nkanaev.comics/ro/summary.txt b/metadata/com.nkanaev.comics/ro/summary.txt deleted file mode 100644 index d773492c99..0000000000 --- a/metadata/com.nkanaev.comics/ro/summary.txt +++ /dev/null @@ -1 +0,0 @@ -Vezi cărți de benzi desenate diff --git a/metadata/com.nkanaev.comics/ru/summary.txt b/metadata/com.nkanaev.comics/ru/summary.txt deleted file mode 100644 index 0067412457..0000000000 --- a/metadata/com.nkanaev.comics/ru/summary.txt +++ /dev/null @@ -1 +0,0 @@ -Просмотр комиксов diff --git a/metadata/com.nkanaev.comics/tr/summary.txt b/metadata/com.nkanaev.comics/tr/summary.txt deleted file mode 100644 index 5eba594bbc..0000000000 --- a/metadata/com.nkanaev.comics/tr/summary.txt +++ /dev/null @@ -1 +0,0 @@ -Çizgi romanları görüntüleyin diff --git a/metadata/com.nkanaev.comics/uk/summary.txt b/metadata/com.nkanaev.comics/uk/summary.txt deleted file mode 100644 index ce992f1e8e..0000000000 --- a/metadata/com.nkanaev.comics/uk/summary.txt +++ /dev/null @@ -1 +0,0 @@ -Перегляд мальописів diff --git a/metadata/com.nkanaev.comics/zh-CN/summary.txt b/metadata/com.nkanaev.comics/zh-CN/summary.txt deleted file mode 100644 index 63808b8abe..0000000000 --- a/metadata/com.nkanaev.comics/zh-CN/summary.txt +++ /dev/null @@ -1 +0,0 @@ -查看漫画书 diff --git a/metadata/com.nkanaev.comics/zh-TW/summary.txt b/metadata/com.nkanaev.comics/zh-TW/summary.txt deleted file mode 100644 index 2e5eee9edc..0000000000 --- a/metadata/com.nkanaev.comics/zh-TW/summary.txt +++ /dev/null @@ -1 +0,0 @@ -查看漫畫書 diff --git a/metadata/com.nostra13.universalimageloader.yml b/metadata/com.nostra13.universalimageloader.yml deleted file mode 100644 index 3439db0ed0..0000000000 --- a/metadata/com.nostra13.universalimageloader.yml +++ /dev/null @@ -1,32 +0,0 @@ -AntiFeatures: - - NonFreeAssets -Categories: - - Multimedia - - Development -License: Apache-2.0 -WebSite: https://github.com/nostra13/Android-Universal-Image-Loader/wiki -SourceCode: https://github.com/nostra13/Android-Universal-Image-Loader -IssueTracker: https://github.com/nostra13/Android-Universal-Image-Loader/issues -Changelog: https://github.com/nostra13/Android-Universal-Image-Loader/blob/HEAD/CHANGELOG.md - -AutoName: Universal Image Loader -Summary: View images (sample app) -Description: Sample application built around the famous UniversalImageLoader library. - -RepoType: git -Repo: https://github.com/nostra13/Android-Universal-Image-Loader - -Builds: - - versionName: 1.9.5 - versionCode: 40 - commit: v1.9.5 - subdir: sample - gradle: - - yes - prebuild: sed -i -e '/maven_push.gradle/d' ../library/build.gradle - -ArchivePolicy: 0 versions -AutoUpdateMode: Version v%v -UpdateCheckMode: Tags -CurrentVersion: 1.9.5 -CurrentVersionCode: 40 diff --git a/metadata/com.oF2pks.netscope.yml b/metadata/com.oF2pks.netscope.yml deleted file mode 100644 index 751536f9ce..0000000000 --- a/metadata/com.oF2pks.netscope.yml +++ /dev/null @@ -1,48 +0,0 @@ -Categories: - - System -License: GPL-3.0-only -SourceCode: https://bitbucket.org/oF2pks/netscope -IssueTracker: https://bitbucket.org/oF2pks/netscope/issues - -AutoName: Netscope -Description: |- - When you share a link with Netscope, it shows the URL and provides a list of Web browsers to open the link with. It has no launcher icon and uses no permissions. - - Netscope combines Flashify (https://github.com/GodsMoon/Flashify) and browser-intercept (https://github.com/intrications/browser-intercept) functionality together. - -Builds: - - versionName: 2.2-3 - versionCode: 3 - commit: v2.2-3 - subdir: app - gradle: - - yes - - - versionName: 2.2-4 - versionCode: 4 - commit: v2.2-4 - subdir: app - gradle: - - yes - - - versionName: 2.2-5 - versionCode: 5 - commit: v2.2-5 - subdir: app - gradle: - - yes - - - versionName: 2.2-6 - versionCode: 6 - commit: v2.2-6 - subdir: app - gradle: - - yes - -ArchivePolicy: 0 versions -AutoUpdateMode: Version v%v -UpdateCheckMode: None -CurrentVersion: 2.2-6 -CurrentVersionCode: 6 - -NoSourceSince: 2.2-6 diff --git a/metadata/com.oF2pks.netscope/de/summary.txt b/metadata/com.oF2pks.netscope/de/summary.txt deleted file mode 100644 index 5b01c49a78..0000000000 --- a/metadata/com.oF2pks.netscope/de/summary.txt +++ /dev/null @@ -1 +0,0 @@ -Über Menüeintrag „Teilen“ Webseiten in einem anderen Browser öffnen diff --git a/metadata/com.oF2pks.netscope/en-US/summary.txt b/metadata/com.oF2pks.netscope/en-US/summary.txt deleted file mode 100644 index 55a269d957..0000000000 --- a/metadata/com.oF2pks.netscope/en-US/summary.txt +++ /dev/null @@ -1 +0,0 @@ -Open websites in another browser via share menu diff --git a/metadata/com.oF2pks.netscope/es/summary.txt b/metadata/com.oF2pks.netscope/es/summary.txt deleted file mode 100644 index 0b765b3118..0000000000 --- a/metadata/com.oF2pks.netscope/es/summary.txt +++ /dev/null @@ -1 +0,0 @@ -Abrir sitios en otro navegador mediante menú de intercambio diff --git a/metadata/com.oF2pks.netscope/hu/summary.txt b/metadata/com.oF2pks.netscope/hu/summary.txt deleted file mode 100644 index 80886d9a1e..0000000000 --- a/metadata/com.oF2pks.netscope/hu/summary.txt +++ /dev/null @@ -1 +0,0 @@ -Weboldalak megnyitása egy másik böngészőben a megosztás menüvel diff --git a/metadata/com.oF2pks.netscope/is/summary.txt b/metadata/com.oF2pks.netscope/is/summary.txt deleted file mode 100644 index f73aaaeadb..0000000000 --- a/metadata/com.oF2pks.netscope/is/summary.txt +++ /dev/null @@ -1 +0,0 @@ -Opna vefsvæði í öðrum vafra með deilingarvalmyndinni diff --git a/metadata/com.oF2pks.netscope/it/summary.txt b/metadata/com.oF2pks.netscope/it/summary.txt deleted file mode 100644 index 4a17051e67..0000000000 --- a/metadata/com.oF2pks.netscope/it/summary.txt +++ /dev/null @@ -1 +0,0 @@ -Apri siti web in un altro browser tramite il menu di condivisione diff --git a/metadata/com.oF2pks.netscope/nb/summary.txt b/metadata/com.oF2pks.netscope/nb/summary.txt deleted file mode 100644 index ad93ec7018..0000000000 --- a/metadata/com.oF2pks.netscope/nb/summary.txt +++ /dev/null @@ -1 +0,0 @@ -Åpne nettsider i en annen nettleser via delingsmenyen diff --git a/metadata/com.oF2pks.netscope/pl/summary.txt b/metadata/com.oF2pks.netscope/pl/summary.txt deleted file mode 100644 index 947044c8b1..0000000000 --- a/metadata/com.oF2pks.netscope/pl/summary.txt +++ /dev/null @@ -1 +0,0 @@ -Otwieranie stron internetowych w innej przeglądarce za pomocą menu udostępniania diff --git a/metadata/com.oF2pks.netscope/pt-BR/summary.txt b/metadata/com.oF2pks.netscope/pt-BR/summary.txt deleted file mode 100644 index 68be536760..0000000000 --- a/metadata/com.oF2pks.netscope/pt-BR/summary.txt +++ /dev/null @@ -1 +0,0 @@ -Abra sites em outro navegador por meio do menu de compartilhamento diff --git a/metadata/com.oF2pks.netscope/pt-PT/summary.txt b/metadata/com.oF2pks.netscope/pt-PT/summary.txt deleted file mode 100644 index 1f624bb0ef..0000000000 --- a/metadata/com.oF2pks.netscope/pt-PT/summary.txt +++ /dev/null @@ -1 +0,0 @@ -Abrir sites em outro navegador através do menu de compartilhamento diff --git a/metadata/com.oF2pks.netscope/pt/summary.txt b/metadata/com.oF2pks.netscope/pt/summary.txt deleted file mode 100644 index 1f624bb0ef..0000000000 --- a/metadata/com.oF2pks.netscope/pt/summary.txt +++ /dev/null @@ -1 +0,0 @@ -Abrir sites em outro navegador através do menu de compartilhamento diff --git a/metadata/com.oF2pks.netscope/tr/summary.txt b/metadata/com.oF2pks.netscope/tr/summary.txt deleted file mode 100644 index 23fe431b14..0000000000 --- a/metadata/com.oF2pks.netscope/tr/summary.txt +++ /dev/null @@ -1 +0,0 @@ -Paylaş menüsü aracılığıyla web sitelerini başka bir tarayıcıda açın diff --git a/metadata/com.oF2pks.netscope/zh-CN/summary.txt b/metadata/com.oF2pks.netscope/zh-CN/summary.txt deleted file mode 100644 index 6fd1a9282d..0000000000 --- a/metadata/com.oF2pks.netscope/zh-CN/summary.txt +++ /dev/null @@ -1 +0,0 @@ -通过分享菜单在其他浏览器中打开网站 diff --git a/metadata/com.seafile.seadroid.yml b/metadata/com.seafile.seadroid.yml deleted file mode 100644 index c4f463845c..0000000000 --- a/metadata/com.seafile.seadroid.yml +++ /dev/null @@ -1,39 +0,0 @@ -Categories: - - Internet -License: Apache-2.0 -WebSite: http://seafile.com/en/download -SourceCode: https://github.com/haiwen/seadroid -IssueTracker: https://github.com/haiwen/seadroid/issues - -AutoName: Seafile -Summary: File synchronization -Description: |- - Client for the Seafile cloud file server and project management software. If you - are in a small team with a few people, you can create a group in Seafile and - invite other team members. Team members can then maintain file libraries - together and collaborate around them. - - You can try the demo, sign up for an account at the - website, or since the server-side is also free-as-in-freedom, it can be - installed on any server and configured to work with the app. - -RepoType: git -Repo: https://github.com/haiwen/seadroid.git - -Builds: - - versionName: 0.4.0 - versionCode: 2 - commit: 5164c1bff5 - srclibs: - - ActionBarSherlock@4.2.0 - - aFileChooser@bd54d1411f - prebuild: - - sed -i -e 's@\.1=.*@.1=$$ActionBarSherlock$$@' -e 's@\.2=.*@.2=$$aFileChooser$$@' - project.properties - - cp libs/android-support-v4.jar $$aFileChooser$$/libs/android-support-v4.jar - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: Static -CurrentVersion: 0.4.0 -CurrentVersionCode: 2 diff --git a/metadata/com.ubuntuone.android.files.yml b/metadata/com.ubuntuone.android.files.yml deleted file mode 100644 index a978caa5b7..0000000000 --- a/metadata/com.ubuntuone.android.files.yml +++ /dev/null @@ -1,46 +0,0 @@ -AntiFeatures: - - NonFreeNet - - UpstreamNonFree -Categories: - - Internet -License: AGPL-3.0-only -WebSite: https://one.ubuntu.com -SourceCode: https://code.launchpad.net/ubuntuone-android-files -IssueTracker: https://bugs.launchpad.net/ubuntuone-android-files - -AutoName: Ubuntu One Files -Summary: File synchronisation -Description: |- - Client for Ubuntu One, an online storage service provided with the Ubuntu OS. - - The proprietary Google Analytics library was removed from this build. - - Anti-feature:NonFreeNet. The Ubuntu One Files server is proprietary software. - -RepoType: bzr -Repo: lp:ubuntuone-android-files - -Builds: - - versionName: 1.2.7 - versionCode: 460 - commit: '460' - srclibs: - - NoAnalytics@158a4a - extlibs: - - android/android-support-v4.jar - - oauth-signpost/signpost-core-1.2.1.1.jar - - oauth-signpost/signpost-commonshttp4-1.2.1.1.jar - prebuild: - - sed -i 's@../../GreenDroid@Greendroid@g' build.xml - - sed -i 's@\(android.library.reference.1=\).*@\1Greendroid/GreenDroid/@' project.properties - - echo "android.library.reference.2=$$NoAnalytics$$" >> project.properties - - sed -i 's@executable="android"@executable="$$SDK$$/tools/android"@g' build.xml - - sed -i 's@android@$$SDK$$/tools/android@g' tools.sh - - sed -i '87,108d' build.xml - - ant setup - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: RepoManifest -CurrentVersion: 1.2.8 -CurrentVersionCode: 472 diff --git a/metadata/com.unitedcoders.android.gpodroid.yml b/metadata/com.unitedcoders.android.gpodroid.yml deleted file mode 100644 index a2ed57fca9..0000000000 --- a/metadata/com.unitedcoders.android.gpodroid.yml +++ /dev/null @@ -1,28 +0,0 @@ -Categories: - - Multimedia -License: EPL-1.0 -WebSite: http://united-coders.com/gpodroid -SourceCode: https://github.com/gpodder/GpodRoid -IssueTracker: https://github.com/gpodder/GpodRoid/issues - -AutoName: GpodRoid -Summary: Podcasting client -Description: |- - At gpodder.net you can manage your podcast subscriptions easily. This app can - connect to you account to serve you podcasts - -RepoType: git -Repo: https://github.com/gpodder/GpodRoid.git - -Builds: - - versionName: 0.4.7 - versionCode: 12 - commit: 0.4.7 - prebuild: mv jars libs - target: android-7 - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: Tags -CurrentVersion: 0.4.7 -CurrentVersionCode: 12 diff --git a/metadata/com.vmihalachi.turboeditor.yml b/metadata/com.vmihalachi.turboeditor.yml deleted file mode 100644 index c137b3d61f..0000000000 --- a/metadata/com.vmihalachi.turboeditor.yml +++ /dev/null @@ -1,31 +0,0 @@ -Categories: - - Writing -License: GPL-3.0-only -WebSite: https://vmihalachi.github.io/turbo-editor -SourceCode: https://github.com/vmihalachi/turbo-editor -IssueTracker: https://github.com/vmihalachi/turbo-editor/issues -Donate: https://github.com/vmihalachi/turbo-editor -FlattrID: '2173527' - -AutoName: Turbo Editor -Summary: Simple text editor -Description: |- - Simple, yet powerful editor for text files. Supersedede by - https://f-droid.org/packages/com.maskyn.fileeditorpro. - -RepoType: git -Repo: https://github.com/vmihalachi/turbo-editor - -Builds: - - versionName: '1.3' - versionCode: 7 - commit: 3697dd - subdir: Turbo Editor - gradle: - - yes - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: None -CurrentVersion: '1.19' -CurrentVersionCode: 47 diff --git a/metadata/com.webworxshop.swallowcatcher.yml b/metadata/com.webworxshop.swallowcatcher.yml deleted file mode 100644 index 6eb21aeec1..0000000000 --- a/metadata/com.webworxshop.swallowcatcher.yml +++ /dev/null @@ -1,33 +0,0 @@ -Categories: - - Internet -License: AGPL-3.0-only -WebSite: http://blog.webworxshop.com/projects/swallowcatcher -SourceCode: https://gitorious.org/swallowcatcher -FlattrID: '126225' - -AutoName: SwallowCatcher -Summary: Podcast client -Description: |- - A podcatcher, or client for downloading and keeping track of audio shows hosted - on the internet. - -Builds: - - versionName: 0.1.2 - versionCode: 5 - commit: 1528089ae926c6424f9017b46940616cf1164820 - - - versionName: 0.1.3 - versionCode: 6 - commit: 96660ce659e830f1ac18d4187948a3ac227e2225 - - - versionName: 0.2.0 - versionCode: 7 - commit: cb4dd3114342b41ae63fe050628bb4811efa8beb - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: Static -CurrentVersion: 0.2.0 -CurrentVersionCode: 7 - -NoSourceSince: 0.2.0 diff --git a/metadata/de.guerda.matekarte.yml b/metadata/de.guerda.matekarte.yml deleted file mode 100644 index ef5b0ee277..0000000000 --- a/metadata/de.guerda.matekarte.yml +++ /dev/null @@ -1,44 +0,0 @@ -Categories: - - Internet -License: GPL-3.0-only -SourceCode: https://github.com/guerda/Matekarte -IssueTracker: https://github.com/guerda/Matekarte/issues - -AutoName: Matekarte -Summary: Find retailers for Mate drink in Germany -Description: |- - Android client for Matekarte, which lets you find - you locations of nearby dealers for Yerba Mate drinks like Club-Mate, Flora - Power, 1337MATE, and many more. - - Special thanks to Pascal for creating Matekarte.de and - the excellent API on this. - - Explanation for permissions: - - * ACCESS_COARSE_LOCATION: Locating you and your device for looking up dealers - * ACCESS_FINE_LOCATION: See above - * ACCESS_WIFI_STATE: Location determination by WiFi for faster location lookups - * ACCESS_NETWORK_STATE: To check if the app can connect to the internet. - * INTERNET: Download map tiles and dealers - * WRITE_EXTERNAL_STORAGE: Caching map tiles - * CALL_PHONE: Opening the dialer app for calling any dealer, if a phone number was added. - - This app is currently disabled because upstream asked us to. He will MR once the - app is finished. - -RepoType: git -Repo: https://github.com/guerda/Matekarte - -Builds: - - versionName: '0.1' - versionCode: 2 - commit: v0.1 - gradle: - - yes - -ArchivePolicy: 0 versions -AutoUpdateMode: Version v%v -UpdateCheckMode: Tags -CurrentVersion: '0.1' -CurrentVersionCode: 2 diff --git a/metadata/de.kromonos.android.rpcoiner.yml b/metadata/de.kromonos.android.rpcoiner.yml deleted file mode 100644 index fceacfb416..0000000000 --- a/metadata/de.kromonos.android.rpcoiner.yml +++ /dev/null @@ -1,23 +0,0 @@ -Categories: - - Money -License: GPL-3.0-only -WebSite: http://kromonos.net -SourceCode: https://gitorious.org/rpcoiner/rpcoiner - -AutoName: RPCoiner -Summary: BitCoind API client -Description: Gets transaction and balance. Alpha. German only - -Builds: - - versionName: 0.1 Alpha - versionCode: 1 - commit: 8d5930b - subdir: RPCoiner - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: Static -CurrentVersion: 0.1 Alpha -CurrentVersionCode: 1 - -NoSourceSince: 0.1 Alpha diff --git a/metadata/dk.mide.fas.cmnightlies.yml b/metadata/dk.mide.fas.cmnightlies.yml deleted file mode 100644 index c78ad50113..0000000000 --- a/metadata/dk.mide.fas.cmnightlies.yml +++ /dev/null @@ -1,32 +0,0 @@ -Categories: - - System -License: MIT -WebSite: http://fas.mide.dk -SourceCode: https://github.com/fasmide/app-cm-nightlies -IssueTracker: https://github.com/fasmide/app-cm-nightlies/issues - -AutoName: cm-nightlies -Summary: Changelog for CyanogenMod -Description: |- - Pick a device and see the recent changes. The app takes a feed from cmxlog.com. - Pressing an entry opens a browser with review.cyangogenmod.org. - -RepoType: git -Repo: https://github.com/fasmide/app-cm-nightlies - -Builds: - - versionName: '1.2' - versionCode: 2 - commit: e5a167430 - srclibs: - - Google-Gson@1163 - - ActionBarSherlock@4.2.0 - prebuild: - - sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties - - echo 'source.dir=src;$$Google-Gson$$/src' > ant.properties - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: RepoManifest -CurrentVersion: '1.2' -CurrentVersionCode: 2 diff --git a/metadata/es.prodevelop.gvsig.mini.yml b/metadata/es.prodevelop.gvsig.mini.yml deleted file mode 100644 index 4b71598ce3..0000000000 --- a/metadata/es.prodevelop.gvsig.mini.yml +++ /dev/null @@ -1,23 +0,0 @@ -Categories: - - Navigation -License: GPL-2.0-only -WebSite: https://confluence.prodevelop.es/display/GVMN/Home -SourceCode: https://svn.prodevelop.es/public/gvsigmini - -AutoName: gvSIG Mini Maps -Summary: Tile-based map viewer -Description: A tile-based map viewer with support for maps from many sources. - -RepoType: git-svn -Repo: https://svn.prodevelop.es/public/gvsigmini/gvsig_mini_android/trunk - -Builds: - - versionName: 1.2.0 - versionCode: 443 - commit: '1332' - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: None -CurrentVersion: 1.2.0 -CurrentVersionCode: 443 diff --git a/metadata/fr.gaulupeau.apps.Poche.yml b/metadata/fr.gaulupeau.apps.Poche.yml deleted file mode 100644 index a0b2f2e020..0000000000 --- a/metadata/fr.gaulupeau.apps.Poche.yml +++ /dev/null @@ -1,32 +0,0 @@ -Categories: - - Internet -License: GPL-3.0-only -WebSite: http://www.inthepoche.com -SourceCode: https://bitbucket.org/jogaulupeau/poche/src -IssueTracker: https://bitbucket.org/jogaulupeau/poche/issues -FlattrID: '1265480' - -AutoName: In the poche -Summary: Read-it-later client -Description: |- - Client for the self hosted read-it-later web app Poche. - - Superseded by https://f-droid.org/packages/fr.gaulupeau.apps.InThePoche - -RepoType: git -Repo: https://bitbucket.org/jogaulupeau/poche.git - -Builds: - - versionName: '1.0' - versionCode: 1 - commit: '1.0' - - - versionName: 1.0.1 - versionCode: 2 - commit: 1.0.1 - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: Static -CurrentVersion: 1.0.1 -CurrentVersionCode: 2 diff --git a/metadata/in.shubhamchaudhary.logmein.yml b/metadata/in.shubhamchaudhary.logmein.yml deleted file mode 100644 index c678323c32..0000000000 --- a/metadata/in.shubhamchaudhary.logmein.yml +++ /dev/null @@ -1,49 +0,0 @@ -Categories: - - Internet -License: GPL-3.0-only -AuthorName: Shubham Chaudhary -AuthorEmail: me@shubhamchaudhary.in -AuthorWebSite: https://shubham.chaudhary.xyz/ -SourceCode: https://github.com/DevelopFreedom/logmein-android -IssueTracker: https://github.com/DevelopFreedom/logmein-android/issues - -AutoName: LogMeIn -Summary: Login to campus networks -Description: |- - Automatically login to university campus networks. - - This app is deprecated. Please switch to https://f-droid.org/packages/org.developfreedom.logmein. - -RepoType: git -Repo: https://github.com/DevelopFreedom/logmein-android.git - -Builds: - - versionName: 0.4.1 - versionCode: 7 - commit: 4b716eb5c53a7f920f4bcf24a2 - - - versionName: 0.5.0 - versionCode: 8 - commit: 0.5.0 - - - versionName: 0.5.1 - versionCode: 9 - commit: 0.5.1 - - - versionName: 0.5.2 - versionCode: 52 - disable: repo change - commit: 0.5.2 - - - versionName: 0.5.4 - versionCode: 54 - commit: 0.5.4 - subdir: app - gradle: - - yes - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: Static -CurrentVersion: 0.5.4 -CurrentVersionCode: 54 diff --git a/metadata/info.toyonos.hfr4droid.yml b/metadata/info.toyonos.hfr4droid.yml deleted file mode 100644 index 7038ededde..0000000000 --- a/metadata/info.toyonos.hfr4droid.yml +++ /dev/null @@ -1,39 +0,0 @@ -Categories: - - Internet -License: GPL-3.0-only -WebSite: https://code.google.com/p/hfr4droid -SourceCode: https://code.google.com/p/hfr4droid/source - -Summary: Consulter le forum HFR -Description: Companion app for the Hardware Forum - France. - -RepoType: git-svn -Repo: https://hfr4droid.googlecode.com/svn/trunk - -Builds: - - versionName: 0.5.1 - versionCode: 51 - commit: '131' - subdir: hfr4droid - prebuild: mv lib libs - - - versionName: 0.6.1 - versionCode: 61 - commit: '160' - subdir: hfr4droid - prebuild: mv lib libs - - - versionName: 0.7.4 - versionCode: 74 - commit: '263' - subdir: hfr4droid - androidupdate: - - . - - ../hfr4droidCommon - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: Static -CurrentVersion: 0.7.4 -CurrentVersionCode: 74 diff --git a/metadata/it.devapp.android.yml b/metadata/it.devapp.android.yml deleted file mode 100644 index 1e2d20b03e..0000000000 --- a/metadata/it.devapp.android.yml +++ /dev/null @@ -1,33 +0,0 @@ -AntiFeatures: - - NonFreeDep -Categories: - - Navigation -License: GPL-3.0-only -WebSite: https://sourceforge.net/projects/geosearch -SourceCode: https://sourceforge.net/projects/geosearch/files/source -IssueTracker: https://sourceforge.net/p/geosearch/tickets/ - -AutoName: Geosearch -Summary: Monitor the movement of a friend -Description: |- - Select users from your phone’s address book - - * Display users and their movements on a Google map - * Send SMS to users on the map - * Automatic call to the user on the map - * Display the distance between two users - * Viewing the optimal road between two users on a Google map - -Builds: - - versionName: '1.0' - versionCode: 1 - commit: 18c0181854baa10 - target: Google Inc.:Google APIs:15 - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: Static -CurrentVersion: '1.0' -CurrentVersionCode: 1 - -NoSourceSince: '1.0' diff --git a/metadata/lu.cases.tacos.yml b/metadata/lu.cases.tacos.yml deleted file mode 100644 index bcdc5beb42..0000000000 --- a/metadata/lu.cases.tacos.yml +++ /dev/null @@ -1,47 +0,0 @@ -Categories: - - Security -License: GPL-3.0-or-later -AuthorName: CASES Luxembourg -AuthorEmail: info@cases.lu - -Description: TACOS is the mobile application by CASES.LU and stands for TrustApp Cases - for Obvious Security. TACOS is an awareness application for cybersecurity. It - aims to educate the users to cybersecurity risks with short articles, videos and - tips & tricks. We also included a password cards generator. Besides that, TACOS - provides a spam detection feature. It allows you to check for spam phone numbers. - You can also contribute to our database by reporting spam phone numbers. - -RepoType: git -Repo: https://github.com/CASES-LU/TACOS.git - -Builds: - - versionName: 0.0.23 - versionCode: 23 - disable: fails to build - commit: v0.0.23 - sudo: - - apt update || apt update - - apt install -y build-essential - - apt install -y -t stretch-backports npm - - npm install -g ionic cordova npm@6.14.7 - - curl -Lo node.tar.xz https://nodejs.org/dist/v10.21.0/node-v10.21.0-linux-x64.tar.xz - - echo "1d3296763e46540047099e4910812e81c4899c0595f2d82474e2099c1e1603e2 node.tar.xz" - | sha256sum -c - - - tar xJf node.tar.xz - - cp -a node-v10.21.0-linux-x64/. /usr/local/ - init: npm install - output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk - rm: - - node_modules/sharp/vendor/lib/ - - node_modules/sharp/build/Release/sharp.node - - node_modules/cordova-plugin-x-socialsharing/src/wp8/Newtonsoft.Json.dll - prebuild: ionic cordova platforms add android - scandelete: - - node_modules/cordova-android/spec/fixtures/ - build: ionic cordova build android --release - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: None -CurrentVersion: 0.0.23 -CurrentVersionCode: 23 diff --git a/metadata/lu.cases.tacos/en-US/summary.txt b/metadata/lu.cases.tacos/en-US/summary.txt deleted file mode 100644 index 1761f69999..0000000000 --- a/metadata/lu.cases.tacos/en-US/summary.txt +++ /dev/null @@ -1 +0,0 @@ -The CASES.LU mobile app for cybersecurity awareness diff --git a/metadata/org.anhonesteffort.flock.yml b/metadata/org.anhonesteffort.flock.yml deleted file mode 100644 index 2f4cbd1e9b..0000000000 --- a/metadata/org.anhonesteffort.flock.yml +++ /dev/null @@ -1,165 +0,0 @@ -Categories: - - System -License: GPL-3.0-only -AuthorName: Signal -AuthorEmail: moxie.github@whispersystems.org -AuthorWebSite: https://www.signal.org/ -WebSite: https://whispersystems.org/blog/flock -SourceCode: https://github.com/WhisperSystems/Flock -IssueTracker: https://github.com/WhisperSystems/Flock/issues -Translation: https://www.transifex.com/projects/p/flock/ - -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 - -ArchivePolicy: 0 versions -AutoUpdateMode: Version v%v -UpdateCheckMode: Tags -CurrentVersion: 0.8.7 -CurrentVersionCode: 15 diff --git a/metadata/org.curiouscreature.android.shelves.yml b/metadata/org.curiouscreature.android.shelves.yml deleted file mode 100644 index 3a48e296e4..0000000000 --- a/metadata/org.curiouscreature.android.shelves.yml +++ /dev/null @@ -1,29 +0,0 @@ -Categories: - - Reading -License: Apache-2.0 -WebSite: https://code.google.com/p/shelves -SourceCode: https://code.google.com/p/shelves/source - -Name: Shelves -AutoName: Shelves -Summary: Book collection manager -Description: |- - Shelves lets you manage and search your collection of books from your phone. You - can add books by scanning their barcodes (if you have - https://f-droid.org/packages/com.google.zxing.client.android installed), using Web searches or entering - information manually. - -RepoType: git-svn -Repo: https://shelves.googlecode.com/svn/trunk/Shelves - -Builds: - - versionName: '1.0' - versionCode: 1 - commit: '26' - oldsdkloc: true - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: Static -CurrentVersion: '1.0' -CurrentVersionCode: 1 diff --git a/metadata/org.fairphone.launcher.yml b/metadata/org.fairphone.launcher.yml deleted file mode 100644 index 3b688b5c52..0000000000 --- a/metadata/org.fairphone.launcher.yml +++ /dev/null @@ -1,40 +0,0 @@ -Categories: - - Theming -License: Apache-2.0 -WebSite: https://www.fairphone.com/ -SourceCode: https://github.com/Kwamecorp/Fairphone -IssueTracker: https://github.com/Kwamecorp/Fairphone/issues - -AutoName: Fairphone OS -Summary: Alternative launcher -Description: |- - The FairphoneOS Launcher has some very specific characteristics: - - * No Hotseat, the 5 icons on the bottom of the usual homelaunchers are missing. - * EdgeSwipe Menu, a menu that appears from the sides instead of the hotseat to show 4 apps and the all apps icon. - * Complete usage of the screen to add icons and widgets. - * Permits the usage of the so called full screen widgets that occupy the entire screen. - * A way to configure the edge swipe menu. - - The major concept of the homelauncher is to give the user access to the entire - device display for putting icons and/or widgets. The user can open the edge - swipe menu by swiping from both left and right and have access to the hotseat - without having it always on screen. - - The homelauncher code is be based on the Launcher2 project available by Google - in the AOSP code. - -RepoType: git -Repo: https://github.com/Kwamecorp/Fairphone.git - -Builds: - - versionName: '1' - versionCode: 1 - commit: ac833f91b373b49d70aba86d983cdc7a9350ddae - subdir: FairphoneHome - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: RepoManifest -CurrentVersion: '1.0' -CurrentVersionCode: 1 diff --git a/metadata/org.fdroid.basic.yml b/metadata/org.fdroid.basic.yml deleted file mode 100644 index 243750657a..0000000000 --- a/metadata/org.fdroid.basic.yml +++ /dev/null @@ -1,43 +0,0 @@ -Categories: - - System -License: GPL-3.0-or-later -WebSite: https://f-droid.org -SourceCode: https://gitlab.com/fdroid/fdroidclient -IssueTracker: https://gitlab.com/fdroid/fdroidclient/issues -Translation: https://hosted.weblate.org/projects/f-droid/f-droid -Changelog: https://gitlab.com/fdroid/fdroidclient/raw/HEAD/CHANGELOG.md -Donate: https://f-droid.org/donate -LiberapayID: '27859' -OpenCollective: F-Droid-Euro - -AutoName: F-Droid Basic -Summary: the new, simple test version of app store you know and love -Description: | - This is a test version of a stripped down version of the full F-Droid - user experience. It is looking for maintainers, so if you want this - to become an official thing, then get involved! - - F-Droid is an installable catalogue of FOSS (Free and Open Source - Software) applications for the Android platform. The client makes it - easy to browse, install, and keep track of updates on your device. - - It connects to any F-Droid compatible repositories. The default repo - is hosted at f-droid.org, which contains only bona fide Free and Open - Source Software. - -RepoType: git -Repo: https://gitlab.com/fdroid/fdroidclient.git - -Builds: - - versionName: 1.3.1 - versionCode: 1003051 - commit: 1.3.1 - subdir: app - gradle: - - basic - -ArchivePolicy: 0 versions -AutoUpdateMode: Version %v -UpdateCheckMode: Static -CurrentVersion: 1.3.1 -CurrentVersionCode: 1003051 diff --git a/metadata/org.fdroid.superuser.yml b/metadata/org.fdroid.superuser.yml deleted file mode 100644 index d3418fe6af..0000000000 --- a/metadata/org.fdroid.superuser.yml +++ /dev/null @@ -1,100 +0,0 @@ -Categories: - - Security -License: Apache-2.0 -SourceCode: https://github.com/koush/Superuser -IssueTracker: https://github.com/koush/Superuser/issues - -AutoName: Superuser -Summary: Manage root access -Description: |- - An app to allow or forbid apps' requests to run as root. The entire app can be - built from source with the Android SDK and NDK, including the su binary - which is bundled within and copied to /system when the prompts are followed. You - must already have root for this to work, because it leverages the existing su - and Superuser app to install itself. However, if you know what you are doing you - can use this apk as a su/Superuser substitute if you are gaining an initial - root. Once the install is completed you can disable or remove the old app. - -RequiresRoot: 'yes' - -RepoType: git -Repo: https://github.com/koush/Superuser.git - -Builds: - - versionName: 1.0.1.3 - versionCode: 1013 - commit: bbc08f1 - subdir: Superuser - patch: - - about.patch - - packageid.patch - srclibs: - - KoushWidgets@d1b10a53171 - prebuild: - - echo "android.jar=$$SDK$$/platforms/android-17/android.jar" > ant.properties - - sed -i 's@\(android.library.reference.1=\).*@\1$$KoushWidgets$$@' project.properties - - sed -i 's/#define REQUESTOR JAVA_PACKAGE_NAME/#define REQUESTOR "org.fdroid.superuser"/g' - jni/su/su.h - - sed -i 's/NDK_TOOLCHAIN_VERSION=4.7/NDK_TOOLCHAIN_VERSION=4.6/g' jni/Application.mk - buildjni: - - yes - ndk: r12b - - - versionName: 1.0.1.6 - versionCode: 1016 - commit: 2be82fa09 - subdir: Superuser - patch: - - about.patch - - packageid.patch - srclibs: - - KoushWidgets@ddc30339c3 - prebuild: - - echo "android.jar=$$SDK$$/platforms/android-17/android.jar" > ant.properties - - sed -i 's@\(android.library.reference.1=\).*@\1$$KoushWidgets$$@' project.properties - - sed -i 's/#define REQUESTOR JAVA_PACKAGE_NAME/#define REQUESTOR "org.fdroid.superuser"/g' - jni/su/su.h - - sed -i 's/NDK_TOOLCHAIN_VERSION=4.7/NDK_TOOLCHAIN_VERSION=4.6/g' jni/Application.mk - buildjni: - - yes - ndk: r12b - - - versionName: 1.0.1.7 - versionCode: 1017 - commit: 27c5fb19a9e - subdir: Superuser - patch: - - about.patch - - packageid-2.patch - srclibs: - - KoushWidgets@ddc30339c3 - prebuild: - - echo "android.jar=$$SDK$$/platforms/android-17/android.jar" > ant.properties - - sed -i 's@\(android.library.reference.1=\).*@\1$$KoushWidgets$$@' project.properties - - sed -i 's/#define REQUESTOR JAVA_PACKAGE_NAME/#define REQUESTOR "org.fdroid.superuser"/g' - jni/su/su.h - buildjni: - - yes - ndk: r12b - - - versionName: 1.0.2.8 - versionCode: 1027 - commit: 74363eaa79 - subdir: Superuser - patch: - - packageid_1028.patch - srclibs: - - 1:KoushWidgets@2cc45f3 - prebuild: - - echo "android.jar=$$SDK$$/platforms/android-19/android.jar" > ant.properties - - sed -i 's/#define REQUESTOR JAVA_PACKAGE_NAME/#define REQUESTOR "org.fdroid.superuser"/g' - jni/su/su.h - buildjni: - - yes - ndk: r12b - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: None -CurrentVersion: 1.0.2.8 -CurrentVersionCode: 1027 diff --git a/metadata/org.fdroid.superuser/about.patch b/metadata/org.fdroid.superuser/about.patch deleted file mode 100644 index 06bddf4690..0000000000 --- a/metadata/org.fdroid.superuser/about.patch +++ /dev/null @@ -1,86 +0,0 @@ -diff --git a/Superuser/src/com/koushikdutta/superuser/AboutFragment.java b/Superuser/src/com/koushikdutta/superuser/AboutFragment.java -index 18203b6..1be806c 100644 ---- a/Superuser/src/com/koushikdutta/superuser/AboutFragment.java -+++ b/Superuser/src/com/koushikdutta/superuser/AboutFragment.java -@@ -39,80 +39,17 @@ public class AboutFragment extends BetterListFragment { - catch (NameNotFoundException e) { - } - -+ final String uri = "https://f-droid.org/repository/browse/?fdid=org.fdroid.superuser"; - addItem(R.string.about, new ListItem(getInternal(), getString(R.string.superuser), version, R.drawable.ic_launcher) { - @Override - public void onClick(View view) { - super.onClick(view); - Intent i = new Intent(); -- i.setData(Uri.parse("market://details?id=com.koushikdutta.superuser")); -- startActivity(i); -- } -- }); -- -- addItem(R.string.about, new ListItem(getInternal(), "Koushik Dutta", "@koush", R.drawable.koush) { -- @Override -- public void onClick(View view) { -- super.onClick(view); -- Intent i = new Intent(); -- i.setClassName("com.twitter.android", "com.twitter.android.ProfileActivity"); -- i.putExtra("screen_name", "koush"); -- try { -- startActivity(i); -- } -- catch (Exception ex) { -- ex.printStackTrace(); -- } -- -- } -- }); -- -- final String uri = "https://github.com/koush/Superuser"; -- addItem(R.string.about, new ListItem(getInternal(), "Github", uri, R.drawable.github) { -- @Override -- public void onClick(View view) { -- super.onClick(view); -- Intent i = new Intent(); - i.setAction(Intent.ACTION_VIEW); - i.setData(Uri.parse(uri)); - startActivity(i); - } - }); - -- addItem(R.string.apps, new ListItem(getInternal(), "ROM Manager", "The ultimate backup, restore, and ROM installation tool", R.drawable.clockwork512) { -- @Override -- public void onClick(View view) { -- super.onClick(view); -- Intent i = new Intent(); -- i.setData(Uri.parse("market://details?id=com.koushikdutta.rommanager")); -- startActivity(i); -- } -- }); -- addItem(R.string.apps, new ListItem(getInternal(), "Carbon", "Android's missing backup solution", R.drawable.carbon) { -- @Override -- public void onClick(View view) { -- super.onClick(view); -- Intent i = new Intent(); -- i.setData(Uri.parse("market://details?id=com.koushikdutta.backup")); -- startActivity(i); -- } -- }); -- addItem(R.string.apps, new ListItem(getInternal(), "DeskSMS", "Seamlessly text message from your email, browser, or instant messenger", R.drawable.desksms) { -- @Override -- public void onClick(View view) { -- super.onClick(view); -- Intent i = new Intent(); -- i.setData(Uri.parse("market://details?id=com.koushikdutta.desktopsms")); -- startActivity(i); -- } -- }); -- addItem(R.string.apps, new ListItem(getInternal(), "Tether", "Use your phone's web connection on a laptop or PC", R.drawable.tether) { -- @Override -- public void onClick(View view) { -- super.onClick(view); -- Intent i = new Intent(); -- i.setData(Uri.parse("market://details?id=com.koushikdutta.tether")); -- startActivity(i); -- } -- }); - } - } diff --git a/metadata/org.fdroid.superuser/packageid-2.patch b/metadata/org.fdroid.superuser/packageid-2.patch deleted file mode 100644 index 3890de2686..0000000000 --- a/metadata/org.fdroid.superuser/packageid-2.patch +++ /dev/null @@ -1,82 +0,0 @@ -diff --git a/Superuser/build.xml b/Superuser/build.xml -index 5500c8a..d1393d2 100644 ---- a/Superuser/build.xml -+++ b/Superuser/build.xml -@@ -1,5 +1,5 @@ - -- -+ - - - - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - - - -- -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ - diff --git a/metadata/org.fdroid.superuser/packageid.patch b/metadata/org.fdroid.superuser/packageid.patch deleted file mode 100644 index c55c25827b..0000000000 --- a/metadata/org.fdroid.superuser/packageid.patch +++ /dev/null @@ -1,80 +0,0 @@ -diff --git a/Superuser/build.xml b/Superuser/build.xml -index 5500c8a..565fe40 100644 ---- a/Superuser/build.xml -+++ b/Superuser/build.xml -@@ -1,5 +1,5 @@ - -- -+ - - - - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - - - -- -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ - diff --git a/metadata/org.fdroid.superuser/packageid_1028.patch b/metadata/org.fdroid.superuser/packageid_1028.patch deleted file mode 100644 index 53fdef1e69..0000000000 --- a/metadata/org.fdroid.superuser/packageid_1028.patch +++ /dev/null @@ -1,77 +0,0 @@ -diff --git a/Superuser/build.xml b/Superuser/build.xml -index d85611b..9355978 100644 ---- a/Superuser/build.xml -+++ b/Superuser/build.xml -@@ -68,41 +68,6 @@ - --> - - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - - - -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ - - diff --git a/metadata/org.fox.ttrss.yml b/metadata/org.fox.ttrss.yml deleted file mode 100644 index 0f5e00377e..0000000000 --- a/metadata/org.fox.ttrss.yml +++ /dev/null @@ -1,261 +0,0 @@ -Categories: - - Internet -License: GPL-3.0-only -WebSite: http://tt-rss.org/redmine/projects/tt-rss-android/wiki -SourceCode: https://github.com/gothfox/Tiny-Tiny-RSS-for-Honeycomb -IssueTracker: http://tt-rss.org/redmine/projects/tt-rss/issues -Donate: https://www.patreon.com/cthulhoo - -AutoName: Tiny Tiny RSS -Summary: Client for the news aggregator -Description: |- - Tiny Tiny RSS is an application that runs on a server and collects your rss - feeds. You may then connect to the server with a web browser or this app to read - the feeds. Don't forget to enable API access in your tt-rss account preferences - (Preferences -> Advanced -> Enable external API). - - The source code specifies that the app can be used only for a trial period, - after which an app with an unlock key must be purchased from Google Play. This - dependence on nonfree software has been patched out in f-droid.org builds. - -Builds: - - versionName: 0.5.3 - versionCode: 67 - commit: 989feec2ce7dc5b8c72d12ce20b18d570ca831ad - - - versionName: 0.5.6 - versionCode: 71 - commit: 267ce734c1374088645aa101a02b5db77a9dde4b - - - versionName: 0.5.7 - versionCode: 72 - commit: cf3357d49b3b - - - versionName: 0.6.1 - versionCode: 74 - commit: 277c2e0e473 - - - versionName: 0.6.7 - versionCode: 83 - commit: 969d3bb - - - versionName: 0.6.9 - versionCode: 85 - commit: 9341df4c2191e83cb60beed38935d881b9ff4b04 - - - versionName: 0.6.10 - versionCode: 86 - commit: e68c90cbceab1319 - - - versionName: 0.6.11 - versionCode: 87 - commit: 77352728e7085bf9 - - - versionName: 0.7.1 - versionCode: 93 - commit: 89e125d3ca2 - - - versionName: 0.7.2 - versionCode: 94 - commit: 48dc7fd846d4178b - - - versionName: 0.7.3 - versionCode: 95 - commit: 623aac676ee3b - - - versionName: 0.7.5 - versionCode: 97 - commit: 86a4f6c2dea5 - - - versionName: 0.7.6 - versionCode: 98 - commit: a7dd01131d8f181 - - - versionName: 0.8.4 - versionCode: 105 - commit: 0570783c7631737f - - - versionName: 0.8.5 - versionCode: 106 - commit: 297259762228a2e7d7 - - - versionName: 0.8.6 - versionCode: 107 - commit: c6225cd16e73fd6 - - - versionName: 0.8.7 - versionCode: 108 - commit: f460c59b46c61a - - - versionName: 0.8.10 - versionCode: 111 - commit: f27bbf9e8c - - - versionName: 0.8.11 - versionCode: 112 - commit: 7e0c906e2f - - - versionName: 0.8.14 - versionCode: 115 - commit: 89ee4a84be - - - versionName: '1.10' - versionCode: 132 - disable: Proprietary advert (at f0bc21b1a84e8ad3aafdf6768baa6a56ee871b46) - commit: f0bc21b1a84e8ad3aafdf6768baa6a56ee871b46 - - - versionName: '1.12' - versionCode: 134 - commit: 0d4bd2f4465aa499de1db3d5ee9beb859fff004e - patch: - - notrial.patch - - - versionName: '1.15' - versionCode: 137 - commit: 06b61761242f2fe762eb0fdfb6e1306a403ed99b - patch: - - notrial.patch - - - versionName: '1.18' - versionCode: 141 - commit: f64948d93c4c63c1ff0a500ef924cdeea10d76b4 - patch: - - notrial.patch - - - versionName: '1.4' - versionCode: 148 - commit: 48e5015353c - patch: - - notrial.patch - - - versionName: 1.4.6 - versionCode: 156 - commit: 22302be4f9e5 - patch: - - notrial.patch - - - versionName: '1.5' - versionCode: 158 - commit: 12f99f09eef4a32de6 - patch: - - notrial.patch - - - versionName: '1.7' - versionCode: 163 - commit: f49fccf5247a7b96791e43c8 - patch: - - notrial_2.patch - srclibs: - - ActionBarSherlock@4.3.0 - - ViewPagerIndicator@2.4.1 - prebuild: - - sed -i -e 's@1=.*@1=$$ViewPagerIndicator$$@' -e 's@2=.*@2=$$ActionBarSherlock$$@' - project.properties - - cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs - - cp libs/android-support-v4.jar $$ViewPagerIndicator$$/libs - - - versionName: 1.7.2 - versionCode: 165 - commit: 390c52972824af084c289ab630 - patch: - - notrial_2.patch - srclibs: - - ActionBarSherlock@4.3.0 - - ViewPagerIndicator@2.4.1 - prebuild: - - sed -i -e 's@1=.*@1=$$ViewPagerIndicator$$@' -e 's@2=.*@2=$$ActionBarSherlock$$@' - project.properties - - cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs - - cp libs/android-support-v4.jar $$ViewPagerIndicator$$/libs - - - versionName: 1.8.1 - versionCode: 181 - commit: 068bc6bb81011364fc605d - patch: - - notrial_new.patch - srclibs: - - ActionBarSherlock@4.3.1 - - ViewPagerIndicator@2.4.1 - - SlidingMenu@8fcae2cce29e - prebuild: - - sed -i -e 's@1=.*@1=$$ViewPagerIndicator$$@' -e 's@2=.*@2=$$ActionBarSherlock$$@' - -e 's@3=.*@3=$$SlidingMenu$$@' project.properties - - cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs - - cp libs/android-support-v4.jar $$ViewPagerIndicator$$/libs - - cp libs/android-support-v4.jar $$SlidingMenu$$/libs - - - versionName: 1.8.5 - versionCode: 185 - commit: 1f91618d33f68bbb92d9a - patch: - - notrial_new.patch - srclibs: - - ActionBarSherlock@4.3.1 - - ViewPagerIndicator@2.4.1 - - SlidingMenu@8fcae2cce29e - prebuild: - - sed -i -e 's@1=.*@1=$$ViewPagerIndicator$$@' -e 's@2=.*@2=$$ActionBarSherlock$$@' - -e 's@3=.*@3=$$SlidingMenu$$@' project.properties - - cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs - - cp libs/android-support-v4.jar $$ViewPagerIndicator$$/libs - - cp libs/android-support-v4.jar $$SlidingMenu$$/libs - - - versionName: 1.8.7 - versionCode: 187 - commit: 2ad9f766e7 - patch: - - notrial_new.patch - srclibs: - - ActionBarSherlock@4.3.1 - - ViewPagerIndicator@2.4.1 - - SlidingMenu@8fcae2cce29e - prebuild: - - sed -i -e 's@1=.*@1=$$ViewPagerIndicator$$@' -e 's@2=.*@2=$$ActionBarSherlock$$@' - -e 's@3=.*@3=$$SlidingMenu$$@' project.properties - - cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs - - cp libs/android-support-v4.jar $$ViewPagerIndicator$$/libs - - cp libs/android-support-v4.jar $$SlidingMenu$$/libs - - - versionName: 1.8.9 - versionCode: 189 - commit: 9af5dd1fb592ace71 - patch: - - notrial_new.patch - srclibs: - - ActionBarSherlock@4.3.1 - - ViewPagerIndicator@2.4.1 - - SlidingMenu@8fcae2cce29e - prebuild: - - sed -i -e 's@1=.*@1=$$ViewPagerIndicator$$@' -e 's@2=.*@2=$$ActionBarSherlock$$@' - -e 's@3=.*@3=$$SlidingMenu$$@' project.properties - - cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs - - cp libs/android-support-v4.jar $$ViewPagerIndicator$$/libs - - cp libs/android-support-v4.jar $$SlidingMenu$$/libs - - - versionName: 1.8.13 - versionCode: 194 - commit: 84cfc9a9fe71 - patch: - - notrial_new.patch - srclibs: - - ActionBarSherlock@4.3.1 - - ViewPagerIndicator@2.4.1 - - SlidingMenu@8fcae2cce29e - - DashClock@v1.2 - rm: - - libs/dashclock-api-r1.1.jar - prebuild: - - sed -i -e 's@1=.*@1=$$ViewPagerIndicator$$@' -e 's@2=.*@2=$$ActionBarSherlock$$@' - -e 's@3=.*@3=$$SlidingMenu$$@' project.properties - - echo 'source.dir=src;$$DashClock$$/api/src' > ant.properties - - cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs - - cp libs/android-support-v4.jar $$ViewPagerIndicator$$/libs - - cp libs/android-support-v4.jar $$SlidingMenu$$/libs - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: Static -CurrentVersion: 1.8.13 -CurrentVersionCode: 194 - -NoSourceSince: 1.8.13 diff --git a/metadata/org.fox.ttrss/notrial.patch b/metadata/org.fox.ttrss/notrial.patch deleted file mode 100644 index 9eace28e58..0000000000 --- a/metadata/org.fox.ttrss/notrial.patch +++ /dev/null @@ -1,16 +0,0 @@ -Disable the trial version check. - -diff --git a/src/org/fox/ttrss/OnlineActivity.java b/src/org/fox/ttrss/OnlineActivity.java -index ef94131..38ecbee 100644 ---- a/src/org/fox/ttrss/OnlineActivity.java -+++ b/src/org/fox/ttrss/OnlineActivity.java -@@ -453,8 +453,7 @@ public class OnlineActivity extends CommonActivity { - } - - public void checkTrial(boolean notify) { -- boolean isTrial = getPackageManager().checkSignatures( -- getPackageName(), "org.fox.ttrss.key") != PackageManager.SIGNATURE_MATCH; -+ boolean isTrial = false; - - if (isTrial) { - long firstStart = m_prefs.getLong("date_firstlaunch_trial", -1); diff --git a/metadata/org.fox.ttrss/notrial_2.patch b/metadata/org.fox.ttrss/notrial_2.patch deleted file mode 100644 index a45b15b949..0000000000 --- a/metadata/org.fox.ttrss/notrial_2.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/src/org/fox/ttrss/OnlineActivity.java b/src/org/fox/ttrss/OnlineActivity.java -index 71c26db..fc984e8 100644 ---- a/src/org/fox/ttrss/OnlineActivity.java -+++ b/src/org/fox/ttrss/OnlineActivity.java -@@ -456,8 +456,7 @@ public class OnlineActivity extends CommonActivity { - } - - public void checkTrial(boolean notify) { -- boolean isTrial = getPackageManager().checkSignatures( -- getPackageName(), "org.fox.ttrss.key") != PackageManager.SIGNATURE_MATCH; -+ boolean isTrial = false; - - if (isTrial) { - long firstStart = m_prefs.getLong("date_firstlaunch_trial", -1); diff --git a/metadata/org.fox.ttrss/notrial_new.patch b/metadata/org.fox.ttrss/notrial_new.patch deleted file mode 100644 index b453f4a455..0000000000 --- a/metadata/org.fox.ttrss/notrial_new.patch +++ /dev/null @@ -1,157 +0,0 @@ -diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml -index 282da0c..6364c00 100644 ---- a/res/menu/main_menu.xml -+++ b/res/menu/main_menu.xml -@@ -138,11 +138,6 @@ - android:title="@string/article_set_unread"/> - - -- -- - - - firstStart + (TRIAL_DAYS * 24 * 60 * 60 * 1000)) { -- -- AlertDialog.Builder builder = new AlertDialog.Builder(this) -- .setTitle(R.string.trial_expired) -- .setMessage(R.string.trial_expired_message) -- .setCancelable(false) -- .setPositiveButton(getString(R.string.trial_purchase), -- new OnClickListener() { -- @Override -- public void onClick(DialogInterface dialog, -- int which) { -- -- openUnlockUrl(); -- finish(); -- -- } -- }) -- .setNegativeButton(getString(R.string.cancel), -- new OnClickListener() { -- @Override -- public void onClick(DialogInterface dialog, -- int which) { -- -- finish(); -- -- } -- }); -- -- AlertDialog dialog = builder.create(); -- dialog.show(); -- -- } else { -- long daysLeft = Math.round((firstStart + (TRIAL_DAYS * 24 * 60 * 60 * 1000) - System.currentTimeMillis()) / (24 * 60 * 60 * 1000)); -- -- if (notify) { -- toast(getString(R.string.trial_mode_prompt, Long.valueOf(daysLeft))); -- } -- } -- } else if (notify) { -- //toast(R.string.trial_thanks); -- } -- } -- -- private void openUnlockUrl() { -- try { -- Intent intent = new Intent(Intent.ACTION_VIEW, -- Uri.parse("market://details?id=org.fox.ttrss.key")); -- startActivity(intent); -- } catch (ActivityNotFoundException ae) { -- try { -- Intent intent = new Intent(Intent.ACTION_VIEW, -- Uri.parse("https://play.google.com/store/apps/details?id=org.fox.ttrss.key")); -- startActivity(intent); -- } catch (Exception e) { -- e.printStackTrace(); -- toast(R.string.error_other_error); -- } -- } -- } -- - @Override - public boolean onContextItemSelected(android.view.MenuItem item) { - /* AdapterContextMenuInfo info = (AdapterContextMenuInfo) item -@@ -694,11 +617,6 @@ public class OnlineActivity extends CommonActivity { - } - } - return true; -- case R.id.donate: -- if (true) { -- openUnlockUrl(); -- } -- return true; - case R.id.logout: - logout(); - return true; -@@ -1227,14 +1145,6 @@ public class OnlineActivity extends CommonActivity { - List pkgs = getPackageManager() - .getInstalledPackages(0); - -- for (PackageInfo p : pkgs) { -- if ("org.fox.ttrss.key".equals(p.packageName)) { -- Log.d(TAG, "license apk found"); -- menu.findItem(R.id.donate).setVisible(false); -- break; -- } -- } -- - return true; - } - diff --git a/metadata/org.havenapp.main.yml b/metadata/org.havenapp.main.yml deleted file mode 100644 index d894eee3a8..0000000000 --- a/metadata/org.havenapp.main.yml +++ /dev/null @@ -1,151 +0,0 @@ -Categories: - - Security -License: GPL-3.0-or-later -AuthorName: Guardian Project -AuthorEmail: support@guardianproject.info -AuthorWebSite: https://guardianproject.info -WebSite: https://guardianproject.github.io/haven -SourceCode: https://github.com/guardianproject/haven -IssueTracker: https://github.com/guardianproject/haven/issues -Liberapay: GuardianProject -Bitcoin: 1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk - -AutoName: Haven -Summary: Protect personal spaces and possessions without compromising privacy -Description: | - Haven is for people who need a way to protect their personal spaces - and possessions without compromising their own privacy. It is an - Android application that leverages on-device sensors to provide - monitoring and protection of physical spaces. Haven turns any Android - phone into a motion, sound, vibration and light detector, watching - for unexpected guests and unwanted intruders. We designed Haven for - investigative journalists, human rights defenders, and people at risk - of forced disappearance to create a new kind of herd immunity. By - combining the array of sensors found in any smartphone, with the - world’s most secure communications technologies, like Signal and Tor, - Haven prevents the worst kind of people from silencing citizens - without getting caught in the act. - - Project Team - - Haven was developed through a collaboration between Freedom of the - Press Foundation and Guardian Project. Prototype funding was - generously provided by FoPF, and donations to support continuing work - can be contributed through their site: - https://freedom.press/donate-support-haven-open-source-project - - Safety through Sensors - - Haven only saves images and sound when triggered by motion or volume, - and stores everything locally on the device. You can position the - device’s camera to capture visible motion, or set your phone - somewhere discreet to just listen for noises. Get secure - notifications of intrusion events instantly and access the logs - remotely or anytime later. - - The follow sensors are monitored for a measurable change, and then - recorded to an event log on the device: - - * Accelerometer: phone’s motion and vibration - * Camera: motion in the phone’s visible surroundings from front or back camera - * Microphone: noises in the enviroment - * Light: change in light from ambient light sensor - * Power: detect device being unplugged or power loss - -RepoType: git -Repo: https://github.com/guardianproject/haven - -Builds: - - versionName: 0.1.0-RC-1 - versionCode: 113 - commit: 0.1.0-RC-1 - gradle: - - yes - scanignore: - - docs/preso/lib/font/ - - - versionName: 0.2.0-alpha-2 - versionCode: 115 - commit: 0.2.0-alpha-2 - gradle: - - yes - scanignore: - - docs/preso/lib/font/ - - - versionName: 0.2.0-alpha-3 - versionCode: 116 - commit: 0.2.0-alpha-3 - gradle: - - yes - scanignore: - - docs/preso/lib/font/ - - - versionName: 0.2.0-alpha-4 - versionCode: 117 - commit: 0.2.0-alpha-4 - gradle: - - yes - scanignore: - - docs/preso/lib/font/ - - - versionName: 0.2.0-alpha-5 - versionCode: 118 - commit: 0.2.0-alpha-5 - gradle: - - yes - scanignore: - - docs/preso/lib/font/ - - - versionName: 0.2.0-beta-1 - versionCode: 211 - commit: 0.2.0-beta-1 - gradle: - - yes - scanignore: - - docs/preso/lib/font/ - - - versionName: 0.2.0-beta-3 - versionCode: 212 - commit: 0.2.0-beta-3 - gradle: - - yes - scanignore: - - docs/preso/lib/font/ - - - versionName: 0.2.0-beta-4 - versionCode: 213 - commit: 0.2.0-beta-4 - gradle: - - yes - scanignore: - - docs/preso/lib/font/ - - - versionName: 0.2.0-beta-5-signed - versionCode: 214 - commit: 0.2.0-beta-5-signed - gradle: - - yes - scanignore: - - docs/preso/lib/font/ - - - versionName: 0.2.0-RC-1 - versionCode: 2001 - commit: 0.2.0-RC-1 - gradle: - - yes - scanignore: - - docs/preso/lib/font/ - - - versionName: 0.2.1-beta-1 - versionCode: 21101 - commit: 0117b9f35638590426aa49137f06a4d4cc2db272 - gradle: - - yes - scanignore: - - docs/preso/lib/font/ - -ArchivePolicy: 0 versions -AutoUpdateMode: Version %v -UpdateCheckMode: Tags -CurrentVersion: 0.2.1-beta-1 -CurrentVersionCode: 21101 diff --git a/metadata/org.martus.android.yml b/metadata/org.martus.android.yml deleted file mode 100644 index 61c001b1fd..0000000000 --- a/metadata/org.martus.android.yml +++ /dev/null @@ -1,47 +0,0 @@ -Categories: - - System -License: GPL-3.0-only -AuthorName: Benetech -AuthorWebSite: https://benetech.org/ -WebSite: https://martus.org/ -SourceCode: https://github.com/benetech/Martus-Project -IssueTracker: https://github.com/benetech/Martus-Project/issues - -AutoName: Martus -Summary: secure documentation for human rights defenders, activists & journalists -Description: |- - IMPORTANT NOTE: Before running Mobile Martus, you (or someone you - designate) must have a Martus desktop client account set up on a computer to - receive your Mobile Martus data, and you will need that account info to - configure Mobile Martus. If you do not already have it, you can download the - Martus desktop client and follow the installation instructions in the Reference - Guide at https://www.martus.org. - - Mobile Martus is a secure, Android-based mobile documentation application built - on Benetech’s Martus technology, which allows human rights defenders, activists, - journalists, and other users anywhere in the world to securely gather - information about human rights violations. - - The Mobile Martus application allows users to send crucial data from the - field—text, photographs, audio and video—to the Martus network of secure - servers. The data is automatically encrypted on the mobile device, and when - being sent to the server, so it is protected in case the device is lost, stolen - or confiscated. A user—or someone they designate—can later retrieve their data, - and can search, analyze and report on the information, using the Martus desktop - client software (https://www.martus.org) on their computer. - -RepoType: git -Repo: https://github.com/benetech/Martus-Project - -Builds: - - versionName: '4.4' - versionCode: 4 - commit: PlayStoreVersion4 - subdir: martus-android - forceversion: true - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: Tags -CurrentVersion: 1.2.4-beta -CurrentVersionCode: 27 diff --git a/metadata/org.opensatnav.android.yml b/metadata/org.opensatnav.android.yml deleted file mode 100644 index b3ebe8ef4c..0000000000 --- a/metadata/org.opensatnav.android.yml +++ /dev/null @@ -1,29 +0,0 @@ -Categories: - - Navigation -License: GPL-3.0-only -WebSite: https://launchpad.net/opensatnav -SourceCode: https://code.launchpad.net/opensatnav -IssueTracker: https://bugs.launchpad.net/opensatnav -Translation: https://translations.launchpad.net/opensatnav - -AutoName: OpenSatNav -Summary: Satellite navigation -Description: |- - Satellite Navitation using OpenStreetMap data. Supports car, bicycle and - pedestrian modes of transport. - -RepoType: bzr -Repo: lp:opensatnav - -Builds: - - versionName: '1.0' - versionCode: 199 - commit: '199' - prebuild: mv lib libs - target: android-7 - -ArchivePolicy: 0 versions -AutoUpdateMode: None -UpdateCheckMode: Static -CurrentVersion: '1.0' -CurrentVersionCode: 199