Commit Graph

2393 Commits

Author SHA1 Message Date
gornekich afff1adf8f [FL-2882] BLE tiktok controller (#1859)
* bt hid: introduce tiktok controller
* assets: add bt tiktok assets
* bt hid: finish tiktok draw
* bt hid: add input process to tiktok view
* bt hid: add tiktok swipe emulation
* bt hid: fix exit from tiktok controller
* ble hid: add delay to emulate double tap
* ble hid: change options order
* bt hid: build as external application
* ble hid: fix naming

Co-authored-by: あく <alleteam@gmail.com>
2022-10-13 00:48:13 +09:00
Chris van Marle 13d32f62a9 MRTD remove testing values 2022-10-12 07:30:25 +02:00
Chris van Marle 76ef36e62c MRTD minor format string fixes 2022-10-12 07:28:45 +02:00
Chris van Marle 033f7f6a0b MRTD fix string_t -> FuriString* 2022-10-12 07:26:29 +02:00
RogueMaster a9d3abe727 totp fix 2022-10-12 01:04:14 -04:00
RogueMaster e735b8a38e fmt 2022-10-12 00:53:27 -04:00
RogueMaster 9a2ac1eeb5 totp fix 2022-10-12 00:51:55 -04:00
RogueMaster ed2a57beda totp fix 2022-10-12 00:50:28 -04:00
RogueMaster f6baf82b84 fmt 2022-10-12 00:18:37 -04:00
RogueMaster 778ba72707 fmt 2022-10-12 00:18:03 -04:00
RogueMaster 8d2dc1e689 Merge branch 'UNLEASHED' into 420 2022-10-12 00:13:02 -04:00
MX 155cbeeb11 fix app id for assets 2022-10-12 05:43:22 +03:00
MX 80a406afd3 BLE tiktok controller - why? :(
OFW PR 1859 by gornekich
2022-10-12 05:31:19 +03:00
MX 80735d4f51 Merge pull request #102 from derskythe/fix-read-in-readraw-crash
flipper_format_free after all and only if we failed with all plans
2022-10-12 05:17:37 +03:00
MX b7bdc4c985 sorry, i added "Mod:", and did fbt format 2022-10-12 05:15:45 +03:00
MX f429d14ab5 Merge branch 'dev' into subghz-improvements 2022-10-12 05:04:55 +03:00
MX 744b61ca28 include license 2022-10-12 05:03:33 +03:00
MX 8520daf28b addding some great plugins to be preinstalled
and running fbt format, and fixing TOTP printf format
2022-10-12 05:01:37 +03:00
MX aa9f958f07 Merge branch 'fz-dev' into dev 2022-10-12 04:37:59 +03:00
MX 022315e93d Improve keeloq, add JCM support, fix Nice Smilo, MHouse, and more
now manufacturer name is saved into file, and will not change randomly, 
added support for JCM
fixed Nice Smilo, MHouse
2022-10-12 04:18:29 +03:00
RogueMaster ea34ccb364 Update dolphin.c 2022-10-11 20:07:56 -04:00
RogueMaster 0286a175b7 Merge branch 'ofwdev' into 420 2022-10-11 20:07:00 -04:00
Chris van Marle 5d0025dae3 Merge remote-tracking branch 'upstream/dev' into mrtd 2022-10-11 22:14:40 +02:00
Chris van Marle 6003f85601 MRTD Show month as text 2022-10-11 22:13:42 +02:00
Chris van Marle d1a1cbff82 MRTD Read DG1 + small changes 2022-10-11 22:13:41 +02:00
Chris van Marle 74faab36d9 MRTD display AIDs and DGs after auth 2022-10-11 22:13:37 +02:00
Chris van Marle 89d0c315b1 MRTD multiple changes 2022-10-11 22:13:36 +02:00
Chris van Marle c221c8947e MRTD scene for auth. read 2022-10-11 22:13:26 +02:00
Chris van Marle 6abd967966 MRTD set auth method + cleanup nfc_worker 2022-10-11 22:13:24 +02:00
Chris van Marle 6b968f7fea MRTD reread with auth 2022-10-11 22:13:20 +02:00
Chris van Marle 2c4e2b4aad MRTD rename scene Bac to Auth 2022-10-11 22:13:19 +02:00
Chris van Marle e9bb94254f MRTD move scenes to new directory 2022-10-11 22:13:13 +02:00
Chris van Marle 59efc2701d Merge branch 'dev' into mrtd 2022-10-11 22:13:13 +02:00
Chris van Marle ea4762d068 Merge branch 'dev' into mrtd 2022-10-11 22:13:08 +02:00
Chris van Marle fc9b37850d Minor improvements 2022-10-11 22:12:59 +02:00
Chris van Marle d585eec50e MRTD configure docnr for auth 2022-10-11 22:12:56 +02:00
Chris van Marle 82352705dd MRTD rename mrtd_data.auth.bac to mrtd_data.auth 2022-10-11 22:12:54 +02:00
Chris van Marle 9b861e2313 MRTD popup "PACE todo" 2022-10-11 22:12:52 +02:00
Chris van Marle 67eff89a09 Show set dates in MRTD auth menu 2022-10-11 22:12:46 +02:00
Chris van Marle 3eb0c43756 [NFC] Recognize MRTD + initial menus 2022-10-11 22:12:13 +02:00
Chris van Marle a286c7b1a7 Text input overwrite max size template
The TextInput would not allow another key press if the template that is
going to be overwritten is over the over the buffer size.

This change clears any default text, before checking the length of
entered input.
2022-10-11 22:12:01 +02:00
DerSkythe 702786078d in PNG waves down 2 px, MHZ in Read screen 2022-10-11 22:38:36 +04:00
DerSkythe e78d73c35f fix PNG, move waves 2px down and code to correct values 2022-10-11 21:56:00 +04:00
gornekich 2552278a3d [FL-2883] NFC: bank card rework reading (#1858)
* nfc: remove bank card save option
* nfc: remove bank card save from nfc device
* nfc: remove unused function in emv
* nfc: try several times to start emv application
* nfc: add AID display fallback for bank cards

Co-authored-by: あく <alleteam@gmail.com>
2022-10-12 02:13:12 +09:00
DerSkythe 34406f0607 flipper_format_free after all and only if we failed with all plans 2022-10-11 21:09:41 +04:00
Nikolay Minaylov 04f5ad83f8 [FL-2828] Dolphin score points update #1809 2022-10-12 01:54:35 +09:00
derskythe 06c0adfe98 Save in last settings FrequencyAnalyzer last feedback set 2022-10-11 18:45:46 +04:00
derskythe b0d4146c76 Write full name of preset on Read/ReadRAW screen 2022-10-11 18:26:16 +04:00
RogueMaster 1c3daf6b26 Merge branch 'UNLEASHED' into 420 2022-10-11 00:08:16 -04:00
MX 79e7c87b94 Merge pull request #98 from derskythe/fix-read-in-readraw-crash
Add split RAW files ability
2022-10-11 03:42:12 +03:00