marcoXbresciani / TKCompanionApp

A short and small helper for Toyota Kata practitioners - If you're reading this here on GitHub, please note that main repository is now Codeberg: https://codeberg.org/marco.bresciani/TKCompanionApp
GNU General Public License v3.0
3 stars 1 forks source link

Wrong dark/light mode and default language #17

Closed marcoXbresciani closed 1 year ago

marcoXbresciani commented 1 year ago

Dark/light mode selection doors not follow current device mode. Default fallback language must be English instead of German.

Originally posted by @the4anoni in https://github.com/marcoXbresciani/TKCompanionApp/issues/16#issuecomment-1256925094

marcoXbresciani commented 1 year ago

Basic proposed solution:

What do you think @the4anoni ?

the4anoni commented 1 year ago

Basic proposed solution:

  • if the device is in dark/light mode, the app will start in the same mode; if the user changes the mode, such mode will be automatically saved and used thereafter (i.e.: if device is in dark mode, app will start in dark mode, but is user switches to light, closing and reopening the app will keep light mode, and viceversa).
  • if the device is using an unavailable language, the app will start in English; if the user changes the language, such language will be automatically saved and used thereafter (i.e.: if device is in Japanese, app will start in English, but is user switches to Italian, closing and reopening the app will keep Italian, and so on).

What do you think @the4anoni ?

👍