descriptions and disable some build-server-rejected builds

This commit is contained in:
David Black 2013-01-30 20:12:23 +00:00
parent 4315e9f2ce
commit 0f9f3cea31
6 changed files with 36 additions and 15 deletions

View file

@ -7,13 +7,34 @@ Donate:http://code.google.com/p/androzic/
Summary:Navigation for ozf2/3 maps
Description:
Navigation client that uses OziExplorer maps (ozf2, ozfx3).
Navigation client that uses OziExplorer (ozf2, ozfx3) or online maps.
Great for hiking, geocaching, off-roading, sailing, boating and other outdoor
activities. You are expected to be aware of OziExplorer or at least of where to
get its maps. Maps also can be created by yourself, but with some effort: see
FAQ and wiki on the website for details. Online OpenStreetMap (OSM) maps are
provided by default. Also hosted on
FAQ and wiki on the website for details. Also hosted on
[https://github.com/andreynovikov GitHub.com].
* works without maps as a simple navigator
* track recording in background (power-safe)
* navigation to waypoint and via route
* track to route conversion
* route creation and manipulation
* works with waypoints, tracks and routes in Ozi format
* reads waypoints, tracks and routes in KML and GPX format
* HSI and compass
* configurable units
* UTM coordinates
* search for locations via Google geocoder
* location and waypoint sharing
* portrait and landscape modes
* tablet support
Functionality can be extended by plugins (currently not on f-droid.org):
* receive coordinates via text messages (sms)
* share location in real time
Caution! Current version of Img2Ozf generates ozfx3 maps in new encrypted
format, they won't open in Androzic. Please use older versions of Img2Ozf,
last known good version is 3.03.
.
#Also on https://github.com/andreynovikov/androzic though private

View file

@ -18,7 +18,7 @@ Anti-feature:NonFreeNet. The Ubuntu One files server is not open source.
Repo Type:bzr
Repo:lp:ubuntuone-android-files
Build Version:1.2.6,434,434,srclibs=NoAnalytics@158a4a,\
Build Version:1.2.6,434,!build server rejection 434,srclibs=NoAnalytics@158a4a,\
extlibs=android/android-support-v4.jar;oauth-signpost/signpost-core-1.2.1.1.jar;\
oauth-signpost/signpost-commonshttp4-1.2.1.1.jar,prebuild=\
sed -i 's@../../GreenDroid@Greendroid@g' build.xml && \

View file

@ -17,7 +17,7 @@ Pull the lever to spin the reels and push it up to stop them spinning.
Repo Type:git
Repo:https://github.com/onyxbits/pocketbandit.git
Build Version:1.1,2,!wait a bit 62dc5d59,\
Build Version:1.1,2,!build server rejection 62dc5d59,\
extlibs=libgdx-0.9.7/gdx.jar;libgdx-0.9.7/gdx-backend-android.jar;\
libgdx-0.9.7/libgdx-armeabi.so;libgdx-0.9.7/libandroidgl20-armeabi.so;\
libgdx-0.9.7/libgdx-armeabi-v7a.so;libgdx-0.9.7/libandroidgl20-armeabi-v7a.so,\

View file

@ -24,8 +24,7 @@ Build Version:1.10.2,64,!not a release
Build Version:1.11.4,69,2e3325dd77,extlibs=android/android-support-v4.jar,target=android-15
Auto Update Mode:None
#Difficult to tell what current version is
Update Check Mode:RepoManifest
Update Check Mode:Tags
Current Version:1.11.4
Current Version Code:69

View file

@ -20,7 +20,7 @@ Repo:git://xwords.git.sourceforge.net/gitroot/xwords/xwords
Build Version:4.4 beta 33,26,android_beta_33,subdir=xwords4/android/XWords4,buildjni=yes
Build Version:4.4 beta 38,30,android_beta_38,subdir=xwords4/android/XWords4,buildjni=yes
Build Version:4.4 beta 39,31,android_beta_39,subdir=xwords4/android/XWords4,buildjni=yes,target=android-8,prebuild=cd .. && scripts/genvers.sh >ant_out.txt
Build Version:4.4,44,168b69112,subdir=xwords4/android/XWords4,buildjni=yes,target=android-8,prebuild=\
Build Version:4.4,44,!build server rejection 168b69112,subdir=xwords4/android/XWords4,buildjni=yes,target=android-8,prebuild=\
cd .. && sed -i '/R.java/d' scripts/genvers.sh && scripts/genvers.sh XWords4 xw4 > ant_out.txt
Auto Update Mode:None

View file

@ -6,18 +6,19 @@ Issue Tracker:https://code.google.com/p/opengpx/issues/list
Summary:Paperless geocaching
Description:
Usage: '''Switch to the OpenStreetMap map provider in settings'''. Then,
N.B '''Switch to the OpenStreetMap map provider in settings'''. The app
will crash if you try to use Google Maps and you don't have that installed.
*Copy gpx files to the folder /sdcard/gpx (or /sdcard/download)
*Optional: create / edit the text file /sdcard/gpx/info.txt (e.g. your personal cache search order)
*Run OpenGPX
* Copy gpx files to the folder /sdcard/gpx (or /sdcard/download)
* Optional: create / edit the text file /sdcard/gpx/info.txt (e.g. your personal cache search order)
* Run OpenGPX
Variation 2 (faster imports):
*Create a cache database by using the Cache Database Management tool
*Copy database.db4o to /sdcard/gpx/database
* Create a cache database by using the Cache Database Management tool
* Copy database.db4o to /sdcard/gpx/database
Variation 3 (Online):
*Use the "Search Online" feature (requires a free account at [http://www.bcaching.com bcaching])
* Use the "Search Online" feature (requires a free account at [http://www.bcaching.com bcaching])
.
Repo Type:git-svn