Émilie Feral
013f817b35
[apps] Fix i18n to be able to build without settings app in offical
...
software
2020-02-18 10:11:06 +01:00
Léa Saviot
42125a1f56
[apps/settings] Fix i18n to be able to build without settings app
2020-02-18 10:11:06 +01:00
Léa Saviot
baba9a4ff0
[apps/code] Regroup the "list.*" methods in the toolbox
2020-02-18 10:07:33 +01:00
Léa Saviot
9544f1c961
[apps/eschr] Don't copy an expr when editing it, if it is too long
...
Scenario: Create a new sequence which is the multiplication of a lot of
imaginary i. Save it (many multiplication sign are added), then try to
edit it again, in linear edition mode: the text overflows the buffer. If
we still copied it, it might get copied until the middle of a code point,
which would make the UTF8Decoder crash afterwards.
2020-02-18 10:06:36 +01:00
Léa Saviot
176d55b7fa
[apps/expression_model] Fix text() implementation
2020-02-18 10:06:36 +01: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
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
bbee8945b3
[apps/code/toolbox] Remove too long i18n
2020-02-12 15:46:32 +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
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
É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
Ruben Dashyan
089f1c4518
[apps/math_toolbox] Shortcut Liter menu
2020-02-12 15:13:26 +01:00
Ruben Dashyan
de08e7774d
[apps/math_toolbox] Shortcut Siemens menu
2020-02-12 15:13:26 +01:00
Ruben Dashyan
e74f0b1a9f
[apps/math_toolbox] Shortcut Ohm menu
2020-02-12 15:13:26 +01:00
Ruben Dashyan
316c8c4fd9
[apps/math_toolbox] Shortcut Farad menu
2020-02-12 15:13:26 +01:00
Ruben Dashyan
b0abc7a100
[apps/math_toolbox] Shortcut Volt menu
2020-02-12 15:13:26 +01:00
Ruben Dashyan
e07cc2014d
[apps/math_toolbox] Shortcut Coulomb menu
2020-02-12 15:13:26 +01:00
Ruben Dashyan
f03d5f29eb
[apps/math_toolbox] Shortcut Watt menu
2020-02-12 15:13:26 +01:00
Ruben Dashyan
01fb8f1881
[apps/math_toolbox] Shortcut Newton menu
2020-02-12 15:13:26 +01:00
Ruben Dashyan
40c5eec1b4
[apps/math_toolbox] Shortcut Hertz menu
2020-02-12 15:13:26 +01:00
Ruben Dashyan
2c65c1164c
[apps/math_toolbox] Shortcut Mole menu
2020-02-12 15:13:26 +01:00
Ruben Dashyan
be6760bf48
[apps/math_toolbox] Shortcut Ampere menu
2020-02-12 15:13:26 +01:00