Commit Graph

1488 Commits

Author SHA1 Message Date
gid9798
417dedd317 SubGhz App: remove kostily and velosipedy 2023-06-14 01:24:05 +03:00
MX
f22624399c remove unneeded global var 2023-06-14 01:07:07 +03:00
gid9798
7b44221d9a Drop timestamp_file_names in hal 2023-06-13 22:36:34 +03:00
gid9798
c4baf3194e SubGhz App: change load custom presets 2023-06-13 22:17:54 +03:00
Willy-JL
4ecab40fde Max file name length is actually 253 + null term
More than that and fatfs will truncate like name~1
Also dir_read already accounts for null term in buf size, dont malloc +1
2023-06-13 03:10:10 +01:00
Willy-JL
45bdbca501 Archive hide/show ext based on tab not filetype 2023-06-12 23:43:45 +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
d535afc4c9 This isnt needed anymore 2023-06-12 22:47:20 +01:00
Willy-JL
19038dce61 BadKB store prev config separately 2023-06-12 15:55:23 +01:00
Sil333033
6aed650bcc added external cc1101 module at cli 2023-06-12 14:15:22 +02:00
Willy-JL
29bc041c89 Shorter setting name to fit menu 2023-06-12 03:22:36 +01:00
Willy-JL
98579acf2d BadKB setting string size fixes 2023-06-12 03:21:58 +01:00
Willy-JL
d3ded38ee6 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2023-06-12 02:41:01 +01:00
MX
6256f0c46e Add more freqs to default list 2023-06-12 04:33:16 +03:00
Willy-JL
1f8baba7f0 BadKB same sysrq logic for bt and usb 2023-06-12 01:48:51 +01:00
Willy-JL
0348aff9b8 BadKB usb go brrr 2023-06-12 01:46:13 +01:00
Willy-JL
c1e21783b2 BadKB better name and settings handling 2023-06-12 01:43:46 +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
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
77cec31cc9 Some badkb cleanup 2023-06-10 23:43:17 +01:00
Willy-JL
5e810dae88 Fap loader optimizations 2023-06-10 18:14:51 +01: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
Willy-JL
711b83b2ac Add missing bt hid releases 2023-06-09 18:29:47 +01:00
MX
3ebca1327f Merge branch 'dev' into fix/subghz-notifies 2023-06-09 19:00:36 +03:00
Willy-JL
e407c83829 Dont allow rpc unlock by default if pin locked 2023-06-09 16:04:15 +01: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
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
Willy-JL
5c2e7f9e08 Auto unlock rpc for u2f 2023-06-08 15:53:24 +01:00
Nikita Vostokov
fd6b8cd99a Don't reset cursor position after 2x Back btn press 2023-06-08 16:54:45 +03:00
Nikita Vostokov
253478dba5 SubGHz: Fix notifications
* Emit error notification on memory full
* Set IDLE notification (led off) at Info scene if Memory Full
* Enable Rx notification and Rx after deletion of item after "Memory full" state
2023-06-08 16:54:45 +03:00
MX
18220515b5 Merge branch 'ofw-dev' into dev 2023-06-08 14:58:46 +03:00
ClaraCrazy
b9f7008017 Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into dev 2023-06-08 10:55:45 +02:00
hedger
3226254876 [FL-3351] github: re-enabled f18 build (#2743)
* github: re-enabled f18 build
* scripts: storage: better transfer logging
* Fix PVS warnings

Co-authored-by: あく <alleteam@gmail.com>
2023-06-08 15:16:01 +09:00
g3gg0.de
c186d2b0cc added ISO15693 (NfcV) reading, saving, emulating and revealing from privacy mode (unlock) (#2316)
* added support for ISO15693 (NfcV) emulation, added support for reading SLIX tags
* SLIX: fixed crash situation when an invalid password was requested
* ISO15693: show emulate menu when opening file
* rename NfcV emulate scene to match other NfcV names
* optimize allocation size for signals
* ISO15693: further optimizations of allocation and free code
* ISO15693: reduce latency on state machine reset
* respond with block security status when option flag is set
* increased maximum memory size to match standard
  added security status handling/load/save
  added SELECT/QUIET handling
  more fine grained allocation routines and checks
  fix memset sizes
* added "Listen NfcV Reader" to sniff traffic from reader to card
* added correct description to delete menu
* also added DSFID/AFI handling and locking
* increase sniff log size
* scale NfcV frequency a bit, add echo mode, fix signal level at the end
* use symbolic modulated/unmodulated GPIO levels
* honor AFI field, decrease verbosity and removed debug code
* refactor defines for less namespace pollution by using NFCV_ prefixes
* correct an oversight that original cards return an generic error when addressing outside block range
* use inverse modulation, increasing readable range significantly
* rework and better document nfc chip initialization
* nfcv code review fixes
* Disable accidentally left on signal debug gpio output
* Improve NFCV Read/Info GUIs. Authored by @xMasterX, committed by @nvx
* Fix crash that occurs when you exit from NFCV emulation and start it again. Authored by @xMasterX, committed by @nvx
* Remove delay from emulation loop. This improves compatibility when the reader is Android.
* Lib: digital signal debug output pin info

Co-authored-by: Tiernan Messmer <tiernan.messmer@gmail.com>
Co-authored-by: MX <10697207+xMasterX@users.noreply.github.com>
Co-authored-by: gornekich <n.gorbadey@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-06-08 14:30:53 +09:00
Willy-JL
cefad3dde6 Begone, uselessness! 2023-06-08 01:32:24 +01:00
Willy-JL
75147e89d7 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2023-06-08 01:27:49 +01:00
Willy-JL
81f42afed0 Connection go much brrr 2023-06-08 01:11:38 +01:00