aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2011-01-19 02:28:55 +0100
committerHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2011-01-19 02:28:55 +0100
commit0789ab91d23594f639585d74f0246362ef6429b1 (patch)
treec294655ac46da4d1313d926aaae9cea05d3f8280
parenta7456810c5661162489d1ecf4bbfe69360451a21 (diff)
downloadBlueGPS-0789ab91d23594f639585d74f0246362ef6429b1.zip
BlueGPS-0789ab91d23594f639585d74f0246362ef6429b1.tar.gz
BlueGPS-0789ab91d23594f639585d74f0246362ef6429b1.tar.bz2
Change version numbers and information for v1.2.1BlueGPS4Droid_1.2.1
-rw-r--r--AndroidManifest.xml2
-rw-r--r--readme.textile4
-rw-r--r--res/values/constants.xml2
-rw-r--r--version.txt4
4 files changed, 10 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ac51b16..f6cd5db 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -20,7 +20,7 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.broeuschmeul.android.gps.bluetooth.provider"
- android:versionCode="120"
+ android:versionCode="121"
android:versionName="@string/versionName">
<application android:icon="@drawable/ic_launcher_bluegps" android:label="@string/app_name" android:allowClearUserData="true">
<activity android:name=".BluetoothGpsActivity"
diff --git a/readme.textile b/readme.textile
index 5140eb9..2bc7ee5 100644
--- a/readme.textile
+++ b/readme.textile
@@ -1,3 +1,7 @@
+*BlueGps4Droid 1.2.1* (2011-01-20)
+* Add Spanish translation (thanks to "Colegota - XDA-Developers":http://forum.xda-developers.com/showpost.php?p=10628971&postcount=55 )
+* Change launcher and notification icons. The new icons are inspired from "XlAfbk's proposition":http://forum.xda-developers.com/showpost.php?p=10277778&postcount=29.
+
*BlueGps4Droid 1.2.0* (2010-12-10)
* Add SiRF configuration management (NMEA sentences - SBAS - Static Navigation)
* Add verifications: if bluetooth or mock locations are not enabled, the service is not started.
diff --git a/res/values/constants.xml b/res/values/constants.xml
index 2cd9360..70972ae 100644
--- a/res/values/constants.xml
+++ b/res/values/constants.xml
@@ -19,7 +19,7 @@
along with BluetoothGPS4Droid. If not, see : http://www.gnu.org/licenses/.
-->
<resources>
- <string name="versionName">1.2.0</string>
+ <string name="versionName">1.2.1</string>
<string name="pref_start_gps_key">startGps</string>
<string name="pref_gps_location_provider_key">gpsLocationProviderKey</string>
diff --git a/version.txt b/version.txt
index fd0c7ba..1f44116 100644
--- a/version.txt
+++ b/version.txt
@@ -1,3 +1,7 @@
+BlueGps4Droid 1.2.1 (2011-01-20)
+ * Add Spanish translation (thanks to Colegota - XDA-Developers: http://forum.xda-developers.com/showpost.php?p=10628971&postcount=55 )
+ * Change launcher and notification icons. The new icons are inspired from XlAfbk's proposition: http://forum.xda-developers.com/showpost.php?p=10277778&postcount=29
+
BlueGps4Droid 1.2.0 (2010-12-10)
* Add SiRF configuration management (NMEA sentences - SBAS - Static Navigation)
* Add verifications: if bluetooth or mock locations are not enabled, the service is not started.