Commit Graph

4766 Commits

Author SHA1 Message Date
Nikolay Minaylov
9317ded1a9 [FL-2749] New power off screen #1637
Co-authored-by: あく <alleteam@gmail.com>
2022-08-23 02:54:01 +09:00
gornekich
8992f8ac36 Fix mifare ultralight/ntag unlock #1624
Co-authored-by: あく <alleteam@gmail.com>
2022-08-23 02:14:31 +09:00
hedger
9829145d8c fbt: fixed include paths; added PVS-Studio configuration (#1615)
* fbt: fixed include paths for generated version header
* lib: STM32CubeWB: refactored & cleaned up WPAN include paths
* hal: linter fixes for new headers
* fbt: added version_json target
* Added .pvsconfig; split common_defines.h into 2 files
* Added PVS-Studio basic configuration files; updated .gitignore

Co-authored-by: あく <alleteam@gmail.com>
2022-08-23 02:06:17 +09:00
Nikolay Minaylov
5b4e732fa3 [FL-2737] Dolphin level thresholds update #1610
Co-authored-by: あく <alleteam@gmail.com>
2022-08-23 01:53:51 +09:00
Nikolay Minaylov
df4755bc06 [FL-2727] BLE Remote UI fixes #1609
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-08-23 01:41:41 +09:00
Nikolay Minaylov
84e2e321b4 RPC: more asserts and checks (#1606)
Co-authored-by: あく <alleteam@gmail.com>
2022-08-23 01:36:45 +09:00
Lesha Lomalkin
4e1470cef2 slideshow.py: add return code on error (#1636)
* slideshow.py: add return code on error
* Scripts: remove dead code

Co-authored-by: Lesha Lomalkin <info@lomalkin.ru>
Co-authored-by: あく <alleteam@gmail.com>
2022-08-23 01:24:08 +09:00
SHxKenzuto
409151fabe Merge remote-tracking branch 'upstream/dev' into dev 2022-08-22 18:22:13 +02:00
Nikolay Minaylov
cfc0383b96 Archive: dont start browser worker on favourites tab (#1628)
Co-authored-by: あく <alleteam@gmail.com>
2022-08-23 01:19:03 +09:00
Anna Prosvetova
0a6d775fa7 Github: Update CODEOWNERS (#1631) 2022-08-21 21:51:04 +09:00
Chris van Marle
df08c5fc12 SubGhz: Add KaKu support 2022-08-19 14:15:37 +02:00
Max Andreev
fdb181b158 Fix BT Remote 'stay' button on first launch bug (#1626) 2022-08-19 20:31:45 +09:00
Daniel
71c27de8cc fix[unirf]: load environment mf codes 2022-08-19 03:38:35 +02:00
MX
9609751517 Merge branch 'fz-dev' into dev 2022-08-19 02:42:01 +03:00
Nikolay Minaylov
2a452063c6 [FL-2747, FL-2745] Browser worker fix, Device Info screen update #1620
Co-authored-by: あく <alleteam@gmail.com>
2022-08-19 01:54:17 +09:00
hedger
2e993b0a58 [FL-2748] disabled automatic poweroff for single-frame slideshows #1621 2022-08-19 01:46:43 +09:00
Astra
e243a0e0e4 Add MFC 1/4K 4/7bUID to "Add Manually" (#1584)
* Add MFC 1/4K 4/7bUID to the "Add Manually" section
* Small cleanup
* Improve readability
* Fix comment on the text box element
* Review fixes
2022-08-18 21:43:28 +09:00
MX
77f2484cc3 changelog: note about new build names 2022-08-18 04:04:58 +03:00
Daniel
9eb9a44ee4 Merge remote-tracking branch 'upstream/dev' into feat/unirf-protocols 2022-08-18 01:46:57 +02:00
Daniel
58cc7c1814 feat[playlist]: redesign (implements #2) 2022-08-18 01:39:25 +02:00
MX
6374829eac update changelog 2022-08-18 02:25:10 +03:00
Daniel Statzner
7681e9a257 Merge branch 'Eng1n33r:dev' into feat/playlist 2022-08-18 00:50:53 +02:00
Daniel
365d2977ef feat[playlist]: repeat (implements #1) 2022-08-18 00:50:19 +02:00
MX
f9900c194b updated universal remote assets
by Amec0e
2022-08-18 00:59:49 +03:00
MX
8f59217dd4 fixed typos in encoders 2022-08-17 23:33:41 +03:00
MX
cee1611583 Merge branch 'fz-dev' into dev 2022-08-17 23:25:29 +03:00
MX
9b13842467 Fix typos in subghz (#1588)
Co-authored-by: あく <alleteam@gmail.com>
2022-08-18 01:40:09 +09:00
Walter Doekes
c964099c8c Increment U2F counter before authentication (#1595)
* Fix U2F counter endianness
* Increment U2F counter before using it
* U2F: increment counter before use
* U2F: don't increment on U2fCheckOnly

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2022-08-18 01:23:13 +09:00
Walter Doekes
831da59ed0 Fix U2F counter endianness (#1592)
Co-authored-by: あく <alleteam@gmail.com>
2022-08-18 00:44:08 +09:00
Nikolay Minaylov
6c268ec581 U2F: counter file migration (#1604)
Co-authored-by: あく <alleteam@gmail.com>
2022-08-18 00:40:06 +09:00
gornekich
560ea5f995 [FL-2714] New NFC info screens (#1605)
* nfc: add scroll element for info
* widget: format lines for scroll text element
* widget: fix new line generation
* widget: finish element text scroll
* nfc: rework ultralight and NTAG info scenes
* nfc: rework mf classic info screens
* nfc: rework nfca info scenes
* nfc: fix mf ultralight navigation
* widget: add documentation
* nfc: rework bank card infO
* nfc: rework device info scene
* nfc: fix incorrect atqa order
* mf ultralight: remove unused function
* widget: add mutex for model protection
* widget: fix memory leak
* nfc: rework delete scene
* nfc: fix selected item in saved menu scene
* widget: fix naming in text scroll element
* nfc: fix navigation from delete success
* nfc: add dictionary icon
* widget: fix memory leak
2022-08-18 00:08:13 +09:00
MX
d5eff94005 un-distorted music player 2022-08-17 03:46:08 +03:00
MX
9b5486ca32 Wifi marauder app critical bug fixes
by @0xchocolate
2022-08-17 03:25:34 +03:00
MX
077898f068 wifi marauder app update
by @0xchocolate / with some changes applied
2022-08-17 01:46:40 +03:00
MX
a928cb6ed7 add some checks for custom flipper name
and update audio ir asset by Amec0e
2022-08-16 09:43:21 +03:00
MX
5ab70b264d Merge branch 'fz-dev' into dev 2022-08-16 00:37:37 +03:00
Daniel
3aed4de1b4 fix[unirf]: passed wrong FlipperFormat 2022-08-15 20:52:04 +02:00
Daniel Statzner
a8895d56ea Merge branch 'Eng1n33r:dev' into feat/playlist 2022-08-15 20:51:30 +02:00
SHxKenzuto
cf053b41b1 Merge remote-tracking branch 'upstream/dev' into dev 2022-08-15 19:40:34 +02:00
あく
b3d7583f9b SubGhz: update notification messages (#1602)
* SubGhz: update notification messages

* Assets: update default notification dolphin. SubGhz: update prohibited frequency text.

* FuriHal: finalize version and region link
2022-08-15 18:53:08 +03:00
SHxKenzuto
6dc39babdf Merge pull request #1 from flipperdevices/dev
merge with flipperdevices
2022-08-15 12:27:48 +02:00
MX
c7d8b54a5e Update Mifare Classic dict asset
from UberGuidoZ repo + added some keys to the end
2022-08-15 04:41:12 +03:00
MX
f669f89e79 Volume buttons in Audio universal remote
asset file updated by Amec0e
2022-08-15 03:57:38 +03:00
Daniel
33fbf268b7 fix[unirf]: close fff_file 2022-08-14 23:52:05 +02:00
MX
4534e1f790 update audio.ir asset 2022-08-15 00:47:40 +03:00
Daniel
36784f95c8 refactor[unirf]: dynamic protocol updates 2022-08-14 23:26:49 +02:00
Daniel Statzner
7acd814970 Merge branch 'Eng1n33r:dev' into feat/playlist 2022-08-14 21:44:58 +02:00
MX
b571c3443b update assets 2022-08-14 22:17:47 +03:00
MX
0e0683a71e update changelog 2022-08-14 22:05:23 +03:00
MX
da128db924 update readme & settings 2022-08-14 22:00:58 +03:00