mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Metadata: various version updates
This commit is contained in:
parent
c5ab19b285
commit
d38ccb2e06
@ -29,8 +29,9 @@ prebuild=sed -ri 's/(debuggable)="true"/\1="false"/' AndroidManifest.xml
|
||||
Build Version:1.40,160,302,\
|
||||
prebuild=sed -ri 's/(debuggable)="true"/\1="false"/' AndroidManifest.xml
|
||||
Build Version:1.40.1,163,307
|
||||
Build Version:1.40.2,164,314,prebuild=rm -rf gen/
|
||||
|
||||
Update Check Mode:Market
|
||||
Current Version:1.40.1
|
||||
Current Version Code:163
|
||||
Current Version:1.40.2
|
||||
Current Version Code:164
|
||||
|
||||
|
@ -10,6 +10,9 @@ Permissions allows you to somewhat control the permissions an app is requesting
|
||||
on your Android device. While it is not a perfect system, it does work
|
||||
(although perhaps not on all devices). You do have to reboot the device before
|
||||
the changes take place.
|
||||
|
||||
Note that there are newer versions of this application available elsewhere, but
|
||||
these are proprietary software.
|
||||
.
|
||||
|
||||
Requires Root:Yes
|
||||
@ -18,9 +21,8 @@ Repo Type:git-svn
|
||||
Repo:http://android-permissions.googlecode.com/svn/trunk/
|
||||
|
||||
Build Version:1.3,4,9,prebuild=rm -rf bin/ && rm -rf gen/ && mkdir libs && mv RootTools-1.0-sdk3-generic.jar libs
|
||||
Build Version:2.8,18,!Source not available
|
||||
|
||||
Update Check Mode:Market
|
||||
Current Version:2.8
|
||||
Current Version Code:18
|
||||
Update Check Mode:None
|
||||
Current Version:1.3
|
||||
Current Version Code:4
|
||||
|
||||
|
@ -27,6 +27,6 @@ Build Version:1.0.93,94,!No source for anything after 1.0.79 - see https://githu
|
||||
Build Version:1.0.96,97,!Non-free binaries when the source eventually appeared
|
||||
|
||||
Update Check Mode:Market
|
||||
Current Version:1.0.96
|
||||
Current Version Code:97
|
||||
Current Version:1.0.103
|
||||
Current Version Code:104
|
||||
|
||||
|
@ -32,8 +32,9 @@ Build Version:1.2.3,102031,46d83bb4351c2f6ec51e0d9aa6202c86c1297e7f,buildjni=yes
|
||||
Build Version:1.2.4,102041,6426bcf131d4,buildjni=yes,target=android-10,prebuild=mkdir res/drawable && find icons -iname "*.*" -exec cp {} res/drawable \;
|
||||
Build Version:1.2.6,102061,1.2.6,buildjni=yes,target=android-10,prebuild=mkdir res/drawable && find icons -iname "*.*" -exec cp {} res/drawable \;
|
||||
Build Version:1.3.3,103031,1.3.3,buildjni=yes,target=android-10,prebuild=mkdir res/drawable && find icons -iname "*.*" -exec cp {} res/drawable \;
|
||||
Build Version:1.3.6,103061,a16e3eb7ff731edea99248f8a7c1633148a26236,buildjni=yes,target=android-10,prebuild=mkdir res/drawable && find icons -iname "*.*" -exec cp {} res/drawable \;
|
||||
|
||||
Update Check Mode:None
|
||||
Current Version:1.3.3
|
||||
Current Version Code:103031
|
||||
Current Version:1.3.6
|
||||
Current Version Code:103061
|
||||
|
||||
|
@ -15,13 +15,14 @@ and without permission, sends tracking details, including a unique identifier fo
|
||||
phone, and information about your mobile network, to the developer's server.
|
||||
.
|
||||
|
||||
Repo Type:svn
|
||||
Repo:http://android.svn.wordpress.org/trunk/
|
||||
Repo Type:git-svn
|
||||
Repo:http://android.svn.wordpress.org/
|
||||
|
||||
Build Version:1.3.9,31,202,prebuild=mkdir libs && mv *.jar libs && sed -i "s@checkStats(accounts.size());@// MY PRIVACY > YOUR STATS@" src/org/wordpress/android/wpAndroid.java,encoding=utf-8
|
||||
Build Version:1.4.1,33,228,prebuild=mkdir libs && mv *.jar libs && sed -i "s@checkStats(accounts.size());@// MY PRIVACY > YOUR STATS@" src/org/wordpress/android/wpAndroid.java,encoding=utf-8
|
||||
Build Version:1.3.9,31,202,subdir=trunk,prebuild=mkdir libs && mv *.jar libs && sed -i "s@checkStats(accounts.size());@// MY PRIVACY > YOUR STATS@" src/org/wordpress/android/wpAndroid.java,encoding=utf-8
|
||||
Build Version:1.4.1,33,228,subdir=trunk,prebuild=mkdir libs && mv *.jar libs && sed -i "s@checkStats(accounts.size());@// MY PRIVACY > YOUR STATS@" src/org/wordpress/android/wpAndroid.java,encoding=utf-8
|
||||
Build Version:2.0.6,45,642,subdir=branches/2.0.6,encoding=utf-8
|
||||
|
||||
Update Check Mode:Market
|
||||
Current Version:2.0.4
|
||||
Current Version Code:43
|
||||
Current Version:2.0.6
|
||||
Current Version Code:45
|
||||
|
||||
|
@ -25,10 +25,10 @@ rm -rf gen &&\
|
||||
cd src/stericson &&\
|
||||
svn co -r 133 http://roottools.googlecode.com/svn/trunk/Developmental/RootTools_sdk3_generic/src/com/stericson/RootTools &&\
|
||||
cd ../..
|
||||
|
||||
Build Version:7.2,104,!No source available
|
||||
Build Version:7.5,105,!No source available
|
||||
|
||||
Update Check Mode:Market
|
||||
Current Version:7.2
|
||||
Current Version Code:104
|
||||
Current Version:7.5
|
||||
Current Version Code:105
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user