| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-11 | Calculator: bugfixes, reduce binary size.calc-onto-analog24 | Michele Bini | |
| Don't use dynamically allocated stacks. Clarify and simplify code a bit. Add some comments and reduce code duplication. Fixes: * Display correctly decimal parts starting with zero, such as 0.09 * Handle correctly expressions like '-(5+11)'=-16 or '3*-(5+11)'=-48 | |||
| 2022-06-11 | Add Calculator screen as new App | Raupinger | |
| A calculator based on the Shunting-yard algorithm as described here: https://en.wikipedia.org/wiki/Shunting-yard_algorithm Moving the Motion App into the Settings screen to use the tile in the ApplicationList for the Calculator. | |||
