Commit Graph

5447 Commits

Author SHA1 Message Date
Willy-JL
c79e13ff64 Update evil portal and esp flasher icons --nobuild 2023-08-15 02:47:45 +02:00
Willy-JL
cee43d5b79 Custom lcd color 2023-08-15 01:51:04 +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
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
520b4ace2e Forma value and name settings arrays 2023-08-14 03:19:18 +02:00
Willy-JL
2f8d49d764 Add icons to esubghz chat menu --nobuild 2023-08-13 18:23:08 +02:00
Willy-JL
88e54a86b2 Enable backlight with input keyboard command 2023-08-13 03:22:11 +02:00
Willy-JL
bbcacd1d80 FBT please cope 2023-08-13 03:21:54 +02:00
WillyJL
bc4f4dee57 Chess v1.8 (#355) 2023-08-13 03:20:44 +02:00
WillyJL
1c729a44c2 FlipBIP v1.13 (#354) 2023-08-13 03:19:59 +02:00
Willy-JL
2b406477ca Format 2023-08-13 03:07:25 +02:00
Willy-JL
1e59764c20 Input keyboard toggle hold for next key with space 2023-08-13 03:06:24 +02:00
Willy-JL
7504e58244 Update totp 2023-08-13 03:02:22 +02:00
Willy-JL
1d3228768f Input keyboard command support putty/picocom 2023-08-13 02:34:42 +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
Struan Clark
d40ef982af chore: format (le sigh) 2023-08-12 15:14:00 -06:00
MX
9fb20438c7 remove wrong path 2023-08-12 21:39:47 +03:00
Struan Clark
2c412d9281 feat: Chess v1.8 2023-08-12 12:09:05 -06:00
Struan Clark
92a481e770 feat: FlipBIP v1.13 2023-08-11 23:51:28 -06:00
MX
28a05d8f6b finish moving apps 2023-08-12 04:47:18 +03:00
MX
773a5e382f remove base apps pack 2023-08-12 04:43:23 +03:00
Willy-JL
5e710916d6 Fix menu index navigation in esp quick flash 2023-08-12 01:50:42 +02:00
Willy-JL
fce86c494f Only enter bootloader for wifi dev board 2023-08-12 01:31:05 +02:00
Willy-JL
e99ccedc9c Update quickflash naming 2023-08-12 01:29:54 +02:00
ClaraCrazy
55ac4e0a35 Fix path for esp32_cam camera app --nobuild 2023-08-11 23:17:11 +02:00
Willy-JL
d114dbe196 Format again? 2023-08-11 22:56:38 +02:00
Willy-JL
12004d0ef4 Format 2023-08-11 22:55:06 +02:00
Willy-JL
35cf740a63 ESP Flasher quick flash for wroom / dev pro 2023-08-11 22:53:31 +02:00
Willy-JL
29c3031942 Add e-subghz chat app (by @twisted-pear) 2023-08-11 22:48:35 +02:00
Willy-JL
a30ced8f17 Add wire tester app (by @unixispower) 2023-08-11 22:39:11 +02:00
Willy-JL
397287819a Dolphin add missing deeds + fix&clean state code 2023-08-11 22:31:34 +02:00
MX
751cb9f5d6 totp update 2023-08-11 23:20:38 +03:00
MX
8d8102b4f9 merge fixes 2023-08-11 18:24:51 +03:00
MX
4b81046b6f Merge branch 'ofw-dev' into dev 2023-08-11 18:08:12 +03: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
ClaraCrazy
16baec1e81 Fix leftover SFW mention --nobuild 2023-08-11 12:26:10 +02:00
MMX
f75fcd4e34 UI: Clock on Desktop (#2891)
* Clock on desktop
* Gui: gui_active_view_port_count
* Gui: move gui_active_view_port_count to private header, update docs
* Desktop: simplify desktop clock code
* Desktop: refactor clock
* Desktop: optimize clock code
* Desktop: 3rd cleanup round
* Desktop: 4th cleanup round, missing bits and pieces

Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-08-11 01:10:15 +09:00
twisted-pear
c976ff11bf 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-10 17:44:46 +09:00
Willy-JL
9e8139bb13 Fix keybinds for main applications / exta actions 2023-08-10 03:31:49 +02: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
Willy-JL
177d813e9d Keybind fix hang on loader app error 2023-08-10 02:05:18 +02:00
Willy-JL
605806d3a6 Loader fix string pointer bugs with start detached 2023-08-10 02:04:41 +02:00
Willy-JL
df19f69e73 Desktop keybinds select any file (use default app)
#248
2023-08-10 01:59:32 +02:00
Willy-JL
04f724a52c Add run_with_default_app(), run files in right app 2023-08-10 01:44:33 +02:00
Willy-JL
ea6966208b Rename archive external helper include 2023-08-10 01:23:43 +02:00
Willy-JL
c5700767b6 Archive show decide between binary and text viewer 2023-08-10 01:08:16 +02:00
Willy-JL
d4e1d28187 Completely new text viewer app (proper newlines)
Code borrowed from archive app show scene, will be used to replace that
2023-08-10 01:04:31 +02:00
Willy-JL
0196d22db3 Merge branch 'dev' of https://github.com/Flipper-XFW/Xtreme-Firmware into xfw-dev 2023-08-10 00:05:50 +02:00