Merge branch 'master' of gitorious.org:f-droid/fdroiddata

This commit is contained in:
Ciaran Gultnieks 2013-05-09 15:35:07 +01:00
commit 42313c7201
12 changed files with 55 additions and 41 deletions

View file

@ -28,6 +28,7 @@ Build Version:2.8.14,96,317d1cdf584a
Build Version:2.8.17,99,89248bd5da61
Build Version:2.9.1,101,!remove because beta feebcb632fe9
Build Version:2.9.4,104,8a57089be290
Build Version:2.9.7,107,fec56a293772
Auto Update Mode:None
Update Check Mode:Market

View file

@ -18,6 +18,12 @@ Build Version:1.1,1100,3e2a604768,subdir=android/TramHunter,\
extlibs=ABS-MapsPlugin/actionbarsherlock-plugin-maps-4.2.0.jar,srclibs=ActionBarSherlock@4.1.0,prebuild=\
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
mv libs/actionbarsherlock-plugin-maps-4.2.0.jar $$ActionBarSherlock$$/libs/
Build Version:1.2,1200,9b07112beb1,\
forceversion=yes,forcevercode=yes,subdir=android/TramHunter,\
extlibs=ABS-MapsPlugin/actionbarsherlock-plugin-maps-4.2.0.jar,\
srclibs=ActionBarSherlock@4.1.0,prebuild=\
sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
mv libs/actionbarsherlock-plugin-maps-4.2.0.jar $$ActionBarSherlock$$/libs/
Auto Update Mode:None
#Tags a little way behind

View file

@ -1,27 +1,31 @@
Category:Navigation
License:GPLv3
Web Site:http://code.google.com/p/sl-train-schedule
Source Code:http://code.google.com/p/sl-train-schedule/source/checkout
Source Code:http://code.google.com/p/sl-train-schedule/source/list
Issue Tracker:
Summary:Sri Lanka train schedules
Description:
A simple app to retrieve the Sri Lanka Railway train schedule by reading the
[http://www.icta.lk Information and Communication Technology Agency of Sri Lanka]'s (ICTA)
[http://mobile.icta.lk/services/railwayservice JSON API]. The aim of this application is to retrieve
[http://mobile.icta.lk/services/railwayservice JSON API].
The aim of this application is to retrieve
the schedule as quickly as possible with minimum user interactions.
The non-free Google Analytics library has been replaced with the NoAnalytics library.
A non-free analytics library was removed.
.
Repo Type:git-svn
Repo:http://sl-train-schedule.googlecode.com/svn/trunk/
Repo:http://sl-train-schedule.googlecode.com/svn;trunk=trunk;tags=tags
Build Version:1.15,115,141,rm=libs/libGoogleAnalytics.jar,srclibs=NoAnalytics@158a4a,prebuild=\
echo "android.library.reference.1=$$NoAnalytics$$" >> project.properties
Build Version:1.16,116,Release_116,\
rm=libs/libGoogleAnalytics.jar,srclibs=NoAnalytics@158a4a,prebuild=\
echo "android.library.reference.1=$$NoAnalytics$$" >> project.properties
Auto Update Mode:None
Update Check Mode:Market
Update Check Mode:Tags
Current Version:1.16
Current Version Code:116

View file

@ -15,6 +15,11 @@ Repo Type:git
Repo:https://github.com/CyanogenMod/android_packages_apps_LockClock
Build Version:2.2.2,8,!no overall licence: source code is Apache & two WTFL-ish files b48312068
Build Version:2.2.4,10,!no overall licence: source code is Apache & two WTFL-ish files 88bfc1b3e6b5
Update Check Mode:Static
# RM: No master branch ; Tags: added at general CM milestones
Auto Update Mode:None
Update Check Mode:None
Current Version:2.2.4
Current Version Code:10

View file

@ -29,7 +29,7 @@ the [http://eyes-free.blogspot.com Eyes-Free blog] for more on Android accessibi
Repo Type:srclib
Repo:EyesFree
Build Version:3.1.1_r68,68,r787,novcheck=yes,subdir=accessibilityServices/talkback,\
Build Version:3.1.1_r68,68,787,novcheck=yes,subdir=accessibilityServices/talkback,\
update=.;../../libraries/utils;../../libraries/compatutils,\
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1../../libraries/utils@' project.properties && \
sed -i 's@\(android.library.reference.2=\).*@\1../../libraries/compatutils@' project.properties && \

View file

@ -22,7 +22,7 @@ the [http://eyes-free.blogspot.com Eyes-Free blog] for more on Android accessibi
Repo Type:srclib
Repo:EyesFree
Build Version:3.0.4,33,r787,subdir=apps/shell,\
Build Version:3.0.4,33,787,subdir=apps/shell,\
update=.;../../libraries/utils;../../libraries/compatutils,target=android-15,\
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1../../libraries/utils@' project.properties && \
echo "android.library.reference.2=../../libraries/compatutils" >> project.properties && \

View file

@ -41,6 +41,7 @@ works for you without using real Bitcoins.
.
# BitcoinJWallet (author's fork) is rebased each version so old commits wont work
# patches post 3.0 will also need re-doing
Repo Type:git
Repo:https://code.google.com/p/bitcoin-wallet/
@ -62,13 +63,17 @@ prebuild=\
cd ../integration-android && mvn3 install && cd ../wallet && \
mvn3 install:install-file -DgroupId=android -DartifactId=android -Dversion=2.3.3_r2 -Dpackaging=jar -Dfile=$$SDK$$/platforms/android-10/android.jar && \
mvn3 install:install-file -DgroupId=android.support -DartifactId=compatibility-v4 -Dversion=r6 -Dpackaging=jar -Dfile=$$SDK$$/android-compatibility/v4/android-support-v4.jar
# Build from prodnet branch which cherry picks some old commits and commits after tags
# Use specific commit instead of git fetch origin && git checkout origin/prodnet
Build Version:3.01,121,742241f59df1,maven=yes,patch=pom.patch,\
bindir=wallet/target,srclibs=BitcoinJWallet@1649520e3183,prebuild=\
sed -i '54 i \\tandroid:debuggable=\"false\"' wallet/AndroidManifest.xml && \
cp -r $$BitcoinJWallet$$/ . && rm -rf market/
Build Version:3.04,124,3efa5beb206e,maven=yes,patch=pom.patch,\
bindir=wallet/target,srclibs=BitcoinJWallet@7cb7bfc11c11,prebuild=\
cp -r $$BitcoinJWallet$$/ . && rm -rf market/
# Build from prodnet branch which cherry picks some old commits and commits after tags
# Use specific commit instead of git fetch origin && git checkout origin/prodnet
# See wallet/README for info about which BitcoinJ branch to use
Auto Update Mode:None
# RM/Tags don't work
Update Check Mode:Market

View file

@ -9,7 +9,7 @@ index 161602f..3f49016 100644
- <artifactId>base</artifactId>
- <version>1</version>
+ <artifactId>wallet-parent</artifactId>
+ <version>3.01</version>
+ <version>3.04</version>
</parent>
<dependencies>
@ -26,7 +26,7 @@ index c26e0db..723fa26 100644
- <version>1</version>
+ <artifactId>wallet-parent</artifactId>
+ <name>wallet-parent</name>
+ <version>3.01</version>
+ <version>3.04</version>
<packaging>pom</packaging>
<modules>
@ -49,16 +49,7 @@ index 9e13ad5..a10247d 100644
- <artifactId>base</artifactId>
- <version>1</version>
+ <artifactId>wallet-parent</artifactId>
+ <version>3.01</version>
+ <version>3.04</version>
</parent>
<dependencies>
@@ -53,7 +53,7 @@
<dependency>
<groupId>de.schildbach.wallet</groupId>
<artifactId>bitcoinj</artifactId>
- <version>0.8</version>
+ <version>0.8-SNAPSHOT</version>
</dependency>
<!-- de.schildbach.wallet.integration.android.* -->

View file

@ -18,6 +18,7 @@ The apk is not debuggable, however.
.
# BitcoinJWallet (author's fork) is rebased each version so old commits wont work
# Patch may need re-doing also
Repo Type:git
Repo:https://code.google.com/p/bitcoin-wallet/
@ -49,10 +50,14 @@ Build Version:3.01-test,121,v3.01,maven=yes,patch=pom.patch,\
bindir=wallet/target,srclibs=BitcoinJWallet@1649520e3183,prebuild=\
sed -i '54 i \\tandroid:debuggable=\"false\"' wallet/AndroidManifest.xml && \
cp -r $$BitcoinJWallet$$/ . && rm -rf market/
Build Version:3.04,124,v3.0.4,maven=yes,patch=pom.patch,\
bindir=wallet/target,srclibs=BitcoinJWallet@7cb7bfc11c11,prebuild=\
cp -r $$BitcoinJWallet$$/ . && rm -rf market/
# Do other wallet app first
Auto Update Mode:None
# Just use main wallet app
# Just follow main wallet app
Update Check Mode:Static
Current Version:3.01-test
Current Version Code:121
Current Version:3.04-test
Current Version Code:124

View file

@ -9,7 +9,7 @@ index 161602f..3f49016 100644
- <artifactId>base</artifactId>
- <version>1</version>
+ <artifactId>wallet-parent</artifactId>
+ <version>3.01</version>
+ <version>3.04</version>
</parent>
<dependencies>
@ -26,7 +26,7 @@ index c26e0db..723fa26 100644
- <version>1</version>
+ <artifactId>wallet-parent</artifactId>
+ <name>wallet-parent</name>
+ <version>3.01</version>
+ <version>3.04</version>
<packaging>pom</packaging>
<modules>
@ -49,16 +49,7 @@ index 9e13ad5..a10247d 100644
- <artifactId>base</artifactId>
- <version>1</version>
+ <artifactId>wallet-parent</artifactId>
+ <version>3.01</version>
+ <version>3.04</version>
</parent>
<dependencies>
@@ -53,7 +53,7 @@
<dependency>
<groupId>de.schildbach.wallet</groupId>
<artifactId>bitcoinj</artifactId>
- <version>0.8</version>
+ <version>0.8-SNAPSHOT</version>
</dependency>
<!-- de.schildbach.wallet.integration.android.* -->

View file

@ -49,9 +49,14 @@ update=.;../android-filechooser;../dentex.youtube.downloader.strings,prebuild=\
mkdir -p ../dentex.youtube.downloader.strings/src && \
rm -rf libs/armeabi* && tar xvf ../FFmpeg_and_lame_sources/liblame.tar.gz && \
mv liblame/jni .,buildjni=yes
Build Version:2.0.5,47,2.0.5,subdir=dentex.youtube.downloader,\
update=.;../android-filechooser;../dentex.youtube.downloader.strings,prebuild=\
mkdir -p ../dentex.youtube.downloader.strings/src && \
rm -rf libs/armeabi* && tar xvf ../FFmpeg_and_lame_sources/liblame.tar.gz && \
mv liblame/jni .,buildjni=yes
Auto Update Mode:None
Update Check Mode:Tags
Current Version:2.0.2
Current Version Code:44
Current Version:2.0.5
Current Version Code:47

View file

@ -22,7 +22,8 @@ releases. Until then, you can find apks on the project's website.
Repo Type:git
Repo:git://git.linphone.org/linphone-android.git
Build Version:2.0.3-fdroid,2003,!syntax error on build server 2.0.3-1,submodules=no,update=no,\
#Build Version:2.0.3-fdroid,2003,!syntax error on build server 2.0.3-1,submodules=no,update=no,\
Build Version:2.0.3-fdroid,2003,2.0.3-1,submodules=no,update=no,\
init=git submodule update --init --recursive,prebuild=rm -rf tests && \
rm -f submodules/externals/webrtc/modules/\
video_capture/main/source/android/java/org/webrtc/videoengine/* && \
@ -33,7 +34,7 @@ sed -i 's/debuggable ="true"/debuggable="false"/g' AndroidManifest.xml && \
sed -i 's/markets\">true/markets\">=false/g' \
res/values/non_localizable_custom.xml,build=\
make BUILD_SILK=0 BUILD_X264=1 BUILD_GPLV3_ZRTP=1 \
BUILD_FOR_X86=1 update-project prepare-sources,buildjni=no
BUILD_FOR_X86=0 update-project prepare-sources,buildjni=no
Auto Update Mode:None
#Tags would nuke all the submodules