wip opengpstracker
This commit is contained in:
parent
a57ee4292a
commit
f7f5dcc4d9
|
@ -1,26 +1,27 @@
|
||||||
Disabled:Requires GMaps lib and exclusive source of maps
|
|
||||||
Category:Navigation
|
Category:Navigation
|
||||||
License:Apache2
|
License:Apache2
|
||||||
Web Site:http://code.google.com/p/geobeagle/
|
Web Site:http://code.google.com/p/geobeagle/
|
||||||
Source Code:http://code.google.com/p/geobeagle/source/checkout
|
Source Code:http://code.google.com/p/geobeagle/source/list
|
||||||
Issue Tracker:http://code.google.com/p/geobeagle/issues/list
|
Issue Tracker:http://code.google.com/p/geobeagle/issues/list
|
||||||
|
|
||||||
Summary:Search for geocaches and letterboxes near you
|
Summary:Search for geocaches and letterboxes
|
||||||
Description:
|
Description:
|
||||||
Geocaches are objects that have been hidden in the real world; the game of geocaching is finding these objects around you.
|
Geocaches are objects that have been hidden in the real world; the game of geocaching is finding these objects around you.
|
||||||
|
|
||||||
Jacob Paulsen did a YouTube video featuring GeoBeagle here: http://androidsocialmedia.com/apps/geobeagle-geocaching-android-style.
|
Jacob Paulsen did a [http://androidsocialmedia.com/apps/geobeagle-geocaching-android-style YouTube video]
|
||||||
|
featuring GeoBeagle.
|
||||||
Need more help? Join our discussion group!
|
|
||||||
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:hg
|
Repo Type:hg
|
||||||
Repo:https://code.google.com/p/geobeagle/
|
Repo:https://code.google.com/p/geobeagle/
|
||||||
|
|
||||||
|
Build Version:1.4.15,206,!wip a868e85b7acf,subdir=trunk/GeoBeagle,\
|
||||||
|
extlibs=roboguice/roboguice-1.1.jar;guice-3.0.jar,\
|
||||||
|
prebuild=cp -r factory/com/google/code/geobeagle src/com/google/code/geobeagle/ && \
|
||||||
|
cp -r factory/roboguice/util/ src/com/google/code/geobeagle/ && \
|
||||||
|
sed -i 's/<uses-library android:name="com.google.android.maps" \/>/<uses-library android:name="com.google.android.maps" android:required="false" \/>/g' AndroidManifest.xml
|
||||||
|
|
||||||
Update Check Mode:Market
|
Update Check Mode:Market
|
||||||
Current Version:1.4.15
|
Current Version:1.4.15
|
||||||
Current Version Code:206
|
Current Version Code:206
|
||||||
|
|
||||||
#Needs dependencies (unspecified, but at least roboguice)
|
|
||||||
#Build Version:1.4.15,206,a868e85b7acf,subdir=trunk/GeoBeagle,extlibs=roboguice/roboguice-1.1.jar
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ AntiFeatures:NonFreeDep
|
||||||
Category:Navigation
|
Category:Navigation
|
||||||
License:GPLv3
|
License:GPLv3
|
||||||
Web Site:http://code.google.com/p/open-gpstracker/
|
Web Site:http://code.google.com/p/open-gpstracker/
|
||||||
Source Code:http://code.google.com/p/open-gpstracker/source/checkout
|
Source Code:http://code.google.com/p/open-gpstracker/source/list
|
||||||
Issue Tracker:http://code.google.com/p/open-gpstracker/issues/list
|
Issue Tracker:http://code.google.com/p/open-gpstracker/issues/list
|
||||||
|
|
||||||
Summary:GPS Logger
|
Summary:GPS Logger
|
||||||
|
@ -10,10 +10,16 @@ Description:
|
||||||
An app to record the path you've taken. OpenStreetMap can be used as a map provider by changing
|
An app to record the path you've taken. OpenStreetMap can be used as a map provider by changing
|
||||||
one of the settings and tracks can by uploaded to OSM from within the app.
|
one of the settings and tracks can by uploaded to OSM from within the app.
|
||||||
.
|
.
|
||||||
#This could be patched to remove the maps dependency. Then we should do source build
|
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://code.google.com/p/open-gpstracker
|
||||||
|
|
||||||
|
#Need to patch in dummy oAuth credentials
|
||||||
|
Build Version:1.3.4,80,!wip release_1.3.4,subdir=application,prebuild=\
|
||||||
|
sed -i 's/<uses-library android:name="com.google.android.maps" \/>/<uses-library android:name="com.google.android.maps" android:required="false" \/>/g' AndroidManifest.xml
|
||||||
|
|
||||||
#Device-variable. Using Downloads page which is actually behind the playmarket
|
#Device-variable. Using Downloads page which is actually behind the playmarket
|
||||||
Update Check Mode:None
|
Update Check Mode:None
|
||||||
Current Version:1.3.2-osmupdate
|
Current Version:1.3.4
|
||||||
Current Version Code:72
|
Current Version Code:80
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue