Merge branch 'rm_disabled' into 'master'
Remove disabled apps: wave 3 See merge request fdroid/fdroiddata!8708
This commit is contained in:
commit
dd714789fc
@ -1,28 +0,0 @@
|
||||
Categories:
|
||||
- Multimedia
|
||||
- Theming
|
||||
License: Apache-2.0
|
||||
SourceCode: https://github.com/tbouron/WlpprforMuzei
|
||||
IssueTracker: https://github.com/tbouron/WlpprforMuzei/issues
|
||||
|
||||
AutoName: Wlppr for Muzei
|
||||
Description: Use pictures from Wlppr.com in https://f-droid.org/packages/net.nurik.roman.muzei.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/tbouron/WlpprforMuzei.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.1
|
||||
versionCode: 2
|
||||
disable: third party maven repo
|
||||
commit: 1.0.1
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
MaintainerNotes: Dinamically set version name and code, so no UCM applies.
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 1.0.1
|
||||
CurrentVersionCode: 2
|
@ -1,62 +0,0 @@
|
||||
Categories:
|
||||
- System
|
||||
License: GPL-2.0-only
|
||||
SourceCode: https://github.com/neurodroid/cryptonite
|
||||
IssueTracker: https://github.com/neurodroid/cryptonite/issues
|
||||
|
||||
AutoName: Cryptonite
|
||||
Description: |-
|
||||
Cryptonite brings EncFS (no TrueCrypt in this build) to Android. You can browse,
|
||||
export and open EncFS-encrypted directories and files on your Dropbox and on
|
||||
your phone. On rooted phones that support FUSE (e.g. CyanogenMod) you can also
|
||||
mount EncFS and volumes.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/neurodroid/cryptonite.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.7.6
|
||||
versionCode: 75
|
||||
disable: WIP at 0.7.6
|
||||
commit: 0.7.6
|
||||
subdir: cryptonite
|
||||
srclibs:
|
||||
- ActionBarSherlock@4.3.0
|
||||
extlibs:
|
||||
- dropbox-sdk/dropbox-android-sdk-1.5.1.jar
|
||||
- httpmime/httpmime-4.0.3.jar
|
||||
- json-simple/json_simple-1.1.jar
|
||||
prebuild:
|
||||
- sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||
- echo "db-xxxxxxxxxxxxxxx" > AndroidManifest.xml.key
|
||||
- echo "db-xxxxxxxxxxxxxxx" > AndroidManifest.xml.key2
|
||||
- cd ../
|
||||
- ./insert_key.sh
|
||||
- $$NDK$$/build/tools/make-standalone-toolchain.sh --arch=arm --ndk-dir=$$NDK$$
|
||||
--install-dir=android-toolchain --platform=android-8 --system=linux-x86
|
||||
- mkdir -p scripts/
|
||||
- wget https://neurodroid.googlecode.com/git/nrn/agcc -P scripts/
|
||||
- wget https://neurodroid.googlecode.com/git/nrn/agcc-vfp -P scripts/
|
||||
- export PATH=$PATH:scripts
|
||||
- chmod +x scripts/*
|
||||
- sed -i 's/\$HOME/../g' scripts/*
|
||||
- cd boost
|
||||
- ./download.sh
|
||||
- ./build.sh
|
||||
- cd ../openssl
|
||||
- ./download.sh
|
||||
- ./build.sh
|
||||
- cd ../fuse28
|
||||
- ./download.sh
|
||||
- ./build.sh
|
||||
- cd ../rlog
|
||||
- ./download.sh
|
||||
- ./build.sh
|
||||
- cd ../encfs-1.7.4
|
||||
- ./download.sh
|
||||
- ./build.sh
|
||||
- cd ../cryptonite
|
||||
- ./jni-build.sh
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Static
|
@ -1 +0,0 @@
|
||||
Encfs and Truecrypt browser
|
@ -1,70 +0,0 @@
|
||||
Categories:
|
||||
- Reading
|
||||
License: GPL-3.0-only
|
||||
SourceCode: https://github.com/mpietrzak/apv
|
||||
IssueTracker: https://github.com/mpietrzak/apv/issues
|
||||
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LKB59NTKW9QLS
|
||||
Bitcoin: 1MLdh6uAPymWVJ4bmRde684uTcLJWwumkK
|
||||
|
||||
AutoName: APV PDF Viewer
|
||||
Description: |-
|
||||
Native PDF Viewer based on the MuPDF library
|
||||
|
||||
Features:
|
||||
|
||||
* Pinch to zoom
|
||||
* Text reflow
|
||||
* Table of contents
|
||||
* Textual search support
|
||||
* Flexible key/button/gesture configuration
|
||||
* Different color schemes for comfortable reading
|
||||
* Optimizations for eInk
|
||||
|
||||
There are two apks, which contain native binaries for different CPU
|
||||
architectures: if you are in doubt, you should try the arm one. The client will
|
||||
mark the arm version as current so take care updating if you use the x86 one.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/mpietrzak/apv
|
||||
|
||||
Builds:
|
||||
- versionName: 0.3.4-arm
|
||||
versionCode: 34000
|
||||
disable: jni probs 4f6cb715dbef
|
||||
commit: unknown - see disabled
|
||||
subdir: pdfview
|
||||
forceversion: true
|
||||
forcevercode: true
|
||||
prebuild:
|
||||
- python2.7 ./scripts/pjpp.py --configuration pro
|
||||
- sed -i '/ndk-build/d' scripts/build-native.sh
|
||||
- ./scripts/build-native.sh
|
||||
- sed -i 's/armeabi-v7a armeabi x86/armeabi-v7a armeabi/g' jni/Application.mk
|
||||
- sed -i '/proguard/d' project.properties
|
||||
target: android-10
|
||||
buildjni:
|
||||
- yes
|
||||
ndk: r12b
|
||||
|
||||
- versionName: 0.3.4-x86
|
||||
versionCode: 34003
|
||||
disable: jni probs 4f6cb715dbef
|
||||
commit: unknown - see disabled
|
||||
subdir: pdfview
|
||||
forceversion: true
|
||||
forcevercode: true
|
||||
prebuild:
|
||||
- python2.7 ./scripts/pjpp.py --configuration pro
|
||||
- sed -i '/ndk-build/d' scripts/build-native.sh
|
||||
- ./scripts/build-native.sh
|
||||
- sed -i 's/armeabi-v7a armeabi x86/x86/g' jni/Application.mk
|
||||
- sed -i '/proguard/d' project.properties
|
||||
target: android-10
|
||||
buildjni:
|
||||
- yes
|
||||
ndk: r12b
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Static
|
||||
CurrentVersion: 0.4.0-arm
|
||||
CurrentVersionCode: 40000
|
@ -1 +0,0 @@
|
||||
PDF viewer
|
@ -1,32 +0,0 @@
|
||||
Categories:
|
||||
- Games
|
||||
License: GPL-3.0-only
|
||||
WebSite: https://sourceforge.net/projects/godroid
|
||||
SourceCode: https://sourceforge.net/p/godroid/git
|
||||
IssueTracker: https://sourceforge.net/p/godroid/_list/tickets
|
||||
|
||||
AutoName: GOdroid
|
||||
Description: |-
|
||||
GOdroid is an Android application to play the strategic board game Go against
|
||||
the GPL Go engine GNU Go. It contains a Go board UI and minor changes to GNU Go.
|
||||
This site contains the sources for the UI and the (few) changes to the GNU Go
|
||||
sources.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://git.code.sf.net/p/godroid/git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.3.8
|
||||
versionCode: 35
|
||||
disable: missing go source, broken build
|
||||
commit: v1.3.8
|
||||
prebuild: mv ndk jni
|
||||
target: android-10
|
||||
buildjni:
|
||||
- yes
|
||||
ndk: r12b
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.3.8
|
||||
CurrentVersionCode: 35
|
@ -1 +0,0 @@
|
||||
Go board game
|
@ -1,16 +0,0 @@
|
||||
Disabled: Field-of-use restriction issues with included ROM binary
|
||||
Categories:
|
||||
- Games
|
||||
License: GPL
|
||||
WebSite: http://jmec64.sourceforge.net
|
||||
SourceCode: https://sourceforge.net/projects/jmec64
|
||||
IssueTracker: https://sourceforge.net/p/jmec64/_list/tickets
|
||||
|
||||
Name: Mobile C64
|
||||
Summary: Commodore 64 Emulator
|
||||
Description: A Commodore 64 (C64) emulator.
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 1.6.16
|
||||
CurrentVersionCode: 10616
|
@ -1,26 +0,0 @@
|
||||
Disabled: No license
|
||||
Categories:
|
||||
- Money
|
||||
License: None
|
||||
SourceCode: https://bitbucket-archive.softwareheritage.org/projects/gi/giszmo/fluxbitcoin-monitor.html
|
||||
|
||||
AutoName: FluxBitcoin for SW2
|
||||
Summary: Monitor bitcoin from smartwatch
|
||||
Description: No description available
|
||||
|
||||
Builds:
|
||||
- versionName: '1.006'
|
||||
versionCode: 6
|
||||
disable: no license
|
||||
commit: e33e9af
|
||||
target: android-18
|
||||
|
||||
MaintainerNotes: |-
|
||||
* no license
|
||||
* missing res
|
||||
* description/sumary
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: '1.006'
|
||||
CurrentVersionCode: 6
|
@ -1,31 +0,0 @@
|
||||
Disabled: Abandoned project
|
||||
Categories:
|
||||
- Navigation
|
||||
License: Apache-2.0
|
||||
WebSite: http://signalcoverage-locked.rhcloud.com
|
||||
SourceCode: https://github.com/locked-fg/signalcoverage
|
||||
IssueTracker: https://github.com/locked-fg/signalcoverage/issues
|
||||
|
||||
AutoName: SignalCoverage
|
||||
Summary: Log signal data and coordinates
|
||||
Description: |-
|
||||
Record signal data with GPS coordinates. You can export your data to CSV and KML
|
||||
or upload to a server. Server part is available
|
||||
<a href="https://github.com/locked-fg/signalcoverage-server">on github</a>.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/locked-fg/signalcoverage.git
|
||||
|
||||
Builds:
|
||||
- versionName: 2.4.4
|
||||
versionCode: 22
|
||||
disable: jar lib - https://github.com/locked-fg/signalcoverage/issues/26
|
||||
commit: v022-v2.4.4
|
||||
subdir: SignalCoverageApp
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.4.4
|
||||
CurrentVersionCode: 22
|
@ -1,32 +0,0 @@
|
||||
Categories:
|
||||
- Science & Education
|
||||
License: MIT
|
||||
WebSite: http://labcam.mpdl.mpg.de/
|
||||
SourceCode: https://github.com/MPDL/LabCam
|
||||
IssueTracker: https://github.com/MPDL/LabCam/issues
|
||||
|
||||
AutoName: LabCam
|
||||
Description: |-
|
||||
LabCam enables to easily capture scientific research data like photos or videos
|
||||
and various metadata and automatically transfer them to an image repository. The
|
||||
App is for scientists and scientific assistants who collect their research data
|
||||
with mobile devices. The Application relieves the documentation of research data
|
||||
by providing two different ways for uploading: manual and automatically.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/MPDL/LabCam.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.1.1
|
||||
versionCode: 3
|
||||
disable: crashlytics, jars
|
||||
commit: 5bb7c4c41e91b6ecd1d0540d2d1e677466368a20
|
||||
subdir: app
|
||||
init: echo 'android { lintOptions { checkReleaseBuilds false }}' >> build.gradle
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: 1.3.2
|
||||
CurrentVersionCode: 11
|
@ -1 +0,0 @@
|
||||
Upload your scientific data to an imeji backend
|
@ -1,21 +0,0 @@
|
||||
Categories:
|
||||
- Time
|
||||
License: GPL-3.0-only
|
||||
SourceCode: https://bitbucket-archive.softwareheritage.org/projects/m_/m_reiter/countit.html
|
||||
|
||||
AutoName: Count It!
|
||||
Description: |-
|
||||
CountIt is a simple counter app that provides up to 16 counters, implemented as
|
||||
a grid of Buttons. Each button shows the counter’s value and an optional label.
|
||||
Pressing the button increases the counter by 1.
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.1
|
||||
versionCode: 2
|
||||
disable: rebuild pending
|
||||
commit: 1.0.1
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 1.0.1
|
||||
CurrentVersionCode: 2
|
@ -1 +0,0 @@
|
||||
Multiple counters on a secreen
|
@ -1,30 +0,0 @@
|
||||
Categories:
|
||||
- Money
|
||||
License: GPL-3.0-only
|
||||
WebSite: https://fair-coin.org/
|
||||
SourceCode: https://github.com/faircoin/faircoin-android-wallet
|
||||
IssueTracker: https://github.com/faircoin/faircoin-android-wallet/issues
|
||||
|
||||
AutoName: FairCoin
|
||||
Description: Standalone FairCoin payment app, based on https://f-droid.org/packages/de.schildbach.wallet.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/faircoin/faircoin-android-wallet
|
||||
|
||||
Builds:
|
||||
- versionName: 4.21.9
|
||||
versionCode: 219
|
||||
disable: needs in-build signing removed
|
||||
commit: 4cebc4e63f873c0244ce5f32fe539e5fbb5389e6
|
||||
subdir: wallet
|
||||
maven: yes@..
|
||||
srclibs:
|
||||
- faircoinj@release-0.12
|
||||
scanignore:
|
||||
- wallet/assets/ssl-keystore
|
||||
build: $$MVN3$$ clean install -DskipTests -f $$faircoinj$$/pom.xml
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest/prod
|
||||
CurrentVersion: 4.21.9
|
||||
CurrentVersionCode: 219
|
@ -1 +0,0 @@
|
||||
Pay and receive FairCoins
|
@ -1,39 +0,0 @@
|
||||
Disabled: Never built. Source code, site, tracker, etc no longer there.
|
||||
Categories:
|
||||
- Phone & SMS
|
||||
License: GPL-3.0-or-later
|
||||
WebSite: http://www.sechat.org
|
||||
SourceCode: http://git.sechat.org/?p=SecHat.git;a=summary
|
||||
IssueTracker: http://bug.sechat.org/bug_report_page.php
|
||||
FlattrID: '1153315'
|
||||
|
||||
Summary: Secure messaging
|
||||
Description: |-
|
||||
This Instant Messenger has a built-in end-to-end point encryption, which means
|
||||
every outgoing message is only readable by your contact.
|
||||
|
||||
On the installation the application creates a key pair on your phone device. One
|
||||
Public-Key and a Private-Key, with the Public-Key you can encrypt messages but
|
||||
you cannot decrypt it. Decryption is only possible with your Private-Key.
|
||||
|
||||
The messages go via a server and you enter a phone number into the app so that
|
||||
your friends know how to find you.
|
||||
|
||||
Builds:
|
||||
- versionName: '1.2'
|
||||
versionCode: 23
|
||||
disable: Is it the right version of smack? (at cdce670)
|
||||
commit: cdce670
|
||||
prebuild:
|
||||
- svn co http://svn.igniterealtime.org/svn/repos/smack/tags/smack_3_2_2
|
||||
- cd smack_3_2_2/build
|
||||
- ant
|
||||
- mv ../target/smack.jar ../../libs/
|
||||
- mv ../target/smackx.jar ../../libs/
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Static
|
||||
CurrentVersion: '1.2'
|
||||
CurrentVersionCode: 23
|
||||
|
||||
NoSourceSince: '1.2'
|
@ -1,69 +0,0 @@
|
||||
AntiFeatures:
|
||||
- Tracking
|
||||
Categories:
|
||||
- System
|
||||
License: Apache-2.0
|
||||
WebSite: https://anexplorer.co/
|
||||
SourceCode: https://github.com/1hakr/AnExplorer
|
||||
IssueTracker: https://github.com/1hakr/AnExplorer/issues
|
||||
Donate: https://ko-fi.com/H2H6BPBP
|
||||
|
||||
AutoName: AnExplorer
|
||||
Description: |-
|
||||
AnExplorer File Manager is a Simple, Small, Fast and Efficient File Explorer. It
|
||||
supports RTL and shows the size of folders across the storages. File Manager is
|
||||
designed for all android devices including Phones, Phablets, Tablets and Android
|
||||
TV. It's fully designed with Material guidelines by Google. It supports all
|
||||
Android versions from Jellybean, Kitkat, Marshmallow to Nougat. We dont take any
|
||||
unnecessary permissions.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/1hakr/AnExplorer.git
|
||||
|
||||
Builds:
|
||||
- versionName: '3.8'
|
||||
versionCode: 62
|
||||
disable: cloudrail non-foss
|
||||
commit: v3.8
|
||||
subdir: app
|
||||
gradle:
|
||||
- other
|
||||
- pro
|
||||
srclibs:
|
||||
- RootTools@3.4
|
||||
rm:
|
||||
- app/libs
|
||||
prebuild:
|
||||
- cp -fR $$RootTools$$/RootTools/src/main/java/com src/main/java/
|
||||
- sed -i -e '/maven.fabric.io/d' -e '/io.fabric.tools/d' -e '/google-services/d'
|
||||
../build.gradle
|
||||
- sed -i -e '/keystore.properties/d' build.gradle
|
||||
|
||||
- versionName: '3.9'
|
||||
versionCode: 64
|
||||
disable: cloudrail non-foss
|
||||
commit: v3.9
|
||||
subdir: app
|
||||
gradle:
|
||||
- other
|
||||
- pro
|
||||
srclibs:
|
||||
- RootTools@3.4
|
||||
rm:
|
||||
- app/libs
|
||||
prebuild:
|
||||
- cp -fR $$RootTools$$/RootTools/src/main/java/com src/main/java/
|
||||
- sed -i -e '/maven.fabric.io/d' -e '/io.fabric.tools/d' -e '/google-services/d'
|
||||
../build.gradle
|
||||
- sed -i -e '/keystoreProperties/,+5d' build.gradle
|
||||
|
||||
MaintainerNotes: |-
|
||||
The app has a free and a pro flavors.
|
||||
The free flavor contains proprietary libraries (crashlytics and firebase-ads) but the pro flavor does not.
|
||||
AntiFeature due to https://github.com/1hakr/AnExplorer/issues/97
|
||||
Could be removed after a new release that remove this suspicious connections
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '3.9'
|
||||
CurrentVersionCode: 64
|
@ -1 +0,0 @@
|
||||
Universalinstrumente zum Dateimanagement
|
@ -1 +0,0 @@
|
||||
All-in-one file management tools
|
@ -1 +0,0 @@
|
||||
Herramientas todo en uno de administración de ficheros
|
@ -1 +0,0 @@
|
||||
Zintegrowane narzędzia do zarządzania plikami
|
@ -1 +0,0 @@
|
||||
Ferramentas de gerenciamento de arquivos tudo-em-um
|
@ -1 +0,0 @@
|
||||
Ferramentas de gestão de ficheiros tudo-em-um
|
@ -1 +0,0 @@
|
||||
Ferramentas de gestão de ficheiros tudo-em-um
|
@ -1 +0,0 @@
|
||||
一体式文件管理工具
|
@ -1,52 +0,0 @@
|
||||
Disabled: No license, non-free libs, tons of jars
|
||||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Navigation
|
||||
License: MPL-2.0
|
||||
WebSite: https://www.ibikecph.dk
|
||||
SourceCode: https://github.com/ibikecph/ibikecph-android
|
||||
IssueTracker: https://github.com/ibikecph/ibikecph-android/issues
|
||||
|
||||
AutoName: I Bike CPH
|
||||
Summary: Bike navigation for Copenhagen
|
||||
Description: |-
|
||||
Find the best bicycle route through Copenhagen. The app can tell you about the
|
||||
best shortcuts, knows which parks you’re allowed to bike through and where
|
||||
you’re allowed to ride against the one-way car flow.
|
||||
|
||||
The app is adapted to bike life in Copenhagen, but can also be used anywhere in
|
||||
Denmark.
|
||||
|
||||
The map has been adapted for cyclists and shows cobblestones and bicycle
|
||||
barriers, so you can avoid bumpy rides and know which route to pick when riding
|
||||
your cargo bike.
|
||||
|
||||
Features:
|
||||
|
||||
* Gives directions as you ride with GPS turn-by-turn navigation (requires a phone holder).
|
||||
* Avoids bumpy rides – route suggestions will try to avoid cobblestones.
|
||||
* Suggests routes for cargo bikes which avoid steps, bike barriers and cobblestones.
|
||||
* Suggests pushing your bike when it makes sense, e.g. on one-way streets.
|
||||
* Green Routes and Cycle Super Highways are prioritised.
|
||||
* You can login and save your favourite places, so you can quickly find your way to them later.
|
||||
* Bike map that shows cobblestones, bike barriers, Green Routes and Cycle Super Highways.
|
||||
* Searches for addresses, cafés, specific places, etc.
|
||||
* Uses data from OpenStreetMap (OSM), which is continuously updated.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/ibikecph/ibikecph-android.git
|
||||
|
||||
Builds:
|
||||
- versionName: '2.0'
|
||||
versionCode: 69
|
||||
disable: lots of jars
|
||||
commit: v2.0.0
|
||||
subdir: ibikecph-app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.2.4
|
||||
CurrentVersionCode: 86
|
@ -1,51 +0,0 @@
|
||||
Categories:
|
||||
- Internet
|
||||
License: MIT
|
||||
AuthorEmail: safeslingerapp@gmail.com
|
||||
SourceCode: https://github.com/SafeSlingerProject/SafeSlinger-Android
|
||||
IssueTracker: https://github.com/SafeSlingerProject/SafeSlinger-Android/issues
|
||||
Translation: https://www.transifex.com/projects/p/safeslinger
|
||||
Changelog: https://github.com/SafeSlingerProject/SafeSlinger-Android/releases
|
||||
|
||||
AutoName: SafeSlinger
|
||||
Description: |-
|
||||
Messenger focusing on the public key exchange. The goal is to make exchanging
|
||||
public keys as simple as possible without sacrificing security. It’s based on a
|
||||
research paper from CMU. The developers encourage others to use the exchange
|
||||
library in other projects.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/SafeSlingerProject/SafeSlinger-Android
|
||||
|
||||
Builds:
|
||||
- versionName: 1.8.0
|
||||
versionCode: 17301504
|
||||
disable: vercode is hex
|
||||
commit: 35df4d699d4ec2575f2184b77daf695113ad0fc4
|
||||
subdir: safeslinger-messenger
|
||||
srclibs:
|
||||
- CommonsCodec@CODEC_1_4
|
||||
forcevercode: true
|
||||
rm:
|
||||
- safeslinger-messenger/libs/*jar
|
||||
- safeslinger-demo/libs/*jar
|
||||
- android-vcard/libs/*jar
|
||||
- android-support-v7-appcompat/libs/android-support-v4.jar
|
||||
extlibs:
|
||||
- android/android-support-v4.jar
|
||||
prebuild:
|
||||
- cp libs/android-support-v4.jar ../safeslinger-demo/libs/android-support-v4.jar
|
||||
- cp libs/android-support-v4.jar ../android-support-v7-appcompat/libs/android-support-v4.jar
|
||||
- pushd $$CommonsCodec$$
|
||||
- $$MVN3$$ package
|
||||
- popd
|
||||
- cp $$CommonsCodec$$/target/commons-codec-1.4.jar ../android-vcard/libs/
|
||||
|
||||
MaintainerNotes: |-
|
||||
* WARNING: Found JAR file at android-support-v7-appcompat/libs/android-support-v7-appcompat.jar
|
||||
* Requires play-services? https://www.reddit.com/r/Android/comments/2cq6cg/safeslinger_encrypted_messaging
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
@ -1 +0,0 @@
|
||||
Instant messenger
|
@ -1,27 +0,0 @@
|
||||
Categories:
|
||||
- Time
|
||||
License: MIT
|
||||
SourceCode: https://github.com/AbdulGh/WhereAmINext
|
||||
IssueTracker: https://github.com/AbdulGh/WhereAmINext/issues
|
||||
|
||||
AutoName: Where Am I Next?
|
||||
Description: |-
|
||||
Tells you where and when you are next. Designed for university students, but it
|
||||
could be useful for anyone with a weekly timetable.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/AbdulGh/WhereAmINext
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
disable: missing root project, https://github.com/AbdulGh/WhereAmINext/issues/1
|
||||
commit: 3ad995c402998163296a3cf9bb6fc3aef79fa4e6
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
@ -1 +0,0 @@
|
||||
Configure and view your weekly timetable
|
@ -1,24 +0,0 @@
|
||||
Categories:
|
||||
- Development
|
||||
License: Apache-2.0
|
||||
SourceCode: https://github.com/inmite/android-grid-wichterle
|
||||
IssueTracker: https://github.com/inmite/android-grid-wichterle/issues
|
||||
|
||||
AutoName: GridWichterle
|
||||
Description: Makes adherence to <a href="http://developer.android.com/design/style/metrics-grids.html">design</a>
|
||||
guidlines much easier.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/inmite/android-grid-wichterle.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.2
|
||||
versionCode: 10002
|
||||
disable: strange missing classes crash on startup
|
||||
commit: '17023'
|
||||
maven: 'yes'
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: 1.0.2
|
||||
CurrentVersionCode: 10002
|
@ -1 +0,0 @@
|
||||
Grid overlay
|
@ -1,46 +0,0 @@
|
||||
Disabled: changed app id
|
||||
Categories:
|
||||
- Games
|
||||
License: GPL-3.0-or-later
|
||||
SourceCode: https://github.com/VelbazhdSoftwareLLC/FreeKlondike
|
||||
IssueTracker: https://github.com/VelbazhdSoftwareLLC/FreeKlondike/issues
|
||||
|
||||
AutoName: Free Klondike
|
||||
Summary: Play solitaire like card game
|
||||
Description: |-
|
||||
Solitaire-like card game which is customizable with different sets, backgrounds
|
||||
and difficulties. All moves can be undone and hints can be invoked if you are
|
||||
stuck. It supports 1 or 3 card draw and featres statistics and a scoreboard. The
|
||||
sessions are saved, even when you exit the app. Comparison to other games:
|
||||
|
||||
Similarities to FreeCell:
|
||||
|
||||
* The Cards in the columns are always visible
|
||||
* There are four individual cells at the top
|
||||
|
||||
Similarities to Solitaire:
|
||||
|
||||
* There is a deck and discard pile to draw cards from
|
||||
* Only Kings may be placed at the top of an empty column
|
||||
* Cards may be removed from the Ace piles and placed back onto the playing field
|
||||
* Any number of cards can be moved in one move (as long as they are stacked as in Solitaire
|
||||
|
||||
Features unique to this game:
|
||||
|
||||
* The four individual cells start with cards in them
|
||||
* You may only go through the deck twice on draw one and three times on draw three
|
||||
* The obvious: there are only four columns, not 7 or 8 as in Solitaire and FreeCell, respectively
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/VelbazhdSoftwareLLC/FreeKlondike
|
||||
|
||||
Builds:
|
||||
- versionName: '1.2'
|
||||
versionCode: 3
|
||||
disable: includes awt
|
||||
commit: a6c4f4dcf4a05174e263d2737e6bbea2ee816142
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
@ -1,30 +0,0 @@
|
||||
Disabled: Non-free license
|
||||
Categories:
|
||||
- Science & Education
|
||||
License: CC-BY-NC-4.0
|
||||
WebSite: https://github.com/giletvin/ornidroid/wiki
|
||||
SourceCode: https://github.com/giletvin/ornidroid
|
||||
|
||||
AutoName: Ornidroid
|
||||
Summary: Bird info
|
||||
Description: |-
|
||||
Works online by default but you can copy the files from the repo to the sdcard
|
||||
or download them from the web as mentioned on the website
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/giletvin/ornidroid.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.1
|
||||
versionCode: 2
|
||||
disable: non-commercial licence v1.0.1
|
||||
commit: unknown - see disabled
|
||||
subdir: ornidroid
|
||||
extlibs:
|
||||
- commons-io/commons-io-1.4.jar
|
||||
- junit/junit-4.10.jar
|
||||
prebuild: rm -rf ../ornidroid_images ../ornidroid_database ../ornidroid_audio
|
||||
../ornidroid_icons
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Static
|
@ -1,38 +0,0 @@
|
||||
AntiFeatures:
|
||||
- NonFreeDep
|
||||
Categories:
|
||||
- Games
|
||||
- Multimedia
|
||||
License: Apache-2.0
|
||||
AuthorName: tvbarthel
|
||||
AuthorEmail: tvbarthel@gmail.com
|
||||
SourceCode: https://github.com/tvbarthel/GooglyZoo
|
||||
IssueTracker: https://github.com/tvbarthel/GooglyZoo/issues
|
||||
Changelog: https://github.com/tvbarthel/GooglyZoo/releases
|
||||
|
||||
AutoName: GooglyZoo
|
||||
Description: |-
|
||||
Choose your favorite virtual Googly pet and simply move your face in front of
|
||||
your smartphone to wake it up. Once your virtual pet is awake, its Googly Eyes
|
||||
will track you for hours without blinking! Even if your new virtual pet doesn’t
|
||||
show any signs of tiredness, it will automatically fall asleep as soon as you
|
||||
disappear from your screen.
|
||||
|
||||
AntiFeature: Billing library required.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/tvbarthel/GooglyZoo
|
||||
|
||||
Builds:
|
||||
- versionName: '2.0'
|
||||
versionCode: 4
|
||||
disable: force closes
|
||||
commit: v2.0
|
||||
subdir: App/GooglyZooApp
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '2.0'
|
||||
CurrentVersionCode: 4
|
@ -1 +0,0 @@
|
||||
Head-tracking virtual pet
|
@ -1,28 +0,0 @@
|
||||
Categories:
|
||||
- Reading
|
||||
- Writing
|
||||
License: MIT
|
||||
SourceCode: https://github.com/chschtsch/milon-android
|
||||
IssueTracker: https://github.com/chschtsch/milon-android/issues
|
||||
|
||||
AutoName: Milon Hapashut
|
||||
Description: |-
|
||||
Look up and translate words with this Hebrew-English and English-Hebrew
|
||||
dictionary.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/chschtsch/milon-android
|
||||
|
||||
Builds:
|
||||
- versionName: 0.0.1
|
||||
versionCode: 1
|
||||
disable: remove apk
|
||||
commit: f6ded74665c61e1632e91a59d351a4b6d923541b
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: 0.0.1
|
||||
CurrentVersionCode: 1
|
@ -1 +0,0 @@
|
||||
Translate Hebrew to English and vice versa
|
@ -1,114 +0,0 @@
|
||||
Categories:
|
||||
- Internet
|
||||
License: GPL-3.0-only
|
||||
AuthorName: The Tox Project
|
||||
AuthorEmail: support@lists.tox.chat
|
||||
WebSite: https://tox.chat/
|
||||
SourceCode: https://github.com/Antox/Antox
|
||||
IssueTracker: https://github.com/Antox/Antox/issues
|
||||
|
||||
AutoName: Antox
|
||||
Description: |-
|
||||
Tox aims to be an easy to use, all-in-one communication platform that ensures
|
||||
their users full privacy and secure message delivery.
|
||||
|
||||
Every peer is represented as a byte string (the public key - Tox ID - of the
|
||||
peer). By using torrent-style DHT, peers can find the IP of other peers by using
|
||||
their Tox ID. Once the IP is obtained, peers can initiate a secure (leveraging
|
||||
the NaCl library) connection with each other. Once the connection is made, peers
|
||||
can exchange messages, send files, start video chats, etc. using encrypted
|
||||
communications.
|
||||
|
||||
INFORMATION: Use at your own risk. This is a pre-release build not intended for
|
||||
general use. It might brake or not get updated.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Antox/Antox.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.12.0
|
||||
versionCode: 28
|
||||
disable: builds but needs testing and cleaning
|
||||
commit: 9e33d57974ae564e263703dd0b4a84e0d3b6b9d5
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- dnsjava@1692
|
||||
- zxing@zxing-3.1.0
|
||||
- JSoup@jsoup-1.7.3
|
||||
- libsodium@0.6.1
|
||||
- toxcore@9a74e5d0581e2ce954e365aec470551785dbb844
|
||||
- jToxcore@e95246c0d06ea4fe472ec88c22c014b844d9f05c
|
||||
rm:
|
||||
- app/libs/jsoup-1.7.3.jar
|
||||
- app/libs/core.jar
|
||||
- app/libs/dnsjava-2.1.6.jar
|
||||
- app/libs/wearable-preview-support.jar
|
||||
prebuild:
|
||||
- pushd $$JSoup$$
|
||||
- $$MVN3$$ package
|
||||
- popd
|
||||
- cp $$JSoup$$/target/jsoup-1.7.3.jar libs/
|
||||
- pushd $$dnsjava$$
|
||||
- ant jar
|
||||
- popd
|
||||
- pushd $$zxing$$/core
|
||||
- $$MVN3$$ package -Dmaven.test.skip=true
|
||||
- popd
|
||||
- pushd ..
|
||||
- SYSROOT=`pwd`/sysroot
|
||||
- PATH=`pwd`/android-toolchain/bin:$PATH
|
||||
- $$NDK$$/build/tools/make-standalone-toolchain.sh --arch=arm --ndk-dir=$$NDK$$
|
||||
--toolchain=arm-linux-androideabi-4.6 --install-dir=android-toolchain --platform=android-9
|
||||
--system=linux-x86_64
|
||||
- mkdir -p build-sodium
|
||||
- cd build-sodium
|
||||
- $$libsodium$$/configure --host="arm-linux-androideabi" --prefix=$SYSROOT/usr
|
||||
--with-sysroot=$SYSROOT --disable-soname-versions
|
||||
- make -j4
|
||||
- make install
|
||||
- popd
|
||||
- pushd ..
|
||||
- mkdir -p build-toxcore
|
||||
- cd build-toxcore
|
||||
- $$toxcore$$/configure --host="arm-linux-androideabi" --prefix=$SYSROOT/usr
|
||||
--with-sysroot=$SYSROOT --with-libsodium-headers=$SYSROOT/usr/include --with-libsodium-libs=$SYSROOT/usr/lib
|
||||
--disable-soname-versions --disable-av --disable-rt --disable-ntox --disable-daemon
|
||||
--disable-phone
|
||||
- make -j4
|
||||
- make install
|
||||
- popd
|
||||
- pushd $$jToxcore$$
|
||||
- echo -e "SET(CMAKE_SYSTEM_NAME Linux)\n SET(CMAKE_C_COMPILER arm-linux-androideabi-gcc)\n
|
||||
SET(CMAKE_CXX_COMPILER arm-linux-androideabi-g++)\n SET(CMAKE_FIND_ROOT_PATH
|
||||
$SYSROOT)\n SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)\n SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY
|
||||
ONLY)\n SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)\n add_definitions(-DANDROID)\n"
|
||||
> toolchain.cmake
|
||||
- cmake . -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake -DJNI_H=$SYSROOT/usr/include
|
||||
-DNEED_JNI_MD=n
|
||||
- make -j4
|
||||
- popd
|
||||
- cp $$zxing$$/android/libs/core-3.1.0.jar libs/core.jar
|
||||
- cp $$dnsjava$$/dnsjava-2.1.6.jar libs/
|
||||
- cp $$JSoup$$/target/jsoup-1.7.3.jar libs/
|
||||
- cp $$jToxcore$$/src/jToxcore.jar libs/
|
||||
- mkdir -p src/main/jniLibs/armeabi-v7a
|
||||
- cp $SYSROOT/usr/lib/*.so src/main/jniLibs/armeabi-v7a/
|
||||
- cp $$jToxcore$$/jni/libjtoxcore.so src/main/jniLibs/armeabi-v7a/
|
||||
scanignore:
|
||||
- app/src/main/jniLibs/*/*.so
|
||||
- android-toolchain/*
|
||||
- sysroot/*
|
||||
- build-toxcore/*
|
||||
- build-sodium/*
|
||||
|
||||
MaintainerNotes: |-
|
||||
* Removed wearable-preview-support.jar since it seems to be usused, and I cant
|
||||
find source.
|
||||
* TODO: build for other architectures than armv7a
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Static
|
||||
CurrentVersion: 0.12.0
|
||||
CurrentVersionCode: 28
|
@ -1 +0,0 @@
|
||||
Secure and easy to use messenging
|
@ -1,292 +0,0 @@
|
||||
Categories:
|
||||
- Internet
|
||||
- Phone & SMS
|
||||
- Security
|
||||
License: Apache-2.0
|
||||
WebSite: https://zom.im/
|
||||
SourceCode: https://github.com/zom/zom-android
|
||||
IssueTracker: https://github.com/zom/zom-android/issues
|
||||
Changelog: https://github.com/zom/Zom-Android/releases
|
||||
|
||||
AutoName: Zom
|
||||
Description: |-
|
||||
'''NOTE:''' This app is no longer maintained.
|
||||
|
||||
Zom Online Messenger is a place where friends can be friends, and you can always
|
||||
speak your mind freely. Free & open-source with privacy features that helps keep
|
||||
you connected, no matter where you are. Once connected on Zom, you can send free
|
||||
text and voice messages, share photos, stickers and more!
|
||||
|
||||
* Zom is Simple
|
||||
|
||||
With Zom, you don’t need phone or email registration. Just create a fun username
|
||||
to get started on your Android and iOS devices - and that includes your tablets!
|
||||
|
||||
* Free & Unlimited Voice Messaging
|
||||
|
||||
Sending voice messages on Zom is not just fun, but convenient. Once you start
|
||||
recording, you will never run out of time.
|
||||
|
||||
* Zom Groups!
|
||||
|
||||
Create your own group. Never miss an update from your family and friends. Start
|
||||
exciting conversation and debates and keep them running
|
||||
|
||||
* Fun & Free Stickers
|
||||
|
||||
Zom stickers are unique and can be shared across many apps
|
||||
|
||||
* Share Files
|
||||
|
||||
Zom exports files quickly and easily. When you share a photo in Zom, your
|
||||
friends and family will receive it exactly as you sent it. Zom doesn’t
|
||||
compromise quality!
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/zom/zom-android
|
||||
Binaries: https://github.com/zom/Zom-Android/releases/download/%v/Zom-%v-zomrelease-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 15.0.1-BETA-8
|
||||
versionCode: 1501908
|
||||
disable: builds, but doesnt verify; also binary url needs to be fixed by upstream
|
||||
commit: 15.0.1-BETA-8
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- zomrelease
|
||||
prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
|
||||
|
||||
- versionName: 15.0.1-BETA-10
|
||||
versionCode: 1501910
|
||||
disable: only build latest release
|
||||
commit: 15.0.1-BETA-10
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- zomrelease
|
||||
prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
|
||||
|
||||
- versionName: 15.0.1-RC-1
|
||||
versionCode: 1501911
|
||||
disable: only build latest release
|
||||
commit: 15.0.1-RC-1
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- zomrelease
|
||||
prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
|
||||
|
||||
- versionName: 15.0.1-RC-2a
|
||||
versionCode: 1501921
|
||||
disable: only build latest release
|
||||
commit: 15.0.1-RC-2a
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- zomrelease
|
||||
prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
|
||||
|
||||
- versionName: 15.0.1-RC-3
|
||||
versionCode: 1501923
|
||||
disable: only build latest release
|
||||
commit: 15.0.1-RC-3
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- zomrelease
|
||||
prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
|
||||
|
||||
- versionName: 15.0.1.925
|
||||
versionCode: 1501925
|
||||
disable: only build latest release
|
||||
commit: 15.0.1.925
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- zomrelease
|
||||
prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
|
||||
|
||||
- versionName: 15.0.1.927
|
||||
versionCode: 1501927
|
||||
disable: only build latest release
|
||||
commit: 15.0.1.927
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- zomrelease
|
||||
prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
|
||||
|
||||
- versionName: 15.0.1.928
|
||||
versionCode: 1501928
|
||||
disable: only build latest release
|
||||
commit: 15.0.1.928
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- zomrelease
|
||||
prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
|
||||
|
||||
- versionName: 15.0.1.930
|
||||
versionCode: 1501930
|
||||
disable: only build latest release
|
||||
commit: 15.0.1.930
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- zomrelease
|
||||
prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
|
||||
|
||||
- versionName: 15.0.1.931
|
||||
versionCode: 1501931
|
||||
disable: only build latest release
|
||||
commit: 15.0.1.931
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- zomrelease
|
||||
prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
|
||||
|
||||
- versionName: 15.0.1.932
|
||||
versionCode: 1501932
|
||||
disable: only build latest release
|
||||
commit: 15.0.1.932
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- zomrelease
|
||||
prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
|
||||
|
||||
- versionName: 15.0.1.933
|
||||
versionCode: 1501933
|
||||
disable: only build latest release
|
||||
commit: 15.0.1.933
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- zomrelease
|
||||
prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
|
||||
|
||||
- versionName: 15.0.2.001a
|
||||
versionCode: 1501935
|
||||
disable: only build latest release
|
||||
commit: 15.0.2.001a
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- zomrelease
|
||||
prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
|
||||
|
||||
- versionName: 15.0.2.002
|
||||
versionCode: 1502002
|
||||
disable: only build latest release
|
||||
commit: 15.0.2.002
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- zomrelease
|
||||
prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
|
||||
|
||||
- versionName: 15.0.3-beta-2
|
||||
versionCode: 1503002
|
||||
disable: only build latest release
|
||||
commit: 15.0.3-beta-2
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- zomrelease
|
||||
prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
|
||||
|
||||
- versionName: 15.0.3-RC-3
|
||||
versionCode: 1503005
|
||||
disable: builds, but doesnt verify
|
||||
commit: 15.0.3-RC-3
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- zomrelease
|
||||
prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
|
||||
|
||||
- versionName: 15.1.0-alpha-1
|
||||
versionCode: 1510000
|
||||
disable: builds, but doesnt verify
|
||||
commit: 15.1.0-alpha-1
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- zomrelease
|
||||
prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
|
||||
|
||||
- versionName: 15.1.0-alpha-2
|
||||
versionCode: 1510002
|
||||
disable: builds, but doesnt verify
|
||||
commit: 15.1.0-alpha-2
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- zomrelease
|
||||
prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
|
||||
|
||||
- versionName: 15.1.0-alpha-3
|
||||
versionCode: 1510003
|
||||
disable: builds, but doesnt verify
|
||||
commit: 15.1.0-alpha-3
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- zomrelease
|
||||
prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
|
||||
|
||||
- versionName: 15.1.0-alpha-4
|
||||
versionCode: 1510004
|
||||
disable: builds, but doesnt verify
|
||||
commit: 15.1.0-alpha-4
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- zomrelease
|
||||
prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
|
||||
|
||||
- versionName: 15.1.0-alpha-5
|
||||
versionCode: 1510005
|
||||
disable: builds, doesnt verify
|
||||
commit: 15.1.0-alpha-5
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- zomrelease
|
||||
prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
|
||||
|
||||
- versionName: 15.2.0-RC-1
|
||||
versionCode: 1510017
|
||||
disable: builds, doesnt verify
|
||||
commit: 15.2.0-RC-1
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- zomrelease
|
||||
prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
|
||||
|
||||
- versionName: 15.2.0-RC-3
|
||||
versionCode: 1510019
|
||||
disable: builds, doesnt verify
|
||||
commit: 15.2.0-RC-3
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- zomrelease
|
||||
prebuild: sed -i '/com.google.android.gms/d' ../chatsecure-push/example/build.gradle
|
||||
|
||||
- versionName: 15.7.0-beta-2
|
||||
versionCode: 1570020
|
||||
disable: requires play-services-basement-15.0.1.aar
|
||||
commit: 0cbed21970a52999d63e7093f5464d3e80a8294b
|
||||
subdir: app
|
||||
submodules: true
|
||||
gradle:
|
||||
- zomrelease
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 15.8.0-RC-2
|
||||
CurrentVersionCode: 1580001
|
@ -1 +0,0 @@
|
||||
Chat with your friends
|
@ -1,32 +0,0 @@
|
||||
Categories:
|
||||
- Reading
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Guardian Project
|
||||
AuthorEmail: support@guardianproject.info
|
||||
AuthorWebSite: https://guardianproject.info
|
||||
WebSite: https://dev.guardianproject.info/projects/secure-reader
|
||||
SourceCode: https://github.com/guardianproject/securereader
|
||||
IssueTracker: https://github.com/guardianproject/securereader/issues
|
||||
Translation: https://www.transifex.com/otf/securereader/
|
||||
Liberapay: GuardianProject
|
||||
Bitcoin: 1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
|
||||
|
||||
AutoName: Courier
|
||||
Description: A feed aggregator/reader focusing on privacy. It supports RSS and ATOM
|
||||
feeds.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/guardianproject/securereader
|
||||
|
||||
Builds:
|
||||
- versionName: 0.1.9
|
||||
versionCode: 15
|
||||
disable: native libraries/binaries and jars inside submodules
|
||||
commit: v0.1.9
|
||||
subdir: app
|
||||
submodules: true
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.1.9
|
||||
CurrentVersionCode: 15
|
@ -1 +0,0 @@
|
||||
Lees wêreldwyd. Deel plaaslik.'N veilige News Reader met Orbot Tor ondersteuning.
|
@ -1 +0,0 @@
|
||||
በዓለም አቀፍ አንብብ. በአካባቢው ያጋሩ.Orbot የቶር ድጋፍ ጋር አስተማማኝ ዜና አንባቢ.
|
@ -1 +0,0 @@
|
||||
قراءة على الصعيد العالمي. تبادل محليا.A الآمنة قارئ الأخبار بدعم Orbot تور.
|
@ -1 +0,0 @@
|
||||
Прочетете в световен мащаб. Споделете локално.Сигурна News Reader с подкрепата Orbot Tor.
|
@ -1 +0,0 @@
|
||||
Llegir A nivell mundial. Comparteix localment.Un Secure lector de notícies amb el suport Orbot Tor.
|
@ -1 +0,0 @@
|
||||
Přečtěte si v celosvětovém měřítku. Podělte se místně.Secure News Reader s podporou Orbot Tor.
|
@ -1 +0,0 @@
|
||||
Lesen Weltweit. Teilen Sie vor Ort.Ein sicheres News Reader mit Orbot Tor Unterstützung.
|
@ -1 +0,0 @@
|
||||
Διαβάστε όλο τον κόσμο. Μοιραστείτε τοπικά.Μια ασφαλής News Reader με υποστήριξη Orbot Tor.
|
@ -1 +0,0 @@
|
||||
Read Globally. Share Locally.A Secure News Reader with Orbot Tor support.
|
@ -1 +0,0 @@
|
||||
Leer A nivel mundial. Comparte localmente.Un Secure lector de noticias con el apoyo Orbot Tor.
|
@ -1 +0,0 @@
|
||||
Loe terve maailma. Jaga Kohati.Secure News Reader Orbot Tor toetust.
|
@ -1 +0,0 @@
|
||||
Lue maailmanlaajuisesti. Jaa Paikallisesti.Turvallinen News Reader Orbot Tor tuella.
|
@ -1 +0,0 @@
|
||||
Lire l'échelle mondiale. Partagez localement.Une sécurisé Nouvelles Reader avec le soutien Orbot Tor.
|
@ -1 +0,0 @@
|
||||
विश्व स्तर पर पढ़ें। स्थानीय रूप से साझा करें।Orbot टो समर्थन के साथ एक सुरक्षित न्यूज रीडर।
|
@ -1 +0,0 @@
|
||||
Pročitajte globalno. Podijelite na lokalnoj razini.Sigurna čitač vijesti sa Orbot Tor podršku.
|
@ -1 +0,0 @@
|
||||
Olvassa el világszerte. Ossza helyben.A Secure News Reader Orbot Tor támogatást.
|
@ -1 +0,0 @@
|
||||
Baca global. Bagi Lokal.Secure News Reader dengan dukungan Orbot Tor.
|
@ -1 +0,0 @@
|
||||
Leggi globale. Condividi localmente.A Secure News Reader con il supporto Orbot Tor.
|
@ -1 +0,0 @@
|
||||
グローバルをお読みください。ローカル共有。OrbotのTorをサポートするセキュアなニュースリーダー。
|
@ -1 +0,0 @@
|
||||
세계적으로 읽기. 로컬 공유 할 수 있습니다.Orbot 토르 지원 보안 뉴스 리더.
|
@ -1 +0,0 @@
|
||||
Skaityti visame pasaulyje. Dalytis vietoje.Saugus Naujienos skaitytuvas Orbot Tor paramą.
|
@ -1 +0,0 @@
|
||||
Lasīt globāli. Dalīties Lokāli.Droša News Reader ar Orbot Tor atbalstu.
|
@ -1 +0,0 @@
|
||||
Lees Wereldwijd. Deel Lokaal.Een Secure News Reader met Orbot Tor ondersteuning.
|
@ -1 +0,0 @@
|
||||
Les globalt. Del lokalt.Et sikkert News Reader med Orbot Tor støtte.
|
@ -1 +0,0 @@
|
||||
Czytaj na całym świecie. Podziel Lokalnie.Bezpieczne News Reader z obsługą Orbot Tor.
|
@ -1 +0,0 @@
|
||||
Leia globais. Compartilhe localmente.Um seguro News Reader com o apoio Orbot Tor.
|
@ -1 +0,0 @@
|
||||
Leia globais. Compartilhe localmente.Um seguro News Reader com o apoio Orbot Tor.
|
@ -1 +0,0 @@
|
||||
Citește toată lumea. Împarte local.Un Secure News Reader cu suport Orbot Tor.
|
@ -1 +0,0 @@
|
||||
Читайте в глобальном масштабе. Поделитесь Локально.Безопасный для чтения новостей с поддержкой Orbot Tor.
|
@ -1 +0,0 @@
|
||||
Prečítajte si v celosvetovom meradle. Podeľte sa lokálne.Secure News Reader s podporou Orbot Tor.
|
@ -1 +0,0 @@
|
||||
Preberite svetu. Delite Lokalno.Secure News Reader s Orbot Tor podporo.
|
@ -1 +0,0 @@
|
||||
Läs globalt. Dela Lokalt.En säker nyhetsläsare med Orbot Tor stöd.
|
@ -1 +0,0 @@
|
||||
Kusoma Kimataifa. Ndani ya nchi kushiriki.Salama Habari Msomaji na Orbot Tor msaada.
|
@ -1 +0,0 @@
|
||||
อ่านทั่วโลก แบ่งปันในพื้นที่อ่านข่าวการรักษาความปลอดภัยด้วยการสนับสนุน Orbot Tor
|
@ -1 +0,0 @@
|
||||
Dünyaya okuyun. Yerel paylaşın.Orbot Tor desteği ile Güvenli News Reader.
|
@ -1 +0,0 @@
|
||||
Читайте в глобальному масштабі. Поділіться Локально.Безпечний для читання новин з підтримкою Orbot Tor.
|
@ -1 +0,0 @@
|
||||
Đọc toàn cầu. Chia sẻ tại địa phương.Một Tin tức Bảo mật Reader với hỗ trợ Orbot Tor.
|
@ -1 +0,0 @@
|
||||
全球阅读。本地共享。支持 Orbot Tor 的安全新闻阅读器。
|
@ -1,63 +0,0 @@
|
||||
Categories:
|
||||
- Navigation
|
||||
- Security
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Guardian Project
|
||||
AuthorEmail: support@guardianproject.info
|
||||
AuthorWebSite: https://guardianproject.info
|
||||
WebSite: https://guardianproject.info/2015/01/23/sharing-your-location-privately
|
||||
SourceCode: https://github.com/guardianproject/LocationPrivacy
|
||||
IssueTracker: https://dev.guardianproject.info/projects/panic/issues
|
||||
Translation: https://hosted.weblate.org/projects/guardianproject/locationprivacy/
|
||||
Liberapay: GuardianProject
|
||||
Bitcoin: 1Fi5xUHiAPRKxHvyUGVFGt9extBe8Srdbk
|
||||
|
||||
AutoName: LocationPrivacy
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/guardianproject/LocationPrivacy.git
|
||||
Binaries: https://guardianproject.info/releases/LocationPrivacy-%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: '0.1'
|
||||
versionCode: 10
|
||||
disable: does not verify
|
||||
commit: '0.1'
|
||||
target: android-21
|
||||
|
||||
- versionName: '0.2'
|
||||
versionCode: 20
|
||||
disable: does not verify
|
||||
commit: '0.2'
|
||||
submodules: true
|
||||
target: android-22
|
||||
scanignore:
|
||||
- external/netcipher/libnetcipher/external/pinning/res/raw/cacerts
|
||||
|
||||
- versionName: '0.3'
|
||||
versionCode: 30
|
||||
disable: does not verify
|
||||
commit: '0.3'
|
||||
submodules: true
|
||||
target: android-22
|
||||
scanignore:
|
||||
- external/netcipher/libnetcipher/external/pinning/res/raw/cacerts
|
||||
|
||||
- versionName: 0.3.1
|
||||
versionCode: 31
|
||||
disable: does not verify
|
||||
commit: 0.3.1
|
||||
timeout: 2000
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get -qy install --no-install-recommends -t stretch-backports diffoscope
|
||||
apktool enjarify libstringtemplate4-java unzip xxd
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: echo 'android.lintOptions.checkReleaseBuilds false' >> build.gradle
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.3.1
|
||||
CurrentVersionCode: 31
|
@ -1 +0,0 @@
|
||||
privaatheid filters vir gedeelde ligging skakels
|
@ -1 +0,0 @@
|
||||
مرشحات الخصوصية لروابط موقع مشترك
|
@ -1 +0,0 @@
|
||||
филтри за поверителност на споделени локация връзки
|
@ -1 +0,0 @@
|
||||
filtres de privacitat per als enllaços ubicació compartida
|
@ -1 +0,0 @@
|
||||
filtry soukromí pro sdílené umístění odkazů
|
@ -1 +0,0 @@
|
||||
privatlivets fred filtre til delte placering links
|
@ -1 +0,0 @@
|
||||
Schutz Filter freigegebenen Speicherort Links
|
@ -1 +0,0 @@
|
||||
φίλτρα προστασίας της ιδιωτικής ζωής για τις κοινές συνδέσεις τοποθεσίας
|
@ -1 +0,0 @@
|
||||
privacy filters for shared location links
|
@ -1 +0,0 @@
|
||||
filtros de privacidad para cuando esté compartiendo su ubicación
|
@ -1 +0,0 @@
|
||||
privaatsust filtrid jagatud asukoha lingid
|
@ -1 +0,0 @@
|
||||
yksityisyyden suodattimet jaettuun sijaintiin linkkejä
|
@ -1 +0,0 @@
|
||||
filtres de confidentialité lors du partage de votre emplacement
|
@ -1 +0,0 @@
|
||||
साझा स्थान लिंक के लिए गोपनीयता फिल्टर
|
@ -1 +0,0 @@
|
||||
privatnosti filteri za zajedničkim lokacija linkovi
|
@ -1 +0,0 @@
|
||||
adatvédelmi szűrők megosztott helyen linkek
|
@ -1 +0,0 @@
|
||||
filter privasi untuk berbagi link lokasi
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user