aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2011-09-08 00:18:34 +0200
committerHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2011-09-08 00:18:34 +0200
commit60a9e99f86878b4f7cebfb84af018db53442a2a9 (patch)
tree695a1210815c5e2e4d9e72c164f9bd469fb61643
parente9dcd7df145048b9db33669c53704f6daa38d4d7 (diff)
downloadBlueGPS-60a9e99f86878b4f7cebfb84af018db53442a2a9.zip
BlueGPS-60a9e99f86878b4f7cebfb84af018db53442a2a9.tar.gz
BlueGPS-60a9e99f86878b4f7cebfb84af018db53442a2a9.tar.bz2
update version numbers and readme file for version 1.2.3
-rw-r--r--AndroidManifest.xml2
-rw-r--r--readme.textile5
-rw-r--r--res/values/constants.xml2
-rw-r--r--version.txt3
4 files changed, 9 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 04c3986..159a498 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="122"
+ android:versionCode="123"
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 045fe86..0d4d5af 100644
--- a/readme.textile
+++ b/readme.textile
@@ -1,4 +1,7 @@
-*BlueGps4Droid 1.2.2* (2011-05-14)
+*BlueGps4Droid 1.2.3* (2011-09-08)
+* Add Russian translation (thanks to skleroz)
+
+BlueGps4Droid 1.2.2 (2011-05-14)
* Add an option to force auto-activation of the chosen location provider (useful when the device defines a GPS provider but doesn't provide the preferences used to enable/disable it).
* Update copyright infos.
* Decrease the alleged power consumption of the bluetooth GPS (so now bluetooth GPS should consume less power than internal GPS).
diff --git a/res/values/constants.xml b/res/values/constants.xml
index a56e393..0309c50 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.2</string>
+ <string name="versionName">1.2.3</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 299bc31..a199f8e 100644
--- a/version.txt
+++ b/version.txt
@@ -1,3 +1,6 @@
+BlueGps4Droid 1.2.3 (2011-09-08)
+* Add Russian translation (thanks to skleroz)
+
BlueGps4Droid 1.2.2 (2011-05-14)
* Add an option to force auto-activation of the chosen location provider (useful when the device defines a GPS provider but doesn't provide the preferences used to enable/disable it).
* Update copyright infos.