diff options
author | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2012-05-01 23:56:34 +0200 |
---|---|---|
committer | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2012-05-01 23:56:34 +0200 |
commit | e67872ca05740d9b01a6ef14a3424ccafcb1a17c (patch) | |
tree | db6a7a5ccc69bb5050213f9f3a84424cfc3a5d9c | |
parent | 1c6d802d7b5ce52797ce5e458d336e323c47aeda (diff) | |
download | BlueGPS-BlueGPS4Droid_1.2.5.zip BlueGPS-BlueGPS4Droid_1.2.5.tar.gz BlueGPS-BlueGPS4Droid_1.2.5.tar.bz2 |
update version numbers and readme file for version 1.2.5BlueGPS4Droid_1.2.5
-rw-r--r-- | AndroidManifest.xml | 2 | ||||
-rw-r--r-- | readme.textile | 5 | ||||
-rw-r--r-- | res/values/constants.xml | 2 | ||||
-rw-r--r-- | version.txt | 3 |
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
|