diff options
author | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2010-10-25 21:25:22 +0200 |
---|---|---|
committer | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2010-10-25 21:25:22 +0200 |
commit | e97d0baa3343da23b426c72e831ad0277e2ba77a (patch) | |
tree | 028f0ddf2afb640ce4c7d79781645dcf0d9ab3c7 | |
parent | f2e25e47bd54f0cd41f8575b8acb1a9186a82f14 (diff) | |
download | BlueGPS-e97d0baa3343da23b426c72e831ad0277e2ba77a.zip BlueGPS-e97d0baa3343da23b426c72e831ad0277e2ba77a.tar.gz BlueGPS-e97d0baa3343da23b426c72e831ad0277e2ba77a.tar.bz2 |
change version info and add version descriptionBlueGPS4Droid_1.2.alpha
-rw-r--r-- | AndroidManifest.xml | 4 | ||||
-rw-r--r-- | version.txt | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 8021fef..017ed6a 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="3" - android:versionName="1.1.1"> + android:versionCode="4" + android:versionName="1.2.alpha"> <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 6937dc1..b649c64 100644 --- a/version.txt +++ b/version.txt @@ -1,3 +1,6 @@ +BlueGps4Droid 1.2 alpha version
+ * SiRF configuration (NMEA sentences - SBAS - Static Navigation)
+
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.
@@ -10,6 +13,6 @@ BlueGps4Droid 1.1 (does not work properly because of bug #4. Use either version BlueGps4Droid 1.0
* Connect to bluetooth GPS (NMEA) and replace the internal GPS of an Android device.
- * Record GPS tracks in GPX files
+ * Record GPS tracks in NMEA files
* Compatible with Android version 2.0 and above
* English and French translations
\ No newline at end of file |