Commit Graph

10991 Commits

Author SHA1 Message Date
Willy-JL c1e21783b2 BadKB better name and settings handling 2023-06-12 01:43:46 +01:00
Willy-JL 1b2e375187 ... 2023-06-12 00:25:29 +01:00
Willy-JL 004ca02773 BadKB fix VID/PID handling + adjust cfg at start 2023-06-11 23:48:14 +01:00
Willy-JL 576aecbb8a BadKB only save prev config at startup 2023-06-11 23:27:15 +01:00
Patrick Pelissier f466409985 Fix M*LIB usage:
* Fix oplist definition of SubGhzFrequencyAnalyzerLogItem

* Fix oplist definition of M_CSTR_DUP_OPLIST

* Remove dependency of furi_string_utf8_decode
to the internal definition of string_unicode_t

* Replace obsolete macro M_IF_DEFAULT1 to M_DEFAULT_ARGS
2023-06-11 23:11:39 +02:00
AloneLiberty b80fc6caf1 NFC: Improvements to NFC Magic app
Ability to write gen1b tags (ignore 0x43)
Ability to write gen1 7 byte UID tags
Fix detection of non magic cards
2023-06-11 23:40:51 +03:00
Willy-JL e1c12282cc BadKB completely rework connection handling
Proper distinction between user and ID/BT_ID configs
All init and deinit handled centrally in a cleaner way
Moved USB HID config to be handled this way too
Changing config doesn't reload the script file, less error/crash prone
Remember MAC is now serial MAC +2, like bt remote has serial MAC +1
2023-06-11 21:26:43 +01:00
Willy-JL 6b886858c1 BadKB fix connect/disconnect detection edge cases 2023-06-11 21:08:03 +01:00
Willy-JL 481631a858 BadKB shorter mac and name length constants 2023-06-11 21:00:28 +01:00
Willy-JL 15845602bf BadKB edit name and mac in temp buffers + cleanup 2023-06-11 20:55:29 +01:00
Willy-JL 42d0b8a5e5 BadKB add debug logging to worker thread 2023-06-11 20:49:48 +01:00
Willy-JL 0e438f1695 BadKB increase BT delays 2023-06-11 20:47:36 +01:00
Willy-JL c588cb67ec BadKB hide USB/BT label while loading 2023-06-11 20:45:11 +01:00
Willy-JL b0515d986e More BadKB cleanup 2023-06-11 20:43:38 +01:00
Willy-JL 4ceed8791e BadKB redraw UI twice as often 2023-06-11 20:32:23 +01:00
Willy-JL 6090ef705e Simplify furi_hal_bt MAC address logic 2023-06-11 20:30:52 +01:00
Willy-JL 196748f977 Add furi_hal_usb_get_config_context() 2023-06-11 20:30:06 +01:00
Willy-JL 77cec31cc9 Some badkb cleanup 2023-06-10 23:43:17 +01:00
MX 451aa86c91 Infrared RCA Protocol + Update docs
Thanks to anonymous contributor for protocol implementation and testing
2023-06-10 21:02:52 +03:00
Willy-JL 5e810dae88 Fap loader optimizations 2023-06-10 18:14:51 +01:00
Willy-JL 36b328da27 BT fix empty MACs 2023-06-10 17:38:58 +01:00
Tiernan Messmer 7b22576db9 Update for flipper api change 2023-06-10 23:15:31 +10:00
Tiernan Messmer 78119a519a add picopass emulation 2023-06-10 18:28:16 +10:00
MX 26e38bc792 Upd readme 2023-06-10 06:02:56 +03:00
MX f7195adbda OFW PR 2756 2023-06-10 06:01:23 +03:00
MX d87745f2be Update TOTP 2023-06-10 05:22:34 +03:00
MX 75859e9a7e Update changelog 2023-06-10 04:45:11 +03:00
Willy-JL 82485fdb4e Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2023-06-09 21:37:29 +01:00
MX fef5efb38a Update IR assets
Add new ACs and TCL tv
2023-06-09 22:10:21 +03:00
Willy-JL 711b83b2ac Add missing bt hid releases 2023-06-09 18:29:47 +01:00
MX c97412f9bd Merge pull request #464 from wosk/fix/subghz-notifies
SubGHz: Notifications refines
2023-06-09 19:08:07 +03:00
MX 3ebca1327f Merge branch 'dev' into fix/subghz-notifies 2023-06-09 19:00:36 +03:00
MX 1a6b2010ba Merge pull request #509 from gid9798/byte_input_mini_editor
Byte input add feature: editor without keyboard
2023-06-09 18:52:44 +03:00
Willy-JL c1bf94da12 Update build workflows 2023-06-09 16:24:09 +01:00
Willy-JL ebb8387545 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2023-06-09 16:16:33 +01:00
Willy-JL e407c83829 Dont allow rpc unlock by default if pin locked 2023-06-09 16:04:15 +01:00
MX b61a84313a Update subbrute 2023-06-09 17:58:32 +03:00
MX de626626de Merge branch 'ofw-dev' into dev 2023-06-09 16:02:32 +03:00
Willy-JL 605f9190b0 Fix dolphin deed's 2023-06-09 13:55:28 +01:00
Willy-JL 0506869b54 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev 2023-06-09 13:54:14 +01:00
Astra 4900e8b7a2 [FL-3284] Fix reading Mifare Classic cards with unusual access conditions and fix emulation of unknown keys (#2620)
* I was outplayed by the C programming language
* Fix emulating empty keys as 0s
* Add exceptions for Detect Reader
* Sync api_symbols.csv for F18
* Outplayed by the C language [X2]

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-06-09 21:41:40 +09:00
hedger 2312fe5bfc [FL-3361] fbt: stable build dates (#2751)
* scripts: using commit date for clean build timestamp; current day otherwise
* scripts: version: Removing GIT_COMMIT_DATE from final data

Co-authored-by: あく <alleteam@gmail.com>
2023-06-09 21:27:47 +09:00
clashlab 49d842e213 weather_station: add oregon3 with THGR221 (#2748)
Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-06-09 21:18:32 +09:00
MX 53f6205766 dolphin did 2023-06-09 14:14:05 +03:00
MX e9fc5f62a5 Merge branch 'ofw-dev' into dev 2023-06-09 14:13:11 +03:00
Sergey Gavrilov 0e4344a83c Services: simplify api (#2540)
Co-authored-by: あく <alleteam@gmail.com>
2023-06-09 20:02:47 +09:00
Sergey Gavrilov 62939dd28b Core2, SRAM2: provide safety gap (#2754)
* Core2, SRAM2: use ob, provide safety gap
* thread: comment about critical section and scheduler state
2023-06-09 19:49:26 +09:00
ClaraCrazy af5f44ed56 Automatic timestamp for fbt 2023-06-09 10:25:20 +02:00
Willy-JL fbb6fe5386 Add stack upgrade patch file for future reference 2023-06-09 01:35:30 +01:00
Willy-JL cb97cbbb27 Fix for 1.13.3 stack 2023-06-09 01:29:39 +01:00