Commit Graph

3741 Commits

Author SHA1 Message Date
Émilie Feral
bba51b9716 [calculation] Display exact and approximate outputs in the
calculation history when the output is selected for calculations
involving decimal numbers (1.2)
2019-04-22 14:14:15 +02:00
Émilie Feral
1b2ce4a18e [calculation] Improve Calculation model: new display mode
ExactAndApproximateToggle
2019-04-22 14:12:00 +02:00
Ruben Dashyan
ed04e5e9e4 [apps/calculation] Simplify HistoryViewCell::handleEvent 2019-04-20 17:27:38 +02:00
Ruben Dashyan
8bfb3f7a6c [apps/calculation] HistoryViewCell does not need to hold layouts 2019-04-20 17:27:38 +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
c4502ceab3 [sequence] Fix isDefined 2019-04-18 16:11:15 +02:00
Émilie Feral
13ddb80b57 [graph] Fix build 2019-04-18 15:19:43 +02:00
Émilie Feral
2f5d1b029c [apps] BatteryView: avoid redrawing when battery picto switch from 'low'
to 'empty' (the pictograms for low and empty are identical)
2019-04-18 15:19:36 +02:00
Ruben Dashyan
6d66b2e75e [apps/graph/graph] Add Preimage controllers to CalculationParameterController 2019-04-18 14:26:42 +02:00
Ruben Dashyan
48d3a58ffc [apps/graph/graph] CalculationParameterController inherits from ListViewDataSource
instead of SimpleListViewDataSource
2019-04-18 14:26:42 +02:00
Ruben Dashyan
23fd28b3b4 [apps/graph/graph] Define PreimageParameterController class 2019-04-18 14:26:42 +02:00
Ruben Dashyan
e0774cba4b [apps/graph/graph] Define PreimageGraphController class 2019-04-18 14:26:42 +02:00
Ruben Dashyan
ab108bbd2c [apps/graph] Add preimage to i18n 2019-04-18 14:26:42 +02:00
Émilie Feral
e39172a7cd [apps] AppsContainer: 'shutdownDueToLowBattery' can be call when the
battery is actually LOW (due to some oscillations between LOW and
EMPTY). Handle that case
2019-04-18 14:07:03 +02:00
Émilie Feral
ef12e6de79 [apps] BatteryView: when the battery is EMPTY and the device hasn't
shut down yet, avoid drawing full battery (and breaking assertion)
2019-04-18 14:07:03 +02:00
Léa Saviot
326b8b8761 [poincare/tests] randint's simplification gives its approximation 2019-04-17 14:29:08 +02:00
Léa Saviot
a48478882c [apps/calc] If result contains random/round, display approximation only 2019-04-17 12:11:37 +02:00
Léa Saviot
73e0947962 [apps/calculation/tests] Tests on displayExactApprox for random/round 2019-04-17 12:10:47 +02:00
Léa Saviot
bdaf229cfd [apps/text_field_delegate_app] Fix XNT in a sum layout
It was broken by a blunder while swithching to UTF8
2019-04-17 11:31:26 +02:00
Émilie Feral
e615172cbb [sequence] Cache context does not need to be a variable context
Fix crash: u(n) = n(n-1) would crash at evaluation
2019-04-16 13:54:05 +02:00
Émilie Feral
60b577e199 [calculation] Fix tests with no symbolic computation 2019-04-16 13:51:59 +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
Émilie Feral
d9982a11a9 [apps] Redraw battery pictogram after a reset 2019-04-15 09:52:45 +02:00
Émilie Feral
a5919f128c [ion] Power: fix names; Power key actually refers to OnOff key (to avoid
confusing with exponentiation key)
2019-04-12 16:56:57 +02:00
Émilie Feral
694fa34315 [ion] Keyboard: change keys name to more explicit ones 2019-04-12 16:56:57 +02:00
Léa Saviot
499f0cee21 [hardware_test] Split Screen test into centred screen and dead pixels 2019-04-12 16:43:38 +02:00
Léa Saviot
253833d7e9 [hardware_test] Add comments on LCD data test 2019-04-12 15:59:35 +02:00
Léa Saviot
a77f5173b1 [hardware_test] LCD DATA test 2019-04-12 15:59:35 +02:00
Léa Saviot
197e056d3a [hardware_test] Fix VBlank test 2019-04-12 15:59:35 +02:00
Émilie Feral
7d8e527d51 Merge branch 'version-11' of ssh://git.numworks.com/Epsilon into f7 2019-04-12 15:22:22 +02:00
Émilie Feral
da12904873 [ion] Dim Brightness before shutting down when the battery low 2019-04-12 15:16:53 +02:00
Léa Saviot
057939dd3f [apps/calc] displayExactOuputOnly only if the input is store in function
This prevents 1+x->f(x) from displaying 1+x = undef
[[1,2]] + [[1][2]] displays undef
2019-04-12 15:16:53 +02:00
Léa Saviot
50e2d11b1f [apps/calculation] Calculation::DisplayOutput can be Exact/Approx/Both 2019-04-12 15:16:53 +02:00
Léa Saviot
4298140013 [apps/tests/solver] Test equations + symbolic computation 2019-04-12 15:16:53 +02:00
Léa Saviot
3d8de2246f [poincare/tests] Parametered expressions + symbolic computation 2019-04-12 15:16:53 +02:00
Léa Saviot
5dc240c94f [apps/calculation] Add tests about no symbolic computation 2019-04-12 15:16:53 +02:00
Léa Saviot
a45cde2fed [calculation/test] Rename some test method arguments 2019-04-12 15:16:53 +02:00
Léa Saviot
69d90b155d [apps/solver] Test: conj(x)*x+1 should not be considered as polynom 2019-04-12 15:16:53 +02:00
Léa Saviot
8b10c979a0 [test] Fix tests for no symbolic computation 2019-04-12 15:16:53 +02:00
Léa Saviot
3554f441c1 [poincare] Remove symbolic computation 2019-04-12 15:16:53 +02:00
Léa Saviot
503a10afbb [apps] Clean apps/shared/expression_model_handle.cpp 2019-04-12 15:16:53 +02:00
Léa Saviot
4bbda406de [unicode] Use Poincare::SerializationHelper::CodePoint 2019-04-12 15:16:53 +02:00
Léa Saviot
522ecead7b [apps/toolbox] Matrix > Identity command 2019-04-12 15:16:53 +02:00
Léa Saviot
93a1546201 [apps] Removed unused static inline method 2019-04-12 15:16:53 +02:00
Léa Saviot
82d5ff7799 [ion/unicode] Clean special code points 2019-04-12 15:16:53 +02:00
Léa Saviot
5c9bdbf1f1 [apps/settings] Coding style 2019-04-12 15:16:53 +02:00
Léa Saviot
6e5fbe9966 [apps/settings] Clean unicode layout creations 2019-04-12 15:16:53 +02:00
Léa Saviot
f3675d83df [apps/settings] Factorize layout font sizes 2019-04-12 15:16:53 +02:00
Léa Saviot
7cfeac8387 [apps/reg] Factorize the model layouts fonts 2019-04-12 15:16:53 +02:00
Léa Saviot
93388a0248 [apps/reg] Clean regression models layout creation 2019-04-12 15:16:53 +02:00