Commit Graph

10558 Commits

Author SHA1 Message Date
Romain Goyet
553eaaeac0 [ion] Fix telemetry on iOS and Android 2020-02-17 10:31:24 -05:00
Romain Goyet
ff0d03a19b [build] Let platforms override EPSILON options when unset 2020-02-17 10:31:24 -05:00
Romain Goyet
b7f928fee2 [ci] Use proper telemetry flag 2020-02-17 10:31:24 -05:00
Romain Goyet
1353e512fe [apps] Remove dead code 2020-02-17 10:31:24 -05:00
Romain Goyet
a187f39094 [apps] Report telemetry events 2020-02-17 10:31:24 -05:00
Romain Goyet
5dee4a8166 [apps] Add screen telemetry identification 2020-02-17 10:31:24 -05:00
Romain Goyet
b06de12902 [escher] Add a telemetry API based off ion's 2020-02-17 10:31:24 -05:00
Romain Goyet
670490e642 [ion] Add a telemetry API 2020-02-17 10:31:24 -05:00
Romain Goyet
1389f336b8 [build] Add an Objective-C++ rule 2020-02-17 10:31:24 -05:00
Romain Goyet
aa0dbee303 [ion] Console::writeLine can ommit trailing CR/LF 2020-02-17 10:31:24 -05:00
Romain Goyet
7f767990d2 [escher] Inline empty functions in ViewController 2020-02-17 10:31:24 -05:00
Romain Goyet
02a19fc83d [liba] Add strlcat 2020-02-17 10:31:24 -05:00
Romain Goyet
dc4f43eeb0 [liba] Improve strlcpy
Use memcpy (can be optimized) and return the correct size
2020-02-17 10:31:24 -05:00
Romain Goyet
7f43b73049 [apps] Don't forget to call viewWillAppear
At the moment ViewController::viewWillAppear doesn't do anything, so
there is no real impact. But if we want to use it it needs to be called
from subclasses.
2020-02-17 10:31:24 -05:00
Léa Saviot
c23ad0c882 [poincare/parser] Fix a comment 2020-02-13 10:26:18 +01:00
Léa Saviot
7123c7c098 build: Version 13.0.0 2020-02-12 15:46:32 +01:00
Léa Saviot
bbee8945b3 [apps/code/toolbox] Remove too long i18n 2020-02-12 15:46:32 +01:00
Léa Saviot
af621838b9 [quiz/runner] For device, sleep after the tests have properly finished 2020-02-12 15:13:27 +01:00
Léa Saviot
6dced2d157 [python/test] Do not use such a big python heap 2020-02-12 15:13:27 +01:00
Ruben Dashyan
406549ff08 [apps/math_toolbox] Remove micro- nano- picoliter 2020-02-12 15:13:27 +01:00
Ruben Dashyan
3abb86bcdd [apps/math_toolbox] Remove all Siemens prefixes except milli 2020-02-12 15:13:27 +01:00
Ruben Dashyan
28f7202827 [apps/math_toolbox] Remove all Ohm prefixes except kilo 2020-02-12 15:13:27 +01:00
Ruben Dashyan
57fb47da01 [apps/math_toolbox] Remove tera- giga- mega- kilo- nano- picofarad 2020-02-12 15:13:27 +01:00
Ruben Dashyan
7bbd398491 [apps/math_toolbox] Remove tera- giga= mega- nano- picovolt 2020-02-12 15:13:27 +01:00
Ruben Dashyan
48deee5622 [apps/math_toolbox] Remove all Coulomb prefixes 2020-02-12 15:13:27 +01:00
Ruben Dashyan
444f157b1a [apps/math_toolbox] Remove tera- nano- picowatt 2020-02-12 15:13:27 +01:00
Ruben Dashyan
284207a367 [apps/math_toolbox] Remove tera- giga- micro- nano- picoelectronvolt 2020-02-12 15:13:27 +01:00
Ruben Dashyan
b85d65d037 [apps/math_toolbox] Remove tera- giga- mega- micro- nano- picojoule 2020-02-12 15:13:27 +01:00
Ruben Dashyan
11c65697a0 [apps/math_toolbox] Add hectopascal 2020-02-12 15:13:27 +01:00
Ruben Dashyan
1e1f3b3936 [apps/math_toolbox] Shortcut Pascal menu and remove all prefixes 2020-02-12 15:13:27 +01:00
Ruben Dashyan
63cb3fbcc0 [apps/math_toolbox] Remove tera- giga- mega- micro- nano- piconewton 2020-02-12 15:13:27 +01:00
Ruben Dashyan
c09c4a02db [apps/math_toolbox] Remove terahertz 2020-02-12 15:13:27 +01:00
Ruben Dashyan
3e5efe5f22 [apps/math_toolbox] Remove pico- nanomole 2020-02-12 15:13:27 +01:00
Ruben Dashyan
76ed3f5ad3 [apps/math_toolbox] Remove pico- nanoampere 2020-02-12 15:13:27 +01:00
Ruben Dashyan
bab5d20dfb [apps/math_toolbox] Shortcut Gram menu and move tonne 2020-02-12 15:13:27 +01:00
Ruben Dashyan
e6397d7093 [apps/math_toolbox] Remove tera- giga- mega- picogram 2020-02-12 15:13:27 +01:00
Ruben Dashyan
41de2abc22 [apps/math_toolbox] Remove tera- giga- megameter 2020-02-12 15:13:27 +01:00
Ruben Dashyan
1c407bc398 [apps/math_toolbox] Remove picosecond 2020-02-12 15:13:27 +01:00
Léa Saviot
5309610b01 [apps/code/toolbox] Fix z.real and z.imag cursor position 2020-02-12 15:13:27 +01:00
Léa Saviot
6711b96ed9 [apps/code/Toolbox] No conjugation in English 2020-02-12 15:13:27 +01:00
Léa Saviot
737f38dd66 [escher/metric] Increase pop up width
The table cells have a new right margin, which makes old toolbox
messages overflow the toolbox. We increase the toolbox width by 10px to
fix this.
2020-02-12 15:13:27 +01:00
Léa Saviot
faee99b51b [apps/code] Fix list items of the toolbox 2020-02-12 15:13:27 +01:00
Léa Saviot
cefaf878d0 [apps/code/toolbox] Fix messages
Too long + wrong code point for the signle quotation mark
2020-02-12 15:13:27 +01:00
Ruben Dashyan
a08c5be0d8 [poincare/multiplication] Call directly shallowReduce instead of deepReduce 2020-02-12 15:13:27 +01:00
Ruben Dashyan
13391d486e [poincare/n_ary_expression] Do not compute numberOfChildren repeatedly 2020-02-12 15:13:26 +01:00
Émilie Feral
466f588a99 [apps/settings] Between two 'didEnterResponderChain', the exam mode page
might change the number of rows/the displayed messages. We then have to
re-layout the SelectableViewWithMessages to set the right frame to the
SelectableTableView.
2020-02-12 15:13:26 +01:00
Émilie Feral
46fb233428 [apps/settings] I18n: improve message alignment 2020-02-12 15:13:26 +01:00
Émilie Feral
2868a25385 [apps] ExamModeConfiguration: display Dutch exam mode only when the
language is English
2020-02-12 15:13:26 +01:00
Émilie Feral
8a87bcfc5b [apps/settings] SelectableViewWithMessages: position the additional
messages at the bottom of the view
2020-02-12 15:13:26 +01:00
Émilie Feral
3c52631245 [apps/settings] Improve warning messages about non-official software 2020-02-12 15:13:26 +01:00