Willy-JL
|
0f7cf15e2d
|
Some ByteInput optimizations
|
2024-02-14 19:11:23 +00:00 |
|
Willy-JL
|
6ef8e40874
|
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
|
2024-02-14 10:00:02 +00:00 |
|
gornekich
|
a46038acbf
|
Gui text box: fix formatted string memory reservation (#3447)
* text box: reserve correct memory size to avoid reallocation
* Furi: change string reset behavior to release memory, prevent realloc call. Gui: fix NULL-ptr dereference in TextBox.
Co-authored-by: あく <alleteam@gmail.com>
|
2024-02-14 11:19:05 +07:00 |
|
Nikolay Minaylov
|
13493916e2
|
JS debug disabled, archive and file browser fixes (#3446)
Co-authored-by: あく <alleteam@gmail.com>
|
2024-02-14 10:14:29 +07:00 |
|
Willy-JL
|
a73894797d
|
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
|
2024-02-13 19:29:30 +00:00 |
|
MX
|
949098bbc5
|
Merge remote-tracking branch 'OFW/gornek/nfc_fix_oom' into dev
|
2024-02-13 17:24:07 +03:00 |
|
gornekich
|
4042852825
|
text box: reserve correct memory size to avoid reallocation
|
2024-02-13 14:00:44 +00:00 |
|
MX
|
71a93e8cc3
|
Merge remote-tracking branch 'OFW/nm/js_archive_fixes' into dev
|
2024-02-13 16:29:15 +03:00 |
|
nminaylov
|
d75f2c62ca
|
JS debug disabled, archive and file browser fixes
|
2024-02-13 16:05:04 +03:00 |
|
Willy-JL
|
96288b11a9
|
Fix updating extension filter after init
|
2024-02-13 04:55:52 +00:00 |
|
Willy-JL
|
37fcbbd22e
|
Fix some browser ext stuff
|
2024-02-13 04:55:18 +00:00 |
|
Willy-JL
|
90111a2aa7
|
Remove Eurocorp font/mainmenu, -4k DFU
|
2024-02-12 22:27:14 +00:00 |
|
Willy-JL
|
4027db5156
|
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
|
2024-02-12 16:43:26 +00:00 |
|
MX
|
1faeca6e1b
|
Merge branch 'ofw_dev' into dev
|
2024-02-12 17:11:47 +03:00 |
|
Nikolay Minaylov
|
0154018363
|
[FL-3579, FL-3601, FL-3714] JavaScript runner (#3286)
* FBT: cdefines to env, libs order
* API: strtod, modf, itoa, calloc
* Apps: elk js
* Apps: mjs
* JS: scripts as assets
* mjs: composite resolver
* mjs: stack trace
* ELK JS example removed
* MJS thread, MJS lib modified to support script interruption
* JS console UI
* Module system, BadUSB bindings rework
* JS notifications, simple dialog, BadUSB demo
* Custom dialogs, dialog demo
* MJS as system library, some dirty hacks to make it compile
* Plugin-based js modules
* js_uart(BadUART) module
* js_uart: support for byte array arguments
* Script icon and various fixes
* File browser: multiple extensions filter, running js scripts from app loader
* Running js scripts from archive browser
* JS Runner as system app
* Example scripts moved to /ext/apps/Scripts
* JS bytecode listing generation
* MJS builtin printf cleanup
* JS examples cleanup
* mbedtls version fix
* Unused lib cleanup
* Making PVS happy & TODOs cleanup
* TODOs cleanup #2
* MJS: initial typed arrays support
* JS: fix mem leak in uart destructor
Co-authored-by: SG <who.just.the.doctor@gmail.com>
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
|
2024-02-12 15:54:32 +07:00 |
|
Willy-JL
|
27ce00b06f
|
Remove some old unused APIs, -350b DFU
|
2024-02-09 22:26:15 +00:00 |
|
Willy-JL
|
36711fca90
|
Fix keyboard cursor underflow with ascii events --nobuild
|
2024-01-24 07:40:45 +00:00 |
|
Willy-JL
|
b7fa1508a4
|
Fit more lines in textbox with small font
|
2024-01-24 05:13:11 +00:00 |
|
Willy-JL
|
7845cc0eeb
|
Port TextInput to ASCII event API
|
2024-01-17 22:48:50 +00:00 |
|
Willy-JL
|
a9a2b8ba7b
|
VarItemList change locked state without new msg
|
2023-12-14 00:24:56 +00:00 |
|
Willy-JL
|
0a55300926
|
Fix xtreme lib import
|
2023-12-02 06:32:04 +00:00 |
|
MX
|
e027d5c3e8
|
Add new API function for varitemlist
by Willy-JL
466e1f989f
|
2023-12-01 04:47:17 +03:00 |
|
Willy-JL
|
466e1f989f
|
New variable_item_list_get() API
|
2023-11-29 17:51:26 +00:00 |
|
Willy-JL
|
418f44fef1
|
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
|
2023-11-12 02:56:30 +00:00 |
|
MX
|
bee48f483c
|
Merge branch 'ofw_dev' into nfcrefactoring
|
2023-11-01 21:07:33 +03:00 |
|
あく
|
9af81ce8d0
|
Furi: cleanup crash use (#3175)
* Furi: optional message in furi_crash and furi_halt
* Consistent furi_crash use
* UnitTests: crash instead of assert
* furi: check: fixed macro for default arg
* unit_tests: fixed crashes everywhere
* lib: infrared: fixed PVS warnings
* furi: eliminated __FURI_ASSERT_MESSAGE_FLAG
* Furi: update check.h docs
* Furi: add check.h usage note
* Docs: grammar
---------
Co-authored-by: hedger <hedger@nanode.su>
|
2023-10-31 14:40:32 +04:00 |
|
Willy-JL
|
28bcc09d9b
|
This can just be made global at this point lol
|
2023-10-26 04:03:42 +01:00 |
|
WillyJL
|
3037e8b03d
|
Updated Radar Scanner, BarcodeGen, New Terminal Menu (#415)
|
2023-10-15 06:43:09 +01:00 |
|
Willy-JL
|
f8fc8cbdf8
|
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev --nobuild
|
2023-10-15 06:25:14 +01:00 |
|
MX
|
b87a8ca329
|
Merge branch 'ofw_dev' into dev
|
2023-10-15 01:30:55 +03:00 |
|
Astra
|
e664159188
|
[FL-3621] Fix double arrows and add proper indication (#3146)
Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: あく <alleteam@gmail.com>
|
2023-10-13 05:48:16 +09:00 |
|
Willy-JL
|
0ffc25bf38
|
Simplify terminal menu code
|
2023-10-12 15:02:06 +01:00 |
|
Willy-JL
|
dd60575572
|
Fix terminal menu inputs
|
2023-10-12 14:52:24 +01:00 |
|
MatthewKuKanich
|
4eaf94b93c
|
Added new Terminal menu
|
2023-10-11 17:17:23 -04:00 |
|
Willy-JL
|
828fb47c9d
|
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
|
2023-10-09 01:04:36 +01:00 |
|
MX
|
700cee3766
|
lower even more due to nfc small free ram issues
|
2023-10-08 22:37:44 +03:00 |
|
MX
|
c1363a18cc
|
Merge branch 'ofw_dev' into dev
|
2023-10-08 11:43:16 +03:00 |
|
MX
|
5bf5826c88
|
disable sorting if more than 300 files are in current folder
fixes current out of memory crash
|
2023-10-08 11:39:47 +03:00 |
|
Astra
|
699078d5a5
|
[FL-3576] HEX input UI improvements (#3112)
Co-authored-by: あく <alleteam@gmail.com>
|
2023-10-06 15:15:26 +09:00 |
|
Willy-JL
|
4b2cc53280
|
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev --nobuild
|
2023-09-16 19:28:54 +02:00 |
|
MX
|
953a747b1a
|
make text more centered
|
2023-09-12 01:18:50 +03:00 |
|
MX
|
8835ef3598
|
move things
|
2023-09-12 00:42:34 +03:00 |
|
MX
|
cbc5d61ab7
|
princeton and varitemlist ui fixes
|
2023-09-11 23:57:17 +03:00 |
|
Willy-JL
|
7f022f6b03
|
C64 text overflow fix
|
2023-09-10 01:22:14 +02:00 |
|
Willy-JL
|
a7a5503e27
|
Compact++
|
2023-09-10 00:59:13 +02:00 |
|
Willy-JL
|
19a8eeee69
|
Fix + optimize compact and c64 menus --nobuild
|
2023-09-09 23:27:47 +02:00 |
|
MatthewKuKanich
|
58d782f7f2
|
commit new compact menu style
|
2023-09-08 23:27:10 -04:00 |
|
MatthewKuKanich
|
09986b33a7
|
commit new compact menu style
|
2023-09-08 23:23:02 -04:00 |
|
MX
|
2b383ebcee
|
Keyboard ok to toggle select all in cursor mode
by Willy-JL
|
2023-09-04 21:19:35 +03:00 |
|
Willy-JL
|
8f3a8ad730
|
Keyboard ok to toggle select all in cursor mode --nobuild
|
2023-09-03 01:16:51 +02:00 |
|