Merge branch 'master' of git://gitorious.org/f-droid/fdroiddata
This commit is contained in:
commit
589b4d7ec6
|
@ -28,9 +28,10 @@ Build Version:1.6.1,16,1.6.1,target=android-17
|
|||
Build Version:1.6.2,17,1.6.2,target=android-17
|
||||
Build Version:1.6.3,18,1.6.3,target=android-17
|
||||
Build Version:1.6.4,19,1.6.4,target=android-17
|
||||
Build Version:1.6.5,20,1.6.5,target=android-17
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.6.4
|
||||
Current Version Code:19
|
||||
Current Version:1.6.5
|
||||
Current Version Code:20
|
||||
|
||||
|
|
|
@ -27,6 +27,8 @@ Build Version:1.10.01,11001,!Source code is not published
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Static
|
||||
Current Version:1.10.01
|
||||
Current Version Code:11001
|
||||
Current Version:1.09.05
|
||||
Current Version Code:10905
|
||||
|
||||
No Source Since:1.09.11
|
||||
|
||||
|
|
|
@ -29,6 +29,6 @@ rm -rf tests libs/slider.jar && echo "android.library.reference.1=$$Slider$$" >>
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Market
|
||||
Current Version:v3.3.2
|
||||
Current Version Code:46
|
||||
Current Version:v3.4
|
||||
Current Version Code:47
|
||||
|
||||
|
|
|
@ -20,10 +20,10 @@ Install [[com.menny.android.anysoftkeyboard]] first, then select
|
|||
the desired layout from AnySoftKeyboard's Settings->Keyboards menu.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/AnySoftKeyboard/LanguagePack.git
|
||||
Repo Type:srclib
|
||||
Repo:AnySoftKeyboardPacks
|
||||
|
||||
Build Version:20121101,10,421e0212c,init=git checkout HebrewLarge,\
|
||||
Build Version:20121101,10,421e0212c,\
|
||||
srclibs=AnySoftKeyboard-API@b21d8907;AnySoftKeyboardTools@73e9a09496,prebuild=\
|
||||
sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@' project.properties && \
|
||||
sed -i 's@..\/AnySoftKeyboardTools@$$AnySoftKeyboardTools$$@g' custom_rules.xml && \
|
||||
|
|
|
@ -35,10 +35,12 @@ Repo:https://bitbucket.org/dalb8/anysoft-language-pack-hungarian
|
|||
#cp res/drawable/app_icon.png StoreStuff/store_hi_res_icon.png
|
||||
Build Version:20120208,12,987626b,\
|
||||
srclibs=AnySoftKeyboard-API@b21d8907;AnySoftKeyboardTools@73e9a09496,prebuild=mkdir -p res/raw
|
||||
Build Version:20120213,14,!no source as of 03/13
|
||||
#Build Version:20120213,14,!no source as of 03/13
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Market
|
||||
Current Version:20120213
|
||||
Current Version Code:14
|
||||
|
||||
No Source Since:20120213
|
||||
|
||||
|
|
|
@ -18,8 +18,8 @@ Install [[com.menny.android.anysoftkeyboard]] first, then select
|
|||
the desired layout from AnySoftKeyboard's Settings->Keyboards menu.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/AnySoftKeyboard/LanguagePack
|
||||
Repo Type:srclib
|
||||
Repo:AnySoftKeyboardPacks
|
||||
|
||||
Build Version:20130510,5,62ece25a,\
|
||||
srclibs=AnySoftKeyboard-API@b21d8907;AnySoftKeyboardTools@73e9a09496,prebuild=\
|
||||
|
|
|
@ -1,30 +1,43 @@
|
|||
Category:System
|
||||
# All source files and jars but no licence in README
|
||||
License:Apache2
|
||||
Web Site:
|
||||
Web Site:http://asksven.tumblr.com
|
||||
Source Code:https://github.com/asksven/BetterBatteryStats
|
||||
Issue Tracker:https://github.com/asksven/BetterBatteryStats/issues
|
||||
|
||||
Summary:Monitor battery behaviour
|
||||
Description:
|
||||
see market description in repo
|
||||
Google Analytics was removed
|
||||
Locale integration was removed
|
||||
Find applications causing the phone to drain battery while it is supposed to
|
||||
be asleep and measure the effect of corrective actions:
|
||||
|
||||
* Spot drainers based on detailed information about the root cause
|
||||
* Measure the effect of actions to reduce drain
|
||||
* Detect changes in the awake/sleep profile and quickly find the causes (rogue apps)
|
||||
|
||||
The app displays bar graphs based on reference points as explained in the Getting
|
||||
Started section of the Help menu and it is good idea to read that if you want to
|
||||
have any chance of interpreting the information.
|
||||
|
||||
Requires root: No, but to view Network or Alarm stats root access
|
||||
will need to be granted.
|
||||
|
||||
Google Analytics and Locale integration were removed.
|
||||
|
||||
[http://better.asksven.org/bbs-changelog Changelog]
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/asksven/BetterBatteryStats.git
|
||||
|
||||
Build Version:1.11.0.0,28,!v1.11.0.0,subdir=BetterBatteryStats,\
|
||||
# Need to patch out Locale because it causes build errors
|
||||
Build Version:1.11.0.0,28,v1.11.0.0,subdir=BetterBatteryStats,\
|
||||
srclibs=ActionBarSherlock@4.2.0;NoAnalytics@158a4a;Common-AskSven@7d71a6ba9a,prebuild=\
|
||||
sed -i 's@\(reference.1=\).*@\1$$Common-AskSven$$@' project.properties && \
|
||||
sed -i 's@\(reference.2=\).*@\1$$NoAnalytics$$@' project.properties && \
|
||||
sed -i 's@\(reference.3=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
||||
sed -i '75\,87d' AndroidManifest.xml && rm -rf libs/libGoogleAnalytics.jar \
|
||||
src/com/asksven/betterbatterystats/localeplugin *.apk
|
||||
Build Version:1.13.4.0,38,!ef3df22ba,subdir=BetterBatteryStats,\
|
||||
Build Version:1.13.4.0,38,ef3df22ba,subdir=BetterBatteryStats,\
|
||||
srclibs=ActionBarSherlock@4.2.0;NoAnalytics@158a4a;Common-AskSven@b09bb8b6cd,prebuild=\
|
||||
sed -i 's@\(reference.1=\).*@\1$$Common-AskSven$$@' project.properties && \
|
||||
sed -i 's@\(reference.2=\).*@\1$$NoAnalytics$$@' project.properties && \
|
||||
|
|
|
@ -29,6 +29,9 @@ build=cd .. && ./build.py fdroid
|
|||
Build Version:0.3.6,18,!not CV (at 9edcdaac),subdir=mobile,prebuild=\
|
||||
cd .. && echo "buildSettings={'fdroid':{'buildMobile':'copyonly'}}" > localbuildsettings.py,\
|
||||
build=cd .. && ./build.py fdroid
|
||||
Build Version:0.4.0,21,iitc_0_12_0_mobile_0_4_0,subdir=mobile,prebuild=\
|
||||
cd .. && echo "buildSettings={'fdroid':{'buildMobile':'copyonly'}}" > localbuildsettings.py,\
|
||||
build=cd .. && ./build.py fdroid
|
||||
|
||||
# android version number is bumpped during development, after larger changes on the java app
|
||||
# the 'stable' build is listed on the web site, at http://iitc.jonatkins.com/?page=mobile
|
||||
|
|
|
@ -19,6 +19,6 @@ Build Version:2.2.4,10,!no overall licence: source code is Apache & two WTFL-ish
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest/cm-10.1
|
||||
Current Version:2.2.4
|
||||
Current Version Code:10
|
||||
Current Version:2.2.5
|
||||
Current Version Code:11
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ The proprietary Google AdMobSDK was replaced with a dummy library.
|
|||
.
|
||||
|
||||
Repo Type:git-svn
|
||||
Repo:http://mobilewebcam-android.googlecode.com/svn;trunk=/;tags=/
|
||||
Repo:http://mobilewebcam-android.googlecode.com/svn
|
||||
|
||||
#Hash of lib matches http://www.docjar.com/jar/commons-net-ftp-2.0.jar
|
||||
Build Version:2.59,87,7,srclibs=MobAdMob@2d5736,prebuild=\
|
||||
|
|
|
@ -27,6 +27,6 @@ Build Version:0.7.4,704,v0.7.4
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:0.7.4
|
||||
Current Version Code:704
|
||||
Current Version:0.7.5
|
||||
Current Version Code:705
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@ Build Version:2.15.2,134,!TileImageView.java doesn't seem to be found e665aa83bc
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Market
|
||||
Current Version:3.0.4
|
||||
Current Version Code:176
|
||||
Current Version:3.0.4.2
|
||||
Current Version Code:178
|
||||
|
||||
No Source Since:2.16.1
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ Repo:http://svn.gna.org/svn/gcstar/scanner
|
|||
|
||||
Build Version:1.0,1,2124
|
||||
|
||||
Update Check Mode:Market
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
|
||||
|
|
|
@ -7,15 +7,23 @@ Donate:http://gcstar.org/contribute.en.php#donate
|
|||
|
||||
Summary:View and manage your collections
|
||||
Description:
|
||||
GCstar is a cross-platform application for managing your collections. Detailed information on each item can be automatically retrieved from the internet and you can store additional data, such as the location or who you've lent it to. You may also search and filter your collection by many criteria.
|
||||
GCstar is a cross-platform application for managing your collections.
|
||||
Detailed information on each item can be automatically retrieved from the
|
||||
internet and you can store additional data, such as the location or who
|
||||
you've lent it to.
|
||||
You may also search and filter your collection by many criteria.
|
||||
.
|
||||
|
||||
Repo Type:git-svn
|
||||
Repo:http://svn.gna.org/svn/gcstar/viewer
|
||||
|
||||
Build Version:2.8,10,2149
|
||||
Build Version:2.9,11,!Source code not published
|
||||
|
||||
Update Check Mode:Market
|
||||
Current Version:2.9
|
||||
Current Version Code:11
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.8
|
||||
Current Version Code:10
|
||||
|
||||
# Market
|
||||
No Source Since:2.9
|
||||
|
||||
|
|
|
@ -37,3 +37,5 @@ Update Check Mode:RepoManifest
|
|||
Current Version:2.21
|
||||
Current Version Code:21
|
||||
|
||||
No Source Since:2.22
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ cd ../../ && rm -rf apps archived braille devtools documentation eSpeakEngine \
|
|||
ideal ime ocr samplecode thirdparty tts
|
||||
|
||||
#Device-variable
|
||||
Update Check Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:3.2.1
|
||||
Current Version Code:83
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ Description:
|
|||
.
|
||||
|
||||
Repo Type:srclib
|
||||
Repo:SL4A:android
|
||||
Repo:SL4A
|
||||
|
||||
#Dexclass loaders and build errors; wiki says import all the projects but I think these should do
|
||||
Build Version:6,600,!build problems 46da9687be62,subdir=ScriptingLayerForAndroid,update=.;../QuickAction,\
|
||||
|
|
|
@ -15,15 +15,16 @@ The app is also able
|
|||
to detect what the stock Android Music app is playing, without a Scrobbler.
|
||||
.
|
||||
|
||||
Repo Type:git-svn
|
||||
Repo:http://jlyr.googlecode.com/svn;trunk=trunk;tags=tags
|
||||
Repo Type:git
|
||||
Repo:https://code.google.com/p/jlyr
|
||||
|
||||
Build Version:1.0,1,19
|
||||
Build Version:1.3,20,26
|
||||
Build Version:1.4,28,28
|
||||
Build Version:1.5,36,2531709f8550,target=android-10
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.4
|
||||
Current Version Code:28
|
||||
Current Version:1.5
|
||||
Current Version Code:36
|
||||
|
||||
|
|
28
metadata/com.joulespersecond.seattlebusbot.txt
Normal file
28
metadata/com.joulespersecond.seattlebusbot.txt
Normal file
|
@ -0,0 +1,28 @@
|
|||
Category:Navigation
|
||||
License:Apache2
|
||||
Web Site:http://www.onebusaway.org/
|
||||
Source Code:https://github.com/OneBusAway/onebusaway-android
|
||||
Issue Tracker:https://github.com/OneBusAway/onebusaway-android/issues
|
||||
|
||||
Summary:Seattle buses real-time information
|
||||
Description:
|
||||
Receive real-time arrival information for Seattle area buses, including King
|
||||
County Metro, Sound Transit, and Pierce Transit.
|
||||
|
||||
Find nearby stops on a map, choose from a list of favorite stops, add
|
||||
shortcuts to your phone's home screen, and set reminders for frequently used
|
||||
trips.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/OneBusAway/onebusaway-android
|
||||
|
||||
Build Version:1.5.5,28,!maps stuff needs to be done vv1.5.5,srclibs=ActionBarSherlock@4.1.0,prebuild=\
|
||||
rm -rf .settings/ tests/ ActionBarSherlock/ refresh_test_responses.py && \
|
||||
sed -i 's@ActionBarSherlock@$$ActionBarSherlock$$@' project.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.5.5
|
||||
Current Version Code:28
|
||||
|
22
metadata/com.jwetherell.heart_rate_monitor.txt
Normal file
22
metadata/com.jwetherell.heart_rate_monitor.txt
Normal file
|
@ -0,0 +1,22 @@
|
|||
Category:Science & Education
|
||||
License:Apache2
|
||||
Web Site:http://code.google.com/p/android-heart-rate-monitor/
|
||||
Source Code:http://code.google.com/p/android-heart-rate-monitor/source/checkout
|
||||
Issue Tracker:http://code.google.com/p/android-heart-rate-monitor/issues/list
|
||||
|
||||
Summary:Heart Rate Monitor
|
||||
Description:
|
||||
A simple heart rate monitor, using the device's camera to attempt to detect
|
||||
a pulse in your finger.
|
||||
.
|
||||
|
||||
Repo Type:git-svn
|
||||
Repo:http://android-heart-rate-monitor.googlecode.com/svn/trunk/
|
||||
|
||||
Build Version:1.0,1,10,target=android-7
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
||||
|
|
@ -33,6 +33,6 @@ mv androidannotations-2.5.jar libs/ && rm libs/androidannotations-2.5-api.jar
|
|||
Auto Update Mode:None
|
||||
#Also on Google Play; release commits difficult to find
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.9.1
|
||||
Current Version Code:11
|
||||
Current Version:1.9.2
|
||||
Current Version Code:12
|
||||
|
||||
|
|
|
@ -28,9 +28,15 @@ cp -f $$ActionBarSherlock$$/libs/android-support-v4.jar libs/ && \
|
|||
sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
||||
sed -i 's@\(reference.2=\).*@\1$$ImageLoader$$@' project.properties && \
|
||||
sed -i 's@\(reference.3=\).*@\1$$PhotoView$$@' project.properties
|
||||
Build Version:1.9,11,v1.9,srclibs=\
|
||||
ActionBarSherlock@4.3.1;ImageLoader@9634fe3;PhotoView@05b1c2aae5985,prebuild=\
|
||||
cp -f $$ActionBarSherlock$$/libs/android-support-v4.jar libs/ && \
|
||||
sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
||||
sed -i 's@\(reference.2=\).*@\1$$ImageLoader$$@' project.properties && \
|
||||
sed -i 's@\(reference.3=\).*@\1$$PhotoView$$@' project.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.8
|
||||
Current Version Code:10
|
||||
Current Version:1.9
|
||||
Current Version Code:11
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@ Repo:https://github.com/mborjesson/LG-Optimus-2X-Black-Notifications
|
|||
|
||||
Build Version:1.2.4,71,v1.2.4
|
||||
Build Version:1.2.7,78,v1.2.7
|
||||
Build Version:1.2.7.2,81,v1.2.7.2
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
|
|
|
@ -18,11 +18,10 @@ Build Version:2.43,18,7cd044,target=android-10
|
|||
Build Version:2.45,20,!No source published,target=android-10
|
||||
Build Version:2.46,21,d1a1559d4691,target=android-10
|
||||
Build Version:2.47,22,3ab7f2e3d597,target=android-10
|
||||
Build Version:2.51,24,263c892ea671,target=android-10
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Market
|
||||
Current Version:2.50
|
||||
Current Version Code:23
|
||||
|
||||
No Source Since:2.50
|
||||
Current Version:2.51
|
||||
Current Version Code:24
|
||||
|
||||
|
|
27
metadata/com.nilhcem.hostseditor.txt
Normal file
27
metadata/com.nilhcem.hostseditor.txt
Normal file
|
@ -0,0 +1,27 @@
|
|||
Category:System
|
||||
License:Apache2
|
||||
Web Site:
|
||||
Source Code:https://github.com/Nilhcem/hosts-editor-android
|
||||
Issue Tracker:https://github.com/Nilhcem/hosts-editor-android/issues
|
||||
|
||||
Summary:Edit system hosts file
|
||||
Description:
|
||||
View and freely edit the /system/etc/hosts file on your device.
|
||||
|
||||
Requires root: Yes. The hosts files is located in /system which is normally
|
||||
read-only.
|
||||
.
|
||||
|
||||
Requires Root:Yes
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/Nilhcem/hosts-editor-android
|
||||
|
||||
Build Version:1.1,2,ab85d7a8268f3c3,srclibs=ActionBarSherlock@4.3.1,prebuild=\
|
||||
rm -rf contrib .settings/ && sed -i 's@\.1=.*@.1=$$ActionBarSherlock$$@' project.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.1
|
||||
Current Version Code:2
|
||||
|
|
@ -44,7 +44,7 @@ rm -rf jni/desmume/src/android/7z/CPP/7zip/Archive/obj/local/*
|
|||
Build Version:30,30,release30,target=android-17,extlibs=acra/acra-4.2.3.jar,\
|
||||
buildjni=yes,patch=fix_stuff_2.patch,prebuild=\
|
||||
rm -rf jni/desmume/src/android/7z/CPP/7zip/Archive/obj/local/*
|
||||
Build Version:33,33,!buildserver lacks hardware resources release33,target=android-17,extlibs=acra/acra-4.2.3.jar,\
|
||||
Build Version:33,33,release33,target=android-17,extlibs=acra/acra-4.2.3.jar,\
|
||||
buildjni=yes,patch=fix_stuff_2.patch,prebuild=\
|
||||
rm -rf jni/desmume/src/android/7z/CPP/7zip/Archive/obj/local/*
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Category:Phone & SMS
|
||||
License:Apache2
|
||||
License:GPLv3
|
||||
Web Site:
|
||||
Source Code:https://github.com/DizzyThermal/Auto-Away
|
||||
Issue Tracker:https://github.com/DizzyThermal/Auto-Away/issues
|
||||
|
@ -19,7 +19,7 @@ Repo:https://github.com/DizzyThermal/Auto-Away
|
|||
|
||||
Build Version:1.2.1,15,4b72e665f5e8,subdir=Auto-Away
|
||||
Build Version:1.2.3,18,abb488f3321b,subdir=Auto-Away
|
||||
Build Version:1.2.8,23,!no resource matches theme @style/HoloLight at v1.2.8,subdir=Auto-Away
|
||||
Build Version:1.2.8,23,62e566745,subdir=Auto-Away
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Category:Internet
|
||||
License:GPLv3
|
||||
Web Site:https://github.com/tjoelsson/graphitoid
|
||||
License:Apache2
|
||||
Web Site:
|
||||
Source Code:https://github.com/tjoelsson/graphitoid
|
||||
Issue Tracker:https://github.com/tjoelsson/graphitoid/issues
|
||||
|
||||
|
@ -13,13 +13,16 @@ graphing server. Displays graphs and allows metrics filtering.
|
|||
Repo Type:git
|
||||
Repo:https://github.com/tjoelsson/graphitoid.git
|
||||
|
||||
Build Version:2.1.0,4,a9683ec7f6c,target=android-15,\
|
||||
Build Version:2.1.0,4,!Resource errors for srclib at a9683ec7f6c,target=android-15,\
|
||||
srclibs=Tree-View-List@a483e46d495a;DateSlider@14,\
|
||||
prebuild=echo "android.library.reference.1=$$Tree-View-List$$" >> project.properties && \
|
||||
echo "android.library.reference.2=$$DateSlider$$" >> project.properties
|
||||
echo "android.library.reference.2=$$DateSlider$$" >> project.properties && \
|
||||
sed -i '/key/d' $$Tree-View-List$$/ant.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Market
|
||||
Current Version:2.1.1
|
||||
Current Version Code:5
|
||||
|
||||
No Source Since:2.1.1
|
||||
|
||||
|
|
|
@ -26,9 +26,11 @@ Build Version:3.2.1,30201,0aa74b9d2bef,subdir=shortyz,target=android-11,prebuild
|
|||
mv target/*.jar ../shortyz/libs/ && rm -rf target &&\
|
||||
cd ../shortyz
|
||||
|
||||
Build Version:3.2.7,30207,!Can't find corresponding source
|
||||
#Build Version:3.2.7,30207,!Can't find corresponding source
|
||||
|
||||
Update Check Mode:Market
|
||||
Current Version:3.2.7
|
||||
Current Version Code:30207
|
||||
|
||||
No Source Since:3.2.7
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ License:Apache2
|
|||
Web Site:
|
||||
Source Code:https://github.com/veken0m/bitcoinium
|
||||
Issue Tracker:https://github.com/veken0m/bitcoinium/issues
|
||||
Bitcoin:1yjDmiukhB2i1XyVw5t7hpAK4WXo32d5
|
||||
Bitcoin:1yjDmiukhB2i1XyVw5t7hpAK4WXo32d54
|
||||
|
||||
# Upstream libraries
|
||||
#Bitcoin:17dQktcAmU4urXz7tGk2sbuiCqykm3WLs6
|
||||
|
@ -18,7 +18,7 @@ See the Google Play description for the author's email
|
|||
address and the source code page for his Bitcoin address.
|
||||
.
|
||||
|
||||
# wait for v0.44 of client before moving these into description
|
||||
# wait for client before moving these into description
|
||||
# [mailto:veken0m.apps@gmail.com EMail] the author or send
|
||||
# him [bitcoin:1yjDmiukhB2i1XyVw5t7hpAK4WXo32d54 bitcoins]
|
||||
Repo Type:git
|
||||
|
@ -37,9 +37,17 @@ srclibs=ActionBarSherlock@4.2.0;ColorPickerPreference@a6ffb91b1,prebuild=\
|
|||
sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
||||
sed -i 's@\(reference.2=\).*@\1$$ColorPickerPreference$$@' project.properties
|
||||
Build Version:1.5.5,32,!wait for 1.7.0 of XChange: see issue #8. May build using srclib=Rescu
|
||||
Build Version:1.6.0,33,v1.6.0,\
|
||||
srclibs=XChange@xchange-1.7.0;ActionBarSherlock@4.2.0;\
|
||||
ColorPickerPreference@a6ffb91b1,prebuild=rm -f libs/xchange* && \
|
||||
sed -i 's@\(reference.2=\).*@\1$$ColorPickerPreference$$@' project.properties && \
|
||||
sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties,build=\
|
||||
sed -i '253\,280d' $$XChange$$/pom.xml && $$MVN3$$ clean package -f $$XChange$$/pom.xml && \
|
||||
mv $(find $$XChange$$ -name \*.jar) libs/
|
||||
|
||||
# Remove javadocs and source code jars from POM
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.5.5
|
||||
Current Version Code:32
|
||||
Current Version:1.6.0
|
||||
Current Version Code:33
|
||||
|
||||
|
|
|
@ -15,9 +15,11 @@ Repo Type:git-svn
|
|||
Repo:http://antons-apps.googlecode.com/svn/trunk/
|
||||
|
||||
Build Version:1.7.0,22,110
|
||||
Build Version:1.7.1,23,!Source code not published
|
||||
|
||||
Update Check Mode:Market
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.7.1
|
||||
Current Version Code:23
|
||||
|
||||
#Market
|
||||
No Source Since:1.7.1
|
||||
|
||||
|
|
|
@ -77,6 +77,6 @@ cp -r $$BitcoinJWallet$$/ . && rm -rf market/
|
|||
Auto Update Mode:None
|
||||
# RM/Tags don't work
|
||||
Update Check Mode:Market
|
||||
Current Version:3.05
|
||||
Current Version Code:125
|
||||
Current Version:3.06
|
||||
Current Version Code:126
|
||||
|
||||
|
|
|
@ -26,6 +26,6 @@ sed -i 's@\(reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.3.1
|
||||
Current Version Code:8
|
||||
Current Version:0.4
|
||||
Current Version Code:11
|
||||
|
||||
|
|
|
@ -33,6 +33,6 @@ prebuild=mv $$Google-Gson$$/src/main/java/com src
|
|||
Auto Update Mode:None
|
||||
# No reviews so Market doesn't work
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:0.5
|
||||
Current Version Code:5
|
||||
Current Version:0.6
|
||||
Current Version Code:6
|
||||
|
||||
|
|
|
@ -87,6 +87,6 @@ mv libs/armeabi/iptables ../../res/raw/iptables_armv5
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.2.4.1
|
||||
Current Version Code:125
|
||||
Current Version:1.2.5.1
|
||||
Current Version Code:128
|
||||
|
||||
|
|
|
@ -16,10 +16,11 @@ Repo Type:git-svn
|
|||
Repo:http://android-simple-loan-calculator.googlecode.com/svn/trunk/
|
||||
|
||||
Build Version:3.3.0,42,120,target=android-15
|
||||
Build Version:4.0.2,52,!Multiple dex files define... 158,target=android-17
|
||||
Build Version:4.0.2,52,158,prebuild=rm libs/action*.jar libs/support*.jar,target=android-17
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Market
|
||||
# On downloads page (for now)
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:4.0.2
|
||||
Current Version Code:52
|
||||
|
||||
|
|
|
@ -16,9 +16,10 @@ Build Version:0.1,2,24cfa5
|
|||
Build Version:0.2,3,v0.2
|
||||
Build Version:0.2.1,4,v0.2.1
|
||||
Build Version:0.3.0,6,v0.3.0
|
||||
Build Version:0.3.1,7,v0.3.1
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.3.0
|
||||
Current Version Code:6
|
||||
Current Version:0.3.1
|
||||
Current Version Code:7
|
||||
|
||||
|
|
|
@ -36,12 +36,12 @@ update=.;../geopaparazzilibrary
|
|||
Build Version:3.2.6,37,version_3.2.6,subdir=geopaparazzi.app,update=.;../geopaparazzilibrary
|
||||
Build Version:3.2.7,38,version_3.2.7,subdir=geopaparazzi.app,update=.;../geopaparazzilibrary
|
||||
Build Version:3.3.0,39,version_3.3.0,subdir=geopaparazzi.app,update=.;../geopaparazzilibrary
|
||||
|
||||
#Tedious instructions for ELFs http://code.google.com/p/spatialite-android
|
||||
#Build Version:3.4.0,40,version_3.4.0,subdir=geopaparazzi.app,\
|
||||
#update=.;../geopaparazzilibrary;../geopaparazzispatialitelibrary,prebuild=wget ...
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:3.4.0
|
||||
Current Version Code:40
|
||||
Current Version:3.5.0
|
||||
Current Version Code:41
|
||||
|
||||
|
|
22
metadata/fr.ybo.gtfsalert.txt
Normal file
22
metadata/fr.ybo.gtfsalert.txt
Normal file
|
@ -0,0 +1,22 @@
|
|||
Category:Navigation
|
||||
License:Apache2
|
||||
Web Site:
|
||||
Source Code:https://github.com/ybonnel/GtfsAlert
|
||||
Issue Tracker:https://github.com/ybonnel/GtfsAlert/issues
|
||||
|
||||
Summary:GTFS data from keolis-rennes.com
|
||||
Description:
|
||||
Fetch transit information from data.keolis-rennes.com.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/ybonnel/GtfsAlert
|
||||
|
||||
Build Version:1.0.1,101,!does it do anything? ddd2a62fd445a,prebuild=\
|
||||
sed -i 's/debuggable="true"/debuggable="false"/' AndroidManifest.xml
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0.1
|
||||
Current Version Code:101
|
||||
|
|
@ -58,6 +58,6 @@ cd ../ && mv subsonic-android sa && rm -rf subsonic-* repo && mv sa subsonic-and
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:4.0.0
|
||||
Current Version Code:48
|
||||
Current Version:4.0.2
|
||||
Current Version Code:51
|
||||
|
||||
|
|
|
@ -25,9 +25,10 @@ Build Version:1.0.49,50,v1.0.49,buildjni=yes,update=.;libraries/emulatorview
|
|||
Build Version:1.0.50,51,v1.0.50,buildjni=yes,update=.;libraries/emulatorview
|
||||
Build Version:1.0.51,52,v1.0.51,buildjni=yes,update=.;libraries/emulatorview
|
||||
Build Version:1.0.52,53,v1.0.52,buildjni=yes,update=.;libraries/emulatorview
|
||||
Build Version:1.0.53,54,v1.0.53,buildjni=yes,update=.;libraries/emulatorview
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0.52
|
||||
Current Version Code:53
|
||||
Current Version:1.0.53
|
||||
Current Version Code:54
|
||||
|
||||
|
|
|
@ -29,6 +29,6 @@ sed -i '184\,190d' AndroidManifest.xml
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.3.1
|
||||
Current Version Code:131
|
||||
Current Version:2.3.2
|
||||
Current Version Code:132
|
||||
|
||||
|
|
|
@ -14,11 +14,11 @@ from the device on a regular basis.
|
|||
Repo Type:git
|
||||
Repo:https://github.com/HoloAddict/FeedEx.git
|
||||
|
||||
Build Version:1.0.7,8,!wait a bit; at ee9245189
|
||||
Build Version:1.0.8,9,v1.0.8
|
||||
|
||||
Auto Update Mode:None
|
||||
# On Market
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0.7
|
||||
Current Version Code:8
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0.8
|
||||
Current Version Code:9
|
||||
|
||||
|
|
|
@ -20,6 +20,8 @@ Build Version:2012.1125.1.1305,201211251,0,target=android-10,prebuild=\
|
|||
sed -i '/debuggable/d' AndroidManifest.xml,buildjni=yes
|
||||
Build Version:2013.0423.1.1305,201304231,2,target=android-10,prebuild=\
|
||||
echo 'NDK_TOOLCHAIN_VERSION=4.4.3' >> jni/Application.mk,buildjni=yes
|
||||
Build Version:2013.0425.1.1305,201304251,3,target=android-10,prebuild=\
|
||||
echo 'NDK_TOOLCHAIN_VERSION=4.4.3' >> jni/Application.mk,buildjni=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Market
|
||||
|
|
|
@ -45,9 +45,10 @@ Build Version:2.0.8,25,2.0.8,maven=yes,bindir=target
|
|||
Build Version:2.0.9,26,!build fails at 2.0.9,maven=yes,bindir=target
|
||||
Build Version:2.0.10,27,!build fails with various missing symbols at 2.0.10,maven=yes,bindir=target
|
||||
Build Version:2.0.11,28,!missing artifacts -see build log at 2.0.11,maven=yes,bindir=target
|
||||
Build Version:2.1.2,31,2.1.2,maven=yes,bindir=target
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.0.11
|
||||
Current Version Code:28
|
||||
Current Version:2.1.2
|
||||
Current Version Code:31
|
||||
|
||||
|
|
|
@ -34,6 +34,6 @@ Build Version:1.4.3,19,v1.4.3,subdir=main
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.4.3
|
||||
Current Version Code:19
|
||||
Current Version:1.5 Beta 2
|
||||
Current Version Code:21
|
||||
|
||||
|
|
|
@ -25,10 +25,9 @@ f-droid.org of course tries to be as faithful as possible to the releases.
|
|||
x86 and MIPS modules are included in the apk.
|
||||
|
||||
Status: We don't have the latest version of this app because it is difficult
|
||||
to build. Nightly builds by the developer are available via the Donate page.
|
||||
to build. Developer builds are available via the website.
|
||||
.
|
||||
|
||||
#Don't use master branch for main app nor srclibs
|
||||
Repo Type:git
|
||||
Repo:https://github.com/osmandapp/Osmand.git
|
||||
|
||||
|
@ -70,8 +69,9 @@ cp $$OsmAnd-core$$/OsmAnd-java/OsmAnd-core.jar libs/ && \
|
|||
zip -d libs/OsmAnd-core.jar net/osmand/PlatformUtil.class && rm ant.properties,\
|
||||
buildjni=yes
|
||||
|
||||
# Don't use master branch for main app nor srclibs
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Market
|
||||
Current Version:1.2.1
|
||||
Current Version Code:133
|
||||
Current Version:1.3.1
|
||||
Current Version Code:137
|
||||
|
||||
|
|
|
@ -64,6 +64,6 @@ Build Version:401,401,402,target=android-14
|
|||
Auto Update Mode:None
|
||||
# Auto Update Mode:Version %c
|
||||
Update Check Mode:Market
|
||||
Current Version:406
|
||||
Current Version Code:406
|
||||
Current Version:407
|
||||
Current Version Code:407
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Category:Multimedia
|
||||
License:GPLv3
|
||||
Web Site:http://www.subsonic.org/pages/index.jsp
|
||||
Source Code:http://subsonic.svn.sourceforge.net/viewvc/subsonic/trunk/subsonic-android/
|
||||
Source Code:http://sourceforge.net/p/subsonic/code/commit_browser
|
||||
Issue Tracker:
|
||||
Donate:http://www.subsonic.org/pages/index.jsp
|
||||
|
||||
|
@ -12,24 +12,23 @@ of indexing very
|
|||
large media collections. The server can transcode if necessary so that
|
||||
the app can play files that your device may not normally support.
|
||||
|
||||
There is a demo server on the internet available for giving it a try.
|
||||
There is a demo server provided for giving it a try.
|
||||
In order to use this app with a Subsonic server beyond a trial period, a key
|
||||
must be obtained
|
||||
by making a donation. (A key isn't required to use the
|
||||
[https://github.com/Mach5/supersonic Supersonic] variant.)
|
||||
|
||||
Status: Newer versions are published elsewhere but there is no source code.
|
||||
.
|
||||
|
||||
Repo Type:svn
|
||||
Repo:http://subsonic.svn.sourceforge.net/svnroot/subsonic/trunk/subsonic-android/
|
||||
# Just check out source code for Android app
|
||||
Repo Type:git-svn
|
||||
Repo:svn://svn.code.sf.net/p/subsonic/code/trunk/subsonic-android
|
||||
|
||||
Build Version:3.3,46,2589,target=android-10
|
||||
Build Version:3.4,47,!No source code
|
||||
Build Version:3.8,51,3477
|
||||
|
||||
Auto Update Mode:None
|
||||
# Device-Variable
|
||||
Update Check Mode:None
|
||||
Current Version:3.4
|
||||
Current Version Code:47
|
||||
# There are tags higher up the tree but currently one version late
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:3.8
|
||||
Current Version Code:51
|
||||
|
||||
|
|
|
@ -25,6 +25,8 @@ but there are many good reasons for using a client/repository setup:
|
|||
Please note that while the client itself is FOSS and well inspected by the public, the
|
||||
apps themselves may not be. You install them at your own risk. By default, apps which
|
||||
may have undesirable behaviour i.e. anti-features, are hidden from view.
|
||||
|
||||
[http://f-droid.org/posts/category/news Changelog]
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -62,6 +64,6 @@ Build Version:0.44,44,!nasty upgrade bug 0.44,target=android-15
|
|||
Build Version:0.45,45,0.45,target=android-15
|
||||
|
||||
Update Check Mode:Static
|
||||
Current Version:0.42
|
||||
Current Version Code:42
|
||||
Current Version:0.45
|
||||
Current Version Code:45
|
||||
|
||||
|
|
|
@ -61,11 +61,29 @@ rm -rf ../../libs/jzlib* ../../libs/htmlcleaner*.zip jzlib*,build=\
|
|||
$$MVN3$$ package -f HtmlCleaner/pom.xml && \
|
||||
mv HtmlCleaner/target/htmlcleaner-2.2.jar libs/ && \
|
||||
rm -rf HtmlCleaner
|
||||
Build Version:4.502-fdroid,18002,4.502,\
|
||||
forceversion=yes,srclibs=Jutf7@20,extlibs=jzlib/jzlib-1.0.7.tar.gz,\
|
||||
update=.;plugins/HoloColorPicker;plugins/Android-PullToRefresh/library;\
|
||||
plugins/ckChangeLog/library;plugins/ActionBarSherlock/library,init=\
|
||||
sed -i 's@\(target=\).*@\1android-17@' plugins/Android-PullToRefresh/\
|
||||
library/project.properties,prebuild=\
|
||||
sed -i 's/com\/fsck\/k9beta/org\/fdroid\/k9/g;\
|
||||
s/com.fsck.k9beta/org.fdroid.k9/g;11\,17d' tools/build-beta && \
|
||||
mkdir -p src/org/fdroid && chmod +x tools/build-beta && \
|
||||
./tools/build-beta && \
|
||||
rm -f libs/jzlib*.jar libs/htmlcleaner*.jar libs/jutf*.jar && \
|
||||
unzip libs/htmlcleaner-2.2-all.zip && cd src/com/ && \
|
||||
cp -r ../../$$Jutf7$$/src/main/java/com/beetstra . && \
|
||||
tar xzf ../../libs/jzlib-1.0.7.tar.gz && mv jzlib-1.0.7/com/* . && \
|
||||
rm -rf ../../libs/jzlib* ../../libs/htmlcleaner*.zip jzlib*,build=\
|
||||
$$MVN3$$ package -f HtmlCleaner/pom.xml && \
|
||||
mv HtmlCleaner/target/htmlcleaner-2.2.jar libs/ && \
|
||||
rm -rf HtmlCleaner
|
||||
|
||||
# K9 have their own fork of jzlib and jutf7 that won't change very often
|
||||
Auto Update Mode:None
|
||||
# Tags would work but the package ID is different
|
||||
Update Check Mode:None
|
||||
Current Version:4.331
|
||||
Current Version Code:17032
|
||||
Current Version:4.502
|
||||
Current Version Code:18002
|
||||
|
||||
|
|
|
@ -59,6 +59,6 @@ cp libs/android-support-v4.jar $$ViewPagerIndicator$$/libs
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Market
|
||||
Current Version:1.7.6
|
||||
Current Version Code:169
|
||||
Current Version:1.8.0
|
||||
Current Version Code:180
|
||||
|
||||
|
|
|
@ -19,11 +19,12 @@ Repo:git://git.code.sf.net/p/kiwix/kiwix
|
|||
|
||||
Build Version:1.2,5,!WIP 1.2-on-google-play,subdir=android,prebuild=rm -rf ../src/sugar,prebuild=\
|
||||
cd .. && ./autogen.sh && ./configure --disable-staticbins --disable-manager --disable-server \
|
||||
--disable-launcher --disable-indexer --disable-installer --disable-searcher --disable-reader --disable-components --enable-android && \
|
||||
cd src/dependencies && make xz && cd - && cd android && ./build-android-with-native.py --lzma --zim --kiwix --strip
|
||||
--disable-launcher --disable-indexer --disable-installer --disable-searcher --disable-reader \
|
||||
--disable-components --enable-android && cd src/dependencies && make xz && cd ../../android && \
|
||||
NDK_PATH=$$NDK$$ ANDROID_HOME=$$SDK$$ ./build-android-with-native.py --toolchain --lzma --zim --kiwix --strip
|
||||
|
||||
Auto Update Mode:
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.2
|
||||
Current Version Code:5
|
||||
Current Version:1.1
|
||||
Current Version Code:3
|
||||
|
||||
|
|
|
@ -64,6 +64,6 @@ Build Version:0.2.7.6,66,!still fails (at 893601f9dc6adbf5),prebuild=rm -rf dist
|
|||
Auto Update Mode:None
|
||||
# Tags are outdated again
|
||||
Update Check Mode:RepoManifest/dev
|
||||
Current Version:0.2.7.6
|
||||
Current Version Code:66
|
||||
Current Version:0.2.8.1
|
||||
Current Version Code:70
|
||||
|
||||
|
|
|
@ -19,6 +19,6 @@ prebuild=mvn package -f $$EncfsJava$$/pom.xml && cp $$EncfsJava$$/target/encfs-j
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Market
|
||||
Current Version:1.5
|
||||
Current Version Code:9
|
||||
Current Version:1.6
|
||||
Current Version Code:10
|
||||
|
||||
|
|
|
@ -47,6 +47,6 @@ echo "android.library.reference.2=$$FinfAgent$$" >> ../wwwjdic/project.propertie
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Market
|
||||
Current Version:2.2.5
|
||||
Current Version Code:2250
|
||||
Current Version:2.3.0
|
||||
Current Version Code:2300
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ app by long-pressing the board and choosing Load game from Scid file.
|
|||
.
|
||||
|
||||
Repo Type:git-svn
|
||||
Repo:http://cuckoochess.googlecode.com/svn;trunk=trunk;tags=/
|
||||
Repo:http://cuckoochess.googlecode.com/svn/trunk
|
||||
|
||||
Build Version:1.44,51,963,subdir=DroidFish,buildjni=yes,target=android-10,\
|
||||
prebuild=cp -r ../CuckooChessEngine/src/* src/
|
||||
|
|
|
@ -13,9 +13,11 @@ Repo Type:git
|
|||
Repo:https://github.com/project-voodoo/simple_carrieriq_detector_app.git
|
||||
|
||||
Build Version:2.0.4,16,05512cb0
|
||||
Build Version:2.0.5,18,!no source code
|
||||
#Build Version:2.0.5,18,!no source code
|
||||
|
||||
Update Check Mode:Market
|
||||
Current Version:2.0.5
|
||||
Current Version Code:18
|
||||
|
||||
No Source Since:2.0.5
|
||||
|
||||
|
|
|
@ -37,6 +37,6 @@ Build Version:1.7.1,40,r40,extlibs=android/android-support-v4.jar,prebuild=rm -r
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.7.1
|
||||
Current Version Code:40
|
||||
Current Version:1.7.3.1
|
||||
Current Version Code:43
|
||||
|
||||
|
|
|
@ -44,9 +44,10 @@ Build Version:1.43,1431,1.43,subdir=ttrss-reader,target=android-17,srclibs=Actio
|
|||
Build Version:1.44,1441,1.44,subdir=ttrss-reader,target=android-17,srclibs=ActionBarSherlock@4.2.0;LocaleAPI@bc2d5a1,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && sed -i 's@\(android.library.reference.2=\).*@\1$$LocaleAPI$$@' project.properties
|
||||
Build Version:1.45,1450,1.45,subdir=ttrss-reader,target=android-17,srclibs=ActionBarSherlock@4.2.0;LocaleAPI@bc2d5a1,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && sed -i 's@\(android.library.reference.2=\).*@\1$$LocaleAPI$$@' project.properties
|
||||
Build Version:1.46,1462,7371059e9000,subdir=ttrss-reader,target=android-17,srclibs=ActionBarSherlock@4.2.0;LocaleAPI@bc2d5a1,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && sed -i 's@\(android.library.reference.2=\).*@\1$$LocaleAPI$$@' project.properties
|
||||
Build Version:1.51,1510,1.51,subdir=ttrss-reader,target=android-17,srclibs=ActionBarSherlock@4.2.0;LocaleAPI@bc2d5a1,prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && sed -i 's@\(android.library.reference.2=\).*@\1$$LocaleAPI$$@' project.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.48
|
||||
Current Version Code:1482
|
||||
Current Version:1.51
|
||||
Current Version Code:1510
|
||||
|
||||
|
|
|
@ -41,15 +41,16 @@ Build Version:0.0.11-mips,113,0.0.11,forceversion=yes,forcevercode=yes,subdir=vl
|
|||
update=.;../java-libs/SlidingMenu;../java-libs/ActionBarSherlock,\
|
||||
prebuild=sed -i '48d' ../Makefile,build=cd ../ && \
|
||||
ANDROID_ABI=mips ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ ./compile.sh release,buildjni=no
|
||||
Build Version:0.1.0-x86,1002,!WIP 0.1.0,forceversion=yes,forcevercode=yes,subdir=vlc-android,\
|
||||
Build Version:0.1.1-x86,1102,0.1.1,forceversion=yes,forcevercode=yes,subdir=vlc-android,\
|
||||
update=.;../java-libs/SlidingMenu;../java-libs/ActionBarSherlock;../java-libs/WheelView,\
|
||||
prebuild=sed -i '48d' ../Makefile,build=cd ../ && \
|
||||
prebuild=sed -i '48d' ../Makefile && \
|
||||
sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml,build=cd ../ && \
|
||||
ANDROID_ABI=x86 ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ ./compile.sh release,buildjni=no
|
||||
|
||||
Auto Update Mode:None
|
||||
# Update Check Mode:Tags
|
||||
# Current Version:0.1.0
|
||||
# Current Version Code:1000
|
||||
# Current Version:0.1.1
|
||||
# Current Version Code:1100
|
||||
Update Check Mode:None
|
||||
Current Version:0.0.11
|
||||
Current Version Code:110
|
||||
|
|
|
@ -23,6 +23,6 @@ sed -i '/Crittercism/d' src/pro/dbro/bart/TheActivity.java
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:0.5.4
|
||||
Current Version Code:8
|
||||
Current Version:0.5.7
|
||||
Current Version Code:11
|
||||
|
||||
|
|
|
@ -27,10 +27,11 @@ Repo:https://github.com/vx/connectbot.git
|
|||
|
||||
Build Version:1.7.1-21,21,cbe0ea23f1,buildjni=yes,target=android-15
|
||||
Build Version:1.7.1-24,24,ce8386e809,buildjni=yes,update=force
|
||||
Build Version:1.7.1-27,27,8c10defa8e,buildjni=yes,update=force
|
||||
|
||||
Auto Update Mode:None
|
||||
#Device-variable
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.7.1-24
|
||||
Current Version Code:24
|
||||
Current Version:1.7.1-27
|
||||
Current Version Code:27
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ this app to find out.
|
|||
.
|
||||
|
||||
Repo Type:git-svn
|
||||
Repo:http://androsens.googlecode.com/svn;trunk=/;tags=/
|
||||
Repo:http://androsens.googlecode.com/svn
|
||||
|
||||
#hard to find commit
|
||||
Build Version:1.2,2,33
|
||||
|
|
3
srclibs/AnySoftKeyboardPacks.txt
Normal file
3
srclibs/AnySoftKeyboardPacks.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/AnySoftKeyboard/LanguagePack
|
||||
|
|
@ -146,6 +146,7 @@ aarddict.android_16.apk aarddict.android 2013-02-02
|
|||
aarddict.android_17.apk aarddict.android 2013-02-11
|
||||
aarddict.android_18.apk aarddict.android 2013-03-04
|
||||
aarddict.android_19.apk aarddict.android 2013-04-04
|
||||
aarddict.android_20.apk aarddict.android 2013-05-28
|
||||
acr.browser.barebones_22.apk acr.browser.barebones 2013-03-02
|
||||
acr.browser.barebones_27.apk acr.browser.barebones 2013-03-27
|
||||
acr.browser.barebones_30.apk acr.browser.barebones 2013-04-04
|
||||
|
@ -220,6 +221,7 @@ cgeo.geocaching_20130221.apk cgeo.geocaching 2013-02-21
|
|||
cgeo.geocaching_20130403.apk cgeo.geocaching 2013-05-13
|
||||
cgeo.geocaching_20130513.apk cgeo.geocaching 2013-05-14
|
||||
cgeo.geocaching_20130516.apk cgeo.geocaching 2013-05-17
|
||||
cgeo.geocaching_20130522.apk cgeo.geocaching 2013-05-25
|
||||
ch.blinkenlights.android.apnswitch_132351998.apk ch.blinkenlights.android.apnswitch 2012-10-03
|
||||
ch.blinkenlights.android.vanilla_912.apk ch.blinkenlights.android.vanilla 2012-10-03
|
||||
ch.blinkenlights.android.vanilla_913.apk ch.blinkenlights.android.vanilla 2012-10-08
|
||||
|
@ -391,6 +393,7 @@ com.commonsware.android.arXiv_92.apk com.commonsware.android.arXiv 2011-05-19
|
|||
com.cradle.iitc_mobile_13.apk com.cradle.iitc_mobile 2013-05-02
|
||||
com.cradle.iitc_mobile_14.apk com.cradle.iitc_mobile 2013-05-03
|
||||
com.cradle.iitc_mobile_18.apk com.cradle.iitc_mobile 2013-05-08
|
||||
com.cradle.iitc_mobile_21.apk com.cradle.iitc_mobile 2013-05-28
|
||||
com.danga.squeezer_5.apk com.danga.squeezer 2011-03-02
|
||||
com.digitallizard.nicecompass_6.apk com.digitallizard.nicecompass 2012-01-28
|
||||
com.dngames.mobilewebcam_118.apk com.dngames.mobilewebcam 2013-04-13
|
||||
|
@ -400,6 +403,7 @@ com.dozingcatsoftware.asciicam_5.apk com.dozingcatsoftware.asciicam 2013-03-28
|
|||
com.dozingcatsoftware.bouncy_10.apk com.dozingcatsoftware.bouncy 2011-08-04
|
||||
com.dozingcatsoftware.bouncy_11.apk com.dozingcatsoftware.bouncy 2012-08-29
|
||||
com.dozingcatsoftware.bouncy_4.apk com.dozingcatsoftware.bouncy 2011-03-10
|
||||
com.dozingcatsoftware.cameratimer_5.apk com.dozingcatsoftware.cameratimer 2013-05-21
|
||||
com.dozingcatsoftware.dodge_8.apk com.dozingcatsoftware.dodge 2012-08-23
|
||||
com.dozuki.ifixit_12.apk com.dozuki.ifixit 2013-03-23
|
||||
com.dozuki.ifixit_14.apk com.dozuki.ifixit 2013-04-08
|
||||
|
@ -601,6 +605,7 @@ com.jeyries.quake2_21.apk com.jeyries.quake2 2012-12-14
|
|||
com.jlyr_1.apk com.jlyr 2012-08-23
|
||||
com.jlyr_20.apk com.jlyr 2012-09-26
|
||||
com.jlyr_28.apk com.jlyr 2012-11-26
|
||||
com.jlyr_36.apk com.jlyr 2013-05-28
|
||||
com.jotabout.screeninfo.Screeninfo_103.apk com.jotabout.screeninfo 2012-07-05
|
||||
com.jotabout.screeninfo_103.apk com.jotabout.screeninfo 2012-08-29
|
||||
com.jotabout.screeninfo_106.apk com.jotabout.screeninfo 2013-02-11
|
||||
|
@ -638,9 +643,11 @@ com.madgag.agit_130400812.apk com.madgag.agit 2013-04-09
|
|||
com.manuelmaly.hn_10.apk com.manuelmaly.hn 2013-04-04
|
||||
com.manuelmaly.hn_11.apk com.manuelmaly.hn 2013-04-08
|
||||
com.mareksebera.dilbert_10.apk com.mareksebera.dilbert 2013-05-16
|
||||
com.mareksebera.dilbert_11.apk com.mareksebera.dilbert 2013-05-28
|
||||
com.mareksebera.dilbert_8.apk com.mareksebera.dilbert 2013-04-24
|
||||
com.martinborjesson.o2xtouchlednotifications_71.apk com.martinborjesson.o2xtouchlednotifications 2013-01-10
|
||||
com.martinborjesson.o2xtouchlednotifications_78.apk com.martinborjesson.o2xtouchlednotifications 2013-05-20
|
||||
com.martinborjesson.o2xtouchlednotifications_81.apk com.martinborjesson.o2xtouchlednotifications 2013-05-28
|
||||
com.matburt.mobileorg_90.apk com.matburt.mobileorg 2012-10-26
|
||||
com.matburt.mobileorg_98.apk com.matburt.mobileorg 2013-02-22
|
||||
com.maxfierke.sandwichroulette_2.apk com.maxfierke.sandwichroulette 2012-08-29
|
||||
|
@ -715,6 +722,7 @@ com.nexes.manager_4.apk com.nexes.manager 2011-01-23
|
|||
com.nightshadelabs.anotherbrowser_2.apk com.nightshadelabs.anotherbrowser 2012-08-23
|
||||
com.nilhcem.frcndict_10.apk com.nilhcem.frcndict 2013-03-26
|
||||
com.nilhcem.frcndict_8.apk com.nilhcem.frcndict 2012-09-22
|
||||
com.nilhcem.hostseditor_2.apk com.nilhcem.hostseditor 2013-05-28
|
||||
com.nolanlawson.apptracker_10.apk com.nolanlawson.apptracker 2012-08-29
|
||||
com.nolanlawson.chordreader_8.apk com.nolanlawson.chordreader 2012-09-07
|
||||
com.nolanlawson.jnameconverter_1.apk com.nolanlawson.jnameconverter 2013-01-10
|
||||
|
@ -819,6 +827,7 @@ com.seawolfsanctuary.keepingtracks_20130223.apk com.seawolfsanctuary.keepingtrac
|
|||
com.seawolfsanctuary.keepingtracks_20130323.apk com.seawolfsanctuary.keepingtracks 2013-03-23
|
||||
com.seawolfsanctuary.keepingtracks_20130421.apk com.seawolfsanctuary.keepingtracks 2013-04-22
|
||||
com.seb.SLWP_60.apk com.seb.SLWP 2013-05-10
|
||||
com.seb.SLWPmaps_2.apk com.seb.SLWPmaps 2013-05-25
|
||||
com.serone.desktoplabel_7.apk com.serone.desktoplabel 2012-07-26
|
||||
com.showmehills_16.apk com.showmehills 2012-08-08
|
||||
com.showmehills_2.apk com.showmehills 2012-05-29
|
||||
|
@ -1072,6 +1081,8 @@ eu.domob.bjtrainer_100.apk eu.domob.bjtrainer 2012-08-22
|
|||
eu.e43.impeller_2.apk eu.e43.impeller 2013-05-10
|
||||
eu.e43.impeller_3.apk eu.e43.impeller 2013-05-13
|
||||
eu.e43.impeller_4.apk eu.e43.impeller 2013-05-13
|
||||
eu.e43.impeller_6.apk eu.e43.impeller 2013-05-25
|
||||
eu.e43.impeller_7.apk eu.e43.impeller 2013-05-28
|
||||
eu.flatworld.android.slider_3.apk eu.flatworld.android.slider 2013-03-09
|
||||
eu.hydrologis.geopaparazzi_30.apk eu.hydrologis.geopaparazzi 2012-09-07
|
||||
eu.hydrologis.geopaparazzi_31.apk eu.hydrologis.geopaparazzi 2012-09-07
|
||||
|
@ -1363,6 +1374,7 @@ net.georgewhiteside.android.abstractart_15.apk net.georgewhiteside.android.abstr
|
|||
net.gorry.aicia_201212241.apk net.gorry.aicia 2013-03-04
|
||||
net.gorry.android.input.nicownng_201211251.apk net.gorry.android.input.nicownng 2012-12-14
|
||||
net.gorry.android.input.nicownng_201304231.apk net.gorry.android.input.nicownng 2013-04-24
|
||||
net.gorry.android.input.nicownng_201304251.apk net.gorry.android.input.nicownng 2013-05-25
|
||||
net.healeys.lexic_41.apk net.healeys.lexic 2012-02-09
|
||||
net.iowaline.dotdash_10.apk net.iowaline.dotdash 2012-04-13
|
||||
net.iowaline.dotdash_11.apk net.iowaline.dotdash 2012-04-25
|
||||
|
@ -1468,6 +1480,7 @@ net.sourceforge.andsys_24.apk net.sourceforge.andsys 2013-05-04
|
|||
net.sourceforge.andsys_25.apk net.sourceforge.andsys 2013-05-07
|
||||
net.sourceforge.andsys_28.apk net.sourceforge.andsys 2013-05-12
|
||||
net.sourceforge.andsys_29.apk net.sourceforge.andsys 2013-05-14
|
||||
net.sourceforge.andsys_30.apk net.sourceforge.andsys 2013-05-25
|
||||
net.sourceforge.andsys_8.apk net.sourceforge.andsys 2013-03-16
|
||||
net.sourceforge.servestream_35.apk net.sourceforge.servestream 2011-03-30
|
||||
net.sourceforge.servestream_46.apk net.sourceforge.servestream 2011-08-02
|
||||
|
@ -1481,6 +1494,7 @@ net.sourceforge.servestream_62.apk net.sourceforge.servestream 2012-10-16
|
|||
net.sourceforge.servestream_69.apk net.sourceforge.servestream 2013-02-21
|
||||
net.sourceforge.servestream_72.apk net.sourceforge.servestream 2013-05-02
|
||||
net.sourceforge.subsonic.androidapp_46.apk net.sourceforge.subsonic.androidapp 2012-09-07
|
||||
net.sourceforge.subsonic.androidapp_51.apk net.sourceforge.subsonic.androidapp 2013-05-28
|
||||
net.sylvek.sharemyposition_16.apk net.sylvek.sharemyposition 2011-02-03
|
||||
net.sylvek.sharemyposition_20.apk net.sylvek.sharemyposition 2012-01-10
|
||||
net.sylvek.sharemyposition_24.apk net.sylvek.sharemyposition 2012-01-27
|
||||
|
@ -1507,6 +1521,7 @@ net.wigle.wigleandroid_55.apk net.wigle.wigleandroid 2013-02-10
|
|||
nl.ttys0.simplec25k_7.apk nl.ttys0.simplec25k 2012-10-01
|
||||
nl.ttys0.simplec25k_8.apk nl.ttys0.simplec25k 2012-10-05
|
||||
no.rkkc.bysykkel_25.apk no.rkkc.bysykkel 2012-07-01
|
||||
no.rkkc.bysykkel_26.apk no.rkkc.bysykkel 2013-05-25
|
||||
nu.firetech.android.pactrack_1310.apk nu.firetech.android.pactrack 2011-01-27
|
||||
orbitlivewallpaperfree.puzzleduck.com_1.apk orbitlivewallpaperfree.puzzleduck.com 2012-08-23
|
||||
orbitlivewallpaperfree.puzzleduck.com_3.apk orbitlivewallpaperfree.puzzleduck.com 2012-08-29
|
||||
|
@ -1534,6 +1549,7 @@ org.adaway_42.apk org.adaway 2013-03-15
|
|||
org.adblockplus.android_168.apk org.adblockplus.android 2013-03-20
|
||||
org.adblockplus.android_238.apk org.adblockplus.android 2013-03-20
|
||||
org.adblockplus.android_248.apk org.adblockplus.android 2013-04-29
|
||||
org.adblockplus.android_253.apk org.adblockplus.android 2013-05-25
|
||||
org.addhen.smssync_11.apk org.addhen.smssync 2012-09-07
|
||||
org.addhen.smssync_12.apk org.addhen.smssync 2012-10-16
|
||||
org.addhen.smssync_14.apk org.addhen.smssync 2013-03-30
|
||||
|
@ -1689,10 +1705,12 @@ org.fdroid.fdroid_38.apk org.fdroid.fdroid 2012-09-19
|
|||
org.fdroid.fdroid_39.apk org.fdroid.fdroid 2012-09-20
|
||||
org.fdroid.fdroid_40.apk org.fdroid.fdroid 2012-10-20
|
||||
org.fdroid.fdroid_42.apk org.fdroid.fdroid 2013-03-23
|
||||
org.fdroid.fdroid_45.apk org.fdroid.fdroid 2013-05-25
|
||||
org.fdroid.fdroid_8.apk org.fdroid.fdroid 2011-01-17
|
||||
org.fdroid.fdroid_9.apk org.fdroid.fdroid 2011-01-30
|
||||
org.fdroid.k9_17031.apk org.fdroid.k9 2013-05-04
|
||||
org.fdroid.k9_17032.apk org.fdroid.k9 2013-05-10
|
||||
org.fdroid.k9_18002.apk org.fdroid.k9 2013-05-25
|
||||
org.fdroid.superuser_1013.apk org.fdroid.superuser 2013-03-07
|
||||
org.fdroid.superuser_1016.apk org.fdroid.superuser 2013-03-30
|
||||
org.fdroid.superuser_1017.apk org.fdroid.superuser 2013-04-12
|
||||
|
@ -1904,6 +1922,7 @@ org.peterbaldwin.client.android.vlcremote_55.apk org.peterbaldwin.client.android
|
|||
org.petero.droidfish_51.apk org.petero.droidfish 2012-10-01
|
||||
org.petero.droidfish_52.apk org.petero.droidfish 2012-10-18
|
||||
org.petero.droidfish_54.apk org.petero.droidfish 2013-02-07
|
||||
org.petero.droidfish_57.apk org.petero.droidfish 2013-05-28
|
||||
org.pocketworkstation.pckeyboard_1018.apk org.pocketworkstation.pckeyboard 2011-07-01
|
||||
org.pocketworkstation.pckeyboard_1020.apk org.pocketworkstation.pckeyboard 2011-07-01
|
||||
org.pocketworkstation.pckeyboard_1022.apk org.pocketworkstation.pckeyboard 2011-10-02
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
com.nilhcem.hostseditor
|
||||
com.seb.SLWPmaps
|
||||
com.dozingcatsoftware.cameratimer
|
||||
com.anysoftkeyboard.languagepack.ukrainian
|
||||
com.anysoftkeyboard.languagepack.catalan
|
||||
com.ubuntuone.android.files
|
||||
|
@ -5,6 +8,3 @@ com.seb.SLWP
|
|||
eu.e43.impeller
|
||||
com.google.marvin.shell
|
||||
com.sandeel.bushidoblocks
|
||||
org.fdroid.k9
|
||||
gr.ndre.scuttloid
|
||||
com.cradle.iitc_mobile
|
||||
|
|
|
@ -2,18 +2,17 @@ Public Domain 5
|
|||
GPL 30
|
||||
GNUFDL 1
|
||||
Artistic Licensev2 1
|
||||
GPLv3+ 49
|
||||
GPLv3+ 50
|
||||
Unknown 5
|
||||
GPLv2 47
|
||||
GPLv3 306
|
||||
GPLv3 308
|
||||
GPL/MPL 1
|
||||
Apache2 185
|
||||
Apache2 190
|
||||
NYSLv0.9982 1
|
||||
EPL 1
|
||||
ISC 1
|
||||
Apache2 1
|
||||
NetBSD 1
|
||||
GPL/Artistic 1
|
||||
GPL/Artistic 2
|
||||
AGPL 3
|
||||
MIT 36
|
||||
CCBYSA 1
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
svn 68
|
||||
srclib 4
|
||||
svn 65
|
||||
none 13
|
||||
git 491
|
||||
git 499
|
||||
bzr 10
|
||||
git-svn 127
|
||||
hg 60
|
||||
git-svn 133
|
||||
hg 61
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,9 +1,5 @@
|
|||
None 89
|
||||
RepoManifest/dev 1
|
||||
Tags 136
|
||||
RepoManifest/cm-10.1 1
|
||||
Static 106
|
||||
RepoManifest/Ukrainian 1
|
||||
RepoManifest/HebrewLarge 1
|
||||
Market 283
|
||||
RepoManifest 155
|
||||
None 81
|
||||
RepoManifest 175
|
||||
Static 107
|
||||
Market 275
|
||||
Tags 143
|
||||
|
|
Loading…
Reference in a new issue