aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-11-04 21:02:34 +0100
committerHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-11-04 21:02:34 +0100
commit4af5dd6f383762768b82c349f220008e740a1046 (patch)
treedefb6ab5ce66e263f91560eb2100790f48431a47
parent14b495f76c3b5befae3748d29a6de8e76a661e61 (diff)
parent2293d7015ea93e1e910610a3c41508f1d83b1c2a (diff)
downloadBlueGPS-4af5dd6f383762768b82c349f220008e740a1046.zip
BlueGPS-4af5dd6f383762768b82c349f220008e740a1046.tar.gz
BlueGPS-4af5dd6f383762768b82c349f220008e740a1046.tar.bz2
merging refs/heads/BlueGPS4Droid_1.1.x into HEAD
-rw-r--r--.project6
-rw-r--r--readme.textile20
2 files changed, 26 insertions, 0 deletions
diff --git a/.project b/.project
index 5f1d113..3b27c42 100644
--- a/.project
+++ b/.project
@@ -6,6 +6,11 @@
</projects>
<buildSpec>
<buildCommand>
+ <name>org.eclipse.mylyn.wikitext.ui.wikiTextValidationBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
<arguments>
</arguments>
@@ -29,5 +34,6 @@
<natures>
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.mylyn.wikitext.ui.wikiTextNature</nature>
</natures>
</projectDescription>
diff --git a/readme.textile b/readme.textile
new file mode 100644
index 0000000..da41bde
--- /dev/null
+++ b/readme.textile
@@ -0,0 +1,20 @@
+BlueGps4Droid 1.1.2
+* 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
+
+BlueGps4Droid 1.1.1
+* Bug fix (Ticket #4: Connection service is not properly closed https://sourceforge.net/p/bluegps4droid/tickets/4/).
+* Add notifications when the connection with the GPS fails and when the connection service is closed because of two many connection retry.
+* Add settings to choose the number of connection retries before exiting.
+
+BlueGps4Droid 1.1 (does not work properly because of bug #4. Use either version 1.0 or 1.1.1 !)
+* Reconnect automatically when the connection with the GPS is lost (5 attempts in 5 minutes)
+* Replace Android default internal GPS or use a new location provider
+* Send status notifications when GPS loses fix or is disconnected.
+
+BlueGps4Droid 1.0
+* Connect to bluetooth GPS (NMEA) and replace the internal GPS of an Android device.
+* Record GPS tracks in NMEA files
+* Compatible with Android version 2.0 and above
+* English and French translations \ No newline at end of file