Romain Goyet
ada205b1a7
[build] Use variants
...
- Move helpers functions into build/helpers.mak
- Move official warning into official targets only
2020-04-03 22:26:55 -04:00
Léa Saviot
9f018eb9d9
[escher/view] setFrame and layoutSubviews can be forced
2020-02-12 15:13:15 +01:00
Émilie Feral
053fb935e3
[apps] Change color of LED in power on self test: blue is too easily
...
confused with white
2019-12-20 14:04:56 +01:00
Émilie Feral
6cd98a3a48
[apps] AppsContainer::activateExamMode can make the LED blink in orange
...
or red according to the chosen exam mode
2019-12-19 15:52:45 +01:00
Émilie Feral
da735b93a4
[apps] GlobalPreferences: change exam mode API
2019-12-19 15:52:45 +01:00
Léa Saviot
1b7f9cf7b4
[apps/on_boarding] Fix LED clash between on boarding and exam mode
2019-12-11 13:51:38 +01:00
Léa Saviot
dbea83497b
[apps/on_boarding] If POST are OK, the led is white
...
Green is used to indicate end-of-charge, so we put the POST led in white
so there is no confusion
2019-12-06 11:49:16 +01:00
Émilie Feral
059c596a80
Makefiles: avoid building all sources for each target; introduce more
...
modularity
2019-08-08 17:22:01 +02:00
Émilie Feral
11863804f7
[scripts] Remove EPSILON_BOOT_PROMPT flag
2019-08-08 17:21:53 +02:00
Émilie Feral
a4dfe2eb9e
[scripts] Remove EPSILON_ONBOARDING_APP flag
2019-08-08 16:32:18 +02:00
Léa Saviot
a450ce3855
Merge branch 'master' into f7
2019-08-06 17:40:14 +02:00
Ruben Dashyan
44809f4b3f
Substitute Escher app() by Container::activeApp()
2019-07-19 15:06:25 +02:00
Ruben Dashyan
154baae6d3
[apps/on_boarding] LanguageController does not need to hold LogoController
2019-07-19 15:06:25 +02:00
Ruben Dashyan
3aa2e5d6a7
[apps/on_boarding] Move LanguageController::reinitOnBoarding() to App
2019-07-19 15:06:25 +02:00
Ruben Dashyan
1f06819974
[apps] Remove Container * parameter from all App constructors
2019-07-19 15:06:25 +02:00
Ruben Dashyan
eb3da7f395
[apps] Substitute "app()->container()" by "AppsContainer::sharedAppsContainer()"
2019-07-19 15:06:25 +02:00
Léa Saviot
606e132747
[apps/bench] Change LCD Data pattern (tiling red/blue/green)
2019-07-12 17:50:38 +02:00
Léa Saviot
22d6cfedda
Merge branch 'version-11' into f7
2019-06-06 10:10:50 +02:00
critor
6249eacf4e
Fixed german special characters
...
Now that special unicode characters are supported, when appropriate, replaced occurrences of the 'ae', 'oe', 'ue', and 'ss' digrams with the proper character.
2019-06-06 10:00:32 +02:00
critor
ec40cdd347
Fixed german special characters
...
Now that special unicode characters are supported, when appropriate, replaced occurrences of the 'ae', 'oe', 'ue', and 'ss' digrams with the proper character.
2019-05-31 08:00:15 -04:00
Léa Saviot
8597f47c36
[apps/POSTAndHWTest] In LCDDataOK iterate on Text and Tiling tests
2019-05-29 14:06:42 +02:00
Léa Saviot
ad85f01c1e
[apps/POSTAndHWTest] POST does Text tests, not full LCD tests
2019-05-28 16:50:58 +02:00
Léa Saviot
680fd5086a
[apps/POST/HWtest] VBlank test failure doesn't freeze the calculator
2019-05-22 16:49:15 +02:00
Léa Saviot
c85358967b
[POST/HardwareTest] Change pattern in LCDDataTest
...
The pattern is a tiling of checkers of colors 2**k with k between 0 and
15 and their contraries.
This fixed a problem of failing LCD screens not detected.
2019-05-22 16:49:15 +02:00
Émilie Feral
dc61256b24
[on-boarding] PowerOnSelfTest: test VBlankOK and FastLCDDataOK before
...
testing BatteryOK
2019-05-09 10:49:32 +02:00
Léa Saviot
4f63b16e0a
[unicode] Fix portuguese literals
2019-05-03 15:53:20 +02:00
Léo Solé
e74c5f8039
[unicode] Fix Spanish literals
2019-05-03 15:53:19 +02:00
Léo Solé
3038073d3b
[unicode] Add accents in french litterals
2019-05-03 15:53:19 +02:00
Léa Saviot
bfc21c304a
[apps/on_boarding] Shorter logo display
2019-05-02 13:52:33 +02:00
Léa Saviot
f32e35c7a8
[apps/on_boarding] Faster LCDData test in POST
2019-04-30 17:15:30 +02:00
Léa Saviot
5e7731c34d
[apps/on_boarding] Reset LED only if POST was performed
...
Fixes LED color bug in the following scenario:
Plug the device, reset, back, unplug the device, select language
-> The led is lit up
2019-04-30 15:40:47 +02:00
Léa Saviot
8e3fa8c2e3
[apps/POST] Test not performed if calculator plugged
2019-04-29 10:18:28 +02:00
Léa Saviot
641484457c
[apps/hardware_tests and POST] Factorize the tests
2019-04-26 12:02:53 +02:00
Léa Saviot
794ce8d892
[ion/on_boarding] Fix the backlight initialization
2019-04-25 10:58:49 +02:00
Léa Saviot
69593bd0be
[apps/on_boarding] Visually hide the LCD POST to the user
...
By initing the backlight after the test, not before.
2019-04-25 09:43:44 +02:00
Léa Saviot
da5a2d15f7
[apps/on_boarding] Power-on self-test
...
POST checks the battery, VBLANK and LCDData
2019-04-24 16:18:55 +02:00
Léa Saviot
e4cd72cf32
[apps/on_boarding] Light up the LED to indicate battery level
2019-04-19 15:12:25 +02:00
Émilie Feral
158292ec95
[on-boarding] Go to standby when suspended while the active app is
...
on-boarding
2019-04-15 10:04:11 +02:00
Léa Saviot
06269d5349
[unicode] Fix portuguese literals
2019-04-12 15:16:52 +02:00
Léo Solé
e4526124f9
[unicode] Fix Spanish literals
2019-04-12 15:16:52 +02:00
Léo Solé
387cf996c0
[unicode] Add accents in french litterals
2019-04-12 15:16:52 +02:00
Romain Goyet
4f2c7a3763
[build] Update the i18n processing to fit the out-of-tree build
2019-03-06 15:00:59 +01:00
Romain Goyet
4f1d74f44b
[build] Use an out-of-tree build
2019-03-06 15:00:59 +01:00
Léa Saviot
a7208ade0f
[apps] Container::switchTo returns a bool (false if could not switch)
2019-01-22 14:57:51 +01:00
Émilie Feral
1dd734b8e6
[on-boarding] Improve beta pop-up layout
2018-10-16 11:09:50 +02:00
Émilie Feral
3f711da8e4
[Makefile] Create a build option: EPSILON_BOOT_PROMPT that can be
...
'update' or 'beta' to display a prompt informing about new update or
beta version
2018-10-16 11:09:50 +02:00
Émilie Feral
c8d7ee46d9
[on-boarding] Delete specialize PopUpController
2018-10-16 11:09:50 +02:00
Émilie Feral
14b6ed5890
[on_boarding] I18n: add messages for Beta version pop-up
2018-10-16 11:09:50 +02:00
Émilie Feral
0a36090623
[on_boarding] LanguageController: remove useless member variable
2018-10-16 11:09:50 +02:00
Émilie Feral
b4143bb276
[on_boarding] Add EPSILON_SOFTWARE_UPDATE_PROMPT flag to build
...
UpdateController only when required
2018-10-16 11:09:50 +02:00