Merge branch 'master' of gitorious.org:f-droid/fdroiddata
This commit is contained in:
commit
e3afa2cf56
|
@ -7,12 +7,15 @@ Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=cgeo%40cgeo
|
|||
|
||||
Summary:Geocaching client
|
||||
Description:
|
||||
Geocaching is a sport where people hide things and you go and find them. This is an unnofficial client to
|
||||
access geocaching.com's list of caches, search and save them to the device. This build will not display Google
|
||||
Maps because f-droid.org is not allowed to distribute the API keys. However OSM maps (Mapnik and Cyclemap)
|
||||
are available.
|
||||
You will also need a geocaching.com account to the unlock the exact location of the caches,
|
||||
and a premium membership to sort caches by distance.
|
||||
Geocaching is a sport where people hide things and you go and find them. This
|
||||
is an unnofficial client to access geocaching.com's list of caches, search and
|
||||
save them to the device.
|
||||
|
||||
This build does not support proprietary Google Maps, but OSM maps (Mapnik and
|
||||
Cyclemap) are available.
|
||||
|
||||
You will need a geocaching.com account to the unlock the exact location of the
|
||||
caches, and a premium membership to sort caches by distance.
|
||||
|
||||
Read Recent Changes, FAQ, and About in c:geo, before submitting issues!
|
||||
.
|
||||
|
@ -20,7 +23,10 @@ Read Recent Changes, FAQ, and About in c:geo, before submitting issues!
|
|||
Repo Type:git
|
||||
Repo:https://github.com/cgeo/c-geo-opensource.git
|
||||
|
||||
#Use version name from Google Play. Below are dummy keys
|
||||
#Uses version name from Google Play, with '-fdroid' suffix, Auto-updated - tag
|
||||
#is always market_nnnnn where nnnnn is the version code.
|
||||
#Dummy API keys are used, but future versions should just disable the Google
|
||||
#Maps functionality.
|
||||
#Force target as API 11 isn't on build server
|
||||
Build Version:2012.06.18,20120618,388a5a3b1c0885a,subdir=main,forceversion=yes,target=Google Inc.:Google APIs:15,\
|
||||
prebuild=cp templates/private.properties . && cp templates/mapsapikey.xml res/values/ && \
|
||||
|
@ -28,19 +34,14 @@ sed -i 's@\(maps.api.key=\).*@\1LhWN5eWaqRrP0ZgO3h7vevsAwtJJs80C-G9o7RA@' privat
|
|||
sed -i 's@\(maps.api.key.market=\).*@\1LhWN5eWaqRrP0ZgO3h7vevsAwtJJs80C-G9o7RA@' private.properties && \
|
||||
sed -i 's/\@maps.api.key\@/${maps.api.key}/g' res/values/mapsapikey.xml
|
||||
Build Version:2012.08.15,20120815,!No corresponding source
|
||||
Build Version:2012.12.03,20121203,market_20121203,subdir=main,forceversion=yes,target=Google Inc.:Google APIs:16,\
|
||||
Build Version:2012.12.03,20121203,market_20121203,subdir=main,forcevercode=yes,forceversion=yes,target=Google Inc.:Google APIs:16,\
|
||||
prebuild=cp templates/private.properties . && cp templates/mapsapikey.xml res/values/ && \
|
||||
sed -i 's@\(maps.api.key=\).*@\1LhWN5eWaqRrP0ZgO3h7vevsAwtJJs80C-G9o7RA@' private.properties && \
|
||||
sed -i 's@\(maps.api.key.market=\).*@\1LhWN5eWaqRrP0ZgO3h7vevsAwtJJs80C-G9o7RA@' private.properties && \
|
||||
sed -i 's/\@maps.api.key\@/${maps.api.key}/g' res/values/mapsapikey.xml
|
||||
Build Version:2013.01.10-fdroid,20130110,market_20130110,target=Google Inc.:Google APIs:16,forcevercode=yes,subdir=main,forceversion=yes,prebuild=cp templates/private.properties . && cp templates/mapsapikey.xml res/values/ && sed -i 's@\(maps.api.key=\).*@\1LhWN5eWaqRrP0ZgO3h7vevsAwtJJs80C-G9o7RA@' private.properties && sed -i 's@\(maps.api.key.market=\).*@\1LhWN5eWaqRrP0ZgO3h7vevsAwtJJs80C-G9o7RA@' private.properties && sed -i 's/\@maps.api.key\@/${maps.api.key}/g' res/values/mapsapikey.xml
|
||||
|
||||
Build Version:2013.01.10,20130110,!incorrect version code in source at tag market_20130110,subdir=main,forceversion=yes,target=Google Inc.:Google APIs:16,\
|
||||
prebuild=cp templates/private.properties . && cp templates/mapsapikey.xml res/values/ && \
|
||||
sed -i 's@\(maps.api.key=\).*@\1LhWN5eWaqRrP0ZgO3h7vevsAwtJJs80C-G9o7RA@' private.properties && \
|
||||
sed -i 's@\(maps.api.key.market=\).*@\1LhWN5eWaqRrP0ZgO3h7vevsAwtJJs80C-G9o7RA@' private.properties && \
|
||||
sed -i 's/\@maps.api.key\@/${maps.api.key}/g' res/values/mapsapikey.xml
|
||||
|
||||
Auto Update Mode:None
|
||||
Auto Update Mode:Version +-fdroid market_%c
|
||||
Update Check Mode:Market
|
||||
Current Version:2013.01.10
|
||||
Current Version Code:20130110
|
||||
|
|
Loading…
Reference in a new issue