Willy-JL
c7d9e1ea22
Fix extension merge
2024-02-14 19:51:52 +00:00
Willy-JL
27601d2a9a
Merge branch 'nm/js_archive_ext_filter' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
2024-02-14 19:15:51 +00:00
nminaylov
89e9a2083c
Archive: fixed Apps tab ext filter
2024-02-14 17:04:40 +03: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
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
88d51a31f0
-8kb DFU, why wasn't this done to beging with?
2024-02-12 20:41:52 +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
MX
ae04fc70eb
fix archive filebrowser bugs
2024-01-27 17:53:11 +03:00
Willy-JL
0a55300926
Fix xtreme lib import
2023-12-02 06:32:04 +00:00
Willy-JL
e0fa360640
Fix rename/move API, now rename/rename_safe ( #468 )
...
On OFW "rename" acts like "move", it replaces the destination
XFW had an extra "move" like that, and "rename" errored if dest exists
Now for compatibility "rename" acts as OFW, and new "rename_safe" errors
Tweaked all usages to work properly
Decided for CLI and RPC to use "rename_safe" so user cant lose files
2023-11-28 00:00:40 +00:00
Willy-JL
750f371182
Fix copy/paste and rename behaviors
...
Same beginning of name != same file/folder
Must check with a / suffixed
And never hold a pointer to furi string cstr
2023-11-25 18:11:54 +00:00
MX
a64c9534e2
Merge branch 'ofw_dev' into dev
2023-11-17 02:20:27 +03:00
Willy-JL
a4d01d5d88
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
2023-11-16 02:19:28 +00:00
Sergey Gavrilov
4b3e8aba29
[FL-3664] 64k does not enough ( #3216 )
...
* Unit tests: add "exists" to furi_record tests
* Unit tests: mu_warn, storage 64k test
* Storage: read/write over 64k
* Unit tests: moar tests for storage r/w for >64k cases
* Apps, libs: replace uint16_t with size_t on storage r/w operations
* Unit tests: better data pattern, subghz: warning if transmission is prohibited
Co-authored-by: あく <alleteam@gmail.com >
2023-11-16 01:39:27 +09:00
MX
ef09dcf8f8
subghz things and remove rtos finally
2023-11-13 12:42:05 +04:00
Willy-JL
f2902755ca
Fix thread and timer api
2023-11-12 06:35:20 +00:00
Willy-JL
28bcc09d9b
This can just be made global at this point lol
2023-10-26 04:03:42 +01:00
Willy-JL
56fd259d48
Move fw integrated apps to system dir --nobuild
2023-10-02 11:12:59 +01:00
Willy-JL
3af56c2af8
Last part for 100% OFW compatile API
2023-08-29 02:37:09 +02:00
Willy-JL
177d813e9d
Keybind fix hang on loader app error
2023-08-10 02:05:18 +02:00
Willy-JL
04f724a52c
Add run_with_default_app(), run files in right app
2023-08-10 01:44:33 +02:00
Willy-JL
ea6966208b
Rename archive external helper include
2023-08-10 01:23:43 +02:00
Willy-JL
c5700767b6
Archive show decide between binary and text viewer
2023-08-10 01:08:16 +02:00
Willy-JL
7152846c08
Fix archive switching menu index
2023-07-23 00:32:56 +02:00
MX
3635a3b71f
fix typo
2023-07-19 01:48:21 +03:00
gid9798
c0eebcb540
Archive: Cut/Copy/Past & NewDir
2023-07-18 23:46:28 +03:00
Willy-JL
5de2f8d201
Archive fix folder favorites
2023-07-16 23:51:01 +01:00
gid9798
da919372e2
Archive separate menu
2023-07-16 20:28:15 +03:00
Willy-JL
caa1bc9253
Archive merge menus, change buttons, cleanup code
2023-07-16 03:40:15 +02:00
Willy-JL
2ef96be703
Consistent RFID archive tab name
2023-07-14 22:08:15 +02:00
Willy-JL
fb91f09bda
Fix IR Remote fap path for archive
2023-07-14 21:21:46 +02:00
Willy-JL
6ecb6d93ab
Fix browser input ignore while loading
2023-07-14 16:46:23 +02:00
Willy-JL
f78da36c50
Hide browser cursor while loading
2023-07-14 16:45:52 +02:00
Willy-JL
c5a6e8fa46
Archive show loading while sorting
2023-07-14 16:19:50 +02:00
Willy-JL
f274c5899c
Improve browser wrap around behavior
2023-07-14 15:41:49 +02:00
Willy-JL
a377178a35
Item idx not needed anymore
2023-07-14 15:26:56 +02:00
Willy-JL
ae8488ecba
Re-merge the file browser changes properly
2023-07-14 15:25:02 +02:00
Willy-JL
7ce9e41091
Revert "Merge previous file browser commits"
...
This reverts commit 06c44031e7 .
2023-07-14 14:25:26 +02:00
Willy-JL
2ace772397
OFW compatible elements_scrollable_text_line
2023-07-14 13:45:01 +02:00
gid9798
b3810ec573
SubRem: archive browser
2023-07-14 14:16:37 +03:00
Willy-JL
06c44031e7
Merge previous file browser commits
2023-07-14 03:52:23 +02:00
MX
523f522de0
revert archive fixes temporarily
2023-07-14 04:40:22 +03:00
MX
c4b04a06bb
Merge branch 'ofw-dev' into dev
2023-07-12 21:19:16 +03:00
Nikolay Minaylov
92c0baa461
[FL-3383, FL-3413] Archive and file browser fixes ( #2862 )
...
* File browser: flickering and reload fixes
* The same for archive browser
2023-07-12 20:35:11 +04:00
MX
bb7ffd6ff5
Merge branch 'ofw-dev' into dev
2023-07-10 16:55:28 +03:00
Sergey Gavrilov
9b2d80d6b7
[FL-3400] External menu apps ( #2849 )
...
* FBT, applications: add MENUEXTERNAL app type
* FBT, uFBT: build MENUEXTERNAL as EXTERNAL app
* Loader menu: show external menu apps
* LFRFID: move to sd card
* FBT: always build External Applications list
* Archive: look for external apps path
* Infrared: move to sd card
* Apps: add "start" apps
* iButton: move to sd card
* BadUSB: move to sd card
* External apps: update icons
* GPIO: move to sd card
* Loader: look for external apps path
* U2F: move to sd
* SubGHz: move to sd
* Apps: "on_start" metapackage
* NFC: move to sd
* Sync f7 and f18
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2023-07-10 12:03:41 +04:00