Commit Graph

1031 Commits

Author SHA1 Message Date
Willy-JL 54b3c3e242 Save backlight color setting 2023-03-21 20:44:05 +00:00
Willy-JL b94c71b14f RGB backlight toggle as button with confirmation 2023-03-21 17:46:46 +00:00
Willy-JL 5fe14d1bba Format 2023-03-21 04:04:54 +00:00
Willy-JL 1ddfd4f973 Merge branch 'ul-dev' into xfw-dev 2023-03-21 04:00:12 +00:00
Willy-JL 52f5939773 Fap loader add option to ignore api mismatch 2023-03-21 00:03:03 +00:00
Willy-JL d05a3b7ec9 Integrate RGB backlight into API + add to xfw app 2023-03-20 23:09:41 +00:00
MX df8a57c972 Merge branch 'fz-dev' into dev 2023-03-21 01:38:41 +03:00
Willy-JL ba6783ea3a Fix typo 2023-03-20 22:11:51 +00:00
Willy-JL 28ca6553ea Merge BadKB config menus + lock bt options on usb 2023-03-20 22:09:15 +00:00
Willy-JL 79976f460c Show debug options by default as locked 2023-03-20 21:36:42 +00:00
Willy-JL 89e98dea4e Format 2023-03-20 21:26:20 +00:00
Nikolay Minaylov 0444a80f19 [FL-3134] BadUSB: Script interpreter refactoring (#2485)
* Script command and character tables
* Non-blocking stringdelay, docs update
* altchar/altstring fix
* Layout select UI fix
* Remove debug print

Co-authored-by: あく <alleteam@gmail.com>
2023-03-21 02:22:03 +09:00
MX 5660111b28 Merge branch 'fz-dev' into dev 2023-03-20 20:04:22 +03:00
Georgii Surkov 0917494a80 [FL-3168] Add one_wire lib to f18, separate ibutton (#2509)
* Separate ibutton to its own module, add one_wire to f18
* Move onewire cli to a separate app

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-03-21 01:23:17 +09:00
hedger 60ac2e9881 [FL-3161] Improved debugging experience for external apps (#2507)
* debug: automated support for multiple debug symbol files
* faploader: extra checks for app list state
* debug: trigger BP before fap's EP if under debugger
* faploader, debug: better naming
* docs: info on load breakpoint
* faploader: header cleanup
* faploader: naming fixes
* debug: less verbose; setting debug flag more often
* typo fix
2023-03-21 00:03:55 +09:00
Willy-JL e6f9c0ee61 Add initial RGB backlight support 2023-03-20 03:55:26 +00:00
Willy-JL 3899b553bb Add setting for lockscreen prompt 2023-03-19 18:11:30 +00:00
Willy-JL b37eaebf04 Update menu style setting naming 2023-03-19 00:57:12 +00:00
Willy-JL 12fe307eed Add lockscreen settings to xfw app 2023-03-19 00:50:04 +00:00
Willy-JL f63f8b8398 Fix typo 2023-03-19 00:49:20 +00:00
Willy-JL 09bc580497 Merge branch 'ul-dev' into xfw-dev 2023-03-17 23:52:05 +00:00
MX b0928fb3cd Fix subghz external module power issues 2023-03-17 00:27:01 +03:00
MX 559b0e9b40 Small UI fixes 2023-03-16 21:24:09 +03:00
MX 2cefc9aab0 Security+ 2.0 custom buttons 2023-03-16 18:14:39 +03:00
MX 3c3ac216dc Remember if 5v was turned off, save its state 2023-03-16 16:03:22 +03:00
MX bb9ac1389b Remember last state for CC1101 external + other fixes
Reset to internal module if external is not found on all apps, not only in bruteforcer
2023-03-16 15:02:23 +03:00
MX 49378f0893 Merge branch 'fz-dev' into dev 2023-03-16 13:49:24 +03:00
Astra 6aa0c08f3a [FL-3064] Skip the read when the card is not present (#2494)
Co-authored-by: あく <alleteam@gmail.com>
2023-03-16 18:06:11 +09:00
Willy-JL 1e60ff81e8 Restructure xtreme settings app 2023-03-16 00:12:46 +00:00
Willy-JL faafee5fb5 Wii menu toggle, old menu ext apps and scroll text 2023-03-15 18:48:54 +00:00
MX 2a040f245f Merge branch 'fz-dev' into dev 2023-03-15 21:25:06 +03:00
Leopold a69ae93871 Add new nfc apdu cli command (#2482)
Co-authored-by: あく <alleteam@gmail.com>
2023-03-15 22:52:32 +09:00
Willy-JL fd9525976e Xfw custom app manager actually save and load list 2023-03-15 04:53:36 +00:00
Willy-JL a5fb4da2f9 Xfw custom app manager improvements 2023-03-15 04:35:36 +00:00
Willy-JL 220b67372e Expose fap_loader_load_name_and_icon in API 2023-03-15 02:27:52 +00:00
Willy-JL 7795d143d6 Xfw app initial custom app manager interface 2023-03-15 01:51:33 +00:00
Willy-JL de761ec4f1 Tweak frequency editor naming 2023-03-15 01:03:19 +00:00
Willy-JL f5fcc87368 Rename char array def for xfw app 2023-03-15 01:03:02 +00:00
Willy-JL 9bfcf08b22 Scrollable text support center alignment 2023-03-14 22:10:04 +00:00
Willy-JL 28593fbc43 Shorter app names (prep for wii ui) 2023-03-14 22:09:06 +00:00
Willy-JL 5910ea0e52 Make subghz remote external 2023-03-14 17:51:23 +00:00
MX dd99c22792 Merge branch 'fz-dev' into dev 2023-03-14 19:55:16 +03:00
hedger 53435579b3 [FL-3097] fbt, faploader: minimal app module implementation (#2420)
* fbt, faploader: minimal app module implementation
* faploader, libs: moved API hashtable core to flipper_application
* example: compound api
* lib: flipper_application: naming fixes, doxygen comments
* fbt: changed `requires` manifest field behavior for app extensions
* examples: refactored plugin apps; faploader: changed new API naming; fbt: changed PLUGIN app type meaning
* loader: dropped support for debug apps & plugin menus
* moved applications/plugins -> applications/external
* Restored x bit on chiplist_convert.py
* git: fixed free-dap submodule path
* pvs: updated submodule paths
* examples: example_advanced_plugins.c: removed potential memory leak on errors
* examples: example_plugins: refined requires
* fbt: not deploying app modules for debug/sample apps; extra validation for .PLUGIN-type apps
* apps: removed cdefines for external apps
* fbt: moved ext app path definition
* fbt: reworked fap_dist handling; f18: synced api_symbols.csv
* fbt: removed resources_paths for extapps
* scripts: reworked storage
* scripts: reworked runfap.py & selfupdate.py to use new api
* wip: fal runner
* fbt: moved file packaging into separate module
* scripts: storage: fixes
* scripts: storage: minor fixes for new api
* fbt: changed internal artifact storage details for external apps
* scripts: storage: additional fixes and better error reporting; examples: using APP_DATA_PATH()
* fbt, scripts: reworked launch_app to deploy plugins; moved old runfap.py to distfap.py
* fbt: extra check for plugins descriptors
* fbt: additional checks in emitter
* fbt: better info message on SDK rebuild
* scripts: removed requirements.txt
* loader: removed remnants of plugins & debug menus
* post-review fixes
2023-03-14 23:29:28 +09:00
Willy-JL 2a51958d77 Sort apps and files by display name 2023-03-14 02:56:26 +00:00
Willy-JL 39ddf75f91 Merge branch 'ul-dev' into xfw-dev 2023-03-14 01:07:01 +00:00
MX 84b2242636 Check for external module when launching from favourites 2023-03-13 23:19:33 +03:00
MX c560394358 External module power bug fixes 2023-03-13 18:43:50 +03:00
MX eb57f4c7e4 Fix ironlogic add manually 2023-03-12 15:53:06 +03:00
MX 027ae3f3f6 SubGHz: Add manually extend, add support for new protocols
Schellenberg / Stilmatic and Came Space keeloq protocols support
2023-03-12 15:32:47 +03:00
Willy-JL 657f1258f7 Fix BadKB MPU stack overflow in conn thread (#162) 2023-03-10 10:01:13 +00:00