Commit Graph

1927 Commits

Author SHA1 Message Date
Haseo 607e46e757 Add Blackjack 2022-10-13 21:17:26 +02:00
Haseo 431a5b1a12 Music Beeper By Haseo
Music Beeper By Haseo Thx to Majik
2022-10-13 20:57:04 +02:00
RogueMaster 7f99a0bb8a Update music_player_worker.c 2022-10-13 14:16:16 -04:00
RogueMaster 8e3e72288c Merge branch 'UNLEASHED' into 420 2022-10-13 13:44:38 -04:00
RogueMaster 377600a9da Update gui.c 2022-10-13 13:41:42 -04:00
MX b909321699 Merge pull request #107 from an4tur0r/feature/fast_pin_lock
Feature: lock device with pin by long pressing up button
2022-10-13 17:54:43 +03:00
MX 9941df48bb run fbt format 2022-10-13 17:00:20 +03:00
MX 8e0e4b5e2c update totp plugin
https://github.com/akopachov/flipper-zero_authenticator
2022-10-13 16:57:08 +03:00
an4tur0r 39cd10f061 lock device shortcut 2022-10-13 16:54:13 +03:00
MX 3a569d4be8 Merge branch 'fz-dev' into dev 2022-10-13 00:42:15 +03:00
RogueMaster 40ed669955 Bluetooth_Remote_icons 2022-10-12 17:28:49 -04:00
RogueMaster 41866abb87 Merge branch 'ofwdev' into 420 2022-10-12 17:20:56 -04:00
Thibaut CHARLES ede3bac799 Badusb: show script errors on screen (#1506)
Co-authored-by: あく <alleteam@gmail.com>
2022-10-13 01:21:54 +09:00
hedger eb4ff3c0fd [FL-2832] fbt: more fixes & improvements (#1854)
* github: bundling debug folder with scripts; docs: fixes & updates; fbt: added FAP_EXAMPLES variable to enable building example apps. Disabled by default. fbt: added TERM to list of proxied environment variables
* fbt: better help output; disabled implicit_deps_unchanged; added color to import validator reports
* fbt: moved debug configuration to separate tool
* fbt: proper dependency tracker for SDK source file; renamed linker script for external apps
* fbt: fixed debug elf path
* fbt: packaging sdk archive
* scripts: fixed sconsdist.py
* fbt: reworked sdk packing; docs: updates
* docs: info on cli target; linter fixes
* fbt: moved main code to scripts folder
* scripts: packing update into .tgz
* fbt, scripts: reworked copro_dist to build .tgz
* scripts: fixed naming for archived updater package
* Scripts: fix ぐるぐる回る

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-10-13 01:12:05 +09:00
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
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
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
MX b6dfeac7ca rfid fuzzer fix 2022-10-11 03:39:48 +03:00
MX 349a151330 fix memory leak 2022-10-11 03:29:59 +03:00
RogueMaster d0c1c5ec6e Merge branch 'UNLEASHED' into 420 2022-10-10 19:30:07 -04:00
MX b0c31da36a update name 2022-10-11 00:52:43 +03:00
RogueMaster 47c4d2c218 Merge branch 'UNLEASHED' into 420 2022-10-10 17:10:36 -04:00
RogueMaster 68a8cbea2a totp update 2022-10-10 17:05:26 -04:00
DerSkythe 3f3ee1822a Update upper buttons 2022-10-10 23:24:10 +04:00
DerSkythe 52361b4adf Add split RAW files ability 2022-10-10 20:20:56 +04:00