criticalmaps: new app and dependencies
This commit is contained in:
parent
a59dd7ec3a
commit
f0122b2c5c
42
metadata/de.stephanlindauer.criticalmaps.txt
Normal file
42
metadata/de.stephanlindauer.criticalmaps.txt
Normal file
|
@ -0,0 +1,42 @@
|
|||
Categories:Internet
|
||||
License:Apache2
|
||||
Web Site:http://criticalmaps.net
|
||||
Source Code:https://github.com/stephanlindauer/criticalmaps-android
|
||||
Issue Tracker:https://github.com/stephanlindauer/criticalmaps-android/issues
|
||||
|
||||
Summary:Critical mass location sharing and chat
|
||||
Description:
|
||||
This app tracks your location and shares it via a [http://criticalmaps.net map]
|
||||
with all other participants of the critical mass bicycle protest.
|
||||
You can use the chat to communicate with all other participants.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/stephanlindauer/criticalmaps-android
|
||||
|
||||
Build:1.7.3,17
|
||||
commit=release_1.7.3
|
||||
rm=libs,src/de/stephanlindauer/criticalmaps/utils/ImageCache.java,src/de/stephanlindauer/criticalmaps/utils/AsyncCallback.java
|
||||
init=find . -name *.java -exec sed -i -e '/Mint/d' -e '/Crashlytics/d' {} \;
|
||||
extlibs=android/android-support-v4.jar,sl4j/slf4j-android-1.6.1-RC1.jar
|
||||
srclibs=AndroidAsyncHttp@1.4.6,OSMBonusPack@v5.1,osmdroid/osmdroid-android@osmdroid-parent-4.2,Otto@otto-parent-1.3.5,Twitter4J@4.0.2,CommonsLang@LANG_3_3_2,Google-Gson@gson-2.2.4
|
||||
prebuild=echo -e 'java.source=1.7\njava.target=1.7' >> ant.properties &&\
|
||||
sed -i 's/<groupId>android<\/groupId>/<groupId>com.google.android<\/groupId><version>4.1.1.4<\/version>/g' $$osmdroid$$/pom.xml && \
|
||||
cp -r $$AndroidAsyncHttp$$/src/main/java/com src/ &&\
|
||||
sed -i -e '/BuildConfig/,+3d' src/com/loopj/android/http/Base64.java && \
|
||||
cp -r $$OSMBonusPack$$/src/org src/ &&\
|
||||
sed -i -e '/\/\/TODO/d' src/org/osmdroid/bonuspack/clustering/GridMarkerClusterer.java && \
|
||||
cp -r $$Otto$$/src/main/java/com src/ && \
|
||||
cp -r $$Google-Gson$$/src/main/java/com src/
|
||||
build=pushd $$CommonsLang$$ && $$MVN3$$ package -Dmaven.test.skip=true && popd && \
|
||||
cp $$CommonsLang$$/target/commons-lang3-3.3.2.jar libs/ && \
|
||||
pushd $$osmdroid$$ && $$MVN3$$ package && popd && \
|
||||
cp $$osmdroid$$/target/osmdroid-android-4.2.jar libs/ && \
|
||||
pushd $$Twitter4J$$/twitter4j-core && $$MVN3$$ package -Dmaven.test.skip=true && popd && \
|
||||
pushd $$Twitter4J$$/twitter4j-async && $$MVN3$$ package -Dmaven.test.skip=true && popd && \
|
||||
pushd $$Twitter4J$$/twitter4j-media-support && $$MVN3$$ package -Dmaven.test.skip=true && popd && \
|
||||
pushd $$Twitter4J$$/twitter4j-stream && $$MVN3$$ package -Dmaven.test.skip=true && popd && \
|
||||
cp $$Twitter4J$$/twitter4j-*/target/twitter4j-*-4.0.2.jar libs/
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
3
srclibs/AndroidAsyncHttp.txt
Normal file
3
srclibs/AndroidAsyncHttp.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/loopj/android-async-http.git
|
||||
Subdir:library
|
3
srclibs/Otto.txt
Normal file
3
srclibs/Otto.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/square/otto.git
|
||||
Subdir:otto
|
2
srclibs/Twitter4J.txt
Normal file
2
srclibs/Twitter4J.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/yusuke/twitter4j.git
|
Loading…
Reference in a new issue