Merge remote-tracking branch 'refs/remotes/fdroid/master'

This commit is contained in:
Joris Bodin 2019-11-27 15:51:10 +01:00
commit 75b3a34b2f
No known key found for this signature in database
GPG key ID: 3144433DBB0C5A21
100 changed files with 1601 additions and 213 deletions

View file

@ -25,7 +25,14 @@ Builds:
gradle:
- yes
- versionName: v1.6
versionCode: 10
commit: v1.6
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: v1.5
CurrentVersionCode: 9
CurrentVersion: v1.6
CurrentVersionCode: 10

View file

@ -212,7 +212,14 @@ Builds:
gradle:
- yes
- versionName: 1.3.0
versionCode: 45
commit: 1.3.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags ^[0-9.]+$
CurrentVersion: 1.2.2
CurrentVersionCode: 44
CurrentVersion: 1.3.0
CurrentVersionCode: 45

View file

@ -1308,9 +1308,24 @@ Builds:
- sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g'
../build.gradle
- versionName: '1.117'
versionCode: 117
commit: '1.117'
subdir: app
gradle:
- fdroid
srclibs:
- RapidDecoder@7cdfca4
prebuild:
- cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/
- sed -i -e '/rapid.decoder/d' -e '/githubImplementation/d' -e '/versionNameSuffix/d'
build.gradle
- sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g'
../build.gradle
MaintainerNotes: RapidDecoder 0.3.0 is required, but this version is not tagged.
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: '1.116'
CurrentVersionCode: 116
CurrentVersion: '1.117'
CurrentVersionCode: 117

View file

@ -1218,7 +1218,23 @@ Builds:
gradle:
- standard
- versionName: 2.6.1-ose
versionCode: 313
commit: v2.6.1-ose
subdir: app
submodules: true
gradle:
- standard
- versionName: 2.6.1.1-ose
versionCode: 315
commit: v2.6.1.1-ose
subdir: app
submodules: true
gradle:
- standard
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags ^v[0-9.]+-ose$
CurrentVersion: 2.6-ose
CurrentVersionCode: 308
CurrentVersion: 2.6.1.1-ose
CurrentVersionCode: 315

View file

@ -68,7 +68,7 @@ Builds:
commit: v2.5.6
subdir: adguard_cb
gradle:
- samsung_api21
- prod
- prodBackend
AutoUpdateMode: Version v%v

View file

@ -201,7 +201,14 @@ Builds:
gradle:
- FlavorDefault
- versionName: 0.7.1
versionCode: 39
commit: v0.7.1
subdir: app
gradle:
- FlavorDefault
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 0.7.0
CurrentVersionCode: 38
CurrentVersion: 0.7.1
CurrentVersionCode: 39

View file

@ -124,7 +124,16 @@ Builds:
scanignore:
- contrib
- versionName: 1.8.6
versionCode: 60
commit: AndroidMultiVNC-1.8.6
subdir: android/app
gradle:
- yes
scanignore:
- contrib
AutoUpdateMode: Version AndroidMultiVNC-%v
UpdateCheckMode: Tags
CurrentVersion: 1.8.5
CurrentVersionCode: 59
CurrentVersion: 1.8.6
CurrentVersionCode: 60

View file

@ -88,7 +88,7 @@ Builds:
- versionName: '1.2'
versionCode: 12
commit: '1.2'
commit: 9450983100b361a0150df0f16565d9fdc6d3680e
subdir: OpenPods/app
gradle:
- yes

View file

@ -512,9 +512,18 @@ Builds:
output: app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk
ndk: r18b
- versionName: 5.36.3
versionCode: 53603
commit: 5.36.3
submodules: true
gradle:
- yes
output: app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk
ndk: r18b
MaintainerNotes: Cannot use AUM/UCM because version code and version name are dynamic.
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 5.34.0
CurrentVersionCode: 53400
CurrentVersion: 5.36.3
CurrentVersionCode: 53603

View file

@ -669,6 +669,14 @@ Builds:
gradle:
- yes
- versionName: 1.9.5
versionCode: 95
commit: v1.9.5
subdir: app
submodules: true
gradle:
- yes
MaintainerNotes: |-
Summary and Description are maintained by upstream using fastlane in
the source repo:
@ -676,5 +684,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.9.4
CurrentVersionCode: 94
CurrentVersion: 1.9.5
CurrentVersionCode: 95

View file

@ -149,7 +149,14 @@ Builds:
gradle:
- yes
- versionName: 1.6.3
versionCode: 95
commit: v1.6.3
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.5.2
CurrentVersionCode: 91
CurrentVersion: 1.6.3
CurrentVersionCode: 95

View file

@ -136,6 +136,36 @@ Builds:
- ./link_to_mupdf_1.16.1.sh
ndk: r17c
- versionName: 8.2.11-fdroid
versionCode: 3420
commit: 8.2.11
subdir: app/
sudo:
- apt-get update || apt-get update
- apt-get install -y g++-6 mesa-common-dev libxcursor-dev libxrandr-dev libxinerama-dev
libgl1-mesa-dev
gradle:
- fdroid
srclibs:
- MuPDF@1.16.1
rm:
- Builder/libs/
prebuild:
- sed -i -e '/F-DROID REMOVE THIS LINE/,+1d' ../build.gradle
- sed -i -e '/com.google.gms.google-services/d' -e '/com.google.android.gms/d'
-e '/com.cloudrail/d' -e '/include "armeabi-v7a", "arm64-v8a"/d' build.gradle
- sed -i -e '/git clone/d' -e 's#cd mupdf-$VERSION#pushd '$PWD'/$$MuPDF$$#'
-e 's#/home/ivan-dev/git/LibreraReader/Builder/mupdf-$VERSION#'$PWD'/$$MuPDF$$#'
-e 's#/home/ivan-dev/git/LibreraReader/app/src/main/jniLibs#'$PWD'/src/main/jniLibs#'
-e 's#cd \.\.#popd#' ../Builder/link_to_mupdf_1.16.1.sh
- mkdir src/main/jniLibs/
scandelete:
- Builder/
build:
- pushd ../Builder/
- ./link_to_mupdf_1.16.1.sh
ndk: r17c
MaintainerNotes: Upstream builds separate APKs for each architecture but we build
an universal APK.

View file

@ -481,7 +481,17 @@ Builds:
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
../CommonUtils/build.gradle
- versionName: 5.4.4
versionCode: 195
commit: v5.4.4
subdir: app
submodules: true
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
../CommonUtils/build.gradle
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 5.4.3
CurrentVersionCode: 194
CurrentVersion: 5.4.4
CurrentVersionCode: 195

View file

@ -227,7 +227,17 @@ Builds:
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
../CommonUtils/build.gradle
- versionName: 3.0.0
versionCode: 85
commit: v3.0.0
subdir: app
submodules: true
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
../CommonUtils/build.gradle
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 2.8.15
CurrentVersionCode: 84
CurrentVersion: 3.0.0
CurrentVersionCode: 85

View file

@ -617,7 +617,15 @@ Builds:
- yes
prebuild: sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
- versionName: 1.12.14
versionCode: 375
commit: bookreader-1.12.14
subdir: app
gradle:
- yes
prebuild: sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
AutoUpdateMode: Version bookreader-%v
UpdateCheckMode: Tags
CurrentVersion: 1.12.13
CurrentVersionCode: 374
CurrentVersion: 1.12.14
CurrentVersionCode: 375

View file

@ -680,6 +680,32 @@ Builds:
- sed -i -e '/dl.bintray.com\/lukaville/d' -e 's/com.nbsp:library:1.8/com.github.nbsp-team:MaterialFilePicker:7f3679fbbf/g'
build.gradle
- versionName: 3.4.1
versionCode: 341
commit: '341'
subdir: app
gradle:
- purefoss
prebuild:
- touch translate.properties
- sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/play-services/d' -e '/google-services/d'
build.gradle
- sed -i -e '/dl.bintray.com\/lukaville/d' -e 's/com.nbsp:library:1.8/com.github.nbsp-team:MaterialFilePicker:7f3679fbbf/g'
build.gradle
- versionName: 3.4.3
versionCode: 343
commit: '343'
subdir: app
gradle:
- purefoss
prebuild:
- touch translate.properties
- sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/play-services/d' -e '/google-services/d'
build.gradle
- sed -i -e '/dl.bintray.com\/lukaville/d' -e 's/com.nbsp:library:1.8/com.github.nbsp-team:MaterialFilePicker:7f3679fbbf/g'
build.gradle
MaintainerNotes: |-
We replace com.nbsp:library from http://dl.bintray.com/lukaville/maven with
com.github.nbsp-team:MaterialFilePicker from
@ -688,5 +714,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version %c
UpdateCheckMode: HTTP
UpdateCheckData: https://raw.githubusercontent.com/premnirmal/StockTicker/master/app/version.properties|versionCode=(.*)|.|versionName=(.*)
CurrentVersion: 3.4.0
CurrentVersionCode: 340
CurrentVersion: 3.4.3
CurrentVersionCode: 343

View file

@ -79,7 +79,21 @@ Builds:
gradle:
- fdroid
- versionName: '0.47'
versionCode: 47
commit: '0.47'
subdir: app
gradle:
- fdroid
- versionName: '0.48'
versionCode: 48
commit: '0.48'
subdir: app
gradle:
- fdroid
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: '0.46'
CurrentVersionCode: 46
CurrentVersion: '0.48'
CurrentVersionCode: 48

View file

@ -274,7 +274,25 @@ Builds:
rm:
- project/gradle
- versionName: 3.6.9.1
versionCode: 130
commit: v3.6.9.1
subdir: project/app
gradle:
- yes
rm:
- project/gradle
- versionName: 3.6.9.2
versionCode: 131
commit: v3.6.9.2
subdir: project/app
gradle:
- yes
rm:
- project/gradle
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 3.6.9
CurrentVersionCode: 129
CurrentVersion: 3.6.9.2
CurrentVersionCode: 131

View file

@ -218,7 +218,24 @@ Builds:
../build.gradle > ../build.tmp
- mv ../build.tmp ../build.gradle
- versionName: 1.28.11
versionCode: 182
commit: 1.28.11
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y gawk
gradle:
- foss
prebuild:
- gawk 'd==0{m=0} /isGooglePlayFlavor()/{m=1} m==1&&/{/{d++} d==0{print} m==1&&/}/{d--}'
build.gradle > build.tmp
- mv build.tmp build.gradle
- gawk 'd==0{m=0} /isGooglePlayFlavor()/{m=1} m==1&&/{/{d++} d==0{print} m==1&&/}/{d--}'
../build.gradle > ../build.tmp
- mv ../build.tmp ../build.gradle
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.28.9
CurrentVersionCode: 180
CurrentVersion: 1.28.11
CurrentVersionCode: 182

View file

@ -23,5 +23,5 @@ Builds:
AutoUpdateMode: None
UpdateCheckMode: Tags v\d+\.\d+(\.\d+)?
CurrentVersion: '0.22'
CurrentVersionCode: 22
CurrentVersion: '0.24'
CurrentVersionCode: 24

View file

@ -394,6 +394,50 @@ Builds:
scandelete:
- node_modules
- versionName: 1.25.1
versionCode: 247
commit: v1.25.1
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288
- sysctl -p
- apt-get update || apt-get update
- apt-get install -y --no-install-recommends -t stretch-backports npm
init:
- sed -i -e '/react-native-youtube/d' ../../package.json build.gradle ../settings.gradle
../../app/components/post_body_additional_content/post_body_additional_content.js
- make -C ../.. pre-run
gradle:
- yes
rm:
- node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/gcm/
- node_modules/xdate/build/compiler.jar
- node_modules/react-native-video/android-exoplayer/build/
- node_modules/socketcluster/
- node_modules/shaka-player/third_party/closure/compiler.jar
- node_modules/.bin/socketcluster
prebuild:
- "sed -i -e '/play-services-gcm/,+2d' -e 's/bundleCommand: \"ram-bundle\",/bundleCommand:\
\ \"ram-bundle\", nodeExecutableAndArgs: [\"node\", \"--max-old-space-size=12000\"\
],/' build.gradle"
- sed -i -e '/ReactNativeYouTube/d' src/main/java/com/mattermost/rnbeta/MainApplication.java
- sed -i -e '/com.google.android.gms.iid.InstanceID.getInstance/d' ../../node_modules/react-native-device-info/android/src/main/java/com/learnium/RNDeviceInfo/RNDeviceModule.java
- sed -i -e '/play-services/d' ../../node_modules/react-native-device-info/android/build.gradle
- sed -i -e '/firebase/d' ../../node_modules/react-native-notifications/android/build.gradle
build.gradle
- sed -i -e '/hasPermission/d' -e '/tokenFetchIntent/d' -e '/FcmInstance/d'
-e '/FirebaseApp/'d ../../node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/RNNotificationsModule.java
../../node_modules/react-native-notifications/android/src/main/java/com/wix/reactnativenotifications/RNNotificationsPackage.java
- sed -i -e '/maven {/,+2d' ../../node_modules/react-native-document-picker/android/build.gradle
- truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
scanignore:
- android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-image-picker/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
scandelete:
- node_modules
MaintainerNotes: |-
sed is used to:
* Remove push notifications (see [https://github.com/wix/react-native-notifications/issues/207 this issue])
@ -404,5 +448,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.25.0
CurrentVersionCode: 245
CurrentVersion: 1.25.1
CurrentVersionCode: 247

View file

@ -715,7 +715,33 @@ Builds:
- sed -i -e '/io.fabric/d; /com.google.gms/d' ../build.gradle build.gradle
ndk: r16b
- versionName: 3.7.8
versionCode: 2207
commit: v3.7.8
subdir: presentation
gradle:
- noAnalytics
prebuild:
- sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d'
build.gradle
- sed -i -e '/glide-snapshot/d; /maven.fabric.io/d' ../build.gradle
- sed -i -e '/io.fabric/d; /com.google.gms/d' ../build.gradle build.gradle
ndk: r16b
- versionName: 3.7.9
versionCode: 2208
commit: v3.7.9
subdir: presentation
gradle:
- noAnalytics
prebuild:
- sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d'
build.gradle
- sed -i -e '/glide-snapshot/d; /maven.fabric.io/d' ../build.gradle
- sed -i -e '/io.fabric/d; /com.google.gms/d' ../build.gradle build.gradle
ndk: r16b
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags ^v[0-9.]+$
CurrentVersion: 3.7.7
CurrentVersionCode: 2206
CurrentVersion: 3.7.9
CurrentVersionCode: 2208

View file

@ -3945,9 +3945,45 @@ Builds:
scandelete:
- src/androidTest
- versionName: '20191119'
versionCode: 20191119
commit: dev-20191119
submodules: true
gradle:
- versionDev
rm:
- user_manual
- gplay.gradle
scandelete:
- src/androidTest
- versionName: '20191121'
versionCode: 20191121
commit: dev-20191121
submodules: true
gradle:
- versionDev
rm:
- user_manual
- gplay.gradle
scandelete:
- src/androidTest
- versionName: '20191123'
versionCode: 20191123
commit: dev-20191123
submodules: true
gradle:
- versionDev
rm:
- user_manual
- gplay.gradle
scandelete:
- src/androidTest
MaintainerNotes: Tags get removed. See https://github.com/nextcloud/android/issues/969.
AutoUpdateMode: Version dev-%c
UpdateCheckMode: Tags ^dev
CurrentVersion: '20191116'
CurrentVersionCode: 20191116
CurrentVersion: '20191123'
CurrentVersionCode: 20191123

View file

@ -26,7 +26,14 @@ Builds:
gradle:
- yes
- versionName: 1.0-4
versionCode: 4
commit: v1.0-4
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.0-3
CurrentVersionCode: 3
CurrentVersion: 1.0-4
CurrentVersionCode: 4

View file

@ -5,7 +5,7 @@ WebSite: https://bitbucket.org/oF2pks/kaltura-device-info-android
SourceCode: https://bitbucket.org/oF2pks/kaltura-device-info-android/src
IssueTracker: https://forum.xda-developers.com/android/apps-games/appfoss-googleserviceframework-gsf-t3849908
AutoName: (F-Droid) Kaltura Device Info
AutoName: (F-Droid) kDI
Description: |-
Re-branded KalturaDeviceInfo to provides GSF id (needed for Google
uncertified devices), checks about Widevine & media decoders plus detection
@ -61,7 +61,15 @@ Builds:
- yes
ndk: r20
- versionName: 1.3.1-9
versionCode: 9
commit: v1.3.1-9
subdir: app
gradle:
- yes
ndk: r20
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.3.1-8
CurrentVersionCode: 8
CurrentVersion: 1.3.1-9
CurrentVersionCode: 9

View file

@ -34,7 +34,14 @@ Builds:
gradle:
- yes
- versionName: 1.9.7
versionCode: 507
commit: v1.9.7
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.9.6
CurrentVersionCode: 506
CurrentVersion: 1.9.7
CurrentVersionCode: 507

View file

@ -156,7 +156,20 @@ Builds:
- sed -i -e '/gms/d' -e 's/\(repositories {\)/\1 jcenter()/' ../build.gradle
- sed -i -e '/firebase/d' build.gradle
- versionName: '5.6'
versionCode: 50600
commit: v5.6
subdir: app
gradle:
- base
prebuild:
- perl -0 -p -i -e 's|<Preference\s[^<]*<intent\s[^<]*\.DonateActivity".*?</Preference>\s*||s'
app/src/main/res/xml/preferences.xml
- perl -0 -p -i -e 's|<activity\s[^<]*"\.DonateActivity".*?/>\s*||s' app/src/main/AndroidManifest.xml
- sed -i -e '/gms/d' -e 's/\(repositories {\)/\1 jcenter()/' ../build.gradle
- sed -i -e '/firebase/d' build.gradle
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '5.5'
CurrentVersionCode: 50501
CurrentVersion: '5.6'
CurrentVersionCode: 50600

View file

@ -157,6 +157,15 @@ Builds:
prebuild: sed -i -e '/defaultConfig/a\ applicationId "com.plusonelabs.calendar"'
build.gradle
- versionName: 3.1.7-560
versionCode: 560
commit: 3.1.7
subdir: app
gradle:
- yes
prebuild: sed -i -e '/defaultConfig/a\ applicationId "com.plusonelabs.calendar"'
build.gradle
MaintainerNotes: |-
Upstream generates CV and CVC from git, so we don't catch that anymore,
see https://github.com/plusonelabs/calendar-widget/issues/210.
@ -168,5 +177,5 @@ MaintainerNotes: |-
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 3.0.11-532
CurrentVersionCode: 532
CurrentVersion: 3.1.7-560
CurrentVersionCode: 560

View file

@ -235,7 +235,15 @@ Builds:
- yes
prebuild: sed -i -e '/keystore/d' build.gradle
- versionName: 6.7.1
versionCode: 165
commit: 6.7.1
subdir: app
gradle:
- yes
prebuild: sed -i -e '/keystore/d' build.gradle
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 6.7.0
CurrentVersionCode: 164
CurrentVersion: 6.7.1
CurrentVersionCode: 165

View file

@ -144,7 +144,32 @@ Builds:
- node_modules/
- vendor/
- versionName: 3.0.17
versionCode: 3000170
commit: 3.0.17
subdir: android/app/
submodules: true
sudo:
- apt-get update || apt-get update
- apt-get install -y --no-install-recommends -t stretch-backports npm
init: npm install
gradle:
- yes
rm:
- vendor/react-native-aes/android/build/
prebuild:
- truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
- sed -i -e 's/gradle-4.1/gradle-5.4.1/' gradle/wrapper/gradle-wrapper.properties
scanignore:
- android/build.gradle
- node_modules/react-native-screens/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
- vendor/react-native-navigation/android/build.gradle
scandelete:
- node_modules/
- vendor/
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 3.0.16
CurrentVersionCode: 3000160
CurrentVersion: 3.0.17
CurrentVersionCode: 3000170

View file

@ -536,7 +536,14 @@ Builds:
gradle:
- yes
- versionName: '0.84'
versionCode: 84
commit: v0.84
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '0.82'
CurrentVersionCode: 82
CurrentVersion: '0.84'
CurrentVersionCode: 84

View file

@ -971,10 +971,44 @@ Builds:
- popd
ndk: r20
- versionName: 14.0.0
versionCode: 103
commit: 14.0.0
subdir: app
gradle:
- yes
srclibs:
- libbaresip-android@7.0
build:
- pushd $$libbaresip-android$$
- sed -i -e 's|/opt/Android/Sdk/ndk-bundle|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip|'
Makefile
- make download-sources
- make install-all
- popd
ndk: r20
- versionName: 15.0.0
versionCode: 104
commit: 15.0.0
subdir: app
gradle:
- yes
srclibs:
- libbaresip-android@7.0
build:
- pushd $$libbaresip-android$$
- sed -i -e 's|/opt/Android/Sdk/ndk-bundle|$$NDK$$|' -e 's|/usr/src/baresip-studio|../../com.tutpro.baresip|'
Makefile
- make download-sources
- make install-all
- popd
ndk: r20
MaintainerNotes: make download-sources checks out master branches of several libraries;
this can cause build failures.
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 13.0.1
CurrentVersionCode: 102
CurrentVersion: 15.0.0
CurrentVersionCode: 104

View file

@ -165,7 +165,47 @@ Builds:
scandelete:
- android/libs
- versionName: 3.2.4
versionCode: 327
commit: 3.2.4
subdir: android
gradle:
- yes
prebuild: sed -i -e '/maven.aliyun.com/d' ../build.gradle
scandelete:
- android/libs
- versionName: 3.3.0
versionCode: 328
commit: 3.3.0
subdir: android
gradle:
- yes
prebuild: sed -i -e '/maven.aliyun.com/d' ../build.gradle
scandelete:
- android/libs
- versionName: 3.3.0-patch1
versionCode: 329
commit: 3.3.0-patch1
subdir: android
gradle:
- yes
prebuild: sed -i -e '/maven.aliyun.com/d' ../build.gradle
scandelete:
- android/libs
- versionName: 3.3.1
versionCode: 330
commit: 3.3.1
subdir: android
gradle:
- yes
prebuild: sed -i -e '/maven.aliyun.com/d' ../build.gradle
scandelete:
- android/libs
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 3.2.3
CurrentVersionCode: 326
CurrentVersion: 3.3.1
CurrentVersionCode: 330

View file

@ -354,7 +354,16 @@ Builds:
- yes
ndk: r16b
- versionName: 0.0.20191120
versionCode: 459
commit: 0.0.20191120
subdir: app
submodules: true
gradle:
- yes
ndk: r16b
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 0.0.20191018
CurrentVersionCode: 458
CurrentVersion: 0.0.20191120
CurrentVersionCode: 459

View file

@ -804,7 +804,18 @@ Builds:
scanignore:
- app/src/androidTest/assets/private_key
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags .*[0-9]$
CurrentVersion: 1.3.2
CurrentVersionCode: 10302
- versionName: 1.3.3
versionCode: 10303
commit: v1.3.3
subdir: app
submodules: true
gradle:
- yes
scanignore:
- app/src/androidTest/assets/private_key
- .gradle
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 1.3.3
CurrentVersionCode: 10303

View file

@ -923,6 +923,60 @@ Builds:
- ./compile.sh --release --no-gradle
ndk: r20
- versionName: 20191115-01
versionCode: 200
commit: android/release_200
timeout: 10800
subdir: client-android/ring-android/app
submodules: true
gradle:
- noPush
rm:
- client-electron
- client-gnome
- client-ios
- client-macosx
- client-uwp
- client-windows
- docker
- docs
- lrc
- packaging
- scripts
build:
- cd ../..
- export ANDROID_NDK_ROOT="$ANDROID_NDK"
- export ANDROID_ABI="armeabi-v7a arm64-v8a x86"
- ./compile.sh --release --no-gradle
ndk: r20
- versionName: 20191122-01
versionCode: 201
commit: android/release_201
timeout: 10800
subdir: client-android/ring-android/app
submodules: true
gradle:
- noPush
rm:
- client-electron
- client-gnome
- client-ios
- client-macosx
- client-uwp
- client-windows
- docker
- docs
- lrc
- packaging
- scripts
build:
- cd ../..
- export ANDROID_NDK_ROOT="$ANDROID_NDK"
- export ANDROID_ABI="armeabi-v7a arm64-v8a x86"
- ./compile.sh --release --no-gradle
ndk: r20
MaintainerNotes: |-
Ring has a lot of native dependencies, the source tarballs of these are all downloaded and build for all enabled architectures.
Build failed with swig 2.0.12 from jessie but works with 3.0.10 from jessie-backports.
@ -932,5 +986,5 @@ MaintainerNotes: |-
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 20191113-01
CurrentVersionCode: 199
CurrentVersion: 20191122-01
CurrentVersionCode: 201

View file

@ -273,7 +273,14 @@ Builds:
gradle:
- yes
- versionName: '1.11'
versionCode: 39
commit: v1.11
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.10.9
CurrentVersionCode: 38
CurrentVersion: '1.11'
CurrentVersionCode: 39

View file

@ -36,8 +36,15 @@ Builds:
gradle:
- yes
- versionName: '1.3'
versionCode: 4
commit: v1.3
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
UpdateCheckIgnore: beta preview
CurrentVersion: '1.2'
CurrentVersionCode: 3
CurrentVersion: '1.3'
CurrentVersionCode: 4

View file

@ -786,7 +786,21 @@ Builds:
- current
prebuild: sed -i -e '/bintray/d' -e '/markdown/d' -e '/preset-utils/d' build.gradle
- versionName: 14.0.8.0
versionCode: 1310
commit: 14.0.8.0
gradle:
- current
prebuild: sed -i -e '/bintray/d' -e '/markdown/d' -e '/preset-utils/d' build.gradle
- versionName: 14.0.9.0
versionCode: 1311
commit: 14.0.9.0
gradle:
- current
prebuild: sed -i -e '/bintray/d' -e '/markdown/d' -e '/preset-utils/d' build.gradle
AutoUpdateMode: Version %v
UpdateCheckMode: Tags ^[0-9]+\.[0-9]+\.[0-9]+\.0$
CurrentVersion: 14.0.7.0
CurrentVersionCode: 1309
CurrentVersion: 14.0.9.0
CurrentVersionCode: 1311

View file

@ -54,7 +54,19 @@ Builds:
gradle:
- yes
- versionName: v3.2.6
versionCode: 3137
commit: v3.2.6
gradle:
- yes
- versionName: v3.2.7
versionCode: 3149
commit: v3.2.7
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: v3.2.5
CurrentVersionCode: 3123
CurrentVersion: v3.2.7
CurrentVersionCode: 3149

View file

@ -9,7 +9,7 @@ Translation: 'https://crowdin.com/project/AndroFotoFinder '
Changelog: https://github.com/k3b/APhotoManager/wiki/History
Donate: http://donate.openstreetmap.org/
AutoName: A Photo Manager
AutoName: A Photo Manager(A10)
RepoType: git
Repo: https://github.com/k3b/APhotoManager

View file

@ -207,7 +207,14 @@ Builds:
gradle:
- yes
- versionName: 1.19.0
versionCode: 48
commit: 1.19.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.18.0
CurrentVersionCode: 46
CurrentVersion: 1.19.0
CurrentVersionCode: 48

View file

@ -93,7 +93,14 @@ Builds:
gradle:
- yes
- versionName: 1.11.2
versionCode: 16
commit: 1.11.2
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.11.1
CurrentVersionCode: 15
CurrentVersion: 1.11.2
CurrentVersionCode: 16

View file

@ -128,7 +128,18 @@ Builds:
- ITAD_CLIENT_SECRET=4fad0634c8176d83a21e140f83793e96e56a41be
- ITAD_API_KEY=004fd25be2f2eafc446696f58bc052321ff26af4
- versionName: '1.12'
versionCode: 14
commit: v1.12
subdir: app
gradle:
- yes
gradleprops:
- ITAD_CLIENT_ID=6bf49a5917670519
- ITAD_CLIENT_SECRET=4fad0634c8176d83a21e140f83793e96e56a41be
- ITAD_API_KEY=004fd25be2f2eafc446696f58bc052321ff26af4
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.11'
CurrentVersionCode: 13
CurrentVersion: '1.12'
CurrentVersionCode: 14

View file

@ -211,5 +211,21 @@ Builds:
- aosp
prebuild: gradle :wrapper --gradle-version=4.4.1
- versionName: 11.1.6-aosp
versionCode: 668
commit: v11.1.6
subdir: oeffi
submodules: true
init:
- cd ../..
- mv de.schildbach.oeffi de.schildbach.oeffi_underlying
- mkdir de.schildbach.oeffi
- disorderfs --sort-dirents=yes --reverse-dirents=no de.schildbach.oeffi_underlying
de.schildbach.oeffi
- cd de.schildbach.oeffi/oeffi
gradle:
- aosp
prebuild: gradle :wrapper --gradle-version=4.4.1
AutoUpdateMode: None
UpdateCheckMode: None

View file

@ -771,7 +771,19 @@ Builds:
build: make -C ../external -j`nproc` NDK="$$NDK$$" NDK_PROJECT_PATH="$PWD/.."
ndk: r10e
- versionName: 3.3.1
versionCode: 19411
commit: v3.3.1
subdir: aFWall
gradle:
- yes
prebuild: sed -i -e '/drummer-aidan/d' ../build.gradle build.gradle
scandelete:
- aFWall/src/main/res/raw/
build: make -C ../external -j`nproc` NDK="$$NDK$$" NDK_PROJECT_PATH="$PWD/.."
ndk: r10e
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags ^v[0-9.]+$
CurrentVersion: 3.3.0
CurrentVersionCode: 19410
CurrentVersion: 3.3.1
CurrentVersionCode: 19411

View file

@ -273,7 +273,21 @@ Builds:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
- versionName: 1.7.6
versionCode: 123
commit: 1.7.6
output: build/app/outputs/apk/release/app-release.apk
srclibs:
- flutter@v1.7.3
prebuild:
- touch android/key.properties
- echo 'android.applicationVariants.all { variant -> variant.outputs.all { output
-> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.7.5
CurrentVersionCode: 122
CurrentVersion: 1.7.6
CurrentVersionCode: 123

View file

@ -1846,7 +1846,34 @@ Builds:
- full
prebuild: sed -i -e '/keystoreProperties/d' build.gradle
- versionName: '1.823'
versionCode: 823
commit: '1.823'
subdir: app
submodules: true
gradle:
- full
prebuild: sed -i -e '/keystoreProperties/d' build.gradle
- versionName: '1.825'
versionCode: 825
commit: '1.825'
subdir: app
submodules: true
gradle:
- full
prebuild: sed -i -e '/keystoreProperties/d' build.gradle
- versionName: '1.826'
versionCode: 826
commit: '1.826'
subdir: app
submodules: true
gradle:
- full
prebuild: sed -i -e '/keystoreProperties/d' build.gradle
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: '1.821'
CurrentVersionCode: 821
CurrentVersion: '1.826'
CurrentVersionCode: 826

View file

@ -172,11 +172,24 @@ Builds:
- find -type f -name "*.xml" -exec sed -i "/eu.siacs.conversations.axolotl/!
s/eu.siacs./eu.sum7./" "{}" \;
- versionName: 2.6.0.1
versionCode: 350
commit: 2.6.0.1-sum7
gradle:
- conversationsFreeCompat
prebuild:
- find -type d -name "siacs" -print0 | xargs --null -I{} bash -c 'x="{}"; mv
"$x" "${x/siacs/sum7}" '
- find -type f -name "*.java" -exec sed -i "/eu.siacs.conversations.axolotl/!
s/eu.siacs./eu.sum7./" "{}" \;
- find -type f -name "*.xml" -exec sed -i "/eu.siacs.conversations.axolotl/!
s/eu.siacs./eu.sum7./" "{}" \;
MaintainerNotes: |-
We rename package on fork to work more smoothly (sharing button) - https://github.com/kriztan/Pix-Art-Messenger/issues/160,
but without in git repository to make it easier for update to upstream (see .gitlab-ci.yml).
AutoUpdateMode: Version %v-sum7
UpdateCheckMode: Tags ^[0-9.]+
CurrentVersion: 2.6.0
CurrentVersionCode: 349
CurrentVersion: 2.6.0.1
CurrentVersionCode: 350

View file

@ -127,7 +127,16 @@ Builds:
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' -e '/signingConfigs/d'
build.gradle ../build.gradle
- versionName: 1.2.6
versionCode: 22
commit: 1.2.6
subdir: app
gradle:
- fdroid
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' -e '/signingConfigs/d'
build.gradle ../build.gradle
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.2.4
CurrentVersionCode: 20
CurrentVersion: 1.2.6
CurrentVersionCode: 22

View file

@ -435,7 +435,25 @@ Builds:
- buildSrc/
- .gradle/
- versionName: 5.14.0
versionCode: 197
commit: 5.14.0-fdroid
subdir: android-app
gradle:
- foss
prebuild:
- echo "cta.train.key = OWU4YzlkNjhkMGY2NGE1Y2E5NGZiNzFkNWZmMDEzZjM=" >> app.properties
- echo "cta.bus.key = bXh4OHNlckFZZTJ6Z1p1OUJxU3l5NU5Wcw==" >> app.properties
- echo "mapbox.token = cGsuZXlKMUlqb2lZMkZ5YkhCb2FXeHBjSEFpTENKaElqb2lZMnB1TW1SbFpYRnNNR2x4WWpOeGJ6aHNjMlJqYjJKdmF5SjkuaFREZnUxRVpHNFFneThfOVBfZURkdw=="
>> app.properties
- echo "google.streetmap.key = QUl6YVN5QU50eTVLdnA4NkpOVExTdVlFSXRCdXJsaENPSWFabjBj"
>> app.properties
- echo 'org.gradle.jvmargs=-Xmx1g' >> ../gradle.properties
scandelete:
- buildSrc/
- .gradle/
AutoUpdateMode: Version %v-fdroid
UpdateCheckMode: Tags
CurrentVersion: 5.13.2
CurrentVersionCode: 195
CurrentVersion: 5.14.0
CurrentVersionCode: 197

View file

@ -1522,7 +1522,18 @@ Builds:
- sed -i -e '/playstoreImplementation/d' -e '/dl.bintray.com/d' -e 's/com.github.pengfeizhou.android.animation:glide-plugin:0.2.16/com.github.penfeizhou.APNG4Android:glide-plugin:0.2.8/'
build.gradle
- versionName: 2.25.1
versionCode: 337
commit: 2.25.1
subdir: app
gradle:
- fdroid
prebuild:
- sed -i -e '/jcenter()/a\ google()' ../build.gradle
- sed -i -e '/playstoreImplementation/d' -e '/dl.bintray.com/d' -e 's/com.github.pengfeizhou.android.animation:glide-plugin:0.2.16/com.github.penfeizhou.APNG4Android:glide-plugin:0.2.8/'
build.gradle
AutoUpdateMode: Version %v
UpdateCheckMode: Tags ^[0-9.]+$
CurrentVersion: 2.25.0
CurrentVersionCode: 336
CurrentVersion: 2.25.1
CurrentVersionCode: 337

View file

@ -12,9 +12,9 @@ RepoType: git
Repo: https://gitlab.com/testapp-system/testapp-flutter.git
Builds:
- versionName: 1.9.1
versionCode: 22
commit: 905ffb0eaa382cf09bf2306f29f05418e3e82286
- versionName: 1.9.2
versionCode: 23
commit: 1.9.2
output: build/app/outputs/apk/release/app-release.apk
srclibs:
- flutter@v1.10.14
@ -22,13 +22,11 @@ Builds:
{ output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter channel master
- $$flutter$$/bin/flutter upgrade --force
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version %v
UpdateCheckMode: HTTP
UpdateCheckData: https://gitlab.com/testapp-system/testapp-flutter/raw/mobile/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.9.1
CurrentVersionCode: 22
CurrentVersion: 1.9.2
CurrentVersionCode: 23

View file

@ -121,6 +121,23 @@ Builds:
scandelete:
- android/libs
- versionName: 5-fdroid-100
versionCode: 100
commit: v100
subdir: android
gradle:
- yes
prebuild:
- echo "androidBuildCode=$$VERCODE$$" > ../core/assets/version.properties
- echo "build=$$VERCODE$$" >> ../core/assets/version.properties
- echo "modifier=beta" >> ../core/assets/version.properties
- echo "type=fdroid" >> ../core/assets/version.properties
- echo "buildversion=$$VERCODE$$" >> gradle.properties
- echo "versionType=fdroid" >> gradle.properties
- grep archash ../gradle.properties >> gradle.properties
scandelete:
- android/libs
MaintainerNotes: |-
libgdx.so and libgdx-freetype.so binaries are extracted from
com.badlogicgames.gdx:gdx-platform JARs that come from Maven Central.
@ -130,5 +147,5 @@ MaintainerNotes: |-
AutoUpdateMode: Version v%c
UpdateCheckMode: HTTP
UpdateCheckData: https://raw.githubusercontent.com/Anuken/MindustryBuilds/master/version_fdroid.txt|versionCode=(.*)|.|versionName=(.*)
CurrentVersion: 5-fdroid-99
CurrentVersionCode: 99
CurrentVersion: 5-fdroid-100
CurrentVersionCode: 100

View file

@ -33,21 +33,14 @@ Builds:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
- versionName: 1.0.2
versionCode: 3
commit: 1.0.2
gradle:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
- versionName: 1.0.4
versionCode: 5
commit: 1.0.4
commit: v1.0.4
subdir: app
gradle:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
AutoUpdateMode: Version %v
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.0.4
CurrentVersionCode: 5

View file

@ -67,7 +67,14 @@ Builds:
gradle:
- yes
- versionName: 1.7.4
versionCode: 58
commit: release-1.7.4
subdir: app
gradle:
- yes
AutoUpdateMode: Version release-%v
UpdateCheckMode: Tags
CurrentVersion: 1.7.3
CurrentVersionCode: 57
CurrentVersion: 1.7.4
CurrentVersionCode: 58

View file

@ -134,7 +134,17 @@ Builds:
- assets/*
ndk: r19c
- versionName: 1.1.4
versionCode: 24
commit: 1.1.4
subdir: app
gradle:
- yes
rm:
- assets/*
ndk: r19c
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.1.3
CurrentVersionCode: 23
CurrentVersion: 1.1.4
CurrentVersionCode: 24

View file

@ -0,0 +1,30 @@
Categories:
- System
License: GPL-3.0-or-later
AuthorName: Hai Zhang
AuthorEmail: dreaming.in.code.zh@gmail.com
SourceCode: https://github.com/zhanghai/MaterialFiles
IssueTracker: https://github.com/zhanghai/MaterialFiles/issues
Translation: https://www.transifex.com/zhanghai/MaterialFiles
AutoName: Material Files
RepoType: git
Repo: https://github.com/zhanghai/MaterialFiles
Builds:
- versionName: 1.0.0-beta.11
versionCode: 12
commit: e0b11f01b7218641efca27c12876c08b077f111d
subdir: app
gradle:
- yes
rm:
- app/src/main/java/me/zhanghai/android/files/nonfree
prebuild: find -type f -exec sed -i '/\/\/#ifdef NONFREE/,/\/\/#endif/d' {} +
ndk: r20
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags ^v.+$
CurrentVersion: 1.0.0-beta.11
CurrentVersionCode: 12

View file

@ -1,6 +1,6 @@
Categories:
- Reading
License: LGPL-2.1-only
License: GPL-3.0-or-later
AuthorName: Bible for Android
AuthorEmail: and-bible-support@googlegroups.com
WebSite: https://andbible.github.io/
@ -478,7 +478,27 @@ Builds:
- cp $$JSword$$/target/jsword-*.jar libs/jsword.jar
- echo "-dontwarn com.chenlb.mmseg4j.**" >> proguard-rules.pro
- versionName: 3.1.319.4-beta
versionCode: 319
commit: build-319.4
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y -t stretch-backports npm
gradle:
- yes
srclibs:
- AndBibleJSword@build-2
- AndBibleJSwordTweaks@v0.1.3
rm:
- app/libs/*
build:
- cd $$AndBibleJSwordTweaks$$
- TARGET_DIR="." JSWORD_PATH=$$AndBibleJSword$$ gradle install
- cd -
- cp $$AndBibleJSwordTweaks$$/jsword.jar libs/jsword.jar
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 3.1.318-beta
CurrentVersionCode: 318
CurrentVersion: 3.1.319.4-beta
CurrentVersionCode: 319

View file

@ -2686,6 +2686,102 @@ Builds:
- cp $$icu50-2-1-patched$$/icu4j/icu4j.jar ../OsmAnd-java/libs/
ndk: r17c
- versionName: 3.5.3
versionCode: 353
commit: v3.5.3
subdir: android/OsmAnd
submodules: true
sudo:
- apt-get update || apt-get update
- apt-get install --yes swig
gradle:
- full
- legacy
- fat
srclibs:
- icu50-2-1-patched@0d825a9779eeb8ee35977ddf8bb4bea4119bf638
- osmand-external-skia@android/oreo
rm:
- android/OsmAnd-java/libs/*.jar
- android/OsmAnd-java/*.jar
- android/OsmAnd/libs/*.jar
- android/OsmAndCore-sample
prebuild:
- sed -i -e "/.*OsmAndCore.*SNAPSHOT.*/d" ../OsmAnd/build.gradle
- sed -i -e "/ivy {/,+6d" ../OsmAnd/build.gradle
- sed -i -e '/qt.*Compile/d' -e '/com.google.firebase/d' build.gradle ../plugins/Osmand-ParkingPlugin/build.gradle
../plugins/Osmand-SRTMPlugin/build.gradle ../plugins/Osmand-Skimaps/build.gradle
../plugins/Osmand-Nautical/build.gradle
- sed -i -e "s/System.getenv(\"APK_VERSION\")/\"$$VERSION$$\"/g" build.gradle
- sed -i -e "s/System.getenv(\"APK_NUMBER_VERSION\")/\"$$VERCODE$$\"/g" build.gradle
- sed -i -e "s/System.getenv(\"APP_FEATURES\")/\"+play_market +gps_status -parking_plugin
-blackberry -amazon -route_nav\"/g" build.gradle
- sed -i -e "s/System.getenv(\"APP_NAME\")/\"OsmAnd~\"/g" build.gradle
- sed -i -e "s/System.getenv(\"TARGET_APP_NAME\")/\"OsmAnd~\"/g" build.gradle
- sed -i -e '/com.android.vending.BILLING/d' AndroidManifest.xml
- "sed -i -e \"s/implementation fileTree.*/ implementation fileTree(include:\
\ ['icu4j.jar'], dir: 'libs')\\n implementation 'commons-logging:commons-logging:1.1.1'\\\
n implementation group: 'net.sf.trove4j', name: 'trove4j', version: '3.0.3'\\\
n implementation 'org.json:json:20090211'\\n implementation 'it.unibo.alice.tuprolog:tuprolog:3.2.1'\\\
n implementation 'net.sf.kxml:kxml2:2.3.0'\\n implementation 'org.beanshell:bsh-core:2.0b4'\\\
n implementation 'fr.univ-valenciennes:bzip2:1.0'\\n implementation 'com.moparisthebest:junidecode:0.1.1'\\\
n implementation 'com.vividsolutions:jts-core:1.14.0'/\" ../OsmAnd-java/build.gradle"
- "sed -i -e \"s/implementation fileTree.*/implementation fileTree(include:\
\ ['classes.jar','icu4j.jar'], dir: 'libs')\\n implementation group: 'net.sf.trove4j',\
\ name: 'trove4j', version: '3.0.3'\\n/\" build.gradle"
- sed -i -e '/facebook/d' build.gradle
- sed -i -e "s/, ':OsmAndCore-sample'//" ../settings.gradle
- pushd ../../core-legacy/externals
- sed -i "s/# Extract/sha256sum \$SRCLOC\/upstream.tar.bz2 | grep 13bfc5ae543cf3aa180ac2485c0bc89495e3ae711fc6fab4f8ffe90dfb4bb677
|| { echo 'Failed checksum' 1>\&2; exit; }/" protobuf/configure.sh
- sed -i "/# Download/,+8d" skia/configure.sh
- sed -i "s/# Patch/cp -r $(echo $$osmand-external-skia$$ | sed 's/\//\\\//g')
\$SRCLOC\/upstream.original/" skia/configure.sh
- popd
- echo "org.gradle.jvmargs=-XX:MaxHeapSize=2048m" >> ../gradle.properties
scanignore:
- help/website/help/map-legend_nautical.png
- help/website/help/map-legend_default.png
- help/website/images/dvr/4p-en.png
- help/website/images/blog/ios-2-0/con-scrn-1.png
- help/website/images/blog/ios-2-0/con-scrn-2.png
- help/website/images/blog/ios-2-0/interf-2.png
- help/website/images/blog/ios-2-0/navigat-6.png
- android/OsmAnd/assets/fonts/RobotoSlab-Regular.ttf
- help/website/fonts/Roboto-Regular-webfont.ttf
- help/website/fonts/Roboto-Bold-webfont.woff
- help/website/fonts/Roboto-Regular-webfont.eot
- help/website/fonts/Roboto-Bold-webfont.ttf
- help/website/fonts/Roboto-Regular-webfont.woff
- help/website/fonts/Roboto-Bold-webfont.eot
build:
- pushd ../../OsmAnd-core/wrappers/android/
- sed -i -e "/Native/d" settings.gradle
- sed -i -e "/Native/d" build.gradle
- sed -i -e "/compileTask.*copyNdkSharedLibs/d" build.gradle
- sed -i -e "/compileTask.*copyQtSharedLibs/d" build.gradle
- sed -i -e "/compileTask.*copyQtJarLibs/d" build.gradle
- sed -i -e "s/mavenCentral()/mavenCentral()\n google()\n jcenter()/" build.gradle
- gradle assembleRelease
- cd build/outputs/aar
- unzip OsmAndCore_android-release.aar
- cp classes.jar ../../../../../../android/OsmAnd/libs/
- popd
- pushd $$icu50-2-1-patched$$/icu4j
- ant jar
- zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/brkitr/*"
- zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/coll/*"
- zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/curr/*"
- zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/lang/*"
- zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/rbnf/*"
- zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/region/*"
- zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/translit/*"
- zip -d icu4j.jar "com/ibm/icu/impl/data/icudt50b/zone/*"
- popd
- cp $$icu50-2-1-patched$$/icu4j/icu4j.jar libs/
- cp $$icu50-2-1-patched$$/icu4j/icu4j.jar ../OsmAnd-java/libs/
ndk: r17c
MaintainerNotes: |-
Update CV only after sucessfully built and tested.
@ -2747,5 +2843,5 @@ MaintainerNotes: |-
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 3.4.8
CurrentVersionCode: 348
CurrentVersion: 3.5.3
CurrentVersionCode: 353

View file

@ -57,13 +57,6 @@ Builds:
gradle:
- yes
- versionName: '1.6'
versionCode: 7
commit: v1.6
subdir: app
gradle:
- yes
- versionName: '1.7'
versionCode: 8
commit: v1.7

View file

@ -1111,7 +1111,14 @@ Builds:
gradle:
- yes
- versionName: 0.39.1
versionCode: 162
commit: 0.39.1
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 0.39.0
CurrentVersionCode: 161
CurrentVersion: 0.39.1
CurrentVersionCode: 162

View file

@ -35,6 +35,7 @@ Builds:
gradle:
- yes
ArchivePolicy: 0 versions
AutoUpdateMode: None
UpdateCheckMode: Tags .*[0-9]$
CurrentVersion: 1.7.8

View file

@ -903,9 +903,16 @@ Builds:
gradle:
- yes
- versionName: '52.02'
versionCode: 301
commit: 52.02-release
subdir: app
gradle:
- yes
MaintainerNotes: Remove the jars at https://github.com/andstatus/andstatus/tree/master/app/libs
AutoUpdateMode: Version %v-release
UpdateCheckMode: Tags ^[0-9.]+-release$
CurrentVersion: '51.02'
CurrentVersionCode: 298
CurrentVersion: '52.02'
CurrentVersionCode: 301

View file

@ -361,7 +361,19 @@ Builds:
gradle:
- yes
- versionName: '1.57'
versionCode: 157
commit: v1.57
gradle:
- yes
- versionName: '1.58'
versionCode: 158
commit: v1.58
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.56'
CurrentVersionCode: 156
CurrentVersion: '1.58'
CurrentVersionCode: 158

View file

@ -45,7 +45,17 @@ Builds:
preassemble:
- downloadDependencies
- versionName: 0.8.1
versionCode: 801
commit: v0.8.1
subdir: app
gradle:
- yes
ndk: r20
preassemble:
- downloadDependencies
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '0.8'
CurrentVersionCode: 800
CurrentVersion: 0.8.1
CurrentVersionCode: 801

View file

@ -51,7 +51,14 @@ Builds:
gradle:
- yes
- versionName: 2.0.0
versionCode: 8
commit: release-v2.0.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version release-v%v
UpdateCheckMode: Tags
CurrentVersion: 1.2.0
CurrentVersionCode: 7
CurrentVersion: 2.0.0
CurrentVersionCode: 8

View file

@ -75,6 +75,12 @@ Builds:
output: app/build/distributions/F-DroidPrivilegedExtensionFromBinaries-$$VERSION$$.zip
build: ./create_ota.sh release binaries
- versionName: 0.2.11
versionCode: 2110
commit: 0.2.11
output: app/build/distributions/F-DroidPrivilegedExtensionFromBinaries-$$VERSION$$.zip
build: ./create_ota.sh release binaries
MaintainerNotes: Auto Update Mode only works for APKs right now.
AutoUpdateMode: Version %v

View file

@ -102,6 +102,13 @@ Builds:
gradle:
- yes
- versionName: 0.2.11
versionCode: 2110
commit: 0.2.11
subdir: app
gradle:
- yes
MaintainerNotes: |4-
Updating from the old FDroidPrivilegedExtension.apk to the new name
with a dash, F-DroidPrivilegedExtension.apk has not really been

View file

@ -1409,6 +1409,20 @@ Builds:
gradle:
- full
- versionName: 1.8-alpha0
versionCode: 1008000
commit: 1.8-alpha0
subdir: app
sudo: apt-get update; apt-get update; apt-get install -y disorderfs
init:
- cd ../..
- mv org.fdroid.fdroid org.fdroid.fdroid.build
- mkdir org.fdroid.fdroid
- disorderfs --sort-dirents=yes --reverse-dirents=no org.fdroid.fdroid.build
org.fdroid.fdroid
gradle:
- full
ArchivePolicy: 12 versions
AutoUpdateMode: None
UpdateCheckMode: Static

View file

@ -54,7 +54,16 @@ Builds:
preassemble:
- :makeDictionary
- versionName: 4.0.2234
versionCode: 2234
commit: 2b76a72dcbd6cf5be6a295d15a3e22bcee97f662
gradle:
- yes
output: add_ons_apks/release/add-on--languages-czech-apk-2234.apk
gradleprops:
- forceVersionBuildCount=2834
AutoUpdateMode: None
UpdateCheckMode: RepoManifest/Czech
CurrentVersion: 2.0.2
CurrentVersionCode: 260
UpdateCheckMode: RepoManifest
CurrentVersion: 4.0.2234
CurrentVersionCode: 2234

View file

@ -46,6 +46,8 @@ Builds:
commit: android-19.4.1
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288
- sysctl -p
- apt-get update || apt-get update
- apt-get install -y -t stretch-backports npm
init:
@ -87,8 +89,12 @@ Builds:
- node_modules/@react-native-community/google-signin/android/build.gradle
MaintainerNotes: |-
According to [https://jitsi.org/user-faq/], Jitsi Meet is fully founded by
8x8 and does not seem to take donations.
3 directories are currently (scan)ignored as they contain binaries which are currently deemed acceptable for inclusion
- React Native
- WebRTC
- JavaScript Core (required by React Native)
Jitsi Meet is fully funded by 8x8 and does not take donations.
AutoUpdateMode: None
UpdateCheckMode: Tags

View file

@ -434,7 +434,28 @@ Builds:
- yes
prebuild: sed -i -e '/javaMaxHeapSize/s/4g/2g/g' build.gradle
- versionName: 1.13.3
versionCode: 11330
commit: v1.13.3
gradle:
- yes
prebuild: sed -i -e '/javaMaxHeapSize/s/4g/2g/g' build.gradle
- versionName: 1.13.4
versionCode: 11340
commit: v1.13.4
gradle:
- yes
prebuild: sed -i -e '/javaMaxHeapSize/s/4g/2g/g' build.gradle
- versionName: 1.13.5
versionCode: 11350
commit: v1.13.5
gradle:
- yes
prebuild: sed -i -e '/javaMaxHeapSize/s/4g/2g/g' build.gradle
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.13.2
CurrentVersionCode: 11320
CurrentVersion: 1.13.5
CurrentVersionCode: 11350

View file

@ -0,0 +1,35 @@
AntiFeatures:
- NonFreeNet
Categories:
- Reading
License: Apache-2.0
SourceCode: https://github.com/Nonononoki/Hendroid
IssueTracker: https://github.com/Nonononoki/Hendroid/issues
Changelog: https://github.com/Nonononoki/Hendroid/releases
AutoName: Hendroid
RepoType: git
Repo: https://github.com/Nonononoki/Hendroid.git
Builds:
- versionName: 1.9.4.3
versionCode: 138
commit: 1.9.4.3
subdir: app
gradle:
- yes
prebuild: sed -i -e '/fabric/d' build.gradle ../build.gradle
- versionName: 1.9.4.4
versionCode: 139
commit: 1.9.4.4
subdir: app
gradle:
- yes
prebuild: sed -i -e '/fabric/d' build.gradle ../build.gradle
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.9.4.4
CurrentVersionCode: 139

View file

@ -1134,10 +1134,40 @@ Builds:
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
-e '/google-services/d' build.gradle
- versionName: 2.10.11-beta
versionCode: 221
commit: 2.10.11-beta-fdroid
subdir: mobile
gradle:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
-e '/google-services/d' build.gradle
- versionName: 2.10.13-beta
versionCode: 223
commit: 2.10.13-beta-fdroid
subdir: mobile
gradle:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
-e '/google-services/d' build.gradle
- versionName: 2.10.14-beta
versionCode: 224
commit: 2.10.14-beta-fdroid
subdir: mobile
gradle:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
-e '/google-services/d' build.gradle
MaintainerNotes: Replace the fabric.io maven with mavencentral instead of deleting
it to not trigger fdroid/fdroidserver#463.
AutoUpdateMode: Version %v-fdroid
UpdateCheckMode: Tags ^[0-9.]+-beta-fdroid$
CurrentVersion: 2.10.10-beta
CurrentVersionCode: 220
CurrentVersion: 2.10.14-beta
CurrentVersionCode: 224

View file

@ -88,7 +88,21 @@ Builds:
gradle:
- yes
- versionName: 1.6.5
versionCode: 21
commit: v1.6.5
subdir: app
gradle:
- yes
- versionName: 1.6.6
versionCode: 22
commit: v1.6.6
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.6.4
CurrentVersionCode: 20
CurrentVersion: 1.6.6
CurrentVersionCode: 22

View file

@ -1115,10 +1115,28 @@ Builds:
gradleprops:
- tasks_mapbox_key="pk.eyJ1IjoiYmFrZXJiYSIsImEiOiJjanUxZG51dDUwMGttNDlvN3p3cHZzaXB3In0.1UWYV5dhTKiw_MkHNkA1jA"
- versionName: 7.1.1
versionCode: 621
commit: 7.1.1
subdir: app
submodules: true
gradle:
- generic
prebuild:
- sed -i -e '/maven/d' -e '/com.google.gms/d' -e '/io.fabric.tools/d' ../build.gradle.kts
- sed -i -e '/io.fabric/d' -e '/googleplayImplementation(.*) {/,/}/d; /googleplayImplementation/d'
-e '/amazonImplementation/d' -e '/com.google.gms/d' -e '/signingConfig =/d'
build.gradle.kts
scandelete:
- buildSrc
- .gradle
gradleprops:
- tasks_mapbox_key="pk.eyJ1IjoiYmFrZXJiYSIsImEiOiJjanUxZG51dDUwMGttNDlvN3p3cHZzaXB3In0.1UWYV5dhTKiw_MkHNkA1jA"
MaintainerNotes: Upstream releases multiple version with changed vercode. Looks like
repushing tags..
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 6.7.1
CurrentVersionCode: 591
CurrentVersion: 7.1.1
CurrentVersionCode: 621

View file

@ -646,7 +646,14 @@ Builds:
gradle:
- yes
- versionName: 5.0.0
versionCode: 128
commit: v5.0.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 4.7.9
CurrentVersionCode: 127
CurrentVersion: 5.0.0
CurrentVersionCode: 128

View file

@ -320,7 +320,25 @@ Builds:
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
-e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '6.0'
versionCode: 61
commit: v6.0
subdir: app
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
-e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '6.1'
versionCode: 62
commit: v6.1
subdir: app
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
-e '/crashlytics/d' ../build.gradle build.gradle
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '5.23'
CurrentVersionCode: 60
CurrentVersion: '6.1'
CurrentVersionCode: 62

View file

@ -80,7 +80,21 @@ Builds:
gradle:
- prod
- versionName: 0.3.7
versionCode: 19
commit: v0.3.7
subdir: app
gradle:
- prod
- versionName: 0.3.9
versionCode: 21
commit: v0.3.9
subdir: app
gradle:
- prod
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 0.3.6
CurrentVersionCode: 18
CurrentVersion: 0.3.9
CurrentVersionCode: 21

View file

@ -172,7 +172,14 @@ Builds:
gradle:
- chromatic
- versionName: 4.1.4
versionCode: 414
commit: v4.1.4
subdir: app
gradle:
- chromatic
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 4.1.3
CurrentVersionCode: 413
CurrentVersion: 4.1.4
CurrentVersionCode: 414

View file

@ -110,7 +110,16 @@ Builds:
prebuild: sed -i -e 's/applicationIdSuffix "monochrome"/applicationId "org.xphnx.ameixamonochrome"/'
build.gradle
- versionName: 4.1.4
versionCode: 414
commit: v4.1.4
subdir: app
gradle:
- monochromatic
prebuild: sed -i -e 's/applicationIdSuffix "monochrome"/applicationId "org.xphnx.ameixamonochrome"/'
build.gradle
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 4.1.3
CurrentVersionCode: 413
CurrentVersion: 4.1.4
CurrentVersionCode: 414

View file

@ -61,7 +61,28 @@ Builds:
gradle:
- yes
- versionName: 0.7.10
versionCode: 15
commit: v0.7.10
subdir: app
gradle:
- yes
- versionName: 0.7.11
versionCode: 16
commit: v0.7.11
subdir: app
gradle:
- yes
- versionName: 0.7.12
versionCode: 17
commit: v0.7.12
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 0.7.9
CurrentVersionCode: 14
CurrentVersion: 0.7.12
CurrentVersionCode: 17

View file

@ -95,7 +95,14 @@ Builds:
gradle:
- yes
- versionName: '1.3'
versionCode: 30
commit: COMP_1.3
subdir: cfd
gradle:
- yes
AutoUpdateMode: Version COMP_%v
UpdateCheckMode: Tags ^COMP
CurrentVersion: '1.2'
CurrentVersionCode: 29
CurrentVersion: '1.3'
CurrentVersionCode: 30

View file

@ -245,10 +245,21 @@ Builds:
- app/src/main/java/javax/microedition/shell/MyClassLoader.java
ndk: r16b
- versionName: 1.5.5
versionCode: 72
commit: 1.5.5
subdir: app
gradle:
- fdroid
prebuild: sed -i -e 's/5.2-/5.1-/' ../gradle/wrapper/gradle-wrapper.properties
scanignore:
- app/src/main/java/javax/microedition/shell/MyClassLoader.java
ndk: r16b
MaintainerNotes: 'The class loader is needed for the main function of the app: load
JARs.'
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.5.4
CurrentVersionCode: 71
CurrentVersion: 1.5.5
CurrentVersionCode: 72

View file

@ -86,7 +86,21 @@ Builds:
gradle:
- beta
- versionName: 0.7.9
versionCode: 121999
commit: v0.7.9
subdir: app
gradle:
- beta
- versionName: 0.7.9.1-beta
versionCode: 122001
commit: v0.7.9.1-beta
subdir: app
gradle:
- beta
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 0.7.9-beta2
CurrentVersionCode: 121002
CurrentVersion: 0.7.9.1-beta
CurrentVersionCode: 122001

View file

@ -789,8 +789,15 @@ Builds:
gradle:
- stable
- versionName: 0.7.9
versionCode: 121
commit: v0.7.9
subdir: app
gradle:
- stable
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
UpdateCheckIgnore: beta
CurrentVersion: 0.7.8.3
CurrentVersionCode: 120
CurrentVersion: 0.7.9
CurrentVersionCode: 121

View file

@ -1027,11 +1027,52 @@ Builds:
- npm run build-android-assets
ndk: r19c
- versionName: 0.1911.19-beta
versionCode: 77
commit: v0.1911.19-beta
timeout: 20000
subdir: android/app
sudo:
- apt-get update || apt-get update
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
ninja-build linux-libc-dev linux-libc-dev:i386
- curl -Lo node.tar.xz https://nodejs.org/dist/v10.16.3/node-v10.16.3-linux-x64.tar.xz
- echo "d2271fd8cf997fa7447d638dfa92749ff18ca4b0d796bf89f2a82bf7800d5506 node.tar.xz"
| sha256sum -c -
- tar xJf node.tar.xz
- cp -a node-v10.16.3-linux-x64/. /usr/local/
- npm install -g react-native-cli
init:
- npm install --no-optional
- truncate -s 0 ../../node_modules/react-native/node_modules/@react-native-community/cli/build/commands/server/external/xsel
gradle:
- indie
srclibs:
- NodejsMobile@nodejs-mobile-v0.2.1
rm:
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
- node_modules/react-native/template/
- node_modules/react-native-android-wifi/Examples/
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
scanignore:
- android/build.gradle
scandelete:
- node_modules
build:
- pushd $$NodejsMobile$$
- ./tools/android_build.sh $$NDK$$ arm
- ./tools/android_build.sh $$NDK$$ arm64
- popd
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
- npm run build-android-assets
ndk: r19c
MaintainerNotes: scanignore is used to allow the "node_modules/react-native/android"
local Maven repository which contains the prebuilt react-native library which
we get from npm.
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 0.1910.31-beta
CurrentVersionCode: 76
CurrentVersion: 0.1911.19-beta
CurrentVersionCode: 77

View file

@ -301,7 +301,16 @@ Builds:
scanignore:
- buildSrc
- versionName: 1.4.6
versionCode: 51
commit: v1.4.6
subdir: app
gradle:
- yes
scanignore:
- buildSrc
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.4.5
CurrentVersionCode: 50
CurrentVersion: 1.4.6
CurrentVersionCode: 51

View file

@ -0,0 +1,3 @@
Repo Type:git
Repo:https://github.com/AndBible/jsword.git

View file

@ -0,0 +1,3 @@
Repo Type:git
Repo:https://github.com/AndBible/jsword-tweaks.git

View file

@ -1,4 +1,4 @@
NonFreeNet 169
NonFreeNet 170
UpstreamNonFree 98
Tracking 38
NonFreeDep 28

View file

@ -1,10 +1,10 @@
Internet 501
System 475
System 476
Multimedia 403
Games 342
Science & Education 212
Navigation 203
Reading 176
Reading 177
Writing 175
Connectivity 171
Time 160

View file

@ -191,6 +191,7 @@ acr.browser.lightning_100.apk acr.browser.lightning 2019-09-25
acr.browser.lightning_101.apk acr.browser.lightning 2019-11-02
agrigolo.chubbyclick_6.apk agrigolo.chubbyclick 2019-08-24
agrigolo.chubbyclick_9.apk agrigolo.chubbyclick 2019-09-28
agrigolo.chubbyclick_10.apk agrigolo.chubbyclick 2019-11-25
ai.susi_14.apk ai.susi 2019-02-16
ai.susi_15.apk ai.susi 2019-02-25
ai.susi_16.apk ai.susi 2019-05-30
@ -281,6 +282,7 @@ app.reading.stoic.stoicreading_39.apk app.reading.stoic.stoicreading 2019-10-22
app.reading.stoic.stoicreading_41.apk app.reading.stoic.stoicreading 2019-10-27
app.reading.stoic.stoicreading_43.apk app.reading.stoic.stoicreading 2019-11-05
app.reading.stoic.stoicreading_44.apk app.reading.stoic.stoicreading 2019-11-11
app.reading.stoic.stoicreading_45.apk app.reading.stoic.stoicreading 2019-11-22
app.varlorg.unote_1.apk app.varlorg.unote 2016-02-28
app.varlorg.unote_2.apk app.varlorg.unote 2016-03-12
app.varlorg.unote_3.apk app.varlorg.unote 2016-03-18
@ -468,6 +470,7 @@ ar.rulosoft.mimanganu_112.apk ar.rulosoft.mimanganu 2019-11-09
ar.rulosoft.mimanganu_113.apk ar.rulosoft.mimanganu 2019-11-11
ar.rulosoft.mimanganu_115.apk ar.rulosoft.mimanganu 2019-11-14
ar.rulosoft.mimanganu_116.apk ar.rulosoft.mimanganu 2019-11-16
ar.rulosoft.mimanganu_117.apk ar.rulosoft.mimanganu 2019-11-22
arity.calculator_27.apk arity.calculator 2012-02-11
at.bitfire.cadroid_1.apk at.bitfire.cadroid 2014-08-10
at.bitfire.cadroid_2.apk at.bitfire.cadroid 2014-10-29
@ -640,6 +643,8 @@ at.bitfire.davdroid_299.apk at.bitfire.davdroid 2019-08-27
at.bitfire.davdroid_302.apk at.bitfire.davdroid 2019-09-28
at.bitfire.davdroid_307.apk at.bitfire.davdroid 2019-10-12
at.bitfire.davdroid_308.apk at.bitfire.davdroid 2019-10-29
at.bitfire.davdroid_313.apk at.bitfire.davdroid 2019-11-24
at.bitfire.davdroid_315.apk at.bitfire.davdroid 2019-11-27
at.bitfire.devicelocator_3.apk at.bitfire.devicelocator 2018-08-15
at.bitfire.gfxtablet_2.apk at.bitfire.gfxtablet 2013-07-17
at.bitfire.gfxtablet_3.apk at.bitfire.gfxtablet 2013-10-13
@ -1209,6 +1214,7 @@ cc.rainwave.android_9.apk cc.rainwave.android 2014-04-13
cc.rainwave.android_11.apk cc.rainwave.android 2014-07-11
cc.rainwave.android_12.apk cc.rainwave.android 2014-07-29
cc.rainwave.android_13.apk cc.rainwave.android 2015-12-14
cf.fridays.fff_info_5.apk cf.fridays.fff_info 2019-11-19
cgeo.geocaching_20120618.apk cgeo.geocaching 2012-09-10
cgeo.geocaching_20121203.apk cgeo.geocaching 2013-01-02
cgeo.geocaching_20130110.apk cgeo.geocaching 2013-01-21
@ -1645,6 +1651,7 @@ com.adguard.android.contentblocker_21002103.apk com.adguard.android.contentblock
com.adguard.android.contentblocker_21002201.apk com.adguard.android.contentblocker 2018-09-06
com.adguard.android.contentblocker_21002206.apk com.adguard.android.contentblocker 2018-11-10
com.adguard.android.contentblocker_21002307.apk com.adguard.android.contentblocker 2019-03-31
com.adguard.android.contentblocker_22000007.apk com.adguard.android.contentblocker 2019-11-22
com.adityakamble49.dcipher_7.apk com.adityakamble49.dcipher 2019-01-01
com.adityakamble49.dcipher_9.apk com.adityakamble49.dcipher 2019-01-13
com.adityakamble49.dcipher_10.apk com.adityakamble49.dcipher 2019-10-18
@ -2258,6 +2265,7 @@ com.benny.openlauncher_35.apk com.benny.openlauncher 2018-04-14
com.benny.openlauncher_36.apk com.benny.openlauncher 2018-10-27
com.benny.openlauncher_37.apk com.benny.openlauncher 2018-12-01
com.benny.openlauncher_38.apk com.benny.openlauncher 2019-10-27
com.benny.openlauncher_39.apk com.benny.openlauncher 2019-11-24
com.bernaferrari.changedetection_30.apk com.bernaferrari.changedetection 2019-02-05
com.better.alarm_2414.apk com.better.alarm 2013-06-20
com.better.alarm_2507.apk com.better.alarm 2013-08-19
@ -2587,6 +2595,8 @@ com.coboltforge.dontmind.multivnc_55.apk com.coboltforge.dontmind.multivnc 2019-
com.coboltforge.dontmind.multivnc_56.apk com.coboltforge.dontmind.multivnc 2019-10-02
com.coboltforge.dontmind.multivnc_57.apk com.coboltforge.dontmind.multivnc 2019-10-22
com.coboltforge.dontmind.multivnc_58.apk com.coboltforge.dontmind.multivnc 2019-10-29
com.coboltforge.dontmind.multivnc_59.apk com.coboltforge.dontmind.multivnc 2019-11-19
com.coboltforge.dontmind.multivnc_60.apk com.coboltforge.dontmind.multivnc 2019-11-27
com.code61.deadpixel_2.apk com.code61.deadpixel 2015-03-09
com.code.android.vibevault_35.apk com.code.android.vibevault 2014-04-13
com.codebutler.farebot_18.apk com.codebutler.farebot 2013-08-18
@ -2632,6 +2642,7 @@ com.concentricsky.android.khan_14.apk com.concentricsky.android.khan 2013-12-11
com.controlloid_8.apk com.controlloid 2019-04-17
com.controlloid_9.apk com.controlloid 2019-05-19
com.controlloid_10.apk com.controlloid 2019-05-21
com.controlloid_11.apk com.controlloid 2019-11-19
com.cookiegames.smartcookie_34.apk com.cookiegames.smartcookie 2019-07-13
com.corner23.android.beautyclocklivewallpaper_12.apk com.corner23.android.beautyclocklivewallpaper 2013-12-09
com.corphish.nightlight.generic_11.apk com.corphish.nightlight.generic 2018-02-16
@ -2862,6 +2873,7 @@ com.dosse.airpods_8.apk com.dosse.airpods 2019-07-30
com.dosse.airpods_9.apk com.dosse.airpods 2019-08-22
com.dosse.airpods_10.apk com.dosse.airpods 2019-09-01
com.dosse.airpods_11.apk com.dosse.airpods 2019-10-09
com.dosse.airpods_12.apk com.dosse.airpods 2019-11-22
com.dosse.bwentrain.androidPlayer_25.apk com.dosse.bwentrain.androidPlayer 2019-03-31
com.dosse.chromiumautoupdater_13.apk com.dosse.chromiumautoupdater 2017-01-29
com.dosse.chromiumautoupdater_14.apk com.dosse.chromiumautoupdater 2017-02-02
@ -3269,6 +3281,7 @@ com.etesync.syncadapter_90.apk com.etesync.syncadapter 2019-10-18
com.etesync.syncadapter_92.apk com.etesync.syncadapter 2019-11-05
com.etesync.syncadapter_93.apk com.etesync.syncadapter 2019-11-09
com.etesync.syncadapter_94.apk com.etesync.syncadapter 2019-11-14
com.etesync.syncadapter_95.apk com.etesync.syncadapter 2019-11-25
com.euedge.openaviationmap.android_16.apk com.euedge.openaviationmap.android 2013-12-11
com.evancharlton.mileage_3000.apk com.evancharlton.mileage 2011-05-10
com.evancharlton.mileage_3080.apk com.evancharlton.mileage 2012-01-17
@ -3500,10 +3513,12 @@ com.flxrs.dankchat_86.apk com.flxrs.dankchat 2019-10-11
com.flxrs.dankchat_87.apk com.flxrs.dankchat 2019-10-18
com.flxrs.dankchat_89.apk com.flxrs.dankchat 2019-10-24
com.flxrs.dankchat_91.apk com.flxrs.dankchat 2019-10-29
com.flxrs.dankchat_95.apk com.flxrs.dankchat 2019-11-20
com.foobnix.pro.pdf.reader_1098.apk com.foobnix.pro.pdf.reader 2019-05-15
com.foobnix.pro.pdf.reader_1930.apk com.foobnix.pro.pdf.reader 2019-08-11
com.foobnix.pro.pdf.reader_3136.apk com.foobnix.pro.pdf.reader 2019-09-19
com.foobnix.pro.pdf.reader_3270.apk com.foobnix.pro.pdf.reader 2019-10-14
com.foobnix.pro.pdf.reader_3420.apk com.foobnix.pro.pdf.reader 2019-11-22
com.formfun_1.apk com.formfun 2019-05-21
com.forrestguice.suntimescalendars_1.apk com.forrestguice.suntimescalendars 2018-12-14
com.forrestguice.suntimescalendars_2.apk com.forrestguice.suntimescalendars 2018-12-14
@ -3997,6 +4012,7 @@ com.gianlu.aria2app_191.apk com.gianlu.aria2app 2019-10-09
com.gianlu.aria2app_192.apk com.gianlu.aria2app 2019-10-10
com.gianlu.aria2app_193.apk com.gianlu.aria2app 2019-10-27
com.gianlu.aria2app_194.apk com.gianlu.aria2app 2019-11-05
com.gianlu.aria2app_195.apk com.gianlu.aria2app 2019-11-25
com.gianlu.dnshero_6.apk com.gianlu.dnshero 2018-08-10
com.gianlu.dnshero_10.apk com.gianlu.dnshero 2018-09-11
com.gianlu.dnshero_11.apk com.gianlu.dnshero 2018-09-17
@ -4033,6 +4049,7 @@ com.gianlu.pretendyourexyzzy_81.apk com.gianlu.pretendyourexyzzy 2019-04-17
com.gianlu.pretendyourexyzzy_82.apk com.gianlu.pretendyourexyzzy 2019-05-17
com.gianlu.pretendyourexyzzy_83.apk com.gianlu.pretendyourexyzzy 2019-07-11
com.gianlu.pretendyourexyzzy_84.apk com.gianlu.pretendyourexyzzy 2019-07-20
com.gianlu.pretendyourexyzzy_85.apk com.gianlu.pretendyourexyzzy 2019-11-27
com.gimranov.zandy.app_20.apk com.gimranov.zandy.app 2012-11-05
com.gimranov.zandy.app_1370.apk com.gimranov.zandy.app 2013-07-04
com.ginkel.hashit_24.apk com.ginkel.hashit 2013-10-21
@ -4239,6 +4256,7 @@ com.github.axet.bookreader_368.apk com.github.axet.bookreader 2019-07-11
com.github.axet.bookreader_372.apk com.github.axet.bookreader 2019-07-13
com.github.axet.bookreader_373.apk com.github.axet.bookreader 2019-07-22
com.github.axet.bookreader_374.apk com.github.axet.bookreader 2019-11-17
com.github.axet.bookreader_375.apk com.github.axet.bookreader 2019-11-25
com.github.axet.callrecorder_53.apk com.github.axet.callrecorder 2017-06-23
com.github.axet.callrecorder_54.apk com.github.axet.callrecorder 2017-06-23
com.github.axet.callrecorder_57.apk com.github.axet.callrecorder 2017-06-27
@ -4578,6 +4596,7 @@ com.github.axet.torrentclient_700.apk com.github.axet.torrentclient 2019-07-07
com.github.axet.torrentclient_701.apk com.github.axet.torrentclient 2019-07-23
com.github.axet.torrentclient_702.apk com.github.axet.torrentclient 2019-08-07
com.github.axet.torrentclient_703.apk com.github.axet.torrentclient 2019-09-25
com.github.axet.torrentclient_704.apk com.github.axet.torrentclient 2019-11-19
com.github.catfriend1.syncthingandroid_4154.apk com.github.catfriend1.syncthingandroid 2018-09-14
com.github.catfriend1.syncthingandroid_4156.apk com.github.catfriend1.syncthingandroid 2018-09-15
com.github.catfriend1.syncthingandroid_4158.apk com.github.catfriend1.syncthingandroid 2018-09-17
@ -4636,6 +4655,7 @@ com.github.catfriend1.syncthingandroid_1030104.apk com.github.catfriend1.syncthi
com.github.catfriend1.syncthingandroid_1030105.apk com.github.catfriend1.syncthingandroid 2019-11-12
com.github.catfriend1.syncthingandroid_1030200.apk com.github.catfriend1.syncthingandroid 2019-11-16
com.github.catfriend1.syncthingandroid_1030201.apk com.github.catfriend1.syncthingandroid 2019-11-17
com.github.catfriend1.syncthingandroid_1030202.apk com.github.catfriend1.syncthingandroid 2019-11-19
com.github.cetoolbox_1.apk com.github.cetoolbox 2013-12-09
com.github.characterdog.bmicalculator_1.apk com.github.characterdog.bmicalculator 2018-09-15
com.github.characterdog.bmicalculator_2.apk com.github.characterdog.bmicalculator 2018-09-25
@ -4884,6 +4904,9 @@ com.github.premnirmal.tickerwidget_329.apk com.github.premnirmal.tickerwidget 20
com.github.premnirmal.tickerwidget_332.apk com.github.premnirmal.tickerwidget 2019-11-02
com.github.premnirmal.tickerwidget_335.apk com.github.premnirmal.tickerwidget 2019-11-05
com.github.premnirmal.tickerwidget_336.apk com.github.premnirmal.tickerwidget 2019-11-11
com.github.premnirmal.tickerwidget_340.apk com.github.premnirmal.tickerwidget 2019-11-19
com.github.premnirmal.tickerwidget_341.apk com.github.premnirmal.tickerwidget 2019-11-24
com.github.premnirmal.tickerwidget_343.apk com.github.premnirmal.tickerwidget 2019-11-25
com.github.quarck.calnotify_2.apk com.github.quarck.calnotify 2016-02-27
com.github.quarck.calnotify_5.apk com.github.quarck.calnotify 2016-03-01
com.github.quarck.calnotify_10.apk com.github.quarck.calnotify 2016-03-05
@ -5606,6 +5629,8 @@ com.indieweb.indigenous_32.apk com.indieweb.indigenous 2019-02-24
com.indieweb.indigenous_33.apk com.indieweb.indigenous 2019-02-27
com.indieweb.indigenous_34.apk com.indieweb.indigenous 2019-03-01
com.indieweb.indigenous_46.apk com.indieweb.indigenous 2019-11-05
com.indieweb.indigenous_47.apk com.indieweb.indigenous 2019-11-22
com.indieweb.indigenous_48.apk com.indieweb.indigenous 2019-11-24
com.infonuascape.osrshelper_3.apk com.infonuascape.osrshelper 2015-02-02
com.infonuascape.osrshelper_5.apk com.infonuascape.osrshelper 2015-04-14
com.infonuascape.osrshelper_6.apk com.infonuascape.osrshelper 2015-05-08
@ -5741,6 +5766,7 @@ com.iven.musicplayergo_125.apk com.iven.musicplayergo 2019-09-19
com.iven.musicplayergo_127.apk com.iven.musicplayergo 2019-09-28
com.iven.musicplayergo_128.apk com.iven.musicplayergo 2019-11-05
com.iven.musicplayergo_129.apk com.iven.musicplayergo 2019-11-16
com.iven.musicplayergo_130.apk com.iven.musicplayergo 2019-11-20
com.iven.xdafeedreader_5.apk com.iven.xdafeedreader 2015-01-07
com.jadn.cc_129.apk com.jadn.cc 2012-01-07
com.jadn.cc_143.apk com.jadn.cc 2013-03-04
@ -6348,6 +6374,7 @@ com.lithium.leona.openstud_175.apk com.lithium.leona.openstud 2019-11-02
com.lithium.leona.openstud_177.apk com.lithium.leona.openstud 2019-11-02
com.lithium.leona.openstud_178.apk com.lithium.leona.openstud 2019-11-09
com.lithium.leona.openstud_180.apk com.lithium.leona.openstud 2019-11-14
com.lithium.leona.openstud_182.apk com.lithium.leona.openstud 2019-11-20
com.litmus.worldscope_1.apk com.litmus.worldscope 2016-04-29
com.littlebytesofpi.pylauncher_4.apk com.littlebytesofpi.pylauncher 2013-12-15
com.littlebytesofpi.pylauncher_5.apk com.littlebytesofpi.pylauncher 2015-01-04
@ -7359,6 +7386,9 @@ com.nextcloud.android.beta_20191107.apk com.nextcloud.android.beta 2019-11-11
com.nextcloud.android.beta_20191108.apk com.nextcloud.android.beta 2019-11-11
com.nextcloud.android.beta_20191114.apk com.nextcloud.android.beta 2019-11-16
com.nextcloud.android.beta_20191116.apk com.nextcloud.android.beta 2019-11-17
com.nextcloud.android.beta_20191119.apk com.nextcloud.android.beta 2019-11-20
com.nextcloud.android.beta_20191121.apk com.nextcloud.android.beta 2019-11-22
com.nextcloud.android.beta_20191123.apk com.nextcloud.android.beta 2019-11-25
com.nextcloud.client_10000000.apk com.nextcloud.client 2016-06-17
com.nextcloud.client_10000100.apk com.nextcloud.client 2016-06-21
com.nextcloud.client_10010099.apk com.nextcloud.client 2016-07-07
@ -7798,12 +7828,14 @@ com.oF2pks.classyshark3xodus_9.apk com.oF2pks.classyshark3xodus 2019-10-02
com.oF2pks.classyshark3xodus_10.apk com.oF2pks.classyshark3xodus 2019-10-31
com.oF2pks.jquarks_2.apk com.oF2pks.jquarks 2019-10-03
com.oF2pks.jquarks_3.apk com.oF2pks.jquarks 2019-11-09
com.oF2pks.jquarks_4.apk com.oF2pks.jquarks 2019-11-27
com.oF2pks.kalturadeviceinfos_2.apk com.oF2pks.kalturadeviceinfos 2018-12-14
com.oF2pks.kalturadeviceinfos_4.apk com.oF2pks.kalturadeviceinfos 2018-12-14
com.oF2pks.kalturadeviceinfos_5.apk com.oF2pks.kalturadeviceinfos 2018-12-23
com.oF2pks.kalturadeviceinfos_6.apk com.oF2pks.kalturadeviceinfos 2018-12-31
com.oF2pks.kalturadeviceinfos_7.apk com.oF2pks.kalturadeviceinfos 2019-10-29
com.oF2pks.kalturadeviceinfos_8.apk com.oF2pks.kalturadeviceinfos 2019-11-14
com.oF2pks.kalturadeviceinfos_9.apk com.oF2pks.kalturadeviceinfos 2019-11-20
com.oF2pks.netscope_3.apk com.oF2pks.netscope 2019-05-19
com.oF2pks.netscope_4.apk com.oF2pks.netscope 2019-06-17
com.oakley.fon_148.apk com.oakley.fon 2014-10-04
@ -7881,6 +7913,7 @@ com.oriondev.moneywallet_65.apk com.oriondev.moneywallet 2019-01-27
com.oriondev.moneywallet_66.apk com.oriondev.moneywallet 2019-10-14
com.oriondev.moneywallet_67.apk com.oriondev.moneywallet 2019-10-18
com.oriondev.moneywallet_68.apk com.oriondev.moneywallet 2019-11-04
com.oriondev.moneywallet_69.apk com.oriondev.moneywallet 2019-11-19
com.orphan.amplayer_1.apk com.orphan.amplayer 2013-12-09
com.orpheusdroid.screenrecorder_4.apk com.orpheusdroid.screenrecorder 2016-11-11
com.orpheusdroid.screenrecorder_8.apk com.orpheusdroid.screenrecorder 2016-12-14
@ -8015,6 +8048,7 @@ com.pcinpact_232.apk com.pcinpact 2019-08-28
com.peppercarrot.runninggame_1.apk com.peppercarrot.runninggame 2017-05-28
com.perflyst.twire_502.apk com.perflyst.twire 2019-04-01
com.perflyst.twire_506.apk com.perflyst.twire 2019-10-09
com.perflyst.twire_507.apk com.perflyst.twire 2019-11-20
com.pheelicks.visualizer_1.apk com.pheelicks.visualizer 2014-04-23
com.phg.constellations_10004.apk com.phg.constellations 2015-06-08
com.phg.constellations_10005.apk com.phg.constellations 2015-06-08
@ -8041,6 +8075,7 @@ com.physphil.android.unitconverterultimate_50301.apk com.physphil.android.unitco
com.physphil.android.unitconverterultimate_50303.apk com.physphil.android.unitconverterultimate 2018-09-25
com.physphil.android.unitconverterultimate_50401.apk com.physphil.android.unitconverterultimate 2019-02-03
com.physphil.android.unitconverterultimate_50500.apk com.physphil.android.unitconverterultimate 2019-08-06
com.physphil.android.unitconverterultimate_50600.apk com.physphil.android.unitconverterultimate 2019-11-27
com.pierreduchemin.punchlinebingo_5.apk com.pierreduchemin.punchlinebingo 2017-02-18
com.pierreduchemin.punchlinebingo_6.apk com.pierreduchemin.punchlinebingo 2017-04-17
com.pikselbit.wrongpinshutdown_1.apk com.pikselbit.wrongpinshutdown 2015-01-24
@ -8130,6 +8165,7 @@ com.plusonelabs.calendar_408.apk com.plusonelabs.calendar 2017-05-10
com.plusonelabs.calendar_414.apk com.plusonelabs.calendar 2017-07-27
com.plusonelabs.calendar_425.apk com.plusonelabs.calendar 2019-01-27
com.plusonelabs.calendar_532.apk com.plusonelabs.calendar 2019-10-17
com.plusonelabs.calendar_560.apk com.plusonelabs.calendar 2019-11-20
com.poinsart.votar_4.apk com.poinsart.votar 2014-07-10
com.poinsart.votar_6.apk com.poinsart.votar 2016-04-17
com.poinsart.votar_7.apk com.poinsart.votar 2016-04-19
@ -8794,6 +8830,8 @@ com.simplemobiletools.calendar.pro_160.apk com.simplemobiletools.calendar.pro 20
com.simplemobiletools.calendar.pro_161.apk com.simplemobiletools.calendar.pro 2019-10-14
com.simplemobiletools.calendar.pro_162.apk com.simplemobiletools.calendar.pro 2019-10-29
com.simplemobiletools.calendar.pro_163.apk com.simplemobiletools.calendar.pro 2019-11-09
com.simplemobiletools.calendar.pro_164.apk com.simplemobiletools.calendar.pro 2019-11-19
com.simplemobiletools.calendar.pro_165.apk com.simplemobiletools.calendar.pro 2019-11-20
com.simplemobiletools.calendar_7.apk com.simplemobiletools.calendar 2016-07-09
com.simplemobiletools.calendar_8.apk com.simplemobiletools.calendar 2016-07-09
com.simplemobiletools.calendar_9.apk com.simplemobiletools.calendar 2016-07-15
@ -9740,6 +9778,7 @@ com.termux_75.apk com.termux 2019-09-11
com.termux_76.apk com.termux 2019-10-24
com.termux_77.apk com.termux 2019-10-31
com.termux_82.apk com.termux 2019-11-14
com.termux_84.apk com.termux 2019-11-25
com.textuality.lifesaver2_6.apk com.textuality.lifesaver2 2013-11-05
com.th.XenonWallpapers_2.apk com.th.XenonWallpapers 2014-01-07
com.thechiefmeat.freetusky_64.apk com.thechiefmeat.freetusky 2019-07-23
@ -9977,6 +10016,8 @@ com.tutpro.baresip_97.apk com.tutpro.baresip 2019-10-31
com.tutpro.baresip_98.apk com.tutpro.baresip 2019-11-04
com.tutpro.baresip_100.apk com.tutpro.baresip 2019-11-11
com.tutpro.baresip_102.apk com.tutpro.baresip 2019-11-17
com.tutpro.baresip_103.apk com.tutpro.baresip 2019-11-22
com.tutpro.baresip_104.apk com.tutpro.baresip 2019-11-25
com.twinone.locker_2501.apk com.twinone.locker 2015-03-16
com.twinone.locker_2600.apk com.twinone.locker 2015-06-17
com.twistedplane.sealnote_27.apk com.twistedplane.sealnote 2017-03-15
@ -10082,6 +10123,8 @@ com.unciv.app_322.apk com.unciv.app 2019-11-09
com.unciv.app_324.apk com.unciv.app 2019-11-14
com.unciv.app_325.apk com.unciv.app 2019-11-16
com.unciv.app_326.apk com.unciv.app 2019-11-17
com.unciv.app_327.apk com.unciv.app 2019-11-20
com.unciv.app_328.apk com.unciv.app 2019-11-22
com.unitedcoders.android.gpodroid_12.apk com.unitedcoders.android.gpodroid 2012-01-08
com.unleashyouradventure.swaccess_14.apk com.unleashyouradventure.swaccess 2014-01-29
com.unleashyouradventure.swaccess_15.apk com.unleashyouradventure.swaccess 2015-01-18
@ -10401,6 +10444,7 @@ com.wireguard.android_454.apk com.wireguard.android 2019-10-14
com.wireguard.android_455.apk com.wireguard.android 2019-10-15
com.wireguard.android_457.apk com.wireguard.android 2019-10-18
com.wireguard.android_458.apk com.wireguard.android 2019-10-22
com.wireguard.android_459.apk com.wireguard.android 2019-11-22
com.wmstein.tourcount_207.apk com.wmstein.tourcount 2016-08-06
com.wmstein.tourcount_211.apk com.wmstein.tourcount 2016-10-04
com.wmstein.tourcount_213.apk com.wmstein.tourcount 2016-11-11
@ -10680,6 +10724,7 @@ com.zeapo.pwdstore_95.apk com.zeapo.pwdstore 2018-04-03
com.zeapo.pwdstore_10300.apk com.zeapo.pwdstore 2018-10-17
com.zeapo.pwdstore_10301.apk com.zeapo.pwdstore 2018-10-19
com.zeapo.pwdstore_10302.apk com.zeapo.pwdstore 2018-12-27
com.zeapo.pwdstore_10303.apk com.zeapo.pwdstore 2019-11-22
com.zegoggles.smssync_1404.apk com.zegoggles.smssync
com.zegoggles.smssync_1405.apk com.zegoggles.smssync
com.zegoggles.smssync_1409.apk com.zegoggles.smssync 2013-04-29
@ -11048,6 +11093,7 @@ de.b0nk.fp1_epo_autoupdate_81.apk de.b0nk.fp1_epo_autoupdate 2014-09-21
de.b0nk.fp1_epo_autoupdate_82.apk de.b0nk.fp1_epo_autoupdate 2014-09-30
de.badaix.snapcast_6.apk de.badaix.snapcast 2016-05-27
de.bahnhoefe.deutschlands.bahnhofsfotos_48.apk de.bahnhoefe.deutschlands.bahnhofsfotos 2019-11-05
de.bahnhoefe.deutschlands.bahnhofsfotos_51.apk de.bahnhoefe.deutschlands.bahnhofsfotos 2019-11-19
de.bashtian.dashclocksunrise_3.apk de.bashtian.dashclocksunrise 2014-08-19
de.baumann.browser_5.apk de.baumann.browser 2016-12-12
de.baumann.browser_6.apk de.baumann.browser 2016-12-14
@ -11326,6 +11372,8 @@ de.blau.android_1306.apk de.blau.android 2019-11-02
de.blau.android_1307.apk de.blau.android 2019-11-05
de.blau.android_1308.apk de.blau.android 2019-11-11
de.blau.android_1309.apk de.blau.android 2019-11-17
de.blau.android_1310.apk de.blau.android 2019-11-20
de.blau.android_1311.apk de.blau.android 2019-11-22
de.blinkt.openvpn_48.apk de.blinkt.openvpn 2012-09-07
de.blinkt.openvpn_49.apk de.blinkt.openvpn 2012-09-16
de.blinkt.openvpn_51.apk de.blinkt.openvpn 2012-10-11
@ -11520,6 +11568,8 @@ de.dennisguse.opentracks_3063.apk de.dennisguse.opentracks 2019-10-17
de.dennisguse.opentracks_3079.apk de.dennisguse.opentracks 2019-10-24
de.dennisguse.opentracks_3101.apk de.dennisguse.opentracks 2019-11-02
de.dennisguse.opentracks_3123.apk de.dennisguse.opentracks 2019-11-11
de.dennisguse.opentracks_3137.apk de.dennisguse.opentracks 2019-11-20
de.dennisguse.opentracks_3149.apk de.dennisguse.opentracks 2019-11-27
de.determapp.android_4.apk de.determapp.android 2019-05-21
de.determapp.android_5.apk de.determapp.android 2019-06-08
de.determapp.android_6.apk de.determapp.android 2019-09-25
@ -12204,6 +12254,7 @@ de.markusfisch.android.binaryeye_43.apk de.markusfisch.android.binaryeye 2019-11
de.markusfisch.android.binaryeye_44.apk de.markusfisch.android.binaryeye 2019-11-14
de.markusfisch.android.binaryeye_45.apk de.markusfisch.android.binaryeye 2019-11-16
de.markusfisch.android.binaryeye_46.apk de.markusfisch.android.binaryeye 2019-11-17
de.markusfisch.android.binaryeye_48.apk de.markusfisch.android.binaryeye 2019-11-25
de.markusfisch.android.shadereditor_12.apk de.markusfisch.android.shadereditor 2015-04-24
de.markusfisch.android.shadereditor_14.apk de.markusfisch.android.shadereditor 2015-12-21
de.markusfisch.android.shadereditor_16.apk de.markusfisch.android.shadereditor 2015-12-26
@ -12250,6 +12301,7 @@ de.markusfisch.android.wavelines_11.apk de.markusfisch.android.wavelines 2019-08
de.markusfisch.android.wavelines_13.apk de.markusfisch.android.wavelines 2019-08-13
de.markusfisch.android.wavelines_14.apk de.markusfisch.android.wavelines 2019-11-11
de.markusfisch.android.wavelines_15.apk de.markusfisch.android.wavelines 2019-11-14
de.markusfisch.android.wavelines_16.apk de.markusfisch.android.wavelines 2019-11-22
de.marmaro.krt.chat_162.apk de.marmaro.krt.chat 2016-07-28
de.marmaro.krt.chat_163.apk de.marmaro.krt.chat 2016-07-28
de.marmaro.krt.chat_164.apk de.marmaro.krt.chat 2016-07-28
@ -12511,6 +12563,7 @@ de.pixart.messenger_259.apk de.pixart.messenger 2019-04-16
de.pixart.messenger_262.apk de.pixart.messenger 2019-06-23
de.pixart.messenger_266.apk de.pixart.messenger 2019-07-02
de.pixart.messenger_269.apk de.pixart.messenger 2019-09-11
de.pixart.messenger_276.apk de.pixart.messenger 2019-11-19
de.qspool.clementineremote_21.apk de.qspool.clementineremote 2013-11-27
de.qspool.clementineremote_25.apk de.qspool.clementineremote 2013-12-11
de.qspool.clementineremote_28.apk de.qspool.clementineremote 2014-01-30
@ -12943,6 +12996,7 @@ de.spiritcroc.darkcroc.substratum_5.apk de.spiritcroc.darkcroc.substratum 2019-0
de.spiritcroc.darkcroc.substratum_6.apk de.spiritcroc.darkcroc.substratum 2019-05-03
de.spiritcroc.darkcroc.substratum_7.apk de.spiritcroc.darkcroc.substratum 2019-06-16
de.spiritcroc.darkcroc.substratum_8.apk de.spiritcroc.darkcroc.substratum 2019-08-07
de.spiritcroc.darkcroc.substratum_9.apk de.spiritcroc.darkcroc.substratum 2019-11-19
de.spiritcroc.defaultdarktheme_oms_50.apk de.spiritcroc.defaultdarktheme_oms 2018-11-14
de.spiritcroc.defaultdarktheme_oms_52.apk de.spiritcroc.defaultdarktheme_oms 2019-08-07
de.spiritcroc.defaultdarktheme_oms_53.apk de.spiritcroc.defaultdarktheme_oms 2019-10-17
@ -13390,6 +13444,7 @@ deep.ryd.rydplayer_43.apk deep.ryd.rydplayer 2019-05-01
deep.ryd.rydplayer_44.apk deep.ryd.rydplayer 2019-05-05
deep.ryd.rydplayer_55.apk deep.ryd.rydplayer 2019-08-11
deep.ryd.rydplayer_62.apk deep.ryd.rydplayer 2019-11-14
deep.ryd.rydplayer_63.apk deep.ryd.rydplayer 2019-11-19
dentex.youtube.downloader_30.apk dentex.youtube.downloader 2013-01-21
dentex.youtube.downloader_31.apk dentex.youtube.downloader 2013-01-30
dentex.youtube.downloader_32.apk dentex.youtube.downloader 2013-01-30
@ -13462,6 +13517,7 @@ dev.ukanth.ufirewall_17000.apk dev.ukanth.ufirewall 2018-12-27
dev.ukanth.ufirewall_17111.apk dev.ukanth.ufirewall 2019-02-18
dev.ukanth.ufirewall_19320.apk dev.ukanth.ufirewall 2019-10-24
dev.ukanth.ufirewall_19410.apk dev.ukanth.ufirewall 2019-11-17
dev.ukanth.ufirewall_19411.apk dev.ukanth.ufirewall 2019-11-22
dk.andsen.asqlitemanager_7.apk dk.andsen.asqlitemanager 2011-12-05
dk.andsen.asqlitemanager_9.apk dk.andsen.asqlitemanager 2011-12-08
dk.andsen.asqlitemanager_10.apk dk.andsen.asqlitemanager 2012-01-26
@ -13905,6 +13961,10 @@ eu.faircode.email_814.apk eu.faircode.email 2019-11-12
eu.faircode.email_817.apk eu.faircode.email 2019-11-14
eu.faircode.email_819.apk eu.faircode.email 2019-11-16
eu.faircode.email_820.apk eu.faircode.email 2019-11-17
eu.faircode.email_821.apk eu.faircode.email 2019-11-19
eu.faircode.email_823.apk eu.faircode.email 2019-11-20
eu.faircode.email_825.apk eu.faircode.email 2019-11-25
eu.faircode.email_826.apk eu.faircode.email 2019-11-27
eu.faircode.finegeotag_21.apk eu.faircode.finegeotag 2016-04-15
eu.faircode.finegeotag_2016042701.apk eu.faircode.finegeotag 2016-04-29
eu.faircode.netguard_7.apk eu.faircode.netguard 2015-10-30
@ -14385,6 +14445,7 @@ eu.sum7.conversations_341.apk eu.sum7.conversations 2019-10-02
eu.sum7.conversations_342.apk eu.sum7.conversations 2019-10-06
eu.sum7.conversations_346.apk eu.sum7.conversations 2019-10-11
eu.sum7.conversations_349.apk eu.sum7.conversations 2019-11-12
eu.sum7.conversations_350.apk eu.sum7.conversations 2019-11-22
eu.uwot.fabio.altcoinprices_1.apk eu.uwot.fabio.altcoinprices 2017-09-24
eu.uwot.fabio.altcoinprices_2.apk eu.uwot.fabio.altcoinprices 2017-09-24
eu.uwot.fabio.altcoinprices_3.apk eu.uwot.fabio.altcoinprices 2017-10-08
@ -14576,6 +14637,7 @@ fi.kroon.vadret_17.apk fi.kroon.vadret 2019-08-22
fi.kroon.vadret_18.apk fi.kroon.vadret 2019-09-01
fi.kroon.vadret_19.apk fi.kroon.vadret 2019-09-28
fi.kroon.vadret_20.apk fi.kroon.vadret 2019-10-02
fi.kroon.vadret_22.apk fi.kroon.vadret 2019-11-25
fi.mikuz.boarder_7.apk fi.mikuz.boarder 2012-09-07
fi.mikuz.boarder_8.apk fi.mikuz.boarder 2012-09-10
fi.mikuz.boarder_9.apk fi.mikuz.boarder 2013-02-22
@ -14656,6 +14718,7 @@ fr.cph.chicago.foss_191.apk fr.cph.chicago.foss 2019-09-19
fr.cph.chicago.foss_192.apk fr.cph.chicago.foss 2019-09-28
fr.cph.chicago.foss_194.apk fr.cph.chicago.foss 2019-10-02
fr.cph.chicago.foss_195.apk fr.cph.chicago.foss 2019-10-12
fr.cph.chicago.foss_197.apk fr.cph.chicago.foss 2019-11-22
fr.free.nrw.commons_33.apk fr.free.nrw.commons 2016-09-15
fr.free.nrw.commons_50.apk fr.free.nrw.commons 2016-09-21
fr.free.nrw.commons_59.apk fr.free.nrw.commons 2016-12-15
@ -14874,6 +14937,7 @@ fr.gouv.etalab.mastodon_328.apk fr.gouv.etalab.mastodon 2019-10-24
fr.gouv.etalab.mastodon_331.apk fr.gouv.etalab.mastodon 2019-11-04
fr.gouv.etalab.mastodon_332.apk fr.gouv.etalab.mastodon 2019-11-05
fr.gouv.etalab.mastodon_336.apk fr.gouv.etalab.mastodon 2019-11-17
fr.gouv.etalab.mastodon_337.apk fr.gouv.etalab.mastodon 2019-11-25
fr.guillaumevillena.opendnsupdater_9.apk fr.guillaumevillena.opendnsupdater 2019-06-14
fr.guillaumevillena.opendnsupdater_10.apk fr.guillaumevillena.opendnsupdater 2019-08-07
fr.herverenault.directdictaphone_14.apk fr.herverenault.directdictaphone 2015-01-03
@ -15957,6 +16021,7 @@ io.github.subhamtyagi.privacyapplock_5.apk io.github.subhamtyagi.privacyapplock
io.github.subhamtyagi.privacyapplock_6.apk io.github.subhamtyagi.privacyapplock 2019-03-17
io.github.subhamtyagi.privacyapplock_8.apk io.github.subhamtyagi.privacyapplock 2019-04-19
io.github.tiagoshibata.gpsdclient_2.apk io.github.tiagoshibata.gpsdclient 2018-08-12
io.github.tiagoshibata.gpsdclient_5.apk io.github.tiagoshibata.gpsdclient 2019-11-22
io.github.tjg1.nori_3.apk io.github.tjg1.nori 2016-08-04
io.github.tjg1.nori_4.apk io.github.tjg1.nori 2016-08-06
io.github.tjg1.nori_5.apk io.github.tjg1.nori 2016-08-06
@ -16031,6 +16096,7 @@ io.timelimit.android.open_50.apk io.timelimit.android.open 2019-07-30
io.timelimit.android.open_55.apk io.timelimit.android.open 2019-09-05
io.timelimit.android.open_56.apk io.timelimit.android.open 2019-10-02
io.timelimit.android.open_57.apk io.timelimit.android.open 2019-10-06
io.timelimit.android.open_58.apk io.timelimit.android.open 2019-11-20
io.tiph.smsspammer_1.apk io.tiph.smsspammer 2014-12-02
io.tiph.smsspammer_2.apk io.tiph.smsspammer 2015-02-11
io.trezor.app_9.apk io.trezor.app 2017-06-17
@ -16706,6 +16772,7 @@ me.impa.knockonports_18.apk me.impa.knockonports 2019-03-22
me.impa.knockonports_19.apk me.impa.knockonports 2019-04-17
me.impa.knockonports_20.apk me.impa.knockonports 2019-04-27
me.impa.knockonports_23.apk me.impa.knockonports 2019-10-02
me.impa.knockonports_24.apk me.impa.knockonports 2019-11-22
me.jakelane.wrapperforfacebook_14.apk me.jakelane.wrapperforfacebook 2016-10-25
me.jamesfrost.simpledo_3.apk me.jamesfrost.simpledo 2014-11-02
me.jamesfrost.simpledo_4.apk me.jamesfrost.simpledo 2014-12-17
@ -16830,6 +16897,7 @@ me.zeeroooo.materialfb_63.apk me.zeeroooo.materialfb 2018-04-17
me.zeeroooo.materialfb_67.apk me.zeeroooo.materialfb 2018-04-29
me.zeeroooo.materialfb_69.apk me.zeeroooo.materialfb 2018-12-27
me.zeeroooo.materialfb_70.apk me.zeeroooo.materialfb 2019-01-04
me.zhanghai.android.files_12.apk me.zhanghai.android.files 2019-11-24
mega.privacy.android.app_82.apk mega.privacy.android.app 2016-11-11
menion.android.whereyougo_40.apk menion.android.whereyougo 2016-11-30
menion.android.whereyougo_42.apk menion.android.whereyougo 2017-03-24
@ -17661,6 +17729,7 @@ net.osmand.plus_345.apk net.osmand.plus 2019-07-29
net.osmand.plus_346.apk net.osmand.plus 2019-08-07
net.osmand.plus_348.apk net.osmand.plus 2019-09-09
net.osmand.plus_352.apk net.osmand.plus 2019-11-16
net.osmand.plus_353.apk net.osmand.plus 2019-11-22
net.osmand.srtmPlugin.paid_6.apk net.osmand.srtmPlugin.paid 2014-09-20
net.osmand.srtmPlugin.paid_9.apk net.osmand.srtmPlugin.paid 2017-11-17
net.osmand_25.apk net.osmand 2011-02-11
@ -18477,6 +18546,7 @@ nodomain.freeyourgadget.gadgetbridge_158.apk nodomain.freeyourgadget.gadgetbridg
nodomain.freeyourgadget.gadgetbridge_159.apk nodomain.freeyourgadget.gadgetbridge 2019-10-17
nodomain.freeyourgadget.gadgetbridge_160.apk nodomain.freeyourgadget.gadgetbridge 2019-10-31
nodomain.freeyourgadget.gadgetbridge_161.apk nodomain.freeyourgadget.gadgetbridge 2019-11-14
nodomain.freeyourgadget.gadgetbridge_162.apk nodomain.freeyourgadget.gadgetbridge 2019-11-25
nodomain.freeyourgadget.tpmsmonitor_1.apk nodomain.freeyourgadget.tpmsmonitor 2019-01-18
nodomain.vanous.blitztypekeyboard_5.apk nodomain.vanous.blitztypekeyboard 2019-10-18
nu.firetech.android.pactrack_1310.apk nu.firetech.android.pactrack 2011-01-27
@ -18876,6 +18946,7 @@ org.andstatus.app_294.apk org.andstatus.app 2019-07-08
org.andstatus.app_295.apk org.andstatus.app 2019-07-16
org.andstatus.app_297.apk org.andstatus.app 2019-08-22
org.andstatus.app_298.apk org.andstatus.app 2019-08-22
org.andstatus.app_301.apk org.andstatus.app 2019-11-25
org.anhonesteffort.flock_4.apk org.anhonesteffort.flock 2014-08-02
org.anhonesteffort.flock_5.apk org.anhonesteffort.flock 2014-08-03
org.anothermonitor_4.apk org.anothermonitor 2015-03-31
@ -19079,6 +19150,8 @@ org.billthefarmer.diary_153.apk org.billthefarmer.diary 2019-09-25
org.billthefarmer.diary_154.apk org.billthefarmer.diary 2019-10-18
org.billthefarmer.diary_155.apk org.billthefarmer.diary 2019-10-24
org.billthefarmer.diary_156.apk org.billthefarmer.diary 2019-11-05
org.billthefarmer.diary_157.apk org.billthefarmer.diary 2019-11-22
org.billthefarmer.diary_158.apk org.billthefarmer.diary 2019-11-25
org.billthefarmer.editor_1.apk org.billthefarmer.editor 2017-07-23
org.billthefarmer.editor_101.apk org.billthefarmer.editor 2017-07-27
org.billthefarmer.editor_102.apk org.billthefarmer.editor 2017-08-02
@ -19285,6 +19358,7 @@ org.blokada.alarm_402000001.apk org.blokada.alarm 2019-09-11
org.blokada.alarm_403000003.apk org.blokada.alarm 2019-10-09
org.blokada.alarm_403000011.apk org.blokada.alarm 2019-10-24
org.blokada.alarm_404000002.apk org.blokada.alarm 2019-11-14
org.blokada.alarm_404000003.apk org.blokada.alarm 2019-11-19
org.bobstuff.bobball_1.apk org.bobstuff.bobball 2015-07-28
org.bobstuff.bobball_8.apk org.bobstuff.bobball 2015-08-15
org.bobstuff.bobball_9.apk org.bobstuff.bobball 2015-08-18
@ -19711,6 +19785,7 @@ org.emergent.android.weave_8.apk org.emergent.android.weave 2014-03-05
org.emunix.insteadlauncher_700.apk org.emunix.insteadlauncher 2019-05-15
org.emunix.insteadlauncher_701.apk org.emunix.insteadlauncher 2019-06-14
org.emunix.insteadlauncher_800.apk org.emunix.insteadlauncher 2019-11-04
org.emunix.insteadlauncher_801.apk org.emunix.insteadlauncher 2019-11-22
org.emunix.unipatcher_140000.apk org.emunix.unipatcher 2017-04-17
org.emunix.unipatcher_140100.apk org.emunix.unipatcher 2017-05-27
org.emunix.unipatcher_140200.apk org.emunix.unipatcher 2017-07-19
@ -19804,6 +19879,7 @@ org.eu.exodus_privacy.exodusprivacy_4.apk org.eu.exodus_privacy.exodusprivacy 20
org.eu.exodus_privacy.exodusprivacy_5.apk org.eu.exodus_privacy.exodusprivacy 2018-12-12
org.eu.exodus_privacy.exodusprivacy_6.apk org.eu.exodus_privacy.exodusprivacy 2019-01-13
org.eu.exodus_privacy.exodusprivacy_7.apk org.eu.exodus_privacy.exodusprivacy 2019-07-31
org.eu.exodus_privacy.exodusprivacy_8.apk org.eu.exodus_privacy.exodusprivacy 2019-11-22
org.evilsoft.pathfinder.reference_19.apk org.evilsoft.pathfinder.reference 2014-01-07
org.evilsoft.pathfinder.reference_27.apk org.evilsoft.pathfinder.reference 2014-05-11
org.evilsoft.pathfinder.reference_29.apk org.evilsoft.pathfinder.reference 2014-08-15
@ -19837,6 +19913,7 @@ org.fdroid.fdroid.privileged.ota_2070.zip org.fdroid.fdroid.privileged.ota 2017-
org.fdroid.fdroid.privileged.ota_2080.zip org.fdroid.fdroid.privileged.ota 2019-02-05
org.fdroid.fdroid.privileged.ota_2090.zip org.fdroid.fdroid.privileged.ota 2019-02-05
org.fdroid.fdroid.privileged.ota_2100.zip org.fdroid.fdroid.privileged.ota 2019-11-17
org.fdroid.fdroid.privileged.ota_2110.zip org.fdroid.fdroid.privileged.ota 2019-11-24
org.fdroid.fdroid.privileged_1000.apk org.fdroid.fdroid.privileged 2015-09-10
org.fdroid.fdroid.privileged_1050.apk org.fdroid.fdroid.privileged 2016-01-20
org.fdroid.fdroid.privileged_2000.apk org.fdroid.fdroid.privileged 2016-11-01
@ -19849,6 +19926,7 @@ org.fdroid.fdroid.privileged_2070.apk org.fdroid.fdroid.privileged 2017-09-24
org.fdroid.fdroid.privileged_2080.apk org.fdroid.fdroid.privileged 2018-05-02
org.fdroid.fdroid.privileged_2090.apk org.fdroid.fdroid.privileged 2019-01-15
org.fdroid.fdroid.privileged_2100.apk org.fdroid.fdroid.privileged 2019-11-16
org.fdroid.fdroid.privileged_2110.apk org.fdroid.fdroid.privileged 2019-11-22
org.fdroid.fdroid_8.apk org.fdroid.fdroid 2011-01-17
org.fdroid.fdroid_9.apk org.fdroid.fdroid 2011-01-30
org.fdroid.fdroid_10.apk org.fdroid.fdroid 2011-01-30
@ -20037,6 +20115,7 @@ org.fdroid.fdroid_1007001.apk org.fdroid.fdroid 2019-06-16
org.fdroid.fdroid_1007002.apk org.fdroid.fdroid 2019-06-20
org.fdroid.fdroid_1007050.apk org.fdroid.fdroid 2019-07-07
org.fdroid.fdroid_1007051.apk org.fdroid.fdroid 2019-07-31
org.fdroid.fdroid_1008000.apk org.fdroid.fdroid 2019-11-22
org.fdroid.k9_16025.apk org.fdroid.k9 2013-06-30
org.fdroid.k9_17040.apk org.fdroid.k9 2013-07-02
org.fdroid.k9_17041.apk org.fdroid.k9 2013-07-09
@ -20755,6 +20834,7 @@ org.jfedor.frozenbubble_53.apk org.jfedor.frozenbubble 2017-03-08
org.jfedor.frozenbubble_54.apk org.jfedor.frozenbubble 2017-03-10
org.jfedor.nxtremotecontrol_5.apk org.jfedor.nxtremotecontrol 2013-03-04
org.jfet.batsHIIT_6.apk org.jfet.batsHIIT 2017-02-24
org.jitsi.meet_190400.apk org.jitsi.meet 2019-11-22
org.jmoyer.NotificationPlus_2.apk org.jmoyer.NotificationPlus 2012-01-15
org.johanhil.flygtider_9.apk org.johanhil.flygtider 2011-04-02
org.jschwab.openrecipes_3.apk org.jschwab.openrecipes 2019-01-13
@ -20803,6 +20883,7 @@ org.kaqui_57.apk org.kaqui 2019-07-07
org.kaqui_58.apk org.kaqui 2019-07-30
org.kaqui_61.apk org.kaqui 2019-08-24
org.kaqui_62.apk org.kaqui 2019-08-28
org.kaqui_63.apk org.kaqui 2019-11-19
org.katsarov.dofcalc_1.apk org.katsarov.dofcalc 2013-09-27
org.katsarov.heatcalc_10101.apk org.katsarov.heatcalc 2016-02-19
org.katsarov.heatcalc_10102.apk org.katsarov.heatcalc 2016-02-25
@ -20867,6 +20948,9 @@ org.kde.kdeconnect_tp_11293.apk org.kde.kdeconnect_tp 2019-07-07
org.kde.kdeconnect_tp_11300.apk org.kde.kdeconnect_tp 2019-09-11
org.kde.kdeconnect_tp_11310.apk org.kde.kdeconnect_tp 2019-09-25
org.kde.kdeconnect_tp_11320.apk org.kde.kdeconnect_tp 2019-09-28
org.kde.kdeconnect_tp_11330.apk org.kde.kdeconnect_tp 2019-11-22
org.kde.kdeconnect_tp_11340.apk org.kde.kdeconnect_tp 2019-11-24
org.kde.kdeconnect_tp_11350.apk org.kde.kdeconnect_tp 2019-11-25
org.kde.necessitas.ministro_6.apk org.kde.necessitas.ministro 2012-08-29
org.kde.necessitas.ministro_7.apk org.kde.necessitas.ministro 2012-11-05
org.kde.necessitas.ministro_13.apk org.kde.necessitas.ministro 2014-10-05
@ -21898,6 +21982,8 @@ org.nitri.opentopo_12.apk org.nitri.opentopo 2019-03-17
org.nitri.opentopo_13.apk org.nitri.opentopo 2019-07-29
org.nitri.opentopo_14.apk org.nitri.opentopo 2019-07-29
org.nitri.opentopo_15.apk org.nitri.opentopo 2019-08-03
org.nonononoki.hendroid_138.apk org.nonononoki.hendroid 2019-11-22
org.nonononoki.hendroid_139.apk org.nonononoki.hendroid 2019-11-22
org.notabug.lifeuser.moviedb_1.apk org.notabug.lifeuser.moviedb 2017-03-29
org.notabug.lifeuser.moviedb_110.apk org.notabug.lifeuser.moviedb 2017-05-15
org.notabug.lifeuser.moviedb_120.apk org.notabug.lifeuser.moviedb 2017-06-23
@ -22122,6 +22208,9 @@ org.openhab.habdroid.beta_216.apk org.openhab.habdroid.beta 2019-11-05
org.openhab.habdroid.beta_218.apk org.openhab.habdroid.beta 2019-11-09
org.openhab.habdroid.beta_219.apk org.openhab.habdroid.beta 2019-11-16
org.openhab.habdroid.beta_220.apk org.openhab.habdroid.beta 2019-11-17
org.openhab.habdroid.beta_221.apk org.openhab.habdroid.beta 2019-11-20
org.openhab.habdroid.beta_223.apk org.openhab.habdroid.beta 2019-11-22
org.openhab.habdroid.beta_224.apk org.openhab.habdroid.beta 2019-11-25
org.openhab.habdroid_30.apk org.openhab.habdroid 2018-03-15
org.openhab.habdroid_34.apk org.openhab.habdroid 2018-03-23
org.openhab.habdroid_50.apk org.openhab.habdroid 2018-04-21
@ -22205,6 +22294,8 @@ org.ostrya.presencepublisher_10.apk org.ostrya.presencepublisher 2019-06-03
org.ostrya.presencepublisher_11.apk org.ostrya.presencepublisher 2019-07-04
org.ostrya.presencepublisher_12.apk org.ostrya.presencepublisher 2019-08-13
org.ostrya.presencepublisher_20.apk org.ostrya.presencepublisher 2019-11-16
org.ostrya.presencepublisher_21.apk org.ostrya.presencepublisher 2019-11-20
org.ostrya.presencepublisher_22.apk org.ostrya.presencepublisher 2019-11-25
org.pacien.tincapp_1.apk org.pacien.tincapp 2017-05-28
org.pacien.tincapp_2.apk org.pacien.tincapp 2017-07-07
org.pacien.tincapp_3.apk org.pacien.tincapp 2017-08-07
@ -23783,6 +23874,7 @@ org.tasks_579.apk org.tasks 2019-05-14
org.tasks_582.apk org.tasks 2019-05-23
org.tasks_589.apk org.tasks 2019-06-16
org.tasks_591.apk org.tasks 2019-11-14
org.tasks_621.apk org.tasks 2019-11-22
org.tbrk.mnemododo_23.apk org.tbrk.mnemododo 2013-06-22
org.telegram.messenger_160.apk org.telegram.messenger 2014-02-24
org.telegram.messenger_177.apk org.telegram.messenger 2014-03-06
@ -23942,6 +24034,7 @@ org.thosp.yourlocalweather_124.apk org.thosp.yourlocalweather 2019-05-30
org.thosp.yourlocalweather_125.apk org.thosp.yourlocalweather 2019-08-09
org.thosp.yourlocalweather_126.apk org.thosp.yourlocalweather 2019-09-05
org.thosp.yourlocalweather_127.apk org.thosp.yourlocalweather 2019-09-28
org.thosp.yourlocalweather_128.apk org.thosp.yourlocalweather 2019-11-20
org.thoughtcrime.securesms_21.apk org.thoughtcrime.securesms 2012-01-02
org.thoughtcrime.securesms_23.apk org.thoughtcrime.securesms 2012-08-23
org.tigase.messenger.phone.pro_11.apk org.tigase.messenger.phone.pro 2013-10-24
@ -24594,6 +24687,8 @@ org.weilbach.splitbills_10.apk org.weilbach.splitbills 2019-08-28
org.weilbach.splitbills_11.apk org.weilbach.splitbills 2019-09-19
org.weilbach.splitbills_16.apk org.weilbach.splitbills 2019-10-03
org.weilbach.splitbills_18.apk org.weilbach.splitbills 2019-10-03
org.weilbach.splitbills_19.apk org.weilbach.splitbills 2019-11-20
org.weilbach.splitbills_21.apk org.weilbach.splitbills 2019-11-24
org.wheelmap.android.online_16.apk org.wheelmap.android.online 2013-01-28
org.whitequark.sipcaller_1.apk org.whitequark.sipcaller 2016-09-13
org.wikilovesmonuments_13.apk org.wikilovesmonuments 2013-10-31
@ -24767,6 +24862,7 @@ org.xphnx.ameixa_410.apk org.xphnx.ameixa 2018-11-06
org.xphnx.ameixa_411.apk org.xphnx.ameixa 2018-12-14
org.xphnx.ameixa_412.apk org.xphnx.ameixa 2018-12-18
org.xphnx.ameixa_413.apk org.xphnx.ameixa 2019-07-29
org.xphnx.ameixa_414.apk org.xphnx.ameixa 2019-11-20
org.xphnx.ameixamonochrome_46.apk org.xphnx.ameixamonochrome 2017-09-24
org.xphnx.ameixamonochrome_47.apk org.xphnx.ameixamonochrome 2018-01-29
org.xphnx.ameixamonochrome_52.apk org.xphnx.ameixamonochrome 2018-01-29
@ -24781,6 +24877,7 @@ org.xphnx.ameixamonochrome_410.apk org.xphnx.ameixamonochrome 2018-11-06
org.xphnx.ameixamonochrome_411.apk org.xphnx.ameixamonochrome 2018-12-14
org.xphnx.ameixamonochrome_412.apk org.xphnx.ameixamonochrome 2018-12-18
org.xphnx.ameixamonochrome_413.apk org.xphnx.ameixamonochrome 2019-07-29
org.xphnx.ameixamonochrome_414.apk org.xphnx.ameixamonochrome 2019-11-20
org.xphnx.iconsubmit_2.apk org.xphnx.iconsubmit 2016-01-15
org.xphnx.iconsubmit_4.apk org.xphnx.iconsubmit 2016-05-26
org.xphnx.iconsubmit_7.apk org.xphnx.iconsubmit 2018-05-25
@ -24803,6 +24900,9 @@ org.y20k.escapepod_9.apk org.y20k.escapepod 2019-10-11
org.y20k.escapepod_12.apk org.y20k.escapepod 2019-10-18
org.y20k.escapepod_13.apk org.y20k.escapepod 2019-11-02
org.y20k.escapepod_14.apk org.y20k.escapepod 2019-11-09
org.y20k.escapepod_15.apk org.y20k.escapepod 2019-11-22
org.y20k.escapepod_16.apk org.y20k.escapepod 2019-11-27
org.y20k.escapepod_17.apk org.y20k.escapepod 2019-11-27
org.y20k.trackbook_2.apk org.y20k.trackbook 2016-09-15
org.y20k.trackbook_3.apk org.y20k.trackbook 2016-09-22
org.y20k.trackbook_4.apk org.y20k.trackbook 2016-09-23
@ -25072,6 +25172,7 @@ pl.strimoid.lara_1.apk pl.strimoid.lara 2014-03-12
player.efis.cfd_27.apk player.efis.cfd 2019-07-20
player.efis.cfd_28.apk player.efis.cfd 2019-08-26
player.efis.cfd_29.apk player.efis.cfd 2019-09-19
player.efis.cfd_30.apk player.efis.cfd 2019-11-22
player.efis.data.eur.rus_1.apk player.efis.data.eur.rus 2017-06-26
player.efis.data.eur.rus_3.apk player.efis.data.eur.rus 2017-10-13
player.efis.data.pan.arg_3.apk player.efis.data.pan.arg 2017-11-24
@ -25474,6 +25575,7 @@ ru.playsoftware.j2meloader_68.apk ru.playsoftware.j2meloader 2019-08-13
ru.playsoftware.j2meloader_69.apk ru.playsoftware.j2meloader 2019-09-01
ru.playsoftware.j2meloader_70.apk ru.playsoftware.j2meloader 2019-09-05
ru.playsoftware.j2meloader_71.apk ru.playsoftware.j2meloader 2019-10-24
ru.playsoftware.j2meloader_72.apk ru.playsoftware.j2meloader 2019-11-27
ru.qrck.quitetaskmanager_2.apk ru.qrck.quitetaskmanager 2012-03-02
ru.ra66it.updaterforspotify_1.apk ru.ra66it.updaterforspotify 2018-05-07
ru.ra66it.updaterforspotify_4.apk ru.ra66it.updaterforspotify 2018-08-14
@ -25535,6 +25637,7 @@ ru.yanus171.feedexfork_164.apk ru.yanus171.feedexfork 2019-06-17
ru.yanus171.feedexfork_165.apk ru.yanus171.feedexfork 2019-06-23
ru.yanus171.feedexfork_166.apk ru.yanus171.feedexfork 2019-07-22
ru.yanus171.feedexfork_187.apk ru.yanus171.feedexfork 2019-11-09
ru.yanus171.feedexfork_189.apk ru.yanus171.feedexfork 2019-11-19
ru.zxalexis.ugaday_1.apk ru.zxalexis.ugaday 2014-07-17
ru.zxalexis.ugaday_12.apk ru.zxalexis.ugaday 2014-08-20
ru.zxalexis.ugaday_14.apk ru.zxalexis.ugaday 2016-10-06
@ -25556,6 +25659,8 @@ ryey.easer.beta_120001.apk ryey.easer.beta 2019-10-09
ryey.easer.beta_120002.apk ryey.easer.beta 2019-10-14
ryey.easer.beta_121001.apk ryey.easer.beta 2019-10-24
ryey.easer.beta_121002.apk ryey.easer.beta 2019-11-14
ryey.easer.beta_121999.apk ryey.easer.beta 2019-11-20
ryey.easer.beta_122001.apk ryey.easer.beta 2019-11-25
ryey.easer_6.apk ryey.easer 2017-04-08
ryey.easer_8.apk ryey.easer 2017-04-08
ryey.easer_9.apk ryey.easer 2017-04-13
@ -25655,6 +25760,7 @@ ryey.easer_116.apk ryey.easer 2019-08-11
ryey.easer_117.apk ryey.easer 2019-09-05
ryey.easer_118.apk ryey.easer 2019-09-19
ryey.easer_120.apk ryey.easer 2019-11-02
ryey.easer_121.apk ryey.easer 2019-11-20
ryey.flock_4.apk ryey.flock 2016-08-02
ryey.flock_6.apk ryey.flock 2016-08-06
ryey.flock_8.apk ryey.flock 2017-03-29
@ -25717,6 +25823,7 @@ se.manyver_69.apk se.manyver 2019-09-09
se.manyver_70.apk se.manyver 2019-09-19
se.manyver_75.apk se.manyver 2019-10-27
se.manyver_76.apk se.manyver 2019-11-02
se.manyver_77.apk se.manyver 2019-11-20
se.norenh.rkfread_2.apk se.norenh.rkfread 2014-04-17
se.norenh.rkfread_3.apk se.norenh.rkfread 2017-08-07
se.norenh.rkfread_4.apk se.norenh.rkfread 2018-06-12
@ -28366,6 +28473,7 @@ xyz.hisname.fireflyiii_47.apk xyz.hisname.fireflyiii 2019-10-02
xyz.hisname.fireflyiii_48.apk xyz.hisname.fireflyiii 2019-10-10
xyz.hisname.fireflyiii_49.apk xyz.hisname.fireflyiii 2019-11-12
xyz.hisname.fireflyiii_50.apk xyz.hisname.fireflyiii 2019-11-16
xyz.hisname.fireflyiii_51.apk xyz.hisname.fireflyiii 2019-11-25
xyz.iridiumion.plucklockex_4.apk xyz.iridiumion.plucklockex 2018-07-19
xyz.spinster.client.fdroid_68.apk xyz.spinster.client.fdroid 2019-11-14
xyz.spinster.client.fdroid_70.apk xyz.spinster.client.fdroid 2019-11-17

View file

@ -1,10 +1,10 @@
me.zhanghai.android.files
org.nonononoki.hendroid
org.jitsi.meet
cf.fridays.fff_info
amirz.dngprocessor
xyz.spinster.client.fdroid
com.abast.homebot
fr.corenting.traficparis
cz.vitskalicky.lepsirozvrh
com.csmarosi.wifiautoff
org.safecoin.safeprice
tool.fff.profilepicturegenerator
io.github.sds100.keymapper
net.guildem.publicip

View file

@ -1,6 +1,6 @@
GPL-3.0-only 1114
Apache-2.0 682
GPL-3.0-or-later 472
Apache-2.0 683
GPL-3.0-or-later 473
MIT 369
GPL-2.0-only 147
GPL-2.0-or-later 109

View file

@ -1,4 +1,4 @@
git 2844
git 2846
none 166
git-svn 91
hg 44

View file

@ -1,5 +1,5 @@
Tags 1897
Tags 1898
RepoManifest 747
None 270
None 271
Static 218
HTTP 28

View file

@ -9,26 +9,26 @@
# Single-line fields start right after the colon (with a whitespace).
Categories: (use those which apply)
- Connectivity
- Development
- Games
- Graphics
- Internet
- Money
- Multimedia
- Navigation
- Phone & SMS
- Reading
- Science & Education
- Security
- Sports & Health
- System
- Theming
- Time
- Writing
- Connectivity
- Development
- Games
- Graphics
- Internet
- Money
- Multimedia
- Navigation
- Phone & SMS
- Reading
- Science & Education
- Security
- Sports & Health
- System
- Theming
- Time
- Writing
License: (identifier from https://spdx.org/licenses)
# Website: (web link)
# WebSite: (web link)
SourceCode: (web link)
# IssueTracker: (web link)

View file

@ -1,7 +1,7 @@
Categories:
-
License:
Website:
WebSite:
SourceCode:
IssueTracker: