Commit Graph

1140 Commits

Author SHA1 Message Date
Struan Clark fa78a7fcaa feat: allow checking for new fonts 2023-08-15 19:37:31 -06:00
MX aeadaef7c9 remove old vars 2023-08-15 08:37:56 +03:00
Struan Clark 3fd705558f fix: height 2023-08-14 21:30:40 -06:00
Struan Clark 9bae4dc291 feat: Eurocorp menu theme 2023-08-14 21:13:54 -06:00
Willy-JL 88e54a86b2 Enable backlight with input keyboard command 2023-08-13 03:22:11 +02:00
Willy-JL 1e59764c20 Input keyboard toggle hold for next key with space 2023-08-13 03:06:24 +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
Willy-JL 397287819a Dolphin add missing deeds + fix&clean state code 2023-08-11 22:31:34 +02: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
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 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 0196d22db3 Merge branch 'dev' of https://github.com/Flipper-XFW/Xtreme-Firmware into xfw-dev 2023-08-10 00:05:50 +02:00
Sil f23770d867 Remove unused name 2023-08-09 23:31:27 +02:00
Willy-JL 2efa61fa62 Add header api to var item list 2023-08-09 23:25:46 +02:00
Sil e2694a5c82 Merge branch 'dev' of https://github.com/Flipper-XFW/Xtreme-Firmware into dev 2023-08-09 23:23:23 +02:00
Sil 01dcf16c05 Add Commodore 64 style menu 2023-08-09 23:22:15 +02:00
Willy-JL efe2992c75 Fix submenu header usage and add warning 2023-08-09 22:32:27 +02:00
Willy-JL 01b63b0a46 Mirror some submenu and varitemlist code/behavior 2023-08-09 22:31:27 +02:00
Willy-JL bfb9296d07 Short name for all menu styles 2023-08-09 21:09:38 +02:00
MX 7027f6a4c4 Merge branch 'ofw-dev' into dev 2023-08-09 15:05:12 +03: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
DerSkythe 540862fbf2 Merge pull request #9 from derskythe/dev-master
Sync branch
2023-08-08 00:34:31 +04:00
MX c1438ce850 remove unused variable 2023-08-05 15:08:56 +03:00
ClaraCrazy b7c52f3adf Add tiddies to Flipper CLI 2023-08-05 01:24:26 +02:00
Willy-JL 24dfca4379 Add transparent lockscreen toggle 2023-08-04 20:57:37 +02:00
DerSkythe 500ca0758a Save hopping in last settings
- Save hopping state
- Add easy logging to SubGhzLastSettings
- Add to CLI alias 'l' for log command
- Fix misspelled names
2023-08-04 18:52:16 +04:00
Blaine Murphy c268bf5ff6 Replaced stock MOTD with a customized one 2023-08-04 09:43:12 -04:00
Willy-JL 09533b36e0 Dolphin deeds done in loader, exclude games/media 2023-08-03 23:19:23 +02:00
Willy-JL 21eeb53960 Storage error handling improvements 2023-08-03 15:20:54 +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
Willy-JL edd708ca67 Fix lefty inputs with vertical menu 2023-08-03 03:21:24 +02:00
Willy-JL d87a6cffd1 c o n s u m e d 2023-08-03 03:21:05 +02:00
Willy-JL e8f11e5521 Add storage_file_expand() 2023-08-02 23:33:27 +02:00
MX 74ffb02b56 Merge branch 'ofw-dev' into dev 2023-08-02 19:09:48 +03:00
Astra 3e8e999909 [FL-3470] Rename Applications to Apps (#2939)
* Applications are now apps
* Desktop: Apps in settings

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-08-02 23:58:59 +09:00
MX 3a5ed704fd Merge branch 'ofw-dev' into dev 2023-08-02 16:09:16 +03:00
Astra 035e447009 [FL-3462] External apps icounter (#2928)
Co-authored-by: あく <alleteam@gmail.com>
2023-08-02 12:58:39 +09:00
MMX aadb72af53 UI: New way to input bytes in byte_input (#2890)
* New byte input UI option
* Gui: reformat and cleanup byte_input docs, make PVS happy

Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-08-01 18:09:30 +09:00
Nikolay Minaylov a2a4fa8cda [FL-3408, FL-3429, FL-3430] Backlight notification fix (#2878)
* Notifications: display brightness override fix
* FuriHalVersionColor update
* float comparison fix

Co-authored-by: あく <alleteam@gmail.com>
2023-08-01 16:56:11 +09:00
Willy-JL cef4a004f7 Add PS4 menu style 2023-07-30 01:29:14 +02:00
Willy-JL a562b09aff Deduplicate more main menu input code 2023-07-29 23:27:36 +02:00
Willy-JL 1e64419d9e Revert "This isnt used anywhere"
This reverts commit a65c7d1e40.
2023-07-29 23:04:21 +02:00
Willy-JL 4560bead7a Format 2023-07-29 02:35:05 +02:00