This commit is contained in:
J-Jamet 2018-04-28 11:41:54 +02:00
commit 6bea74fa37
356 changed files with 6720 additions and 1078 deletions

3
.gitignore vendored
View file

@ -17,3 +17,6 @@
!/build/extlib/ !/build/extlib/
/build/.fdroidvcs-* /build/.fdroidvcs-*
/stats/publishsigkeys.jar /stats/publishsigkeys.jar
# used in fdroidserver's ./jenkins-test
keystore.jks

View file

@ -14,7 +14,7 @@ lint:
- if [ "$CI_PROJECT_NAMESPACE" != "fdroid" ]; then - if [ "$CI_PROJECT_NAMESPACE" != "fdroid" ]; then
git fetch https://gitlab.com/fdroid/fdroiddata; git fetch https://gitlab.com/fdroid/fdroiddata;
test -d build || mkdir build; test -d build || mkdir build;
for f in `git diff --name-only FETCH_HEAD...HEAD`; do for f in `git diff --name-only --diff-filter=d FETCH_HEAD...HEAD`; do
appid=`echo $f | sed -n -e 's,^metadata/\([^/][^/]*\)\.txt,\1,p' appid=`echo $f | sed -n -e 's,^metadata/\([^/][^/]*\)\.txt,\1,p'
-e 's,^metadata/\([^/][^/]*\)\.yml,\1,p'`; -e 's,^metadata/\([^/][^/]*\)\.yml,\1,p'`;
export CHANGED="$CHANGED $appid"; export CHANGED="$CHANGED $appid";
@ -31,4 +31,10 @@ lint:
fdroid rewritemeta $CHANGED; fdroid rewritemeta $CHANGED;
git --no-pager diff --color=always; git --no-pager diff --color=always;
} }
- apt-get -qy update
- apt-get -qy install --no-install-recommends exiftool
- exiftool -all= `find metadata/ -name '*.jp*g' -o -name '*.png'`
- echo "these images have EXIF that must be stripped:"
- git --no-pager diff --stat
- git --no-pager diff --name-only --exit-code || export EXITVALUE=1
- exit $EXITVALUE - exit $EXITVALUE

View file

@ -93,7 +93,12 @@ Build:1.4.1,15
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.4.2,16
commit=v1.4.2
subdir=app
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.4.1 Current Version:1.4.2
Current Version Code:15 Current Version Code:16

View file

@ -579,7 +579,6 @@ Build:1.80,80
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \ prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
sed -i -e '/rapid.decoder/d' build.gradle && \ sed -i -e '/rapid.decoder/d' build.gradle && \
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
scanignore=app/src/main/res/raw/tumangaonline
Build:1.81,81 Build:1.81,81
commit=1.81 commit=1.81
@ -589,7 +588,24 @@ Build:1.81,81
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \ prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
sed -i -e '/rapid.decoder/d' build.gradle && \ sed -i -e '/rapid.decoder/d' build.gradle && \
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
scanignore=app/src/main/res/raw/tumangaonline
Build:1.82,82
commit=1.82
subdir=app
gradle=yes
srclibs=RapidDecoder@7cdfca4
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
sed -i -e '/rapid.decoder/d' build.gradle && \
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
Build:1.83,83
commit=1.83
subdir=app
gradle=yes
srclibs=RapidDecoder@7cdfca4
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
sed -i -e '/rapid.decoder/d' build.gradle && \
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
Maintainer Notes: Maintainer Notes:
RapidDecoder 0.3.0 is required, but this version is not tagged. RapidDecoder 0.3.0 is required, but this version is not tagged.
@ -597,5 +613,5 @@ RapidDecoder 0.3.0 is required, but this version is not tagged.
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.81 Current Version:1.83
Current Version Code:81 Current Version Code:83

View file

@ -6,6 +6,7 @@ Issue Tracker:https://davdroid.bitfire.at/forums/
Changelog:https://forums.bitfire.at/category/4/davdroid?tag=announcement Changelog:https://forums.bitfire.at/category/4/davdroid?tag=announcement
Donate:https://www.davdroid.com/donate/ Donate:https://www.davdroid.com/donate/
FlattrID:2100160 FlattrID:2100160
LiberapayID:14101
Bitcoin:1KSCy7RHztKuhW9fLLaUYqdwdC2iwbejZU Bitcoin:1KSCy7RHztKuhW9fLLaUYqdwdC2iwbejZU
Auto Name:DAVdroid Auto Name:DAVdroid
@ -715,7 +716,13 @@ Build:1.10.1.1-ose,205
submodules=yes submodules=yes
gradle=standard gradle=standard
Build:1.11-ose,213
commit=v1.11-ose
subdir=app
submodules=yes
gradle=standard
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9.]+-ose$ Update Check Mode:Tags ^v[0-9.]+-ose$
Current Version:1.10.1.1-ose Current Version:1.11-ose
Current Version Code:205 Current Version Code:213

View file

@ -69,7 +69,12 @@ Build:1.4.4,700144
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.4.5,1500150
commit=v1.4.5
subdir=app
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.4.4 Current Version:1.4.5
Current Version Code:700144 Current Version Code:1500150

View file

@ -31,7 +31,11 @@ Build:1.3,4
commit=1.3 commit=1.3
gradle=yes gradle=yes
Build:1.4,5
commit=1.4
gradle=yes
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.3 Current Version:1.4
Current Version Code:4 Current Version Code:5

View file

@ -48,7 +48,32 @@ Build:1.1.2,10
subdir=mobile subdir=mobile
gradle=yes gradle=yes
Build:1.1.3,11
commit=1.1.3
subdir=mobile
gradle=yes
Build:1.1.4,12
commit=1.1.4
subdir=mobile
gradle=yes
Build:1.1.5,13
commit=1.1.5
subdir=mobile
gradle=yes
Build:1.1.6,14
commit=1.1.6
subdir=mobile
gradle=yes
Build:1.2.0,15
commit=1.2.0
subdir=mobile
gradle=yes
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags ^[0-9.]+$ Update Check Mode:Tags ^[0-9.]+$
Current Version:1.1.2 Current Version:1.2.0
Current Version Code:10 Current Version Code:15

View file

@ -99,11 +99,25 @@ Build:1.4.9,21
prebuild=sed -i -e '79,81d' pom.xml && \ prebuild=sed -i -e '79,81d' pom.xml && \
sed -i -e '44,70d' pom.xml sed -i -e '44,70d' pom.xml
Build:1.4.10,22
commit=3e48eea41be4c2ba4487d8adf504f2fcc1bd0159
subdir=brouter-routing-app
maven=yes@..
prebuild=sed -i -e '79,81d' pom.xml && \
sed -i -e '44,70d' pom.xml
Build:1.4.11,23
commit=6691a0ab5ce48262fec59450e4ea0f6a7aa06feb
subdir=brouter-routing-app
maven=yes@..
prebuild=sed -i -e '79,81d' pom.xml && \
sed -i -e '44,70d' pom.xml
Maintainer Notes: Maintainer Notes:
The sed's remove signing stuff. The sed's remove signing stuff.
. .
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:1.4.9 Current Version:1.4.11
Current Version Code:21 Current Version Code:23

View file

@ -358,7 +358,12 @@ Build:1.26.3,112603
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.26.4,112604
commit=release-1.26.4
subdir=app
gradle=yes
Auto Update Mode:Version release-%v Auto Update Mode:Version release-%v
Update Check Mode:Tags ^release- Update Check Mode:Tags ^release-
Current Version:1.26.3 Current Version:1.26.4
Current Version Code:112603 Current Version Code:112604

View file

@ -93,7 +93,12 @@ Build:v1.11-beta,21
subdir=app subdir=app
gradle=yes gradle=yes
Build:v1.12-beta,22
commit=v1.12-beta
subdir=app
gradle=yes
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:v1.11-beta Current Version:v1.12-beta
Current Version Code:21 Current Version Code:22

View file

@ -179,7 +179,12 @@ Build:1.0.58,10580
Build:1.0.59,10591 Build:1.0.59,10591
commit=1.0.59 commit=1.0.59
Build:1.0.60,10600
commit=1.0.60
subdir=app
gradle=yes
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.0.59 Current Version:1.0.60
Current Version Code:10591 Current Version Code:10600

View file

@ -32,5 +32,5 @@ Build:1.6,160
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:1.6 Current Version:1.7
Current Version Code:160 Current Version Code:170

View file

@ -36,7 +36,22 @@ Build:1.1.0.1742,1742
export TRAVIS_BUILD_NUMBER=$$VERCODE$$ && \ export TRAVIS_BUILD_NUMBER=$$VERCODE$$ && \
gradle assembleRelease gradle assembleRelease
Build:1.1.0.1872,1872
commit=1.1.0.1872
subdir=app
output=build/outputs/apk/release/app-release-unsigned.apk
rm=app/src/main/java/ch/deletescape/lawnchair/weather/AwarenessWeatherAPI.kt
prebuild=git cherry-pick 5d3292f00412c1fc030d5ac41156881dbc1153ac && \
sed -i -e '/play-services-awareness/d' build.gradle && \
sed -i -e '/AwarenessWeatherAPI/d' src/main/java/ch/deletescape/lawnchair/weather/WeatherAPI.kt && \
sed -i -e 's/PREF_WEATHER_PROVIDER_AWARENESS = "1"/PREF_WEATHER_PROVIDER_AWARENESS = "0"/' src/main/java/ch/deletescape/lawnchair/preferences/PreferenceFlags.kt && \
sed -i -e 's/android:defaultValue="1"/android:defaultValue="0"/' src/main/res/xml/launcher_theme_preferences.xml
build=export TRAVIS=true && \
export MAJOR_MINOR=1.1.0 && \
export TRAVIS_BUILD_NUMBER=$$VERCODE$$ && \
gradle assembleRelease
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:None Update Check Mode:None
Current Version:1.1.0.1742 Current Version:1.1.0.1872
Current Version Code:1742 Current Version Code:1872

View file

@ -0,0 +1,42 @@
AntiFeatures:NonFreeNet
Categories:Internet,System
License:MIT
Web Site:https://github.com/veniosg/JustSearch
Source Code:https://github.com/veniosg/JustSearch
Issue Tracker:https://github.com/veniosg/JustSearch/issues
Auto Name:Just Search
Summary:Simple Assist app with multiple search providers
Description:
Just Search is an Assist replacement (the app that launches after long pressing
home) and cannot be launched via the launcher. To use it, navigate to the device
settings and change the default Assist app.
Just Search provides a simple way to search from everywhere without needing to
launch the heavy (in terms of data and resources' needs) Google search app. Just
Search uses DuckDuckGo by default, but allows opting for a multitude of
predefined search providers instead. It also allows setting a custom search URL
so that any search engine is supported.
.
Repo Type:git
Repo:https://github.com/veniosg/JustSearch
Build:1.0.0,1
commit=1.0.0
subdir=app
gradle=yes
Build:1.1.0,6
commit=1.1.0
subdir=app
gradle=yes
Maintainer Notes:
Cannot use AUM/UCM because version code and version name are dynamic.
.
Auto Update Mode:None
Update Check Mode:None
Current Version:1.1.0
Current Version Code:6

View file

@ -222,7 +222,13 @@ Build:2.2.6,54
gradle=free gradle=free
prebuild=sed -i -e '/applicationIdSuffix/d; /versionNameSuffix/d' build.gradle prebuild=sed -i -e '/applicationIdSuffix/d; /versionNameSuffix/d' build.gradle
Build:2.2.8,55
commit=v2.2.8
subdir=app
gradle=free
prebuild=sed -i -e '/applicationIdSuffix/d; /versionNameSuffix/d' build.gradle
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:2.2.6 Current Version:2.2.8
Current Version Code:54 Current Version Code:55

View file

@ -68,5 +68,5 @@ Build:1.9,9
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:1.9 Current Version:2.0
Current Version Code:9 Current Version Code:10

View file

@ -0,0 +1,37 @@
Categories:System
License:Apache-2.0
Web Site:https://support.google.com/accessibility/android/answer/6283677?hl=en
Source Code:https://github.com/google/talkback
Issue Tracker:
Auto Name:TalkBack
Summary:Accessibility improvements
Description:
TalkBack is an Accessibility Service that helps blind and vision-impaired users
interact with their devices more easily.
This application adds spoken, audible, and vibration feedback to your device.
It comes pre-installed on many devices so you won't be able to install this if
that is the case.
It's only activated if you explicitly turn on Accessibility:
# Go to Settings
# Select Accessibility
# Enable TalkBack checkboxes
.
Repo Type:git
Repo:https://github.com/google/talkback.git
Build:5.0.7_aosp,50007000
commit=12bdf2063e121a021f050c94cf5ebb2489c8af8a
patch=play-services-50007000.patch
output=build/outputs/apk/com.android.talkback-aosp-release.apk
prebuild=rm libs/*.jar
build=gradle assembleRelease && \
zip -d build/outputs/apk/com.android.talkback-aosp-release.apk 'META-INF/*.*'
Auto Update Mode:None
Update Check Mode:None

View file

@ -0,0 +1,73 @@
diff --git a/base.gradle b/base.gradle
index 228d859..441df5a 100644
--- a/base.gradle
+++ b/base.gradle
@@ -15,10 +15,6 @@ buildscript {
repositories {
mavenCentral()
- maven {
- // TODO: Remove this after support library v24 public release.
- url "$rootDir/prebuilts/fullsdk/extras/android/m2repository"
- }
}
android {
diff --git a/build.gradle b/build.gradle
index ffb4460..8ea8d2c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,7 +27,6 @@ android {
}
dependencies {
- compile 'com.google.android.gms:play-services:8.4.0'
compile 'com.android.support:support-v4:24.0.0'
}
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index 04948e9..9532e39 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -282,10 +282,6 @@
android:directBootAware="true"
android:enabled="@bool/atLeastL" >
</activity>
-
- <meta-data
- android:name="com.google.android.gms.version"
- android:value="@integer/google_play_services_version" />
</application>
</manifest>
diff --git a/src/main/java/com/android/talkback/TalkBackPreferencesActivity.java b/src/main/java/com/android/talkback/TalkBackPreferencesActivity.java
index ba3bd6b..781e1c5 100644
--- a/src/main/java/com/android/talkback/TalkBackPreferencesActivity.java
+++ b/src/main/java/com/android/talkback/TalkBackPreferencesActivity.java
@@ -61,8 +61,6 @@ import com.android.utils.AccessibilityEventUtils;
import com.android.utils.LogUtils;
import com.android.utils.PackageManagerUtils;
import com.android.utils.SharedPreferencesUtils;
-import com.google.android.gms.common.ConnectionResult;
-import com.google.android.gms.common.GooglePlayServicesUtil;
import com.google.android.marvin.talkback.TalkBackService;
import java.util.HashSet;
@@ -957,17 +955,6 @@ public class TalkBackPreferencesActivity extends Activity {
return;
}
- if (GooglePlayServicesUtil.isGooglePlayServicesAvailable(activity)
- != ConnectionResult.SUCCESS) {
- // Not needed, but playing safe since this is hard to test outside of China
- playStoreButton.setIntent(null);
- final PreferenceGroup category = (PreferenceGroup)
- findPreferenceByResId(R.string.pref_category_miscellaneous_key);
- if (category != null) {
- category.removePreference(playStoreButton);
- }
- }
-
if (playStoreButton.getIntent() != null &&
activity.getPackageManager().queryIntentActivities(
playStoreButton.getIntent(), 0).size() == 0) {

View file

@ -43,7 +43,17 @@ Build:4.2.1,421
subdir=app subdir=app
gradle=yes gradle=yes
Build:4.2.2,422
commit=4.2.2
subdir=app
gradle=yes
Build:4.2.3,423
commit=4.2.3
subdir=app
gradle=yes
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:4.2.1 Current Version:4.2.3
Current Version Code:421 Current Version Code:423

View file

@ -191,7 +191,18 @@ Build:1.09.44,54
sed -i -e 's/${AMPACHE_USERNAME}/null/g' build.gradle && \ sed -i -e 's/${AMPACHE_USERNAME}/null/g' build.gradle && \
sed -i -e 's/${AMPACHE_PASSWORD}/null/g' build.gradle sed -i -e 's/${AMPACHE_PASSWORD}/null/g' build.gradle
Build:1.09.45,55
commit=v1.09.45
subdir=app
submodules=yes
gradle=yes
prebuild=sed -i -e 's/${LASTFM_API_KEY}/null/g' build.gradle && \
sed -i -e 's/${AMPACHE_URL}/null/g' build.gradle && \
sed -i -e 's/${AMPACHE_URL_LOCAL}/null/g' build.gradle && \
sed -i -e 's/${AMPACHE_USERNAME}/null/g' build.gradle && \
sed -i -e 's/${AMPACHE_PASSWORD}/null/g' build.gradle
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.09.44 Current Version:1.09.45
Current Version Code:54 Current Version Code:55

View file

@ -0,0 +1,35 @@
Provides:com.anysoftkeyboard.languagepack.french_xlarge
Categories:Writing
License:Apache-2.0
Web Site:http://anysoftkeyboard.github.io/
Source Code:https://github.com/AnySoftKeyboard/LanguagePack/tree/French
Issue Tracker:https://github.com/anysoftkeyboard/LanguagePack/issues
Changelog:https://github.com/AnySoftKeyboard/LanguagePack/blob/French/src/main/play/en-US/whatsnew
Donate:http://anysoftkeyboard.github.io/
Auto Name:AnySoftKeyboard - French Language Pack
Summary:AnySoftKeyboard French Language pack
Description:
French dictionary based on Dicollecte "classique" dictionary (v6.1, 10/07/2017)
- https://www.dicollecte.org/home.php?prj=fr More than 250,000 inflected words
(corresponding to more than 75.000 distinct lemas).
Include three keyboard layouts, AZERTY, QWERTY and BÉPO, with many symbols and
rapid acces to apostrophe and hyphen.
This is an expansion language pack for AnySoftKeyboard. Install
[[com.menny.android.anysoftkeyboard]] first, and then select the French keyboard
from AnySoftKeyboard's Settings -> Languages -> Keyboards menu.
.
Repo Type:git
Repo:https://github.com/AnySoftKeyboard/LanguagePack/
Build:1.0.67,67
commit=adc03a2d1870d804212314f6c730f39604b39409
gradle=yes
Auto Update Mode:None
Update Check Mode:Static
Current Version:1.0.67
Current Version Code:67

View file

@ -281,7 +281,16 @@ Build:0.15.0,513
gradle nativeLibsToJar gradle nativeLibsToJar
ndk=r14b ndk=r14b
Build:0.16.0,514
commit=v0.16.0
subdir=MessengerProj
submodules=yes
gradle=fat
build=$$NDK$$/ndk-build -j `nproc` && \
gradle nativeLibsToJar
ndk=r14b
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:0.15.0 Current Version:0.16.0
Current Version Code:513 Current Version Code:514

View file

@ -10,6 +10,12 @@ Auto Name:OpenLauncher
Summary:Launch applications and manage homescreen Summary:Launch applications and manage homescreen
Description: Description:
Launcher that aims to be a powerful and community driven project. Launcher that aims to be a powerful and community driven project.
Support the project:
* [https://lonamiwebs.github.io/stringlate/translate?git=https%3A%2F%2Fgithub.com%2Fopenlauncherteam%2Fopenlauncher.git&name=OpenLauncher&mail=gro.xobliam@@rentnasg Translate] using Stringlate
* [https://gsantner.net/android-contribution-guide/?packageid=com.benny.openlauncher&name=OpenLauncher&web=https://github.com/openlauncherteam/openlauncher Contribution] Guide (gsantner blog)
. .
Repo Type:git Repo Type:git
@ -110,7 +116,21 @@ Build:0.5.8(alpha),30
subdir=app subdir=app
gradle=FlavorDefault gradle=FlavorDefault
Build:0.5.10,33
commit=v0.5.10
subdir=app
gradle=FlavorDefault
Build:0.5.12,35
commit=v0.5.12
subdir=app
gradle=FlavorDefault
Maintainer Notes:
checkupdates currently broken
.
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:0.5.8(alpha) Current Version:0.5.12
Current Version Code:30 Current Version Code:35

View file

@ -172,7 +172,12 @@ Build:6.1.2,162
subdir=bitcoin subdir=bitcoin
gradle=yes gradle=yes
Build:6.3,165
commit=btc-6.3
subdir=bitcoin
gradle=yes
Auto Update Mode:Version btc-%v Auto Update Mode:Version btc-%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:6.1.2 Current Version:6.3
Current Version Code:162 Current Version Code:165

View file

@ -38,7 +38,13 @@ Build:5.1,31
Build:5.5,54 Build:5.5,54
commit=v5.5 commit=v5.5
Build:6.0,60
commit=v6.0
Build:6.1,61
commit=v6.1
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:5.5 Current Version:6.1
Current Version Code:54 Current Version Code:61

View file

@ -34,5 +34,5 @@ Upstream force-pushed to repo. Now uses crashlytics.
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Tags
Current Version:2.0 Current Version:2.1
Current Version Code:5 Current Version Code:6

View file

@ -4,6 +4,7 @@ License: GPL-3.0+
SourceCode: https://github.com/linux-colonel/AdminControl SourceCode: https://github.com/linux-colonel/AdminControl
IssueTracker: https://github.com/linux-colonel/AdminControl/issues IssueTracker: https://github.com/linux-colonel/AdminControl/issues
AutoName: AdminControl
Summary: Additional security settings Summary: Additional security settings
Description: Allows you to disable the fingerprint reader on the Lock Screen without Description: Allows you to disable the fingerprint reader on the Lock Screen without
deleting all of your fingerprints. deleting all of your fingerprints.
@ -21,3 +22,5 @@ Builds:
AutoUpdateMode: Version v%v AutoUpdateMode: Version v%v
UpdateCheckMode: Tags UpdateCheckMode: Tags
CurrentVersion: 1.0.2
CurrentVersionCode: 3

View file

@ -56,7 +56,12 @@ Build:1.3.4,19
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.3.5,20
commit=v1.3.5
subdir=app
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.3.4 Current Version:1.3.5
Current Version Code:19 Current Version Code:20

View file

@ -55,5 +55,5 @@ Build:1.1.6,11
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:1.2.3 Current Version:1.2.4
Current Version Code:15 Current Version Code:16

View file

@ -0,0 +1,36 @@
Categories:System
License:MIT
Web Site:
Source Code:https://github.com/darshanparajuli/LogcatReader
Issue Tracker:https://github.com/darshanparajuli/LogcatReader/issues
Auto Name:Logcat Reader
Summary:A simple app to view logs
Description:
Logcat Reader makes it easy to view and save the device logs.
.
Repo Type:git
Repo:https://github.com/darshanparajuli/LogcatReader.git
Build:1.2.0,14
commit=v1.2.0
subdir=app
gradle=yes
Build:1.2.1,17
commit=v1.2.1
subdir=app
gradle=yes
prebuild=sed -i -e '/keystore/d' build.gradle
Build:1.2.2,18
commit=v1.2.2
subdir=app
gradle=yes
prebuild=sed -i -e '/keystore/d' build.gradle
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.2.2
Current Version Code:18

View file

@ -186,11 +186,17 @@ Build:4.3.0,40300
output=app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk output=app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk
ndk=r16b ndk=r16b
Build:5.2.0,50200
commit=5.2.0
gradle=yes
output=app/build/outputs/apk/release/duckduckgo-$$VERSION$$-release-unsigned.apk
ndk=r16b
Maintainer Notes: Maintainer Notes:
Cannot use AUM/UCM because version code and version name are dynamic. Cannot use AUM/UCM because version code and version name are dynamic.
. .
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:None Update Check Mode:None
Current Version:4.3.0 Current Version:5.2.0
Current Version Code:40300 Current Version Code:50200

View file

@ -23,5 +23,5 @@ Build:1.3,13
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:1.3 Current Version:1.5
Current Version Code:13 Current Version Code:15

View file

@ -158,13 +158,25 @@ Build:0.20.2,27
submodules=yes submodules=yes
gradle=yes gradle=yes
Build:0.20.3,28
commit=v0.20.3
subdir=app
submodules=yes
gradle=yes
Build:0.20.4,29
commit=0.20.4
subdir=app
submodules=yes
gradle=yes
Maintainer Notes: Maintainer Notes:
Summary and Description are maintained by upstream using fastlane in Summary and Description are maintained by upstream using fastlane in
the source repo: the source repo:
https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
. .
Auto Update Mode:Version v%v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:0.20.2 Current Version:0.20.4
Current Version Code:27 Current Version Code:29

View file

@ -313,5 +313,5 @@ See here: https://github.com/farmerbb/Taskbar/issues/4
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:3.8.2 Current Version:3.9.1
Current Version Code:181 Current Version Code:183

View file

@ -121,11 +121,21 @@ Build:4.6.3,463
subdir=app subdir=app
gradle=yes gradle=yes
Build:4.6.4,464
commit=4.6.4
subdir=app
gradle=yes
Build:4.6.6,466
commit=4.6.6
subdir=app
gradle=yes
Maintainer Notes: Maintainer Notes:
Bump for bugfix build. Bump for bugfix build.
. .
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:4.6.3 Current Version:4.6.6
Current Version Code:463 Current Version Code:466

View file

@ -104,7 +104,27 @@ Build:0.7.1,20
subdir=app subdir=app
gradle=yes gradle=yes
Build:0.7.2,21
commit=v0.7.2
subdir=app
gradle=yes
Build:0.7.3,22
commit=v0.7.3
subdir=app
gradle=yes
Build:0.7.4,23
commit=v0.7.4
subdir=app
gradle=yes
Build:0.8.0,24
commit=v0.8.0
subdir=app
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:0.7.1 Current Version:0.8.0
Current Version Code:20 Current Version Code:24

View file

@ -0,0 +1,22 @@
Categories:Connectivity
License:GPL-3.0+
Web Site:https://github.com/fr3ts0n/AndrOBD-Plugin/wiki
Source Code:https://github.com/fr3ts0n/AndrOBD-Plugin
Issue Tracker:https://github.com/fr3ts0n/AndrOBD-Plugin/issues
Changelog:https://github.com/fr3ts0n/AndrOBD-Plugin/releases
Bitcoin:19UApzsc5eDJ5VNDNYCA1bpszPnkcpWeFP
Auto Name:MqttPublisher Plugin
Repo Type:git
Repo:https://github.com/fr3ts0n/AndrOBD-Plugin
Build:V1.0.0,10000
commit=V1.0.0
subdir=MqttPublisher
gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:V1.0.0
Current Version Code:10000

View file

@ -4,7 +4,7 @@ Web Site:https://github.com/fr3ts0n/AndrOBD/wiki
Source Code:https://github.com/fr3ts0n/AndrOBD Source Code:https://github.com/fr3ts0n/AndrOBD
Issue Tracker:https://github.com/fr3ts0n/AndrOBD/issues Issue Tracker:https://github.com/fr3ts0n/AndrOBD/issues
Changelog:https://github.com/fr3ts0n/AndrOBD/releases Changelog:https://github.com/fr3ts0n/AndrOBD/releases
Bitcoin:12xyTZnMMDaKMcHaeseXPd8e4NNbMFF8rt Bitcoin:19UApzsc5eDJ5VNDNYCA1bpszPnkcpWeFP
Auto Name:AndrOBD Auto Name:AndrOBD
Summary:Connect to your car's OBD system Summary:Connect to your car's OBD system
@ -588,31 +588,31 @@ Build:V1.5.5,10505
cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/ && \ cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/ && \
cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/ cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/
Build:V2.0.0,20000
commit=V2.0.0
srclibs=AChartEngineFr3ts0n@e2594a4a257cfeacba3595f1b16218a5541810c3,UsbSerial4Android@a213f06ad0b19fd6f1a6b4f8b2f74f986a00ea68
rm=libs/*.jar,src/com/fr3ts0n/pvs/gui/,src/com/fr3ts0n/ecu/gui/application/,src/com/fr3ts0n/prot/gui/
build=pushd $$AChartEngineFr3ts0n$$ && \
$$MVN3$$ package && \
popd && \
cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/ && \
cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/
Build:V2.0.1,20001 Build:V2.0.1,20001
commit=V2.0.1 commit=V2.0.1
subdir=androbd
gradle=yes
srclibs=AChartEngineFr3ts0n@e2594a4a257cfeacba3595f1b16218a5541810c3,UsbSerial4Android@a213f06ad0b19fd6f1a6b4f8b2f74f986a00ea68 srclibs=AChartEngineFr3ts0n@e2594a4a257cfeacba3595f1b16218a5541810c3,UsbSerial4Android@a213f06ad0b19fd6f1a6b4f8b2f74f986a00ea68
rm=libs/*.jar,src/com/fr3ts0n/pvs/gui/,src/com/fr3ts0n/ecu/gui/application/,src/com/fr3ts0n/prot/gui/ rm=androbd/libs/*.jar
build=pushd $$AChartEngineFr3ts0n$$ && \ build=pushd $$AChartEngineFr3ts0n$$ && \
$$MVN3$$ package && \ $$MVN3$$ package && \
popd && \ popd && \
cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/ && \ cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/main/java/ && \
cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/ cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/
Maintainer Notes: Build:V2.0.2,20002
Very unstable and complex build, do not enable auto updates. commit=V2.0.2
. subdir=androbd
gradle=yes
srclibs=AChartEngineFr3ts0n@e2594a4a257cfeacba3595f1b16218a5541810c3,UsbSerial4Android@a213f06ad0b19fd6f1a6b4f8b2f74f986a00ea68
rm=androbd/libs/*.jar
build=pushd $$AChartEngineFr3ts0n$$ && \
$$MVN3$$ package && \
popd && \
cp -fR $$UsbSerial4Android$$/usbSerialForAndroid/src/main/java/com src/main/java/ && \
cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:V2.0.1 Current Version:V2.0.2
Current Version Code:20001 Current Version Code:20002

View file

@ -5,19 +5,16 @@ Web Site:https://k9mail.github.io/
Source Code:https://github.com/k9mail/k-9 Source Code:https://github.com/k9mail/k-9
Issue Tracker:https://github.com/k9mail/k-9/issues Issue Tracker:https://github.com/k9mail/k-9/issues
Changelog:https://github.com/k9mail/k-9/wiki/ReleaseNotes Changelog:https://github.com/k9mail/k-9/wiki/ReleaseNotes
LiberapayID:34990
Auto Name:K-9 Mail Auto Name:K-9 Mail
Summary:Full-featured email client Summary:Full-featured email client
Description: Description:
E-mail client supporting multiple accounts, POP3, IMAP and Push IMAP. Can do E-mail client supporting multiple accounts, POP3, IMAP and Push IMAP. Can do
encryption if [[org.thialfihar.android.apg]] and/or OpenPGP encryption if [[org.sufficientlysecure.keychain]] is installed. Settings
[[org.sufficientlysecure.keychain]] is installed -- depending on the version. and account configurations can be exported so that they can be imported easily
Settings and account configurations can be exported so that they can be imported if you are switching packages/signatures: a file manager will need to be already
easily if you are switching packages/signatures: a file manager will need to be installed to achieve this.
already installed to achieve this.
If you would like to contribute financially to k9mail, consider donating to the
local SPCA (Societies for the prevention of cruelty to animals).
. .
Repo Type:git Repo Type:git

View file

@ -22,5 +22,5 @@ Build:4.2.1,17
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Tags
Current Version:5.1.1 Current Version:5.1.2
Current Version Code:20 Current Version Code:21

View file

@ -36,7 +36,19 @@ Build:2.0.0,200000000
submodules=yes submodules=yes
gradle=yes gradle=yes
Build:2.1.2,200102000
commit=ReLaunchX_2.1.2
subdir=app
submodules=yes
gradle=yes
Build:2.1.3,200103000
commit=ReLaunchX_2.1.3
subdir=app
submodules=yes
gradle=yes
Auto Update Mode:Version ReLaunchX_%v Auto Update Mode:Version ReLaunchX_%v
Update Check Mode:Tags ^ReLaunchX_ Update Check Mode:Tags ^ReLaunchX_
Current Version:2.0.0 Current Version:2.1.3
Current Version Code:200000000 Current Version Code:200103000

View file

@ -111,7 +111,32 @@ Build:1.2.5.8,63
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.2.5.9,64
commit=1.2.5.9
subdir=app
gradle=yes
Build:1.2.5.10,65
commit=1.2.5.10
subdir=app
gradle=yes
Build:1.2.5.12,67
commit=1.2.5.12
subdir=app
gradle=yes
Build:1.2.6,70
commit=1.2.6
subdir=app
gradle=yes
Build:1.2.6.1,71
commit=1.2.6.1
subdir=app
gradle=yes
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags ^[0-9\.]*$ Update Check Mode:Tags ^[0-9\.]*$
Current Version:1.2.5.8 Current Version:1.2.6.1
Current Version Code:63 Current Version Code:71

View file

@ -110,5 +110,5 @@ Build:1.32,62
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:1.32.1b3 Current Version:1.33b2
Current Version Code:65 Current Version Code:72

View file

@ -92,5 +92,5 @@ be used.
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:1.14.5 Current Version:1.14.6
Current Version Code:34 Current Version Code:36

View file

@ -16,7 +16,7 @@ Notable features:
* Ability to copy and move files between its two panels * Ability to copy and move files between its two panels
* Create or extract (unzip) ZIP archives * Create or extract (unzip) ZIP archives
* Transfer files via SFTP - plugin required: [[com.ghostsq.commander.sftp]] * Transfer files via SFTP - plugin required: Ghost Commander - SFTP plugin (available in F-Droid Archive repo)
* Transfer files via SMB - plugin required: [[com.ghostsq.commander.samba]] * Transfer files via SMB - plugin required: [[com.ghostsq.commander.samba]]
* Full-featured app manager able to access extra info and share apks * Full-featured app manager able to access extra info and share apks
@ -307,5 +307,5 @@ The scanignore is for the dex class loading which is used for loading plugins.
Archive Policy:4 versions Archive Policy:4 versions
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:1.56b1 Current Version:1.56b6
Current Version Code:346 Current Version Code:351

View file

@ -306,7 +306,31 @@ Build:3.1.22,253
gradle=yes gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:3.1.25,256
commit=audiorecorder-3.1.25
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:3.2.0,257
commit=audiorecorder-3.2.0
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:3.2.1,258
commit=audiorecorder-3.2.1
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:3.2.4,261
commit=audiorecorder-3.2.4
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Auto Update Mode:Version audiorecorder-%v Auto Update Mode:Version audiorecorder-%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:3.1.22 Current Version:3.2.4
Current Version Code:253 Current Version Code:261

View file

@ -101,7 +101,49 @@ Build:1.1.39,167
gradle=yes gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:1.1.46,174
commit=bookreader-1.1.46
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:1.1.47,175
commit=bookreader-1.1.47
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:1.1.49,177
commit=bookreader-1.1.49
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:1.1.52,180
commit=bookreader-1.1.52
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:1.1.57,185
commit=bookreader-1.1.57
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:1.2.2,188
commit=bookreader-1.2.2
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:1.2.3,189
commit=bookreader-1.2.3
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Auto Update Mode:Version bookreader-%v Auto Update Mode:Version bookreader-%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.1.39 Current Version:1.2.3
Current Version Code:167 Current Version Code:189

View file

@ -256,7 +256,31 @@ Build:1.5.33,154
gradle=yes gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:1.6.1,156
commit=callrecorder-1.6.1
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:1.6.2,157
commit=callrecorder-1.6.2
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:1.6.3,158
commit=callrecorder-1.6.3
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:1.6.5,160
commit=callrecorder-1.6.5
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Auto Update Mode:Version callrecorder-%v Auto Update Mode:Version callrecorder-%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.5.33 Current Version:1.6.5
Current Version Code:154 Current Version Code:160

View file

@ -241,7 +241,31 @@ Build:3.1.22,343
subdir=app subdir=app
gradle=yes gradle=yes
Build:3.1.23,344
disable=Wrong Gradle version
commit=hourlyreminder-3.1.23
subdir=app
gradle=yes
Build:3.1.24,345
commit=hourlyreminder-3.1.24
subdir=app
gradle=yes
prebuild=sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
Build:3.1.25,346
commit=hourlyreminder-3.1.25
subdir=app
gradle=yes
prebuild=sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
Build:3.1.26,347
commit=hourlyreminder-3.1.26
subdir=app
gradle=yes
prebuild=sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
Auto Update Mode:Version hourlyreminder-%v Auto Update Mode:Version hourlyreminder-%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:3.1.22 Current Version:3.1.26
Current Version Code:343 Current Version Code:347

View file

@ -367,7 +367,92 @@ Build:3.4.120,608
gradle=yes gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:3.4.122,610
commit=torrentclient-3.4.122
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:3.4.123,611
commit=torrentclient-3.4.123
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:3.4.124,612
commit=torrentclient-3.4.124
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:3.4.126,614
commit=torrentclient-3.4.126
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:3.4.128,616
commit=torrentclient-3.4.128
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
Build:3.4.132,620
commit=torrentclient-3.4.132
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle && \
sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
ndk=r16b
Build:3.4.136,624
commit=torrentclient-3.4.136
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle && \
sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
ndk=r16b
Build:3.4.137,625
disable=error: cannot find symbol Storage.isConnectedWifi
commit=torrentclient-3.4.137
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle && \
sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
ndk=r16b
Build:3.4.138,626
commit=torrentclient-3.4.138
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle && \
sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
ndk=r16b
Build:3.4.139,627
commit=torrentclient-3.4.139
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle && \
sed -i -e "s/gradleVersion = '4.2.1'/gradleVersion = '4.6'/" ../build.gradle
ndk=r16b
Build:3.4.141,629
commit=torrentclient-3.4.141
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
ndk=r16b
Build:3.4.142,630
commit=torrentclient-3.4.142
subdir=app
gradle=yes
prebuild=sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' build.gradle
ndk=r16b
Auto Update Mode:Version torrentclient-%v Auto Update Mode:Version torrentclient-%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:3.4.120 Current Version:3.4.142
Current Version Code:608 Current Version Code:630

View file

@ -95,7 +95,12 @@ Build:2.5,16
subdir=app subdir=app
gradle=yes gradle=yes
Build:2.6,17
commit=v2.6
subdir=app
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:2.5 Current Version:2.6
Current Version Code:16 Current Version Code:17

View file

@ -143,11 +143,21 @@ Build:1.1.1,30
subdir=app subdir=app
gradle=FlavorDefault gradle=FlavorDefault
Build:1.1.2,31
commit=v1.1.2
subdir=app
gradle=FlavorDefault
Build:1.1.3,32
commit=v1.1.3
subdir=app
gradle=FlavorDefault
Maintainer Notes: Maintainer Notes:
Description and summary in app git repository Description and summary in app git repository
. .
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.1.1 Current Version:1.1.3
Current Version Code:30 Current Version Code:32

View file

@ -224,8 +224,48 @@ Build:2.4.04,234
sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/play-services/d' -e '/google-services/d' build.gradle && \ 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.6/com.github.nbsp-team:MaterialFilePicker:5e0a4834/g' build.gradle sed -i -e '/dl.bintray.com\/lukaville/d' -e 's/com.nbsp:library:1.6/com.github.nbsp-team:MaterialFilePicker:5e0a4834/g' build.gradle
Build:2.4.05,235
commit=235
subdir=app
gradle=purefloss
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.6/com.github.nbsp-team:MaterialFilePicker:5e0a4834/g' build.gradle
Build:2.4.06,236
commit=236
subdir=app
gradle=purefloss
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.6/com.github.nbsp-team:MaterialFilePicker:5e0a4834/g' build.gradle
Build:2.5.02,239
commit=239
subdir=app
gradle=purefloss
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.6/com.github.nbsp-team:MaterialFilePicker:5e0a4834/g' build.gradle
Build:2.5.06,243
commit=243
subdir=app
gradle=purefloss
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.6/com.github.nbsp-team:MaterialFilePicker:5e0a4834/g' build.gradle
Build:2.5.07,244
commit=244
subdir=app
gradle=purefloss
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.6/com.github.nbsp-team:MaterialFilePicker:5e0a4834/g' build.gradle
Auto Update Mode:Version %c Auto Update Mode:Version %c
Update Check Mode:HTTP Update Check Mode:HTTP
Update Check Data:https://raw.githubusercontent.com/premnirmal/StockTicker/master/app/version.properties|versionCode=(.*)|.|versionName=(.*) Update Check Data:https://raw.githubusercontent.com/premnirmal/StockTicker/master/app/version.properties|versionCode=(.*)|.|versionName=(.*)
Current Version:2.4.04 Current Version:2.5.07
Current Version Code:234 Current Version Code:244

View file

@ -5,7 +5,7 @@ Web Site:
Source Code:https://github.com/yeriomin/DumbphoneAssistant Source Code:https://github.com/yeriomin/DumbphoneAssistant
Issue Tracker:https://github.com/yeriomin/DumbphoneAssistant/issues Issue Tracker:https://github.com/yeriomin/DumbphoneAssistant/issues
Changelog:https://github.com/yeriomin/DumbphoneAssistant/releases Changelog:https://github.com/yeriomin/DumbphoneAssistant/releases
Donate:https://www.paypal.me/yeriomin LiberapayID:34895
Bitcoin:14HvYHKe6joHbQjVdAPd1Ha1yXaGS2pVTW Bitcoin:14HvYHKe6joHbQjVdAPd1Ha1yXaGS2pVTW
Auto Name:Dumbphone Assistant Auto Name:Dumbphone Assistant

View file

@ -5,7 +5,7 @@ Web Site:
Source Code:https://github.com/yeriomin/SmsScheduler Source Code:https://github.com/yeriomin/SmsScheduler
Issue Tracker:https://github.com/yeriomin/SmsScheduler/issues Issue Tracker:https://github.com/yeriomin/SmsScheduler/issues
Changelog:https://github.com/yeriomin/SmsScheduler/releases Changelog:https://github.com/yeriomin/SmsScheduler/releases
Donate:https://www.paypal.me/yeriomin LiberapayID:34895
Bitcoin:14HvYHKe6joHbQjVdAPd1Ha1yXaGS2pVTW Bitcoin:14HvYHKe6joHbQjVdAPd1Ha1yXaGS2pVTW
Auto Name:SMS Scheduler Auto Name:SMS Scheduler

View file

@ -1,13 +1,13 @@
AntiFeatures:NonFreeNet AntiFeatures:NonFreeNet
Categories:System Categories:System
License:GPL-2.0 License:GPL-2.0+
Author Name:Sergey Yeriomin Author Name:Sergey Yeriomin
Author Email:yalp.store.dev@gmail.com Author Email:yalp.store.dev@gmail.com
Web Site: Web Site:
Source Code:https://github.com/yeriomin/YalpStore Source Code:https://github.com/yeriomin/YalpStore
Issue Tracker:https://github.com/yeriomin/YalpStore/issues Issue Tracker:https://github.com/yeriomin/YalpStore/issues
Changelog:https://github.com/yeriomin/YalpStore/releases Changelog:https://github.com/yeriomin/YalpStore/releases
Donate:https://www.paypal.me/yeriomin LiberapayID:34895
Bitcoin:14HvYHKe6joHbQjVdAPd1Ha1yXaGS2pVTW Bitcoin:14HvYHKe6joHbQjVdAPd1Ha1yXaGS2pVTW
Auto Name:Yalp Store Auto Name:Yalp Store
@ -42,11 +42,6 @@ a live Google account is to access the paid apps you own or leave reviews.
If you are content with Google Play Store app or Open GAPPS, you will not need If you are content with Google Play Store app or Open GAPPS, you will not need
this app. this app.
Yalp Store is derived from the following projects:
* [https://github.com/Akdeniz/google-play-crawler Google Play Crawler]
* [http://raccoon.onyxbits.de Raccoon - APK downloader] ([https://github.com/onyxbits/raccoon4/ source])
. .
Repo Type:git Repo Type:git
@ -223,7 +218,28 @@ Build:0.35,35
subdir=app subdir=app
gradle=yes gradle=yes
Build:0.36,36
disable=Release builds crash
commit=0.36
subdir=app
gradle=legacy
Build:0.37,37
commit=0.37
subdir=app
gradle=legacy
Build:0.38,38
commit=0.38
subdir=app
gradle=legacy
Build:0.39,39
commit=0.39
subdir=app
gradle=legacy
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:0.35 Current Version:0.39
Current Version Code:35 Current Version Code:39

View file

@ -120,7 +120,14 @@ Build:1.4.9,1004009
rm=desktop rm=desktop
scanignore=android/libs/* scanignore=android/libs/*
Build:1.4.10,1004010
commit=v1.4.10
subdir=android
gradle=yes
rm=desktop
scanignore=android/libs/*
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.4.9 Current Version:1.4.10
Current Version Code:1004009 Current Version Code:1004010

View file

@ -0,0 +1,37 @@
Disabled:Possibly causes https://gitlab.com/fdroid/fdroidclient/issues/1416
Categories:System
License:Apache-2.0
Web Site:https://support.google.com/accessibility/android/answer/6283677?hl=en
Source Code:https://github.com/google/talkback
Issue Tracker:
Auto Name:TalkBack
Summary:Accessibility improvements
Description:
TalkBack is an Accessibility Service that helps blind and vision-impaired users
interact with their devices more easily.
This application adds spoken, audible, and vibration feedback to your device.
It comes pre-installed on many devices so you won't be able to install this if
that is the case.
It's only activated if you explicitly turn on Accessibility:
# Go to Settings
# Select Accessibility
# Enable TalkBack checkboxes
.
Repo Type:git
Repo:https://github.com/google/talkback.git
Build:6.1,50200001
commit=e69d4731fce02bb9e69613d0e48c29033cad4a98
patch=play-services.patch,android-21.patch
gradle=yes
prebuild=rm libs/*.jar
novcheck=yes
Auto Update Mode:None
Update Check Mode:None

View file

@ -0,0 +1,13 @@
diff --git a/build.gradle b/build.gradle
index c67eb3b..de6b1ac 100644
--- a/build.gradle
+++ b/build.gradle
@@ -25,7 +25,7 @@ allprojects {
android {
buildToolsVersion '27.0.0'
defaultConfig {
- minSdkVersion 26
+ minSdkVersion 21
targetSdkVersion 27
testInstrumentationRunner 'android.test.InstrumentationTestRunner'
multiDexEnabled true

View file

@ -0,0 +1,45 @@
diff --git a/shared.gradle b/shared.gradle
index dff2729..984fb05 100644
--- a/shared.gradle
+++ b/shared.gradle
@@ -8,8 +8,7 @@ android {
}
dependencies {
- compile 'com.google.guava:guava:22.0'
- compile 'com.google.android.gms:play-services:8.4.0'
+ compile 'com.google.guava:guava:22.0-android'
compile 'com.android.support:support-v4:27.0.0'
compile 'com.android.support:appcompat-v7:27.0.0'
}
diff --git a/talkback/src/main/java/overlay/base/com/android/talkback/TalkBackPreferencesActivity.java b/talkback/src/main/java/overlay/base/com/android/talkback/TalkBackPreferencesActivity.java
index d630c86..ad5d660 100644
--- a/talkback/src/main/java/overlay/base/com/android/talkback/TalkBackPreferencesActivity.java
+++ b/talkback/src/main/java/overlay/base/com/android/talkback/TalkBackPreferencesActivity.java
@@ -70,8 +70,6 @@ import com.google.android.accessibility.utils.ServiceStateListener;
import com.google.android.accessibility.utils.SharedPreferencesUtils;
import com.google.android.accessibility.utils.WebActivity;
import com.google.android.clockwork.remoteintent.RemoteIntent;
-import com.google.android.gms.common.ConnectionResult;
-import com.google.android.gms.common.GooglePlayServicesUtil;
import java.util.List;
/** Activity used to set TalkBack's service preferences. */
@@ -1015,17 +1013,6 @@ public class TalkBackPreferencesActivity extends Activity {
return;
}
- if (GooglePlayServicesUtil.isGooglePlayServicesAvailable(activity)
- != ConnectionResult.SUCCESS) {
- // Not needed, but playing safe since this is hard to test outside of China
- playStoreButton.setIntent(null);
- final PreferenceGroup category =
- (PreferenceGroup) findPreferenceByResId(R.string.pref_category_miscellaneous_key);
- if (category != null) {
- category.removePreference(playStoreButton);
- }
- }
-
if (playStoreButton.getIntent() != null
&& activity
.getPackageManager()

View file

@ -25,10 +25,9 @@ README].
List of backends for geolocation: List of backends for geolocation:
* [[org.microg.nlp.backend.apple]] uses Apple's Wifi database. * [[org.microg.nlp.backend.apple]] uses Apple's Wifi database.
* [[org.microg.nlp.backend.openwlanmap]] uses OpenWlanMap.org * [[org.fitchfamily.android.gsmlocation]] uses downloaded GSM Cell data (local)
* [[org.gfd.gsmlocation]] uses OpenCellId (local)
* [[org.fitchfamily.android.gsmlocation]] uses GSM Celll data (local)
* [[org.fitchfamily.android.wifi_backend]] uses (on-device generated) WiFi data (local) * [[org.fitchfamily.android.wifi_backend]] uses (on-device generated) WiFi data (local)
* [[org.fitchfamily.android.dejavu]] uses (on-device generated) WiFi + GSM Cell data (local)
* [[org.microg.nlp.backend.ichnaea]] uses Mozilla Location Services * [[org.microg.nlp.backend.ichnaea]] uses Mozilla Location Services
* [[org.openbmap.unifiedNlp]] uses Openbmap.org * [[org.openbmap.unifiedNlp]] uses Openbmap.org

View file

@ -95,7 +95,13 @@ Build:0.62,62
gradle=prod gradle=prod
prebuild=sed -i -e '/versionCode Integer.parseInt/d' build.gradle prebuild=sed -i -e '/versionCode Integer.parseInt/d' build.gradle
Build:0.63,63
commit=v0.63alphaPoC
subdir=app
gradle=prod
prebuild=sed -i -e '/versionCode Integer.parseInt/d' build.gradle
Auto Update Mode:Version v%valphaPoC Auto Update Mode:Version v%valphaPoC
Update Check Mode:Tags Update Check Mode:Tags
Current Version:0.62 Current Version:0.63
Current Version Code:62 Current Version Code:63

View file

@ -79,7 +79,17 @@ Build:1.7.1,24
subdir=android_app/app subdir=android_app/app
gradle=yes gradle=yes
Build:1.7.2,25
commit=v1.7.2
subdir=android_app/app
gradle=yes
Build:1.7.3,26
commit=v1.7.3
subdir=android_app/app
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9.]*$ Update Check Mode:Tags ^v[0-9.]*$
Current Version:1.7.1 Current Version:1.7.3
Current Version Code:24 Current Version Code:26

View file

@ -60,5 +60,5 @@ Contains crashlytics since at least 1.6.2.
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:2.0.6 Current Version:2.0.7
Current Version Code:34 Current Version Code:35

View file

@ -29,7 +29,12 @@ Build:3,4
subdir=app subdir=app
gradle=yes gradle=yes
Build:4,6
commit=v4
subdir=app
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9.]+$ Update Check Mode:Tags
Current Version:3 Current Version:4
Current Version Code:4 Current Version Code:6

View file

@ -33,7 +33,31 @@ Build:1.0.2,3
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.0.3,4
commit=v1.0.3
subdir=app
submodules=yes
gradle=yes
Build:1.0.3a,5
commit=v1.0.3a
subdir=app
submodules=yes
gradle=yes
Build:1.0.4,6
commit=v1.0.4
subdir=app
submodules=yes
gradle=yes
Build:1.1.0,7
commit=v1.1.0
subdir=app
submodules=yes
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.0.2 Current Version:1.1.0
Current Version Code:3 Current Version Code:7

View file

@ -70,7 +70,25 @@ Build:1.1.2,10
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.1.3,11
commit=v1.1.3
subdir=app
submodules=yes
gradle=yes
Build:1.2,12
commit=v1.2
subdir=app
submodules=yes
gradle=yes
Build:1.2.1,13
commit=v1.2.1
subdir=app
submodules=yes
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.1.2 Current Version:1.2.1
Current Version Code:10 Current Version Code:13

View file

@ -223,7 +223,48 @@ Build:1.5-5a,39
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.6.0,40
commit=v1.6.0
subdir=app
gradle=yes
Build:1.6.1,41
commit=v1.6.1
subdir=app
submodules=yes
gradle=yes
Build:1.6.1a,42
commit=v1.6.1a
subdir=app
submodules=yes
gradle=yes
Build:1.6.2,43
commit=v1.6.2
subdir=app
submodules=yes
gradle=yes
Build:1.7.0,44
commit=v1.7.0
subdir=app
submodules=yes
gradle=yes
Build:1.7.1,45
commit=v1.7.1
subdir=app
submodules=yes
gradle=yes
Build:2.0.0,46
commit=v2.0.0
subdir=app
submodules=yes
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.5-5a Current Version:2.0.0
Current Version Code:39 Current Version Code:46

View file

@ -32,7 +32,13 @@ Build:1.9,9
subdir=PocketMaps/app subdir=PocketMaps/app
gradle=yes gradle=yes
Build:2.0,10
commit=2.0
subdir=PocketMaps/app
gradle=yes
Archive Policy:2 versions
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.9 Current Version:2.0
Current Version Code:9 Current Version Code:10

View file

@ -82,8 +82,23 @@ Build:1.5.2,34
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.6.0,35
commit=v1.6.0
subdir=app
gradle=yes
Build:1.6.1,36
commit=v1.6.1
subdir=app
gradle=yes
Build:1.7.0,37
commit=v1.7.0
subdir=app
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9\\.]+$ Update Check Mode:Tags ^v[0-9\\.]+$
Update Check Ignore:beta Update Check Ignore:beta
Current Version:1.5.2 Current Version:1.7.0
Current Version Code:34 Current Version Code:37

View file

@ -36,7 +36,12 @@ Build:2.5.0.0beta6-libre,6
subdir=app subdir=app
gradle=libre gradle=libre
Build:2.5.0.0beta7-libre,7
commit=2.5.0.0beta7
subdir=app
gradle=libre
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:2.5.0.0beta6 Current Version:2.5.0.0beta7
Current Version Code:6 Current Version Code:7

View file

@ -30,7 +30,12 @@ Build:1.5.3,204
commit=v1.5.3 commit=v1.5.3
gradle=yes gradle=yes
Build:1.5.4.3,208
commit=v1.5.4.3
subdir=app
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.5.3 Current Version:1.5.4.3
Current Version Code:204 Current Version Code:208

View file

@ -1,50 +0,0 @@
Categories:Navigation
License:GPL-3.0
Web Site:https://mapzen.com/projects
Source Code:https://github.com/mapzen/open
Issue Tracker:https://github.com/mapzen/open/issues
Auto Name:Open by Mapzen
Summary:Map search and navigation using OpenStreetMap
Description:
Open (by Mapzen) is a search and navigation app built with open source software
and open data.
Made with OSM, made for OSM. Users log into the app using an OpenStreetMap
account. They can optionally contribute GPS traces back to OpenStreetMap when in
navigation mode.
Really, really open. The app is built with the open source projects
OpenScienceMap, Open Source Routing Machine (OSRM), Pelias, and open source SDKs
built by Mapzen.
Its a map, what do you think it does. Search. Maps. Routes for biking, walking,
and driving.
Open source, open data, open to improvements. We built Open as a proof of
concept to understand the current state of open data and open software for
mapping and navigation. The app and the data will only get better--but only with
your contributions.
.
Repo Type:git
Repo:https://github.com/mapzen/open.git
Build:DEVELOPMENT,1
disable=wip
commit=open-1.0.3
maven=yes
rm=lib/*jar
prebuild=./scripts/install-dependencies.sh
Maintainer Notes:
Build pulls in a few dependencies from Git repos and Maven Central. One repo referenced in upstream's scripts seems to have disappeared.
See https://github.com/mapzen/open/issues/356
Upstream does not seem to update version information in AndroidManifest.xml (they are at 0, DEVELOPMENT respectively).
.
Auto Update Mode:None
Update Check Mode:None
Current Version:DEVELOPMENT
Current Version Code:0

View file

@ -86,7 +86,11 @@ Build:4.4,37
commit=v4.4 commit=v4.4
gradle=yes gradle=yes
Build:4.5,38
commit=v4.5
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:4.4 Current Version:4.5
Current Version Code:37 Current Version Code:38

View file

@ -1,12 +1,11 @@
Disabled:play-services usage
Categories:Internet Categories:Internet
License:Unknown License:Apache-2.0
Web Site: Web Site:https://about.mattermost.com/
Source Code:https://github.com/mattermost/android Source Code:https://github.com/mattermost/mattermost-android-classic
Issue Tracker:https://github.com/mattermost/android/issues Issue Tracker:https://github.com/mattermost/mattermost-android-classic/issues
Auto Name:Mattermost Auto Name:Mattermost Classic
Summary:secure, workplace messaging Summary:Secure, workplace messaging
Description: Description:
Mattermost is secure, workplace messaging from behind your firewall. Mattermost is secure, workplace messaging from behind your firewall.
@ -22,18 +21,20 @@ own server go to http://www.mattermost.org/download/
Find the Terms of Service for this app here: https://about.mattermost.com/terms Find the Terms of Service for this app here: https://about.mattermost.com/terms
This is a reference implementation of an open source Mattermost Android app This is a reference implementation of an open source Mattermost Android app
available at: https://github.com/mattermost/android available at: https://github.com/mattermost/mattermost-android-classic
. .
Repo Type:git Repo Type:git
Repo:https://github.com/mattermost/android Repo:https://github.com/mattermost/mattermost-android-classic.git
Build:3.4.1,341 Build:3.10.2,398
commit=v3.4.1 commit=v3.10.2
subdir=app subdir=app
patch=play-services.patch
gradle=yes gradle=yes
prebuild=rm -r src/main/java/com/mattermost/gcm/
Auto Update Mode:None Auto Update Mode:Version v%v
Update Check Mode:None Update Check Mode:Tags
Current Version:3.4.1 Current Version:3.10.2
Current Version Code:341 Current Version Code:398

View file

@ -0,0 +1,77 @@
diff --git a/app/build.gradle b/app/build.gradle
index d8311b0..08d4ec5 100755
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -34,7 +34,6 @@ dependencies {
compile 'com.android.support:appcompat-v7:26.0.2'
compile 'com.squareup.okhttp:okhttp:2.5.0'
compile 'com.squareup.okhttp:okhttp-urlconnection:2.5.0'
- compile 'com.google.android.gms:play-services-gcm:11.8.0'
/* If you want to enable unread message badges */
// compile 'me.leolin:ShortcutBadger:1.1.3@aar'
@@ -46,5 +45,3 @@ dependencies {
[group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.4.1']
)
}
-
-apply plugin: 'com.google.gms.google-services'
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index c3131c3..0724942 100755
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -42,9 +42,6 @@
android:supportsRtl="true"
android:hardwareAccelerated="true">
- <meta-data
- android:name="com.google.android.gms.version"
- android:value="@integer/google_play_services_version" />
<activity
diff --git a/app/src/main/java/com/mattermost/mattermost/MainActivity.java b/app/src/main/java/com/mattermost/mattermost/MainActivity.java
index f355dc8..40f9c9a 100755
--- a/app/src/main/java/com/mattermost/mattermost/MainActivity.java
+++ b/app/src/main/java/com/mattermost/mattermost/MainActivity.java
@@ -18,7 +18,6 @@ import android.app.AlertDialog;
import android.content.DialogInterface;
import android.view.KeyEvent;
-import com.google.android.gms.gcm.GoogleCloudMessaging;
import com.mattermost.model.User;
import com.mattermost.service.IResultListener;
import com.mattermost.service.MattermostService;
@@ -36,7 +35,6 @@ public class MainActivity extends WebViewActivity {
Uri appUri;
String senderID;
- GoogleCloudMessaging gcm;
ProgressDialog dialog;
long timeAway;
diff --git a/app/src/main/java/com/mattermost/mattermost/SplashScreenActivity.java b/app/src/main/java/com/mattermost/mattermost/SplashScreenActivity.java
index 476d650..4641dfa 100755
--- a/app/src/main/java/com/mattermost/mattermost/SplashScreenActivity.java
+++ b/app/src/main/java/com/mattermost/mattermost/SplashScreenActivity.java
@@ -8,7 +8,6 @@ import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
-import com.mattermost.gcm.RegistrationIntentService;
import java.io.File;
@@ -29,11 +28,9 @@ public class SplashScreenActivity extends AppActivity {
private void onAfterCreate() {
enableHttpResponseCache();
- Intent intent = new Intent(this, RegistrationIntentService.class);
- startService(intent);
boolean teamSet = service.getBaseUrl() != null;
- intent = new Intent(this, teamSet ? MainActivity.class : SelectServerActivity.class);
+ Intent intent = new Intent(this, teamSet ? MainActivity.class : SelectServerActivity.class);
intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
startActivity(intent);
finish();

View file

@ -1 +1 @@
الكيبورد الثانوية لوحة مفاتيح بديلة بديلة

View file

@ -86,7 +86,12 @@ Build:2.17.0,308
subdir=app subdir=app
gradle=yes gradle=yes
Build:2.17.1,309
commit=v2.17.1
subdir=app
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:2.17.0 Current Version:2.17.1
Current Version Code:308 Current Version Code:309

View file

@ -153,7 +153,49 @@ Build:2.7.3,135
gradle=noAnalytics gradle=noAnalytics
prebuild=sed -i -e '/fabric/d' -e '/com.crashlytics.sdk.android:crashlytics/,+2d' -e '/com.google.android.gms:play-services-analytics/d' build.gradle prebuild=sed -i -e '/fabric/d' -e '/com.crashlytics.sdk.android:crashlytics/,+2d' -e '/com.google.android.gms:play-services-analytics/d' build.gradle
Build:3.0.3,157
commit=v3.0.3
subdir=presentation
gradle=noAnalytics
prebuild=sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d' build.gradle
ndk=r16b
Build:3.0.4,158
commit=v3.0.4
subdir=presentation
gradle=noAnalytics
prebuild=sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d' build.gradle
ndk=r16b
Build:3.0.5,159
commit=v3.0.5
subdir=presentation
gradle=noAnalytics
prebuild=sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d' build.gradle
ndk=r16b
Build:3.0.6,160
commit=v3.0.6
subdir=presentation
gradle=noAnalytics
prebuild=sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d' build.gradle
ndk=r16b
Build:3.0.7,161
commit=v3.0.7
subdir=presentation
gradle=noAnalytics
prebuild=sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d' build.gradle
ndk=r16b
Build:3.0.9,163
commit=v3.0.9
subdir=presentation
gradle=noAnalytics
prebuild=sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d' build.gradle
ndk=r16b
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9.]+$ Update Check Mode:Tags ^v[0-9.]+$
Current Version:2.7.3 Current Version:3.0.9
Current Version Code:135 Current Version Code:163

View file

@ -34,7 +34,17 @@ Build:1.9beta,7
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.9.3,9
commit=v1.9.3
subdir=app
gradle=yes
Build:1.9.4,10
commit=v1.9.4
subdir=app
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.9beta Current Version:1.9.4
Current Version Code:7 Current Version Code:10

View file

@ -242,5 +242,5 @@ Build:1.70,70
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.70 Current Version:1.72
Current Version Code:70 Current Version Code:72

View file

@ -832,7 +832,13 @@ Build:7.0.3,153
gradle=yes gradle=yes
rm=api,apps,clients/ios,config,docker,documents,flask,logs,media,node,r,templates,utils,vendor,[_a-z]*.*,clients/android/NewsBlur/libs/*.jar,clients/android/NewsBlur/buildtools/*.jar rm=api,apps,clients/ios,config,docker,documents,flask,logs,media,node,r,templates,utils,vendor,[_a-z]*.*,clients/android/NewsBlur/libs/*.jar,clients/android/NewsBlur/buildtools/*.jar
Build:7.1.0,154
commit=267746dfae7499049c6cd03a5b52955d475d134e
subdir=clients/android/NewsBlur
gradle=yes
rm=api,apps,clients/ios,config,docker,documents,flask,logs,media,node,r,templates,utils,vendor,[_a-z]*.*,clients/android/NewsBlur/libs/*.jar,clients/android/NewsBlur/buildtools/*.jar
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:RepoManifest Update Check Mode:RepoManifest
Current Version:7.1.0 Current Version:8.0.0b1
Current Version Code:154 Current Version Code:155

View file

@ -1095,11 +1095,116 @@ Build:20180309,20180309
rm=user_manual rm=user_manual
scandelete=src/androidTest scandelete=src/androidTest
Build:20180314,20180314
commit=dev-20180314
submodules=yes
gradle=versionDev
rm=user_manual
scandelete=src/androidTest
Build:20180316,20180316
commit=dev-20180316
submodules=yes
gradle=versionDev
rm=user_manual
scandelete=src/androidTest
Build:20180320,20180320
commit=dev-20180320
submodules=yes
gradle=versionDev
rm=user_manual
scandelete=src/androidTest
Build:20180322,20180322
commit=dev-20180322
submodules=yes
gradle=versionDev
rm=user_manual
scandelete=src/androidTest
Build:20180324,20180324
commit=dev-20180324
submodules=yes
gradle=versionDev
rm=user_manual
scandelete=src/androidTest
Build:20180330,20180330
commit=dev-20180330
submodules=yes
gradle=versionDev
rm=user_manual
scandelete=src/androidTest
Build:20180404,20180404
commit=dev-20180404
submodules=yes
gradle=versionDev
rm=user_manual
scandelete=src/androidTest
Build:20180410,20180410
commit=dev-20180410
submodules=yes
gradle=versionDev
rm=user_manual
scandelete=src/androidTest
Build:20180412,20180412
commit=dev-20180412
submodules=yes
gradle=versionDev
rm=user_manual
scandelete=src/androidTest
Build:20180414,20180414
commit=dev-20180414
submodules=yes
gradle=versionDev
rm=user_manual
scandelete=src/androidTest
Build:20180417,20180417
commit=dev-20180417
submodules=yes
gradle=versionDev
rm=user_manual
scandelete=src/androidTest
Build:20180419,20180419
commit=dev-20180419
submodules=yes
gradle=versionDev
rm=user_manual
scandelete=src/androidTest
Build:20180423,20180423
commit=dev-20180423
submodules=yes
gradle=versionDev
rm=user_manual
scandelete=src/androidTest
Build:20180424,20180424
commit=dev-20180424
submodules=yes
gradle=versionDev
rm=user_manual
scandelete=src/androidTest
Build:20180425,20180425
commit=dev-20180425
submodules=yes
gradle=versionDev
rm=user_manual
scandelete=src/androidTest
Maintainer Notes: Maintainer Notes:
Tags get removed. See https://github.com/nextcloud/android/issues/969. Tags get removed. See https://github.com/nextcloud/android/issues/969.
. .
Auto Update Mode:Version dev-%c Auto Update Mode:Version dev-%c
Update Check Mode:Tags ^dev Update Check Mode:Tags ^dev
Current Version:20180309 Current Version:20180425
Current Version Code:20180309 Current Version Code:20180425

View file

@ -223,7 +223,21 @@ Build:3.0.3,30000399
rm=user_manual rm=user_manual
scandelete=src/androidTest scandelete=src/androidTest
Build:3.1.0 RC1,30010050
commit=rc-3.1.0-01
submodules=yes
gradle=generic
rm=user_manual
scandelete=src/androidTest
Build:3.1.0,30010099
commit=stable-3.1.0
submodules=yes
gradle=generic
rm=user_manual
scandelete=src/androidTest
Auto Update Mode:Version stable-%v Auto Update Mode:Version stable-%v
Update Check Mode:Tags ^stable Update Check Mode:Static
Current Version:3.0.3 Current Version:3.1.0
Current Version Code:30000399 Current Version Code:30010099

View file

@ -0,0 +1,32 @@
Categories:Internet,Connectivity
License:GPL-3.0
Web Site:https://nextcloud.com/talk/
Source Code:https://github.com/nextcloud/talk-android
Issue Tracker:https://github.com/nextcloud/talk-android/issues
Changelog:https://github.com/nextcloud/talk-android/releases
Donate:https://www.bountysource.com/teams/nextcloud
Auto Name:Nextcloud Talk
Repo Type:git
Repo:https://github.com/nextcloud/talk-android.git
Build:1.1.0,30
commit=v1.1.0
subdir=app
gradle=generic
Build:1.1.1,31
commit=v1.1.1
subdir=app
gradle=generic
Build:1.1.3,33
commit=v1.1.3
subdir=app
gradle=generic
Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9]+\.[0-9]+\.[0-9]+$
Current Version:1.1.3
Current Version Code:33

View file

@ -166,7 +166,19 @@ Build:1.5.0,27
submodules=yes submodules=yes
gradle=yes gradle=yes
Build:1.6.0,28
commit=1.6.0
subdir=app
submodules=yes
gradle=yes
Build:1.6.1,29
commit=1.6.1
subdir=app
submodules=yes
gradle=yes
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.5.0 Current Version:1.6.1
Current Version Code:27 Current Version Code:29

View file

@ -608,22 +608,46 @@ Build:0.10.2,4135
Build:0.10.4,4137 Build:0.10.4,4137
commit=0.10.4 commit=0.10.4
submodules=yes submodules=yes
sudo=apt-get install -y golang-go/testing golang-1.9-go/testing golang-src/testing golang-1.9-src/testing sudo=apt-get install -y golang-1.9-go/testing && \
ln -s /usr/lib/go-1.9/bin/go /usr/bin/go
gradle=yes gradle=yes
output=app/build/outputs/apk/release/app-release-unsigned.apk output=app/build/outputs/apk/release/app-release-unsigned.apk
ndk=r15c ndk=r15c
preassemble=buildNative preassemble=buildNative
Build:0.10.5,4138 Build:0.10.5,4138
disable=Contains breaking bug: https://github.com/syncthing/syncthing-android/issues/1032
commit=0.10.5 commit=0.10.5
submodules=yes submodules=yes
sudo=apt-get install -y golang-go/testing golang-1.9-go/testing golang-src/testing golang-1.9-src/testing sudo=apt-get install -y golang-1.9-go/testing && \
ln -s /usr/lib/go-1.9/bin/go /usr/bin/go
gradle=yes gradle=yes
output=app/build/outputs/apk/release/app-release-unsigned.apk output=app/build/outputs/apk/release/app-release-unsigned.apk
ndk=r15c ndk=r15c
preassemble=buildNative preassemble=buildNative
Build:0.10.7,4140
commit=0.10.7
submodules=yes
sudo=apt-get install -y golang-1.9-go/testing && \
ln -s /usr/lib/go-1.9/bin/go /usr/bin/go
gradle=yes
output=app/build/outputs/apk/release/app-release-unsigned.apk
ndk=r15c
preassemble=buildNative
Build:0.10.8,4141
commit=0.10.8
submodules=yes
sudo=apt-get install -y golang-1.9-go/testing && \
ln -s /usr/lib/go-1.9/bin/go /usr/bin/go
gradle=yes
output=app/build/outputs/apk/release/app-release-unsigned.apk
prebuild=sed -i -e '/signingConfig/d' app/build.gradle
ndk=r15c
preassemble=buildNative
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags ^[0-9.]*$ Update Check Mode:Tags ^[0-9.]*$
Current Version:0.10.5 Current Version:0.10.8
Current Version Code:4138 Current Version Code:4141

View file

@ -87,7 +87,12 @@ Build:1.6.2,95
subdir=app subdir=app
gradle=fdroid gradle=fdroid
Build:1.6.4,101
commit=v1.6.4
subdir=app
gradle=fdroid
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9\.]+$ Update Check Mode:Tags ^v[0-9\.]+$
Current Version:1.6.2 Current Version:1.6.4
Current Version Code:95 Current Version Code:101

View file

@ -96,7 +96,17 @@ Build:1.8.5,22
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.8.6,23
commit=1.8.6
subdir=app
gradle=yes
Build:1.8.7,24
commit=1.8.7
subdir=app
gradle=yes
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.8.5 Current Version:1.8.7
Current Version Code:22 Current Version Code:24

View file

@ -1,52 +0,0 @@
Categories:Internet
License:GPL-2.0
Web Site:https://owncloud.org
Source Code:https://github.com/owncloud/android/
Issue Tracker:https://github.com/owncloud/android/issues
Changelog:https://github.com/owncloud/android/blob/beta/CHANGELOG.md
Donate:https://www.bountysource.com/teams/owncloud
Auto Name:ownCloud beta
Summary:Synchronization client
Description:
ownCloud beta is a beta version of the official ownCloud app and includes
brand-new, untested features which might lead to instabilities and data loss.
The app is designed for users willing to test the new features and to report
bugs if they occur. Do not use it for your productive work!
The beta can be installed alongside the official ownCloud app which is available
at F-Droid, too.
.
Repo Type:git
Repo:https://github.com/owncloud/android.git
Build:2.5.0-beta.1,20400000
commit=oc-android-2.5.0-beta.1
submodules=yes
output=build/outputs/apk/*.apk
srclibs=TouchImageView@v1.2.0
rm=libs/disklrucache*,owncloud-android-library/libs,user_manual
prebuild=sed -i '/initWith debug/d' build.gradle
build=gradle assembleBeta
Build:2.5.0-beta.2,20400001
commit=oc-android-2.5.0-beta.2
submodules=yes
output=build/outputs/apk/*.apk
srclibs=TouchImageView@v1.2.0
rm=libs/disklrucache*,owncloud-android-library/libs,user_manual
build=gradle assembleBeta
Build:2.5.1-beta.1,20500001
commit=oc-android-2.5.1-beta.1
submodules=yes
output=build/outputs/apk/*.apk
srclibs=TouchImageView@v1.2.0
rm=libs/disklrucache*,owncloud-android-library/libs,user_manual,owncloud-android-library/test_client/libs/android-support-v4.jar
build=gradle assembleBeta
Auto Update Mode:None
Update Check Mode:Tags
Current Version:2.5.1-beta.1
Current Version Code:20500001

View file

@ -283,12 +283,26 @@ Build:2.6.0,20600000
srclibs=TouchImageView@v1.2.0 srclibs=TouchImageView@v1.2.0
rm=libs/disklrucache*,owncloud-android-library/libs,user_manual rm=libs/disklrucache*,owncloud-android-library/libs,user_manual
Build:2.7.0-beta.1,20600100
commit=oc-android-2.7.0-beta.1
submodules=yes
gradle=yes
srclibs=TouchImageView@v1.2.0
rm=libs/disklrucache*,owncloud-android-library/libs,user_manual
Build:2.7.0,20700000
commit=oc-android-2.7.0
submodules=yes
gradle=yes
srclibs=TouchImageView@v1.2.0
rm=libs/disklrucache*,owncloud-android-library/libs,user_manual
Maintainer Notes: Maintainer Notes:
Last jar in use is touch-image-view, since apparently it's not in any maven Last jar in use is touch-image-view, since apparently it's not in any maven
repo. Verified against upstream at https://github.com/MikeOrtiz/TouchImageView. repo. Verified against upstream at https://github.com/MikeOrtiz/TouchImageView.
. .
Auto Update Mode:Version oc-android-%v Auto Update Mode:Version oc-android-%v
Update Check Mode:Tags ^oc-android-[0-9.]* Update Check Mode:Tags ^oc-android-[0-9.]*$
Current Version:2.6.0 Current Version:2.7.0
Current Version Code:20600000 Current Version Code:20700000

View file

@ -54,7 +54,12 @@ Build:1.1.2,22
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.1.3,23
commit=v1.1.3
subdir=app
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.1.2 Current Version:1.1.3
Current Version Code:22 Current Version Code:23

View file

@ -27,7 +27,12 @@ Build:0.3.1,31
subdir=app subdir=app
gradle=yes gradle=yes
Build:0.3.2,32
commit=v0.3.2
subdir=app
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9\.]+$ Update Check Mode:Tags ^v[0-9\.]+$
Current Version:0.3.1 Current Version:0.3.2
Current Version Code:31 Current Version Code:32

View file

@ -93,7 +93,12 @@ Build:0.7.4,74
subdir=app subdir=app
gradle=yes gradle=yes
Build:0.7.5,75
commit=v0.7.5
subdir=app
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9\.]+$ Update Check Mode:Tags ^v[0-9\.]+$
Current Version:0.7.4 Current Version:0.7.5
Current Version Code:74 Current Version Code:75

View file

@ -40,7 +40,12 @@ Build:4.1.2,7
subdir=app subdir=app
gradle=yes gradle=yes
Build:4.1.3,8
commit=v4.1.3
subdir=app
gradle=yes
Auto Update Mode:Version v%v Auto Update Mode:Version v%v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:4.1.2 Current Version:4.1.3
Current Version Code:7 Current Version Code:8

View file

@ -0,0 +1,25 @@
Categories:Writing
License:GPL-3.0
Web Site:
Source Code:https://github.com/ibinshoid/LASKmobile
Issue Tracker:https://github.com/ibinshoid/LASKmobile/issues
Auto Name:LASKmobile
Summary:Mobile part of the field catalog LASK
Description:
LASKmobile allows you to enter your data at work and sync it with LASK
(www.launchpad.net/lask).
.
Repo Type:git
Repo:https://github.com/ibinshoid/LASKmobile
Build:0.5.1,500
commit=v0.5.1
subdir=app
gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:0.5.1
Current Version Code:500

View file

@ -101,7 +101,12 @@ Build:1.1.8,118
subdir=app subdir=app
gradle=yes gradle=yes
Build:1.1.9,119
commit=1.1.9
subdir=app
gradle=yes
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:1.1.8 Current Version:1.1.9
Current Version Code:118 Current Version Code:119

View file

@ -5,6 +5,7 @@ Web Site:
Source Code:https://bitbucket.org/SamWhited/opensharelocationplugin Source Code:https://bitbucket.org/SamWhited/opensharelocationplugin
Issue Tracker:https://bitbucket.org/SamWhited/opensharelocationplugin/issues Issue Tracker:https://bitbucket.org/SamWhited/opensharelocationplugin/issues
Donate:https://www.buymeacoffee.com/samwhited Donate:https://www.buymeacoffee.com/samwhited
LiberapayID:34270
Auto Name:Open Share Location Plugin Auto Name:Open Share Location Plugin
Summary:Share your location in Conversations Summary:Share your location in Conversations
@ -18,24 +19,29 @@ Repo Type:git
Repo:https://bitbucket.org/SamWhited/opensharelocationplugin.git Repo:https://bitbucket.org/SamWhited/opensharelocationplugin.git
Build:1.1.1,3 Build:1.1.1,3
disable=remove on developer request
commit=v1.1.1 commit=v1.1.1
gradle=yes gradle=yes
Build:1.1.2,4 Build:1.1.2,4
disable=remove on developer request
commit=v1.1.2 commit=v1.1.2
gradle=yes gradle=yes
Build:1.1.3,5 Build:1.1.3,5
disable=remove on developer request
commit=v1.1.3 commit=v1.1.3
gradle=yes gradle=yes
Build:1.2.0-beta3,6 Build:1.2.0-beta3,6
disable=remove on developer request
commit=v1.2.0-beta3 commit=v1.2.0-beta3
gradle=yes gradle=yes
prebuild=mkdir -p src/main/assets && \ prebuild=mkdir -p src/main/assets && \
cp ./LICENSE src/main/assets/ cp ./LICENSE src/main/assets/
Build:2.0.1,8 Build:2.0.1,8
disable=remove on developer request
commit=v2.0.1 commit=v2.0.1
gradle=yes gradle=yes
prebuild=mkdir -p src/main/assets && \ prebuild=mkdir -p src/main/assets && \
@ -43,6 +49,7 @@ Build:2.0.1,8
sed -i -e '/applicationVariants/,+10d' build.gradle sed -i -e '/applicationVariants/,+10d' build.gradle
Build:2.1.1,10 Build:2.1.1,10
disable=remove on developer request
commit=v2.1.1 commit=v2.1.1
gradle=yes gradle=yes
prebuild=mkdir -p src/main/assets && \ prebuild=mkdir -p src/main/assets && \
@ -50,6 +57,7 @@ Build:2.1.1,10
sed -i -e '/applicationVariants/,+10d' build.gradle sed -i -e '/applicationVariants/,+10d' build.gradle
Build:2.2.0,11 Build:2.2.0,11
disable=remove on developer request
commit=v2.2.0 commit=v2.2.0
gradle=yes gradle=yes
prebuild=mkdir -p src/main/assets && \ prebuild=mkdir -p src/main/assets && \
@ -57,12 +65,45 @@ Build:2.2.0,11
sed -i -e '/applicationVariants/,+11d' build.gradle sed -i -e '/applicationVariants/,+11d' build.gradle
Build:2.3.0,12 Build:2.3.0,12
disable=remove on developer request
commit=v2.3.0 commit=v2.3.0
gradle=yes gradle=yes
prebuild=sed -i -e "s/thunderforestAPIKey/\'\"abc\"\'/" build.gradle && \ prebuild=sed -i -e "s/thunderforestAPIKey/\'\"abc\"\'/" build.gradle && \
sed -i -e "/CYCLEMAP/d" src/main/res/values/arrays.xml && \ sed -i -e "/CYCLEMAP/d" src/main/res/values/arrays.xml && \
sed -i -e "/Cycle Map/d" src/main/res/values/strings.xml sed -i -e "/Cycle Map/d" src/main/res/values/strings.xml
Build:2.3.1,13
disable=remove on developer request
commit=v2.3.1
gradle=yes
prebuild=sed -i -e "s/thunderforestAPIKey/\'\"abc\"\'/" build.gradle && \
sed -i -e "/CYCLEMAP/d" src/main/res/values/arrays.xml && \
sed -i -e "/Cycle Map/d" src/main/res/values/strings.xml
Build:2.3.2,14
disable=remove on developer request
commit=v2.3.2
gradle=yes
prebuild=sed -i -e "s/thunderforestAPIKey/\'\"abc\"\'/" build.gradle && \
sed -i -e "/CYCLEMAP/d" src/main/res/values/arrays.xml && \
sed -i -e "/Cycle Map/d" src/main/res/values/strings.xml
Build:2.4.0,15
disable=remove on developer request
commit=v2.4.0
gradle=yes
prebuild=sed -i -e "s/thunderforestAPIKey/\'\"abc\"\'/" build.gradle && \
sed -i -e "/CYCLEMAP/d" src/main/res/values/arrays.xml && \
sed -i -e "/Cycle Map/d" src/main/res/values/strings.xml
Build:2.4.1,16
disable=remove on developer request
commit=v2.4.1
gradle=yes
prebuild=sed -i -e "s/thunderforestAPIKey/\'\"abc\"\'/" build.gradle && \
sed -i -e "/CYCLEMAP/d" src/main/res/values/arrays.xml && \
sed -i -e "/Cycle Map/d" src/main/res/values/strings.xml
Maintainer Notes: Maintainer Notes:
Copying the license file into the APK is done because upstream Copying the license file into the APK is done because upstream
doesn't think having it in the source and in the index is enough doesn't think having it in the source and in the index is enough
@ -79,6 +120,6 @@ for an example.
Archive Policy:0 versions Archive Policy:0 versions
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:None
Current Version:2.3.0 Current Version:2.4.1
Current Version Code:12 Current Version Code:16

View file

@ -437,7 +437,29 @@ Build:2.2.1,76
sed -i -e 's/compile fileTree.*/compile "com.googlecode.android-vcard:android-vcard:1.4"/' build.gradle sed -i -e 's/compile fileTree.*/compile "com.googlecode.android-vcard:android-vcard:1.4"/' build.gradle
build=$$MVN3$$ install -f $$android-vcard$$/pom.xml -Dmaven.test.skip=true build=$$MVN3$$ install -f $$android-vcard$$/pom.xml -Dmaven.test.skip=true
Build:2.2.2,77
commit=2.2.2
subdir=app
gradle=yes
srclibs=android-vcard@android-vcard-1.4
rm=app/libs
prebuild=find $$android-vcard$$ -name '*.jar' -delete && \
sed -i -e '/repositories/a\ mavenLocal()' ../build.gradle && \
sed -i -e 's/compile fileTree.*/compile "com.googlecode.android-vcard:android-vcard:1.4"/' build.gradle
build=$$MVN3$$ install -f $$android-vcard$$/pom.xml -Dmaven.test.skip=true
Build:2.2.3,78
commit=2.2.3
subdir=app
gradle=yes
srclibs=android-vcard@android-vcard-1.4
rm=app/libs
prebuild=find $$android-vcard$$ -name '*.jar' -delete && \
sed -i -e '/repositories/a\ mavenLocal()' ../build.gradle && \
sed -i -e 's/compile fileTree.*/compile "com.googlecode.android-vcard:android-vcard:1.4"/' build.gradle
build=$$MVN3$$ install -f $$android-vcard$$/pom.xml -Dmaven.test.skip=true
Auto Update Mode:Version %v Auto Update Mode:Version %v
Update Check Mode:Tags Update Check Mode:Tags
Current Version:2.2.1 Current Version:2.2.3
Current Version Code:76 Current Version Code:78

Some files were not shown because too many files have changed in this diff Show more