Commit Graph

151 Commits

Author SHA1 Message Date
MX ca3ce2edce add temp sensor plugin 2022-10-20 23:51:13 +03:00
MX 221bd13e09 update subbrute module 2022-10-20 22:07:45 +03:00
MX 120a74ee1a add two new plugins 2022-10-20 21:02:27 +03:00
MX 96dd3ad1ce WS: add protocol Acurite-606TX, LaCrosse_TX141THBv2
OFW PR 1898 by Skorpionm - Details will be in changelog
2022-10-20 19:14:04 +03:00
MX 2740368b0e Merge branch 'fz-dev'
Conflicts:
	.gitmodules
	firmware/targets/f7/api_symbols.csv
2022-10-20 19:06:56 +03:00
Sergey Gavrilov f56c94922d CMSIS DAP/DAP Link Debugger (#1897)
* Apps: DAP Link
* API: furi_hal_console_init

Co-authored-by: あく <alleteam@gmail.com>
2022-10-20 20:42:55 +09:00
Skorpionm 9a9abd59e9 [FL-2904, FL-2900, FL-2890] WS: add app WeatherStation (#1833)
* WeatherStation: start
* SubGhz: rename protocol magellen -> magellan
* WeatherStation: err Unresolved symbols: {'subghz_protocol_decoder_base_get_string'}
* WeatherStation: fix Unresolved symbols: {'subghz_protocol_decoder_base_get_string'}
* Subghz: add set protocol_items
* WeatherStation: adding your protocols
* WS: add Infactory protocol
* WS: add history
* WS: add setting
* WS: add lock
* WS: add hopper frequency
* WS: fix history
* WS fix string_t -> FuriString*
* WS: add images
* WS: history record update when receiving data from the sensor again
* WS: add receiver info, delete extra code
* WS: add protocol ThermoPRO_TX4
* [FL-2900] SubGhz: Move icons in Sub-GHz
* WS: add Notification
* [FL-2890] SubGhz: Rename *_user files in resources to _user.example
* WS: add about scene
* WS: removing redundant code
* WS: add  protocol Nexus-TH
* WS: add protocol GT_WT03
* WS: fix notification and rename "Weather Station" -> "Read Weather Station"
* SubGhz: partial unit tests fix
* SubGhz: fix unit_test
* SubGhz: remove dead code
* SubGhz: rename SubGhzPresetDefinition into SubGhzRadioPreset, cleanup subghz types.

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-10-20 02:27:26 +09:00
MX a3c6d8bb4a SubGhz: rename SubGhzPresetDefinition into SubGhzRadioPreset, cleanup subghz types. 2022-10-19 18:52:21 +03:00
MX 49ba5fc9f3 moved subghz bruteforcer into submodule 2022-10-19 06:32:31 +03:00
MX dd28e5ea7b moving into submodule 2022-10-19 06:31:39 +03:00
MX 488563000a subghz bruteforce - add chamberlain 7b and 8b 2022-10-19 02:47:44 +03:00
MX 57251eb028 Merge branch 'fz-dev' into dev 2022-10-18 19:55:26 +03:00
Aleksandr Kutuzov f33ea3ebe0 SubGhz: partial unit tests fix 2022-10-18 19:54:40 +03:00
MX 84d12da45a add app WeatherStation
OFW PR 1833 by Skorpionm
2022-10-18 19:51:44 +03:00
Patrick Cunningham 56f760aa07 Picopass: Read Elite (#1888)
* working elite dict
* add csn to display

Co-authored-by: あく <alleteam@gmail.com>
2022-10-18 23:58:26 +09:00
MX fc776446de heap defence, aka stack attack, ported to latest fw 2022-10-18 04:20:37 +03:00
MX a4ee73b470 add dtmf dolphin plugin
https://github.com/litui/dtmf_dolphin
2022-10-17 22:40:14 +03:00
MX 8f5cbdc4c2 Merge pull request #113 from TQMatvey/dev
Minesweeper: Set cursor to initial position on death
2022-10-17 21:41:57 +03:00
MX 89d49fdba7 Merge branch 'dev' into flappy_patches 2022-10-17 21:39:09 +03:00
MX 04d67ca8ae update totp
https://github.com/akopachov/flipper-zero_authenticator
2022-10-17 21:22:34 +03:00
TQMatvey 3a50021348 Flappy: Allow using UP key to jump 2022-10-15 12:54:00 +07:00
TQMatvey 20c63664ca Flappy: Border hitboxes, bigger Pilars 2022-10-15 12:46:59 +07:00
TQMatvey 9b6abd8ef0 Minesweeper: Set cursor to initial position on death 2022-10-15 10:53:45 +07:00
MX effcb445ce update minesweeper
https://github.com/panki27/minesweeper
2022-10-14 19:19:44 +03:00
MX cb0d9ec591 add sec+ 1.0/2.0 433mhz in add manually, and run fbt fmt 2022-10-14 01:49:32 +03:00
MX dad4772bec update minesweeper
https://github.com/panki27/minesweeper
2022-10-14 01:43:57 +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
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
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 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
Nikolay Minaylov 04f5ad83f8 [FL-2828] Dolphin score points update #1809 2022-10-12 01:54:35 +09: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 b0c31da36a update name 2022-10-11 00:52:43 +03:00
DerSkythe 3f3ee1822a Update upper buttons 2022-10-10 23:24:10 +04:00
Der Skythe 61fe66c178 Merge branch 'DarkFlippers:dev' into subbrute-rev3 2022-10-10 19:26:25 +04:00
MX 0abd54ccc8 fix rfid fuzzer crash 2022-10-10 16:43:31 +03:00
DerSkythe 9152299562 Fix max value in BF dump brute 2022-10-10 12:53:33 +04:00
DerSkythe 9c0391a887 minor changes 2022-10-10 04:44:23 +04:00
DerSkythe 7ded162c94 add vibro on stop to in-pocket mode 2022-10-10 03:24:44 +04:00
DerSkythe 323a56e987 fix saving files 2022-10-10 03:05:51 +04:00
DerSkythe b65a2e9c94 fix send with dump file 2022-10-10 02:52:32 +04:00
DerSkythe eed8cd1824 fix problem with sending 2022-10-10 01:44:37 +04:00
DerSkythe 500456b03d Returned to Worker model 2022-10-10 00:35:44 +04:00
Der Skythe b4a3ac468f Merge branch 'DarkFlippers:dev' into subbrute-rev3 2022-10-09 21:39:58 +04:00
MX 409d2e5f05 replace usb mouse with new plugin (see readme and changelog) 2022-10-09 04:37:14 +03:00