update sickstache and alter gpslogger (works but fdroid can't find
output)
This commit is contained in:
parent
4622072929
commit
40d764730c
|
@ -10,13 +10,18 @@ GPSLogger uses the GPS capabilities of your Android phone to log coordinates to
|
|||
intervals. This can be particularly useful if you want to geotag your photos after a day out or share your
|
||||
travel route with someone. The purpose of this application is to be battery efficient to save you battery
|
||||
power when abroad and last as long as possible.
|
||||
|
||||
Unfortunately the app will crash if you attempt to upload tracks to Dropbox, Google or OSM as keys
|
||||
for these services would need to be put in the source code before building and if we did that we could
|
||||
break their terms of service. Email still works, which works with with one press as long as the SMTP server
|
||||
details are all entered correctly.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/mendhak/gpslogger.git
|
||||
|
||||
#oauth credentials for OSM, dropbox and Google should be optional
|
||||
Build Version:23,23,!needs maven skills fedb6b7d8b,subdir=GPSLogger
|
||||
Build Version:23,23,!can't find apk fedb6b7d8b,subdir=GPSLogger,maven=yes,bindir=GPSLogger/target
|
||||
|
||||
Update Check Mode:None
|
||||
Current Version:23
|
||||
|
|
|
@ -22,7 +22,7 @@ printf "%s\n" "/^import\ android.widget.BaseAdapter;/d" "/^import\ java.util.Lis
|
|||
| ed -s src/org/sickstache/app/ExpandableLoadingListFragment.java
|
||||
|
||||
#should work if latest support jar is in $$SDK$$/extras/....
|
||||
Build Version:2.2.2,43,!f0939ad5e5,subdir=app,maven=yes,prebuild=export ANDROID_HOME=$$SDK$$
|
||||
Build Version:2.2.2,43,f0939ad5e5,subdir=app,maven=yes,bindir=app/target,prebuild=export ANDROID_HOME=$$SDK$$
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Market
|
||||
|
|
Loading…
Reference in a new issue