aboutsummaryrefslogtreecommitdiffstats
path: root/changes.txt
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2010-06-09 01:34:19 +0200
committerXavier Ducrohet <xav@android.com>2010-06-09 01:50:46 +0200
commite3c65f3494e44e9a4b4a72a650f54e56ec0efdfc (patch)
tree59e2fab58206e53f1509f9aae1796dcf3fa32ffe /changes.txt
parent24edb54ce491197cbde7f93027bdf9aad80a41b7 (diff)
downloadsdk-e3c65f3494e44e9a4b4a72a650f54e56ec0efdfc.zip
sdk-e3c65f3494e44e9a4b4a72a650f54e56ec0efdfc.tar.gz
sdk-e3c65f3494e44e9a4b4a72a650f54e56ec0efdfc.tar.bz2
Properly handle float/double in loc control when locale is not en.
String.format uses the decimal point of the current locale which we don't want since we pass the result to the emulator which expects decimal point to be '.' Double.parseDouble does not use the current locale and therefore failed to read values put in the UI that used a decimal point that is not '.' Also simplified the GPS command to use geo fix instead of geo nmea Change-Id: I275018e6a967c3d4fa37f25a149a840350e40bb8
Diffstat (limited to 'changes.txt')
-rw-r--r--changes.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes.txt b/changes.txt
index 282a98b..3c57f15 100644
--- a/changes.txt
+++ b/changes.txt
@@ -6,6 +6,8 @@ Revision 7:
- Headless SDK update. See 'android -h update sdk' for more info.
- Support for extension targets in Ant build to perform tasks between the
normal tasks: -pre-build, -pre-compile, -post-compile.
+- Fixed location control in DDMS to work in any locale not using '.' as a
+ decimal point.
Revision 6 (05/2010)