update com.vlille.checker to 2.2 ; add some extlibs
This commit is contained in:
parent
6da657daa6
commit
c1d7c1b1bf
BIN
build/extlib/acra/acra-4.4.0.jar
Normal file
BIN
build/extlib/acra/acra-4.4.0.jar
Normal file
Binary file not shown.
1
build/extlib/acra/source.txt
Normal file
1
build/extlib/acra/source.txt
Normal file
|
@ -0,0 +1 @@
|
|||
https://github.com/ACRA/acra/downloads
|
BIN
build/extlib/commons-collections/commons-collections-3.2.1.jar
Normal file
BIN
build/extlib/commons-collections/commons-collections-3.2.1.jar
Normal file
Binary file not shown.
1
build/extlib/commons-collections/source.txt
Normal file
1
build/extlib/commons-collections/source.txt
Normal file
|
@ -0,0 +1 @@
|
|||
http://commons.apache.org/collections/
|
BIN
build/extlib/junit/junit-4.8.1.jar
Normal file
BIN
build/extlib/junit/junit-4.8.1.jar
Normal file
Binary file not shown.
BIN
build/extlib/osmdroid/osmdroid-android-3.0.8.jar
Normal file
BIN
build/extlib/osmdroid/osmdroid-android-3.0.8.jar
Normal file
Binary file not shown.
2
build/extlib/osmdroid/source.txt
Normal file
2
build/extlib/osmdroid/source.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
http://code.google.com/p/osmdroid/downloads/
|
||||
http://code.google.com/p/osmbonuspack/
|
|
@ -1,4 +1,3 @@
|
|||
AntiFeatures:NonFreeDep
|
||||
Category:Navigation
|
||||
License:GPLv3
|
||||
Web Site:https://github.com/ojacquemart/vlilleChecker
|
||||
|
@ -7,8 +6,8 @@ Issue Tracker:https://github.com/ojacquemart/vlilleChecker/issues
|
|||
|
||||
Summary:Bicycle info for Lille
|
||||
Description:
|
||||
'''N.B.''' v2.2 utilise OpenStreetMap, mais Google Maps est nécessaire
|
||||
pour v1.1. On a des difficultés avec v2.2 qui compile avec maven.
|
||||
v2.2 utilise OpenStreetMap, mais Google Maps est nécessaire
|
||||
pour v1.1.
|
||||
|
||||
Vlille Checker est dédié aux utilisateurs du V'Lille et de son service VLS
|
||||
(Vélos en Libre Service) à Lille.
|
||||
|
@ -19,10 +18,6 @@ Vlille Checker se veut efficace en proposant un contrôle en temps réel des
|
|||
stations.
|
||||
L'application offre également une recherche rapide et une localisation des
|
||||
stations les plus proches.
|
||||
|
||||
Anti-feature: Dependencies. It's necessary for Google Maps to be already
|
||||
installed either as an app or as a shared system library for this app to be
|
||||
installable.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -33,7 +28,17 @@ Repo:https://github.com/ojacquemart/vlilleChecker.git
|
|||
Build Version:1.1,2,5be3e6d6e056,srclibs=ActionBarSherlock@6e3f2bb,\
|
||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||
|
||||
Build Version:2.2,5,!can't find apk at ce1a6bde9f,maven=yes,prebuild=rm -rf test src/test
|
||||
#Build Version:2.2,5,!can't find apk at ce1a6bde9f,maven=yes,prebuild=rm -rf test src/test
|
||||
Build Version:2.2,5,ce1a6bde9f,srclibs=\
|
||||
ActionBarSherlock@4.1.0;PullToRefresh@v1.4.1.1,extlibs=\
|
||||
acra/acra-4.4.0.jar;commons-collections/commons-collections-3.2.1.jar;commons-lang/commons-lang3-3.1.jar;\
|
||||
osmdroid/osmdroid-android-3.0.8.jar;sl4j/slf4j-android-1.6.1-RC1.jar;junit/junit-4.8.1.jar,prebuild=\
|
||||
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
||||
sed -i 's@\(android.library.reference.2=\).*@\1$$PullToRefresh$$/library@' project.properties && \
|
||||
sed -i 's@\(android.library.reference.3=\).*@\1$$PullToRefresh$$/extras/PullToRefreshListFragment@' project.properties && \
|
||||
$$SDK$$/tools/android update project -p $$PullToRefresh$$/library -s && \
|
||||
$$SDK$$/tools/android update project -p $$PullToRefresh$$/extras/PullToRefreshListFragment -s && \
|
||||
cp $$PullToRefresh$$/extras/PullToRefreshListFragment/libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
||||
|
||||
Auto Update Mode:None
|
||||
#Can't find version code on playmarket; Tags are behind
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Category:Internet
|
||||
#Not compatible with ABS and asmack
|
||||
License:GPLv2
|
||||
Web Site:http://yaxim.org
|
||||
Source Code:https://github.com/ge0rg/yaxim
|
||||
|
@ -17,6 +18,7 @@ notifications it self-signed
|
|||
certificates need to be accepted.
|
||||
.
|
||||
|
||||
#Need to obtain and build asmack from source
|
||||
Repo Type:git
|
||||
Repo:https://github.com/ge0rg/yaxim.git
|
||||
|
||||
|
@ -40,7 +42,8 @@ $$SDK$$/tools/android update project -p ActionBarSherlock/library -s -t android-
|
|||
prebuild=sed -i '4 i <string name="build_version">0.8.6b</string>' res/values/strings.xml
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
#Tags for org.yaxim.bruno too
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:0.8.6b
|
||||
Current Version Code:16
|
||||
|
||||
|
|
Loading…
Reference in a new issue