Yaya-Cout
5e83c03f8d
[bootloader] Fix booting on newer toolchain versions
2024-04-04 19:22:56 +02:00
Yaya-Cout
510143678f
[ion/simulator] Reduce rumble from 40 ms to 1 ms
...
Waaaay better on Android, simulator is usable (Look like RetroArch, even if I didn't copy the parameters)
2024-04-02 21:08:28 +02:00
Yaya-Cout
2374fe4cf8
[bootloader] Fix exam mode with Epsilon 16-19
2024-02-29 12:49:58 +01:00
Yaya-Cout
1953371266
[apps/math_toolbox] Add centimeter and square meter
2024-02-18 20:28:54 +01:00
Yaya-Cout
b667509ab4
[themes/script.sh] Make script executable by default
2024-02-10 14:32:33 +01:00
Yaya-Cout
cb6fd76141
[bootloader] Fix exam mode with Epsilon 22
2024-01-17 19:35:43 +01:00
Yaya-Cout
f7a298aa0b
[build] Fix DFU on recent Python versions and drop Python 2
2024-01-14 12:13:24 +01:00
Rathmox
5b87721f6e
Fix Numworks not recognizing calculator ( #352 )
...
* Fix Numworks not recognizing calculator
* Fix issue also for scripts recovery
2023-12-20 06:38:39 +00:00
AngeDieu
d51c55fc6c
Update README.md
...
precise to use linux terminal with wsl installation
2023-12-07 22:29:44 +01:00
Yaya-Cout
52bc616cd2
Merge branch 'upsilon-dev' of https://github.com/UpsilonNumworks/Upsilon into upsilon-dev
2023-11-23 19:21:13 +01:00
Yaya-Cout
458c9316f1
[Ion][DFU] Restore compatibility with NumWorks website
...
Revert product string descriptor change
2023-11-23 19:21:10 +01:00
AngeDieu
9ac62c0496
add factorial to toolbox -> combinatorics ( #348 )
...
* add factorial to toolbox -> combinatorics
* Update math_toolbox.cpp
removed newline for format purpose
2023-11-11 18:27:58 +01:00
Rathmox
7f2ba08761
Mark 21.3.0 as safe ( #347 )
...
* Mark 21.3.0 as safe
* set to FREEDOM 21.3
2023-10-20 19:03:52 +02:00
Yaya-Cout
a5354f589a
Merge branch 'upsilon-dev' of https://github.com/UpsilonNumworks/Upsilon into upsilon-dev
2023-10-16 19:35:51 +02:00
Yaya-Cout
2bf46f59ce
[apps_container] Avoid crashing on ×10^ on N0100
2023-10-16 19:35:31 +02:00
Rathmox
0f2ce293d1
Mark 21.2.0 as safe ( #342 )
...
* Mark 21.2.0 as safe
* Update messages.h
2023-10-02 21:12:43 +02:00
Yaya-Cout
764ff6fd86
Merge branch 'upsilon-dev' of https://github.com/UpsilonNumworks/Upsilon into upsilon-dev
2023-09-28 20:39:04 +02:00
Yaya-Cout
a0583aa2a9
[python] Prevent waiting for 2^32 ms if user entered a negative delay
...
This is due to a missing check in the interruptible sleep function which was not
checking if the delay was negative, then was passed to the
Ion::Timing::usleep function, who only takes signed values
2023-09-28 20:38:40 +02:00
Luminoso-256
0cabec542d
[NSpire Simulator] Fix framebuffer in nspire port ( #340 )
...
* Fix the nspire port (ergo: framebuffer functions, shift/ctrl don't corrupt things due to weird draw calls)
* cleanup the k_csdk changes
2023-09-15 16:12:05 +00:00
Yaya-Cout
fd159fe489
[bootloader] Update version number
2023-08-29 12:26:38 +02:00
Yaya-Cout
f89ffc9b00
[bootloader] Mark Epsilon 21.1.1 as safe
2023-08-29 11:54:31 +02:00
Yaya-Cout
a945fc1025
[python/kandinsky] Fix big font selection
2023-07-01 20:14:20 +02:00
Yaya-Cout
6976e524ad
[python/kandinsky] Allow selecting italic font for draw_string using 7th argument
2023-06-27 20:04:24 +02:00
Yaya-Cout
4630052630
[i18n/code] Fix random description in italian
2023-06-26 18:18:28 +02:00
andrigamerita
3c6641c808
[it.i18n] Add missing italian translations, fix typos / excessive length in the existing ones ( #331 )
...
* [it.i18n] [apps/code] Add missing translations
* [it.i18n] [apps/reader] Fix typo
* [it.i18n] [apps/external, apps/setting] Add missing translations + fixes
2023-06-26 17:01:54 +02:00
Yaya-Cout
45a9dda989
[apps/host_filemanager] Fix N0100 build
2023-06-07 08:54:38 +02:00
Yaya-Cout
73450419bb
[Ports] Merge Nspire port and Fxcg improvements
...
Close #327
2023-06-06 21:28:54 +02:00
Yaya-Cout
a124ed72b5
[Ion] Quick-and-dirty fix for the Web simulator
2023-05-21 11:53:08 +02:00
circuit10
b44a95a9b3
Casio fx-CG series port ( #324 )
...
* Initial test - working on Linux
* Try to make it work with liba
* Stop using liba and the filesystem
* IT WORKS
* Key input, full res, fix some of the crashes
* Fix the hang when doing calculations
* Add some more key mappings
* Fix the square root issue
* Icons
* Better key mappings, brightness control, better gamma correction, more effficient framebuffer
* Cleanup stage 1
* Cleanup stage 2
* Make the build system build a g3a
* Make it not exit when you press the menu button
* Add Casio port to README
* Use omega-master instead of omega-dev
* Fix mistake with cherry-picking in the README
* Fix internal storage crash
* Fix compile error on Numworks calculators
* Upsilon branding
* Sharper icon
* Make the CI work
* Add power off and improve menu
* Map Alpha + up/down to the brightness shortcut
* Add missing file
* Fix web CI build
* Revert "Fix web CI build"
This reverts commit f19657d9fc .
* Change "prizm" to "fxcg"
* Add FASTLOAD option for Add-in Push
* Add some charatcers to the catalog on Casio and improve key mappings
* Build with -Os -flto
* Disable LTO for now as it's causing crashes
* Put back the fonts I accidently changed
I'd like to add an option for this though as I prefer the ones from Epsilon
2023-05-10 18:28:18 +02:00
Yaya-Cout
aadcd37f31
Fix 3DS simulator ( #243 )
...
* [CI] Fix 3DS try 1
* [CI] Fix 3DS try 2
* [CI] Fix 3DS try 3
* [CI] Fix 3DS try 4
* [CI] Fix 3DS try 5
* [CI] Fix 3DS try 6
* [CI] Fix 3DS try 7
* [CI] Fix 3DS try 8
* [CI] Fix 3DS try 9
* [CI] Fix 3DS try 10
* [CI] Fix 3DS try 11
* [CI] Fix 3DS try 12
* [CI] Fix 3DS try 13
* [CI] Fix 3DS try 14
* [CI] Fix 3DS try 15
* [CI] Fix 3DS try 16
* [CI] Fix 3DS try 17
* [CI] Fix 3DS try 18
* [CI] Fix 3DS try 19
* [CI] Make other simulators than 3DS working
* [CI] Fix 3DS without breaking others simulators try 1
* Apply suggestions from code review
* Improve SDL assert
* Fix SDL assert
* Fix SDL assert 2
* [CI] Enable iOS, macOS and 3DS tests by default
* [CI] Change epsilon-sdk tap url
* Revert "[CI] Change epsilon-sdk tap url"
This reverts commit 9516607aba .
2023-04-13 16:24:38 +02:00
Lisra-git
0916996121
[Bootloader] Enhance Global Stability
2023-04-08 14:25:31 +02:00
Wiwok
b4820d52e4
[README] Fix a bad string in French README ( #317 )
2023-03-19 10:31:27 +01:00
Yaya-Cout
a87a99af7a
[bootloader] Mark Epsilon 20.4 as safe
2023-03-17 17:20:23 +01:00
Yaya-Cout
83d6d33edf
[apps/math_toolbox] Move Matrix and Vectors to a submenu
2023-03-12 11:19:14 +01:00
Yaya-Cout
1067216d4f
[bootloader] Mark Epsilon 20.3 as safe
2023-02-17 21:39:51 +01:00
Yaya-Cout
c0d998017d
[apps/main] Add open app option
2023-02-17 19:32:50 +01:00
Yaya-Cout
a729ef2a4c
[apps] Move Dimensions i18n out of calculation
...
This allow Escher to build successfully without calculation app
2023-02-17 19:32:16 +01:00
Yaya-Cout
b43d773051
[calculation/UnitList] Fix crash when pressing OK
2023-02-08 17:09:48 +01:00
Yaya-Cout
4acc79f1c7
[apps/on_boarding] Fix logo view crash when interrupted
2023-02-03 08:25:54 +01:00
Yaya-Cout
58a373e683
[apps/reader] Fix reader crash when opening bookmark
...
I just disabled color restoration, but I am still not understanding why it isn't working
Fix #307
2023-01-29 19:36:13 +01:00
Yaya-Cout
c5960430a3
Merge pull request #313 from lolocomotive/simulator-fix
...
[Simulator] Fix keys not working and reduce log spam
2023-01-21 15:01:00 +01:00
lolocomotive
12d8eeeb2c
[Simulator] Fix keys not working and reduce log spam
2023-01-21 14:39:57 +01:00
Yaya-Cout
224cec5efc
[apps/settings] Remove rests of USB protection
2023-01-16 18:49:52 +01:00
Yaya-Cout
7af7b895f5
[i18n] Clean translations
2023-01-16 18:39:31 +01:00
Yaya-Cout
0e65c97774
[Simulator] Fix MicroPython in Web simulator and update to Emscripten 3.1.30
2023-01-14 19:52:30 +00:00
Loïc
72d10f8396
[Simulator] Don't resize canvas to 0x0 ( #310 )
...
* [Simulator] Don't resize canvas to 0x0
* [storage] Fix broken script saving/loading
* [Simulator] Don't resize canvas to 0x0
Co-authored-by: Yaya-Cout <yaya.cout@free.fr >
2023-01-05 17:33:53 +01:00
Yaya-Cout
7030c58c51
[storage] Fix broken script saving/loading
2023-01-05 17:18:11 +01:00
Loïc
1a681c7c75
Fix android simulator ( #277 )
...
* Fix android CI
* Set NDK path
* Reduced log spam
* Fixed NDK path
* Fixed NDK path
* Android NDK v21e
* Use debug signin config
if SIGNING_STORE_FILE is not defined
This allows the apk to be installed
* Fix OmegaActivity class name
* Fix formatting
Co-authored-by: Yaya-Cout <yaya.cout@free.fr >
Co-authored-by: Yaya-Cout <yaya.cout@free.fr >
2023-01-01 14:16:12 +01:00
Yaya-Cout
ed002ed14b
[apps/atomic] Fix last commit (std::max error)
2023-01-01 11:59:36 +01:00
Yaya-Cout
2312147957
[apps/atomic] Use latest commit (redesign)
2022-12-29 12:38:44 +01:00