From 3ef2b0b618c39ebb491650227b55a936f8a3cfd4 Mon Sep 17 00:00:00 2001 From: dswitkin Date: Wed, 3 Dec 2008 16:14:56 +0000 Subject: [PATCH] Fixed a bug in geo coordinate display, where we were always tacking on "deg N" and "deg E", which doesn't make sense. Really, N/S/E/W needs to be determined by sign, and the sign removed for W and S. However, since none of that can be translated easily, I removed it, and we now just print lat, long which is an acceptable standard. I also bumped the Android client to v2.4 final. git-svn-id: https://zxing.googlecode.com/svn/trunk@776 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- android/AndroidManifest.xml | 4 ++-- core/src/com/google/zxing/client/result/GeoParsedResult.java | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 4be86f869..3be7d3aba 100755 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -20,8 +20,8 @@ version to be published. The next versionCode will be 7, regardless of whether t versionName is 2.31, 2.4, or 3.0. --> + android:versionName="2.4" + android:versionCode="9"> 0.0f) { result.append(", "); result.append(altitude);