aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-10-25 01:35:48 +0200
committerHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-10-25 01:35:48 +0200
commit1f6258adec73be998b7d588dd6e10fd8f8bf5dba (patch)
treefdeddf6d129073f703b3bd4c1db330fe495bd90a
parentcddf1671d1c29f05219c33c96d1133b17941c0c6 (diff)
downloadBlueGPS-1f6258adec73be998b7d588dd6e10fd8f8bf5dba.zip
BlueGPS-1f6258adec73be998b7d588dd6e10fd8f8bf5dba.tar.gz
BlueGPS-1f6258adec73be998b7d588dd6e10fd8f8bf5dba.tar.bz2
change version info and add version description
-rw-r--r--AndroidManifest.xml4
-rw-r--r--version.txt10
2 files changed, 12 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c87f911..394811a 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="1"
- android:versionName="1.0">
+ android:versionCode="101"
+ android:versionName="1.0.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
new file mode 100644
index 0000000..b6db377
--- /dev/null
+++ b/version.txt
@@ -0,0 +1,10 @@
+BlueGps4Droid 1.0.1
+ * 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.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