Commit Graph

1798 Commits

Author SHA1 Message Date
Struan Clark
fab74b5d13 Merge branch 'dev' into xtruan/eurocorp_menu 2023-08-15 19:08:11 -06:00
Struan Clark
ad6b59e910 chore: font cr 2023-08-15 01:05:46 -06:00
Struan Clark
9bae4dc291 feat: Eurocorp menu theme 2023-08-14 21:13:54 -06:00
Willy-JL
81b6a86084 Add rgb backlight rainbow saturation option 2023-08-15 04:01:08 +02:00
Willy-JL
ee7260d45f Translate russian rgb backlight comments 2023-08-15 03:49:16 +02:00
Willy-JL
a416bbe1ca Cleanup and settings fixes 2023-08-15 03:38:53 +02:00
Willy-JL
51136a8969 Set rgb backlight leds individually 2023-08-15 03:31:48 +02:00
Willy-JL
3543ecff2e Update some rgb backlight settings 2023-08-15 02:51:37 +02:00
Willy-JL
6a618b6e19 Cleanup and fixes 2023-08-15 01:24:12 +02:00
Willy-JL
ad689e0926 Move rgb bl color presets to userspace 2023-08-15 01:23:45 +02:00
Willy-JL
9a3036387f Add color compare api 2023-08-15 00:59:44 +02:00
Willy-JL
d413d30a2d Fix rgb backlight configuration and setup 2023-08-15 00:20:46 +02:00
Willy-JL
fed21fae64 Rainbow rgb backlight + full rgb code rework 2023-08-14 05:28:49 +02:00
Willy-JL
5e8efe8281 Add colors toolbox (rgb and hsv) 2023-08-14 01:17:37 +02:00
Willy-JL
1e2f2cc784 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev --nobuild 2023-08-13 02:33:47 +02:00
MX
09d5b3b1ed Expose additional functions of the crypto engine to user (#2923)
* Allow loading user supplied keys and add CTR mode
* Add GCM mode to furi_hal_crypto
* Split up CTR and GCM code, add flag for adv crypto
* Add convenience functions for GCM crypto
* Run fbt format
* Update GCM to support additional auth data
* Update APIs
* FuriHal: update crypto documentation, method names and usage
* Clean up code for key (un)loading, GCM and CTR
  - get rid of goto
  - do not use furi_hal_bt_is_alive() when not using secure enclave
  - give defines a type and wrap in ()
* Add unit test for CTR and GCM crypto
* FuriHal: const in crypto unit tests, cortex timer for crypto operations timeouts
* FuriHal: update crypto docs

Co-authored-by: twisted_pear <twstd@posteo.net>
Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-08-11 17:55:40 +03:00
Willy-JL
367389367a Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2023-08-10 02:18:22 +02:00
Sil
01dcf16c05 Add Commodore 64 style menu 2023-08-09 23:22:15 +02:00
MX
7027f6a4c4 Merge branch 'ofw-dev' into dev 2023-08-09 15:05:12 +03:00
Astra
a39ef50fdb [FL-3433] Add compressor.h to the SDK (#2962) 2023-08-09 16:52:41 +09:00
Sergey Gavrilov
00cdc3d1cb [FL-3461] RPC: md5 in storage list (#2929)
* Protobuf: update
* Toolbox: md5 for file. Unit-Tests: test md5_calc.
* Storage RPC, CLI, unit tests: use new md5_calc
* Protobuf: update
* RPC, StorageList: append md5 info to file
* fbt: attempt to fix shallow submodule checkouts
* pvs: make happy
* Protobuf: update to latest release

Co-authored-by: hedger <hedger@nanode.su>
Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-08-09 06:34:54 +09:00
Derek Jamison
e9f1af44f2 Fixes #2957 - subghz decode_raw (#2958)
* Fixes #2957 - subghz decode_raw
* SubGhz: proper decode_raw fix

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-08-08 17:03:39 +09:00
Astra
1e4af1d550 FDX-B temperature in system units (#2941)
* FDX-B temperature now uses system units
* LF-RFID: wrap floats in fdx-b temperature conversion

Co-authored-by: あく <alleteam@gmail.com>
2023-08-07 19:28:47 +09:00
MX
f70d2b5ae7 revert old nfc debug defines was used to save space 2023-08-05 14:25:16 +03:00
Astra
d09cf6c692 FDX-B temperature now uses system units 2023-08-05 14:00:48 +03:00
Willy-JL
24dfca4379 Add transparent lockscreen toggle 2023-08-04 20:57:37 +02:00
Willy-JL
544a2f4e00 Prefer EXFAT (?) pls no brokie 2023-08-04 03:59:35 +02:00
Willy-JL
6e7048f84c Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2023-08-03 12:09:59 +02:00
Sil333033
070fb17485 Move amped code 2023-08-02 20:23:55 +02:00
MX
74ffb02b56 Merge branch 'ofw-dev' into dev 2023-08-02 19:09:48 +03:00
erikj95
cf6706c42e NFC CLI: Fix multiple apdu commands from not working when one of them gives an empty response (#2922)
* NFC CLI: Fix multiple apdu commands from not working when one of them gives an empty response
* Make PVS happy

Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-08-03 00:24:02 +09:00
AloneLiberty
a7aef0bfc2 NFC: Fix MFC key invalidation (#2912)
* NFC: Fix key invalidation (again~)
* NFC: shouldn't be there
This code get called each time we check for B key

Co-authored-by: あく <alleteam@gmail.com>
2023-08-03 00:06:38 +09:00
hedger
17bcfee224 [FL-3441] faploader: always create app dir, even if it doesn't have subdirs (#2901)
Co-authored-by: あく <alleteam@gmail.com>
2023-08-02 00:43:14 +09:00
MMX
fe7a1c2fcc SubGHz - Keeloq: Read Centurion Nova remotes (#2892)
Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-08-01 18:32:24 +09:00
gid9798
c6b6aec057 replace power amp in driver 2023-07-30 12:12:59 +03:00
Willy-JL
cef4a004f7 Add PS4 menu style 2023-07-30 01:29:14 +02:00
Sil333033
5103a45f0a Update ampd code again 2023-07-29 22:18:22 +02:00
Willy-JL
aba874ddab Merge unleashed 2023-07-29 20:24:53 +02:00
Sil333033
3a273280cc Update ampd code 2023-07-29 18:09:41 +02:00
MX
0f9c6ba847 Remake it more properly
still has problems, need to rewrite subghz_devices tx/rx switch code, checking strcmp every time is not good too, but better than loading whole config from microsd
2023-07-29 03:51:46 +03:00
Willy-JL
ad4b43d096 Lint xtreme lib too 2023-07-29 02:34:52 +02:00
Willy-JL
ae86e6b637 Add vertical menu style 2023-07-28 20:10:24 +02:00
Willy-JL
27fb23d4ce Merge branch 'dev' of https://github.com/Flipper-XFW/Xtreme-Firmware into xfw-dev 2023-07-28 00:27:01 +02:00
Willy-JL
49e4f4f246 Add DSi style main menu 2023-07-28 00:26:58 +02:00
Sil333033
d36c7cc183 Configurable SPI & Uart channels 2023-07-27 19:49:39 +02:00
Z3BRO
58beca313d SubGHz External High Power 2023-07-27 17:25:32 +02:00
Willy-JL
a397a3f9bd Improve flipper init and add logging + led 2023-07-26 21:58:36 +02:00
Willy-JL
aaafdc1a82 Fix asset packs folder change stuff 2023-07-26 15:03:56 +02:00
Willy-JL
c6564deef9 Why was this a thing? 2023-07-26 14:55:20 +02:00
Willy-JL
be82c36070 Merge branch 'dev' of https://github.com/Sil333033/Flipper-Xtreme into xfw-dev 2023-07-26 03:50:41 +02:00