Merge branch 'master' of gitorious.org:f-droid/fdroiddata
This commit is contained in:
commit
8fad60a895
|
@ -16,10 +16,6 @@ Maps is missing.
|
||||||
You can still use another app that supports OpenStreetMap and gpx files to view
|
You can still use another app that supports OpenStreetMap and gpx files to view
|
||||||
it though, such as
|
it though, such as
|
||||||
[[me.guillaumin.android.osmtracker]] or [[nl.sogeti.android.gpstracker]].
|
[[me.guillaumin.android.osmtracker]] or [[nl.sogeti.android.gpstracker]].
|
||||||
|
|
||||||
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. We should be able to remove this dependency soon.
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:hg
|
Repo Type:hg
|
||||||
|
|
|
@ -17,16 +17,18 @@ Samba servers on the network. Tip: Better have the Windows account with
|
||||||
password. A passwordless Windows account might not work.
|
password. A passwordless Windows account might not work.
|
||||||
.
|
.
|
||||||
|
|
||||||
|
# If you are building this yourself, config.py must be edited to sign this
|
||||||
|
# with the same key as Ghost Commander
|
||||||
Repo Type:git-svn
|
Repo Type:git-svn
|
||||||
Repo:http://gc-samba.svn.sourceforge.net/svnroot/gc-samba
|
Repo:http://gc-samba.svn.sourceforge.net/svnroot/gc-samba
|
||||||
|
|
||||||
Build Version:1.21.3b1,47,102,\
|
Build Version:1.21.3b1,47,102,init=rm -rf gen/ && \
|
||||||
init=svn co svn://svn.code.sf.net/p/ghostcommander/code/ gc,\
|
svn co -r407 https://ghostcommander.svn.sourceforge.net/svnroot/ghostcommander gc,\
|
||||||
target=android-10,extlibs=jcifs/jcifs-1.3.17.jar,\
|
extlibs=jcifs/jcifs-1.3.17.jar,\
|
||||||
scanignore=build/com.ghostsq.commander.samba,prebuild=\
|
scanignore=build/com.ghostsq.commander.samba,prebuild=\
|
||||||
sed -i 's/Utils.getCause( e )/e.getMessage()/' \
|
sed -i 's/Utils.getCause( e )/e.getMessage()/' \
|
||||||
src/com/ghostsq/commander/samba/SMBAdapter.java,build=\
|
src/com/ghostsq/commander/samba/SMBAdapter.java,build=\
|
||||||
ant debug -f gc/build.xml && cd libs/ && \
|
ant release -f gc/build.xml && cd libs/ && \
|
||||||
cp -a ../gc/bin/classes/com . && zip -r -9 gc.jar com/ && rm -rf com/
|
cp -a ../gc/bin/classes/com . && zip -r -9 gc.jar com/ && rm -rf com/
|
||||||
Build Version:1.21.3,50,!Build problems
|
Build Version:1.21.3,50,!Build problems
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,7 @@ Build Version:1.10,11,18
|
||||||
Build Version:1.11,12,19
|
Build Version:1.11,12,19
|
||||||
Build Version:1.12,13,20
|
Build Version:1.12,13,20
|
||||||
Build Version:1.13,14,25,buildjni=yes
|
Build Version:1.13,14,25,buildjni=yes
|
||||||
|
Build Version:1.14,15,30,buildjni=yes
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:None
|
Update Check Mode:None
|
||||||
|
|
Loading…
Reference in a new issue