Commit Graph

2408 Commits

Author SHA1 Message Date
Willy-JL 197fef54e2 (Experimental) External CLI plugins -29kb DFU
Idea and plugin loader implementation by @akopachov, thanks!
All commands done except storage and rpc for latency reasons
2024-03-16 03:47:32 +00:00
Willy-JL 0f821fa273 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev 2024-03-15 03:07:16 +00:00
MX 17dd089b5a sync scenes 2024-03-15 04:27:37 +03:00
MX d7711d729f Merge branch 'slix_test' into dev 2024-03-15 04:08:43 +03:00
MX 375eb55d33 Merge remote-tracking branch 'OFW/gsurkov/infrared_miscellany' into dev 2024-03-15 04:08:39 +03:00
MX c5bf29cb8c Merge remote-tracking branch 'OFW/ktq/ac_contrib' into slix_test 2024-03-15 04:04:18 +03:00
Willy-JL f6bccccfa3 BadKB: Decouple from Momentum Settings 2024-03-14 01:44:39 +00:00
Willy-JL 430f4668f8 BadKB: Improve settings loading logic 2024-03-14 01:42:03 +00:00
Willy-JL e69a6c06ef Move back to "badusb" folder for compatibility 2024-03-14 00:37:24 +00:00
Georgii Surkov 2aa85347ee Fix logical error in documentation 2024-03-13 12:28:08 +03:00
Georgii Surkov 98c328f93f FL-3790: fix laggy TextInput by not adding it into a ViewStack 2024-03-12 19:45:22 +03:00
Georgii Surkov b27066b508 FL-3523: remove TODO, no changes necessary 2024-03-12 16:14:21 +03:00
Georgii Surkov 5cfc773b7b FL-3496: do not hardcode universal library names in CLI 2024-03-12 15:09:35 +03:00
Willy-JL 1679cfcce4 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev 2024-03-12 05:25:55 +00:00
Willy-JL 3ade3f0fdd Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev 2024-03-12 05:24:03 +00:00
Anna Prosvetova 2da05bfa6c Infrared: Add Fujitsu ASYG24KMTB 2024-03-12 00:24:29 +01:00
MX 9050a242e6 Merge branch 'ofw_dev' into dev 2024-03-11 21:10:01 +03:00
Georgii Surkov 022fccf0d7 [FL-3783] Asynchronous Infrared remote manipulation (#3503)
* Introduce ConcurrentRunner, load universal and regular remotes concurrently
* Perform all lengthy operations in a ConcurrentRunner
* Fix python formatting
* Clean up code
* Add usage warning
* Remove ConcurrentRunner, use a plain FuriThread instead
* Load remotes asynchronously in RPC mode as well
* Reorder code for clarity
* Clean up, use thread return code to report errors
* Improve wording
* Fix logical error
2024-03-12 02:35:51 +09:00
MMX 2f5be8f695 Merge pull request #719 from amec0e/dev
Update ac.ir
2024-03-11 02:51:28 +03:00
MX 7b09a22a5c fix bipki [ci skip] 2024-03-11 02:37:37 +03:00
Methodius 1bd56fb190 bip parser refactor 2024-03-11 00:24:55 +03:00
MX 25d4c4f829 upd subremote 2024-03-10 23:56:23 +03:00
MX 58cd56a439 Merge branch 'ofw_dev' into dev p1 2024-03-10 23:35:44 +03:00
Willy-JL 5b15568bbb Fix backwards compatibility with MenuAppList 0 2024-03-10 20:27:47 +00:00
Willy-JL d0b32f1124 New build system 2024-03-10 10:17:59 +00:00
Willy-JL 1274bd84ac VGM: Add rainbow option to settings menu 2024-03-09 23:24:04 +00:00
Willy-JL 4c80a50cbe Apps: Use OFW main app names, shorten in display 2024-03-09 08:36:54 +00:00
Willy-JL bce77a8633 Main Menu: Cleanup code, fix scrolling text 2024-03-09 08:31:19 +00:00
Willy-JL a17efe7117 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev 2024-03-08 06:12:43 +00:00
Willy-JL c344e16531 Merge branch 'dev' of https://github.com/Next-Flip/Momentum-Firmware into rgb_rpc_property 2024-03-08 02:32:58 +00:00
Willy-JL db979f4f4d Add default VGM colors 2024-03-08 02:19:58 +00:00
Willy-JL 4c347fce53 Add VGM color settings section 2024-03-08 00:57:44 +00:00
Willy-JL d09a8f2517 Fix some imports 2024-03-07 23:27:55 +00:00
Astra 4f7eb77071 Fix troika 4K keys (#3499) 2024-03-07 15:57:32 +09:00
Willy-JL 423ff03830 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into mntm-dev 2024-03-07 04:39:58 +00:00
HaxSam aaa444f3f0 added new rgb property 2024-03-07 02:31:34 +01:00
MX 4e7f25a539 Merge branch 'ofw_dev' into dev 2024-03-05 08:51:14 +03: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
assasinfil a6c5a1ba69 Troyka parser improvements (#3390)
* Updated troyka layout (full version)
* Changed to furi func
* Small refactor
* Bitlib refactor
* Moved to API
* Rollback troyka parser
* Fix functions
* Parser func refactor start
* Layout E3 refactored
* Layout E4 refactored
* Layout 6 refactored
* Layout E5 refactored
* Layout 2 refactored
* Layout E5 fix
* Layout E6 refactored, valid_date need fix
* Layout E6 fix
* Layout FCB refactored
* Layout F0B refactored
* Layout 8 refactored
* Layout A refactored
* Layout C refactored
* Layout D refactored
* Layout E1 refactored
* Layout E2 refactored
* Fixes
* Old code cleanup
* Memory cleanup
* Unused imports cleanup
* Keys struct refactor
* Layout E1 fix
* Added debug info for layout and department
* Fix PVS warnings
* Fix more PVS warnings

Co-authored-by: gornekich <n.gorbadey@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2024-03-05 11:56:35 +09:00
philicious 7b26dc5ebf NFC: Fix washcity plugin verify function being to greedy (#3467)
* NFC: Fix washcity plugin verify function being to greedy
  It verifies only a single sector and that one using one of the commonly used key 0xA0A1A2A3A4A5
  This leads to false-positives and the dicts not being used at all
* nfc app: washcity plugin: fix verify function

Co-authored-by: gornekich <n.gorbadey@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2024-03-05 11:42:39 +09:00
Sil333033 d71cf85cec Remove general uart channel setting
This was needed bacc in the days for UART Terminal but just noticed it has an setup option inside the app
2024-03-04 16:42:47 +01:00
Rodrigo Basoalto 1070064f89 Parser for Santiago, Chile BIP transit card (#3456)
* Parser for Santiago, Chile BIP transit card
  It's used for all public transportation in the city of Santiago, Chile
  (bus, subway). We've reverse-engineered most of the non-zero bits of
  data found, and checked them across dozens of cards.
* Update to use bit_lib instead of nfc_util
* PR feedback

Co-authored-by: Rodrigo Basoalto <basoalto@fintual.com>
Co-authored-by: gornekich <n.gorbadey@gmail.com>
2024-03-04 18:50:28 +09:00
Willy-JL 384c3f14d8 BadKB allow overriding mode+options with ID/BT_ID cmd (the right way) 2024-03-03 04:14:38 +00:00
Mr. Proxy 62126152f9 Ight didnt know 2024-03-01 15:03:11 +01:00
Mr. Proxy 3eabdadee9 Fixed link 2024-03-01 14:52:18 +01:00
Willy-JL 59fe2376c2 Fix crash on frequency remove for leftmost index 2024-03-01 06:12:34 +00: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 fed49ad256 SubGhz: Ignore filters at driver level, better efficiency 2024-02-27 14:22:51 +00:00
hedger bc309cebe6 Toolchain fixes (#3451)
toolchain: updated to v33 with debugging & other fixes
toolchain: better error handling during update/env configuration process
debugging: improved udev rules file, added readme on installation
firmware: bumped compiler C/C++ standards (stricter code checks)
firmware: fixed warnings emerging from newer standards
ufbt: FBT_NOENV is now also supported by ufbt
fbt: added ccache-related variables to env forward list on Windows
2024-02-26 16:16:19 +04:00