aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2012-05-01 23:56:34 +0200
committerHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2012-05-01 23:56:34 +0200
commite67872ca05740d9b01a6ef14a3424ccafcb1a17c (patch)
treedb6a7a5ccc69bb5050213f9f3a84424cfc3a5d9c
parent1c6d802d7b5ce52797ce5e458d336e323c47aeda (diff)
downloadBlueGPS-e67872ca05740d9b01a6ef14a3424ccafcb1a17c.zip
BlueGPS-e67872ca05740d9b01a6ef14a3424ccafcb1a17c.tar.gz
BlueGPS-e67872ca05740d9b01a6ef14a3424ccafcb1a17c.tar.bz2
update version numbers and readme file for version 1.2.5BlueGPS4Droid_1.2.5
-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 6f5d822..869d7c5 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="124"
+ android:versionCode="125"
android:versionName="@string/versionName">
<uses-sdk android:targetSdkVersion="5" android:minSdkVersion="5" />
diff --git a/readme.textile b/readme.textile
index a2aa031..6364196 100644
--- a/readme.textile
+++ b/readme.textile
@@ -1,4 +1,7 @@
-*"BlueGps4Droid 1.2.4":http://sourceforge.net/projects/bluegps4droid/files/Apk/BlueGPS4Droid_1.2.x/BlueGps4Droid_1.2.4.apk/download* (2012-03-27)
+*"BlueGps4Droid 1.2.5":http://sourceforge.net/projects/bluegps4droid/files/Apk/BlueGPS4Droid_1.2.x/BlueGps4Droid_1.2.5.apk/download (2012-05-01)*
+* Add Portuguese translation (thanks to rsantospereira (XDA: rikpereira) and meiji (XDA: meiji.emperor))
+
+BlueGps4Droid 1.2.4 (2012-03-27)
* Bug fix (Ticket #9: "Handle NMEA timestamps without fractional seconds":https://sourceforge.net/p/bluegps4droid/tickets/9/ ) (thanks to Jeffrey Hutzelman)
* Update copyright info in source and about app message
diff --git a/res/values/constants.xml b/res/values/constants.xml
index 9b47fe2..da2f17b 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.4</string>
+ <string name="versionName">1.2.5</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 f47fe98..a5e30e5 100644
--- a/version.txt
+++ b/version.txt
@@ -1,3 +1,6 @@
+BlueGps4Droid 1.2.5 (2012-05-01)
+ * Add Portuguese translation (thanks to rsantospereira (XDA: rikpereira) and meiji (XDA: meiji.emperor))
+
BlueGps4Droid 1.2.4 (2012-03-26)
* Bug fix: bug #9 Handle NMEA timestamps without fractional seconds(thanks to Jeffrey Hutzelman)
* Update copyright info in source and about app message