glucosio-android icon indicating copy to clipboard operation
glucosio-android copied to clipboard

Make decimal input independent from the device locale

Open emartynov opened this issue 7 years ago • 2 comments

Proposal - No mater user uses , or . as decimal separator just treat it as valid input.

Currently, the input value is checked with Number parsing and produces issues like #389.

emartynov avatar Dec 28 '17 13:12 emartynov

@emartynov is already it fixed? I think about forcing programmatically Locale to Locale.English where problem occurs (as you may remember, I had similar one during implementing tests).

piotrek1543 avatar Jun 02 '18 19:06 piotrek1543

It is not fixed

emartynov avatar Jun 03 '18 06:06 emartynov