aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-09-29 03:32:38 +0200
committerHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-09-29 03:32:38 +0200
commit6e3bed80a23e6943552e807ad3c56f871540ce0e (patch)
treeb5aa972543042ca047e35690e94ce8e65951956b
parent605e2c6f59105c9bd9f7b4d23230e837b3041a89 (diff)
downloadBlueGPS-6e3bed80a23e6943552e807ad3c56f871540ce0e.zip
BlueGPS-6e3bed80a23e6943552e807ad3c56f871540ce0e.tar.gz
BlueGPS-6e3bed80a23e6943552e807ad3c56f871540ce0e.tar.bz2
Change versions for 1.1.1
version and description for 1.1.1
-rw-r--r--AndroidManifest.xml4
-rw-r--r--version.txt18
2 files changed, 13 insertions, 9 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c43531c..82f5f3f 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