senseobservationsystems / sense-android-library

Sense Platform library for Android
Apache License 2.0
12 stars 8 forks source link

Fix url formating #155

Closed RonaldOlsthoorn closed 9 years ago

RonaldOlsthoorn commented 9 years ago

added little piece of code to RemoteStorage to make sure that the right decimal separator is used. Apperently the DecimalFormat conversion is dependent on the phones Locale. Fix forces to use the '.' as a decimal separator.