AndroidAPS/app
Philoul 62cc365dc4 I tried to replace hard coded units for ISF, IC and U by formated text from strings (translated in WizardDialog.kt but not in WizardInfoDialog.kt)
=> It's not perfect but I don't know how to do it better so I pull this proposal:
    - for BG I think we could replace DecimalFormatter.to1Decimal by DecimalFormatter.to0Decimal but it also doesn't work (in french comma is replaced by point for bg but not for ISF i.e. "83,0 ISF: 50,0" => "83.0 SI: 50,0")
    but if we change default String format : format_bg_isf="%1$s ISF: %2$.1f" by "%1$.0f ISF: %2$.1f" I think it's good
2019-12-01 21:44:05 +01:00
..
libs remove sightparser-release 2019-04-07 23:08:55 +02:00
src I tried to replace hard coded units for ISF, IC and U by formated text from strings (translated in WizardDialog.kt but not in WizardInfoDialog.kt) 2019-12-01 21:44:05 +01:00
build.gradle Merge branch 'master' into dev and update version 2019-11-01 00:22:06 +01:00
fabric.properties add bg language 2016-07-05 20:28:23 +02:00
google-services.json Firebase integration 2019-04-04 17:15:45 +02:00
proguard-rules.pro plugins refactoring 2016-08-05 23:54:03 +02:00