From 5ae48c23c5ef629b2f2a57a42509bcfa0ab575bc Mon Sep 17 00:00:00 2001 From: "Elek, Marton" Date: Wed, 3 Jul 2013 20:52:22 +0200 Subject: [PATCH 1/4] Adding net.anzix.osm.upload (GPX uploader for Openstreetmaps) --- metadata/net.anzix.osm.upload.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 metadata/net.anzix.osm.upload.txt diff --git a/metadata/net.anzix.osm.upload.txt b/metadata/net.anzix.osm.upload.txt new file mode 100644 index 0000000000..00271cf405 --- /dev/null +++ b/metadata/net.anzix.osm.upload.txt @@ -0,0 +1,27 @@ +Category:Navigation +License:GPLv3 +Source Code:https://github.com/elek/osmgpxuploader/ +Issue Tracker:https://github.com/elek/osmgpxuploader/issues + +Summary:Application to upload GPX files to the OpenStreetMap servers from Android +Description: +Simple uploader which can upload any gpx file to the OpenStreetMap (OSM) server. The application can + +1. Upload directly from applications to the OSM: +* from Google My Tracks (Share width friends...) +* from Cyanogen default OI File Manager(Send...) +* from AndExplorer (Send...) +* possible from any application which supports Share or Send GPX tracks + +2. Define the source of your gpx traces (eg. a directory) and show the list about the new/uploaded tracks. Select the track and upload to the openstreetmap server. + +3. Upload any file from your Android device +* Choose your GPX file, tag it and upload. + +Tags: openstreetmap osm gpx upload track tracking +. + +Repo Type:git +Repo:https://github.com/elek/osmgpxuploader.git + +Build Version:1.5.3,10,4ebed08421d791fb84ae3e60870eb0a5457c0bd7,maven=yes,prebuild=$$MVN3$$ install:install-file -DgroupId=android.support -DartifactId=compatibility-v13 -Dversion=13 -Dpackaging=jar -Dfile=$$SDK$$/extras/android/support/v13/android-support-v13.jar,bindir=upload/target From b528ad0b1a0a85c03ed55f32866fe3ff1d6835aa Mon Sep 17 00:00:00 2001 From: David Black Date: Fri, 5 Jul 2013 14:33:12 +0100 Subject: [PATCH 2/4] fix up com.googlecode.android_scripting a little --- metadata/com.googlecode.android_scripting.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/metadata/com.googlecode.android_scripting.txt b/metadata/com.googlecode.android_scripting.txt index 8f846da386..a0ba5bab0f 100644 --- a/metadata/com.googlecode.android_scripting.txt +++ b/metadata/com.googlecode.android_scripting.txt @@ -12,15 +12,15 @@ Description: Repo Type:srclib Repo:SL4A -#Dexclass loaders and build errors; wiki says import all the projects but I think these should do -Build Version:6,600,!build problems 46da9687be62,subdir=ScriptingLayerForAndroid,update=.;../QuickAction,\ +# dex class loaders +Build Version:6,600,!WIP at 46da9687be62,subdir=ScriptingLayerForAndroid,\ +update=.;../QuickAction,scanignore=build/com.googlecode.android_scripting,\ srclibs=NoAnalytics@158a4a,prebuild=\ echo "android.library.reference.2=$$NoAnalytics$$" >> project.properties && \ rm -f ../Common/libs/libGoogleAnalytics.jar libs/libGoogleAnalytics.jar \ ../ScriptForAndroidTemplate/libs/libGoogleAnalytics.jar && \ -cp -r ../Common/src/* src/ && cp ../Common/libs/* libs/ && \ -cp -r ../BluetoothFacade/src/* src/ && cp -r ../InterpreterForAndroid/src/* src/ && \ -cp -r ../SignalStrengthFacade/src/* src/ && cp -r ../TextToSpeechFacade/src/* src/ && \ -cp -r ../Utils/src/* src/ && cp -r ../WebCamFacade/src/* src/,buildjni=yes +echo "source.dir=src;../Common/src;../BluetoothFacade/src;\ +../InterpreterForAndroid/src;../SignalStrengthFacade/src;../TextToSpeechFacade/src;\ +../Utils/src;../WebCamFacade/src" > ant.properties,buildjni=yes Update Check Mode:Static From 13fd5b7d46951cc9dac1454e2ad52b5540766514 Mon Sep 17 00:00:00 2001 From: David Black Date: Fri, 5 Jul 2013 15:32:16 +0100 Subject: [PATCH 3/4] fixes for net.anzix.osm.upload --- metadata/net.anzix.osm.upload.txt | 33 ++++++++++++++++++------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/metadata/net.anzix.osm.upload.txt b/metadata/net.anzix.osm.upload.txt index 00271cf405..d28d934e9f 100644 --- a/metadata/net.anzix.osm.upload.txt +++ b/metadata/net.anzix.osm.upload.txt @@ -1,22 +1,16 @@ Category:Navigation License:GPLv3 +Web Site: Source Code:https://github.com/elek/osmgpxuploader/ Issue Tracker:https://github.com/elek/osmgpxuploader/issues -Summary:Application to upload GPX files to the OpenStreetMap servers from Android +Auto Name:OsmGpxUploader +Summary:Upload GPX files to OpenStreetMap Description: -Simple uploader which can upload any gpx file to the OpenStreetMap (OSM) server. The application can - -1. Upload directly from applications to the OSM: -* from Google My Tracks (Share width friends...) -* from Cyanogen default OI File Manager(Send...) -* from AndExplorer (Send...) -* possible from any application which supports Share or Send GPX tracks - -2. Define the source of your gpx traces (eg. a directory) and show the list about the new/uploaded tracks. Select the track and upload to the openstreetmap server. - -3. Upload any file from your Android device -* Choose your GPX file, tag it and upload. +Simple uploader which can: +# Upload directly to OSM from any application which supports Share or Send GPX tracks +# Define the source of your gpx traces (eg. a directory) and show the list about the new/uploaded tracks. Select the track and upload to the openstreetmap server +# Allow you to choose your GPX file, tag it and upload Tags: openstreetmap osm gpx upload track tracking . @@ -24,4 +18,15 @@ Tags: openstreetmap osm gpx upload track tracking Repo Type:git Repo:https://github.com/elek/osmgpxuploader.git -Build Version:1.5.3,10,4ebed08421d791fb84ae3e60870eb0a5457c0bd7,maven=yes,prebuild=$$MVN3$$ install:install-file -DgroupId=android.support -DartifactId=compatibility-v13 -Dversion=13 -Dpackaging=jar -Dfile=$$SDK$$/extras/android/support/v13/android-support-v13.jar,bindir=upload/target +Build Version:1.5.3,10,4ebed08421d7,maven=yes,prebuild=\ +$$MVN3$$ install:install-file -DgroupId=android.support \ +-DartifactId=compatibility-v13 -Dversion=13 -Dpackaging=jar \ +-Dfile=../extlib/android/android-support-v13.jar,\ +bindir=upload/target +Build Version:1.5.3,5000,!for UCM purposes,subdir=upload + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:1.5.3 +Current Version Code:10 + From f20d5b7dc99aac413d3e76a4230eb1fed98aeb75 Mon Sep 17 00:00:00 2001 From: David Black Date: Fri, 5 Jul 2013 15:53:54 +0100 Subject: [PATCH 4/4] new app, Bart Runner (deactivated) and two srclibs --- metadata/com.dougkeen.bart.txt | 43 +++++++++++++++++++++++++++++ srclibs/HoloEverywhere-DougKeen.txt | 7 +++++ srclibs/NumberPicker-DougKeen.txt | 7 +++++ 3 files changed, 57 insertions(+) create mode 100644 metadata/com.dougkeen.bart.txt create mode 100644 srclibs/HoloEverywhere-DougKeen.txt create mode 100644 srclibs/NumberPicker-DougKeen.txt diff --git a/metadata/com.dougkeen.bart.txt b/metadata/com.dougkeen.bart.txt new file mode 100644 index 0000000000..71dbf08b5a --- /dev/null +++ b/metadata/com.dougkeen.bart.txt @@ -0,0 +1,43 @@ +Category:Navigation +License:Apache2 +Web Site: +Source Code:https://github.com/dougkeen/BartRunnerAndroid +Issue Tracker:https://github.com/dougkeen/BartRunnerAndroid/issues + +Auto Name:BART Runner +Summary:Timetables for trains in the U.S. +Description: +Enter your most traveled routes and receive a real-time listing of upcoming +departures in one tap. + +* Streamlined for experienced BART commuters +* Real-time departure info refreshes automatically, and the accuracy of the departure estimates increases over time +* Estimated arrival times +* Pick which train you want to board, and information about that departure will be available in your notification tray +* Set a departure alarm to go off a few minutes before your train leaves (you pick how much advance warning you want) +* Phone will not sleep while viewing departure times (the screen will only dim), so you only need a quick glance at the phone to see how long you have left to catch the train +* Zoomable offline system map +* Fares and next departure time are shown in the saved route listing + +There may be an issue with crashes on the Galaxy S: the author is working hard on a fix. +. + +Repo Type:git +Repo:https://github.com/dougkeen/BartRunnerAndroid.git + +Build Version:2.2,26,!wait a bit at Release_2.2,\ +srclibs=NumberPicker-DougKeen@7ecc91d1e;ActionBarSherlock@4.2.0;\ +HoloEverywhere-DougKeen@48cb964f85,extlibs=android/android-support-v4.jar,prebuild=\ +mv libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \ +sed -i 's@\(reference.1=\).*@\1$$NumberPicker-DougKeen$$@' project.properties && \ +sed -i 's@\(reference.2=\).*@\1$$HoloEverywhere-DougKeen$$@' project.properties && \ +sed -i 's@\(reference.1=\).*@\1../../$$ActionBarSherlock$$@' \ +$$HoloEverywhere-DougKeen$$/project.properties && \ +echo "android.library.reference.1=../../$$HoloEverywhere-DougKeen$$" >> \ +$$NumberPicker-DougKeen$$/project.properties + +Auto Update Mode:None +Update Check Mode:Tags +Current Version:2.2 +Current Version Code:26 + diff --git a/srclibs/HoloEverywhere-DougKeen.txt b/srclibs/HoloEverywhere-DougKeen.txt new file mode 100644 index 0000000000..bba75ae95e --- /dev/null +++ b/srclibs/HoloEverywhere-DougKeen.txt @@ -0,0 +1,7 @@ +Repo Type:git +Repo:https://github.com/dougkeen/HoloEverywhere + +Subdir:library + +Update Project:Yes + diff --git a/srclibs/NumberPicker-DougKeen.txt b/srclibs/NumberPicker-DougKeen.txt new file mode 100644 index 0000000000..b37aef4274 --- /dev/null +++ b/srclibs/NumberPicker-DougKeen.txt @@ -0,0 +1,7 @@ +Repo Type:git +Repo:https://github.com/dougkeen/android-numberpicker.git + +Subdir:library + +Update Project:Yes +