Before, EE go to the settings, because ShiftEE event wasn't correctly bound :
It was bound to a simple press of the key, and not to a Shift press.
This commit keep this behavior, but add the correct binding (Shift + EE).
This fix#194.
* Added backlight settings
* Changed location of the brightness setting
* Fix row size of brightness settings
* [apps/settings/brightness] Update translations
* Fix dimmer
* Update translations
* [apps/settings] Add dimmer duration setting
* [apps/settings] Ensure of the brightness level is greater than the dimmed brightness level
* Make transition smooth
* Removed transition time setting
I personally think that this setting is completely useless except if you absolutely want a transition that is not smooth, which is weird.
* Moved everything related to brightness in one submenu
* Some refactoring
* Update defaults
* Removed unnecessary translation
* [apps/settings] Fix Shift + Minus/Plus in settings
* Apply suggestions from code review
* [apps/shared] Remove a think that I don't know what it is
* Apply review suggestions
Co-authored-by: Joachim LF <joachimlf@pm.me>
Co-authored-by: lolocomotive <lolocomotive181@gmail.com>
poincareCircuitBreaker requires the Back key to be pressed for at least
50 ms before interrupting a computation.
This is effectively invisible for the user, but fixes a bug in
Calculation :
- When leaving the additional results for a result using units by
pressing the Back key, a reduction preceding a call to removeUnits
would be interrupted, causing an undefined behaviour.
Change-Id: Iec667ae964f190de2171850cc22e1726959e6cb5
Push a white screen before fetching the examm mode, as this fetch takes
some time and the screen noise becomes visible on a n0100 when
downloading a new software.