aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-12-10 20:48:52 +0100
committerHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-12-10 20:48:52 +0100
commit561485003d3d284c6562e70569d6d459f093a3fd (patch)
treef950fffa4869d471537752cdc48b7cfa865b1b3a
parent32d56e4b7e9a9f9e75d409bbc5b4b21c717cfd6e (diff)
downloadBlueGPS-561485003d3d284c6562e70569d6d459f093a3fd.zip
BlueGPS-561485003d3d284c6562e70569d6d459f093a3fd.tar.gz
BlueGPS-561485003d3d284c6562e70569d6d459f093a3fd.tar.bz2
update version informations for version 1.2.0
-rw-r--r--readme.textile11
-rw-r--r--version.txt8
2 files changed, 17 insertions, 2 deletions
diff --git a/readme.textile b/readme.textile
index 84bf765..5140eb9 100644
--- a/readme.textile
+++ b/readme.textile
@@ -1,7 +1,14 @@
+*BlueGps4Droid 1.2.0* (2010-12-10)
+* Add SiRF configuration management (NMEA sentences - SBAS - Static Navigation)
+* Add verifications: if bluetooth or mock locations are not enabled, the service is not started.
+* Add alert messages to explain why the service cannot be started if bluetooth or mock locations are not enabled
+* If device doesn't have an internal GPS, the bluetooth GPS provider is enabled automatically
+* Add an _about window_ that gives the version of application, licensing information and where the sources may be downloaded.
+
BlueGps4Droid 1.2 alpha (2010-10-25)
* SiRF configuration management (NMEA sentences - SBAS - Static Navigation)
-BlueGps4Droid 1.1.2 (2010-11-04)
+*BlueGps4Droid 1.1.2* (2010-11-04)
* Add verifications: if bluetooth or mock locations are not enabled, the service is not started.
* Add alert messages to explain why the service cannot be started if bluetooth or mock locations are not enabled
* If device doesn't have an internal GPS, the bluetooth GPS provider will be enabled automatically
@@ -16,7 +23,7 @@ BlueGps4Droid 1.1 (2010-09-26) - does not work properly because of bug #4. Use e
* Replace Android default internal GPS or use a new location provider
* Send status notifications when GPS loses fix or is disconnected.
-BlueGps4Droid 1.0.1 (2010-10-25)
+*BlueGps4Droid 1.0.1* (2010-10-25)
* Add verifications: if bluetooth or mock locations are not enabled, the service is not started.
* Add alert messages to explain why the service cannot be started if bluetooth or mock locations are not enabled
* If device doesn't have an internal GPS, the bluetooth GPS provider will be enabled automatically
diff --git a/version.txt b/version.txt
index 1ecacdb..4b2d495 100644
--- a/version.txt
+++ b/version.txt
@@ -1,3 +1,11 @@
+BlueGps4Droid 1.2.0 (2010-12-10)
+ * Add SiRF configuration management (NMEA sentences - SBAS - Static Navigation)
+ * Add verifications: if bluetooth or mock locations are not enabled, the service is not started.
+ * Add alert messages to explain why the service cannot be started if bluetooth or mock locations are not enabled
+ * If device doesn't have an internal GPS, the bluetooth GPS provider is enabled automatically
+ * Add an about window that gives the version of application, licensing information and where the sources may be downloaded.
+
+
BlueGps4Droid 1.2 alpha (2010-10-25)
* SiRF configuration management (NMEA sentences - SBAS - Static Navigation)