Willy-JL
4c80a50cbe
Apps: Use OFW main app names, shorten in display
2024-03-09 08:36:54 +00:00
Willy-JL
7da10fc0fb
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev
2024-03-05 03:42:40 +00:00
Silent
5e47048369
Archive: Fix item focus after aborting the Delete operation ( #3475 )
...
Co-authored-by: hedger <hedger@users.noreply.github.com >
Co-authored-by: あく <alleteam@gmail.com >
2024-03-05 12:03:46 +09:00
Willy-JL
b7220237de
Small bump in the road
...
- Update assets and references for new project
- Revert DFU image and CLI motd
- Remove NSFW text and flag
- Remove credits animation (will be replaced with a setting menu soon)
- New EvilPortal example HTML and better error message
- Initial standalone naming for asset packs and mainmenu apps
- File migration fixes/improvements
- Remove hotfix workflow
2024-03-01 06:11:16 +00:00
Willy-JL
e229367780
Archive: Support viewing Disk Images with Virtual Mount
2024-02-20 06:14:49 +00:00
Willy-JL
b58bcac1a2
Archive: Open .img in Mass Storage app
2024-02-20 06:14:49 +00: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
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
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
c5700767b6
Archive show decide between binary and text viewer
2023-08-10 01:08:16 +02:00
Willy-JL
5de2f8d201
Archive fix folder favorites
2023-07-16 23:51:01 +01:00
Willy-JL
caa1bc9253
Archive merge menus, change buttons, cleanup code
2023-07-16 03:40:15 +02:00
Willy-JL
fb91f09bda
Fix IR Remote fap path for archive
2023-07-14 21:21:46 +02: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
Willy-JL
dc4f264bcb
Case insensitive search (damn you furi strings)
2023-07-05 02:13:55 +02:00
Willy-JL
9ad02943a6
Fix favorite move callback
2023-07-04 17:21:07 +02:00
Willy-JL
5cc3fc99ee
Support adding search button to favorites
2023-07-04 00:44:19 +02:00
Willy-JL
c52bc49602
fUrI-ReCoRd_cLoSe
2023-07-04 00:00:18 +02:00
Willy-JL
3c992d4582
Fix search flename handling
2023-07-03 23:52:05 +02:00
Willy-JL
c7c066d033
Archive search only in filename
2023-07-03 23:14:30 +02:00
Willy-JL
029ff8bcff
Archive search show no results found
2023-07-03 23:13:56 +02:00
Willy-JL
685d0b4cd2
Speed up archive search by ignoring dolphin assets
2023-07-03 23:06:51 +02:00
Willy-JL
761ea80454
Archive: New tab for searching files
2023-07-03 22:31:54 +02:00
Willy-JL
0ccdc60921
Support remote and playlist files in archive
2023-07-03 02:40:26 +02:00
Willy-JL
a05bdfe788
Only use favorite timeout where supported
2023-07-02 23:08:58 +02:00
Willy-JL
15bac5e02a
Fix archive selection index issues after refresh
2023-06-26 03:05:46 +01:00
Willy-JL
b57f912102
Add back favorite timeouts
2023-06-26 01:05:02 +01:00
Willy-JL
ab8295848e
Fixes
2023-06-25 21:45:21 +01:00
Willy-JL
1a0f51bd25
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
2023-06-25 20:57:33 +01:00
Sergey Gavrilov
761a14e6e2
[FL-2837][FL-3270] Loader refaptoring: second encounter ( #2779 )
...
* Core: rename internal FlipperApplication to FlipperInternalApplication
* FAP Loader: move load_name_and_icon to flipper_application library
* Loader menu: rework api
* View holder: move to gui service
* Loader: simple "loading" worker
* Loader: applications dialog
* Loader: fapping
* Update f18 api
* Apps: remove fap_loader
* Libs, flipper application: store args, rename thread allocation
* Loader: error handling
* Apps: use loader error handling
* Loader: documentation
* FBT: accomodate loader
* Loader: do not raise gui error if loader is locked
* Archive: accomodate loader
* Loader: fix loading message
* Flipper: drop some old dolphin legacy
* Loader: generalize error construction
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2023-06-23 21:01:40 +09:00
Willy-JL
c70df67536
File and folder info go brrrrrrrrr
2023-06-19 20:58:51 +01:00
Willy-JL
0d15bebb69
Archive file menu improvements
2023-06-19 16:29:19 +01:00
Willy-JL
2ea3c837a2
And why tf are these buffers arbitrarily smaller??
2023-06-12 23:43:11 +01:00
Willy-JL
cb1d05d761
Who tf made extensions have limited length???
2023-06-12 23:32:36 +01:00
Willy-JL
b89f93e9a3
Archive fix actions menu retardedness
2023-06-04 22:57:31 +01:00
Willy-JL
b63fe76a71
Properly hide favs tab when no favs are set
2023-06-04 18:54:39 +01:00
Willy-JL
5cc5115a18
Archive fix bad file sizes
2023-06-04 17:27:33 +01:00
Willy-JL
f2ce2ad95c
Archive fix internal and external browsers
2023-06-04 17:25:35 +01:00
Willy-JL
ce1e98eb4a
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
2023-05-28 04:29:08 +01:00
MX
9af6616882
Archive, fix rename, show message to user
2023-05-27 13:39:54 +03:00
Willy-JL
92f54c45ff
Use rename or move where appropriate
2023-05-26 22:21:32 +01:00
Willy-JL
405a6f76db
Archive go brrr
2023-05-22 14:10:12 +01:00
Willy-JL
8d7932467c
Archive scene fix
2023-05-22 14:08:36 +01:00
Willy-JL
3f0ec734da
Better error message for archive rename
2023-05-15 05:39:59 +01:00
Willy-JL
e03867bbf0
OFW, why are you ignoring "already exists" errors?
2023-05-15 05:39:37 +01:00
Willy-JL
8a5782ab9e
Format
2023-05-02 03:44:29 +01:00
Willy-JL
01a3385369
Add favorite timeout setting
2023-05-02 03:39:50 +01:00
Willy-JL
a0d6c6e63c
Allow setting folders as favorites in archive
2023-04-23 18:43:58 +01:00