diff options
-rw-r--r-- | AndroidManifest.xml | 4 | ||||
-rw-r--r-- | version.txt | 18 |
2 files changed, 13 insertions, 9 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 48d6295..8021fef 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -20,8 +20,8 @@ --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.broeuschmeul.android.gps.bluetooth.provider" - android:versionCode="2" - android:versionName="1.1"> + android:versionCode="3" + android:versionName="1.1.1"> <application android:icon="@drawable/icon" android:label="@string/app_name" android:allowClearUserData="true"> <activity android:name=".BluetoothGpsActivity" android:label="@string/app_name" diff --git a/version.txt b/version.txt index e3a510c..b15fd53 100644 --- a/version.txt +++ b/version.txt @@ -1,10 +1,14 @@ -BlueGps4Droid 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.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.
+
+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 GPX files
- * compatible with Android version 2.0 and above
+ * Connect to bluetooth GPS (NMEA) and replace the internal GPS of an Android device.
+ * Record GPS tracks in GPX files
+ * Compatible with Android version 2.0 and above
* English and French translations
\ No newline at end of file |