Commit Graph

3897 Commits

Author SHA1 Message Date
Willy-JL faafee5fb5 Wii menu toggle, old menu ext apps and scroll text 2023-03-15 18:48:54 +00:00
Willy-JL f93dd51f80 Remove empty box from wii menu 2023-03-15 18:46:39 +00:00
Willy-JL e9de964690 Scroll app names in wii ui 2023-03-15 17:51:41 +00:00
Willy-JL 9c9f5d784f Properly center custom app icons 2023-03-15 16:47:16 +00:00
Willy-JL 3b52abd4f6 Load FAP icons for custom mainmenu apps 2023-03-15 16:38:37 +00:00
Willy-JL 9e08427c01 Expose CUSTOM_ICON_MAX_SIZE 2023-03-15 16:19:56 +00:00
Willy-JL f61ea738ba Fix wii ui left input 2023-03-15 05:14:33 +00:00
Willy-JL d9c41b904d Load custom apps into main menu 2023-03-15 05:14:08 +00:00
Willy-JL fd9525976e Xfw custom app manager actually save and load list 2023-03-15 04:53:36 +00:00
Willy-JL a5fb4da2f9 Xfw custom app manager improvements 2023-03-15 04:35:36 +00:00
Willy-JL 220b67372e Expose fap_loader_load_name_and_icon in API 2023-03-15 02:27:52 +00:00
Willy-JL 7795d143d6 Xfw app initial custom app manager interface 2023-03-15 01:51:33 +00:00
Willy-JL de761ec4f1 Tweak frequency editor naming 2023-03-15 01:03:19 +00:00
Willy-JL f5fcc87368 Rename char array def for xfw app 2023-03-15 01:03:02 +00:00
Willy-JL 8e7ca0fca2 Shift wii ui icon position 2023-03-14 23:05:43 +00:00
Willy-JL 1926753794 Improve wii ui style 2023-03-14 22:47:06 +00:00
Willy-JL f1ec78deb3 Initial wii ui style main menu 2023-03-14 22:11:30 +00:00
Willy-JL 9bfcf08b22 Scrollable text support center alignment 2023-03-14 22:10:04 +00:00
Willy-JL 28593fbc43 Shorter app names (prep for wii ui) 2023-03-14 22:09:06 +00:00
Willy-JL e161b8bc89 Fix subghz playlist icon 2023-03-14 17:56:53 +00:00
Willy-JL f971631116 Rename subghz ext apps for consistency 2023-03-14 17:52:34 +00:00
Willy-JL 5910ea0e52 Make subghz remote external 2023-03-14 17:51:23 +00:00
Willy-JL 749431ba8d Format 2023-03-14 17:09:51 +00:00
Willy-JL e328ed8549 Add subbrute as non-submodule 2023-03-14 17:09:23 +00:00
Willy-JL b060bd0f96 Remove subbrute submodule 2023-03-14 17:08:30 +00:00
Willy-JL 2a51958d77 Sort apps and files by display name 2023-03-14 02:56:26 +00:00
Willy-JL f14272d9e3 Format 2023-03-14 02:56:13 +00:00
Willy-JL 2b68bf7542 Update keyboard offset logic (fix #168) 2023-03-14 01:35:58 +00:00
Willy-JL 39ddf75f91 Merge branch 'ul-dev' into xfw-dev 2023-03-14 01:07:01 +00:00
MX d32c73ad57 Update subbrute and changelog 2023-03-11 17:28:45 +03:00
Sergey Gavrilov c5db1aaaf5 Revert "Revert "Embed assets in elf file (#2466)""
This reverts commit a04c01a2fd.
2023-03-10 13:57:44 +03:00
Willy-JL 657f1258f7 Fix BadKB MPU stack overflow in conn thread (#162) 2023-03-10 10:01:13 +00:00
Willy-JL 74dc69cd42 BadKB connection deinit before record close 2023-03-10 09:48:40 +00:00
Willy-JL bbb122746a BadKB connection init check already done by thread 2023-03-10 09:38:27 +00:00
Willy-JL 4a6fb14d7f This can go too 2023-03-10 09:35:32 +00:00
Willy-JL dfa46442fb Revert migrate bs 2023-03-10 08:34:59 +00:00
Sergey Gavrilov a04c01a2fd Revert "Embed assets in elf file (#2466)"
This reverts commit 4fd043398a.
2023-03-10 01:43:46 +03:00
MX a48adfbaf7 Fix some strange bug 2023-03-09 23:19:08 +03:00
MX 68fed0e03d Merge branch 'fz-dev' into dev 2023-03-09 21:17:57 +03:00
Leo Smith 5b05aeea82 [#1989] updated parser and added stringln, hold and release (#2448)
* updated parser and added stringln, hold and release
* removed unused code as requested from PR
* BadUsb: tiny change to trigger rebuild

Co-authored-by: p4p1 <p4p1@vivaldi.net>
Co-authored-by: あく <alleteam@gmail.com>
2023-03-10 02:42:34 +09:00
Willy-JL a5da60a028 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2023-03-09 17:30:39 +00:00
Michal Suchánek 780da7d4d5 Upside down / left handed orientation support (#2462)
* Add backup files to .gitignore
* Added lefty support in Settings > System > hand Orient: Fixes: #1015
* Left handed mode
* Fix lefthanded mode on vertical interfaces
* Input: new composite sequence identifier
* Gui: move input mapping from Canvas to ViewPort, properly handle input mapping on View switch in ViewDispatcher
* Rpc: proper input sequencing and tagging in RpcGui
* Rpc: remove magic from RpcGui

Co-authored-by: MrDaGree <5050898+MrDaGree@users.noreply.github.com>
Co-authored-by: Willy-JL <willy.leslie@icloud.com>
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
Co-authored-by: Sergey Gavrilov <who.just.the.doctor@gmail.com>
2023-03-10 02:13:18 +09:00
MX c68a9f325d Update TOTP
https://github.com/akopachov/flipper-zero_authenticator
2023-03-09 18:40:09 +03:00
Sergey Gavrilov 4fd043398a Embed assets in elf file (#2466)
* FBT: file_assets generator
* Elf file: process manifest section externally
* FBT, file_assets generator: add assets signature
* Storage: assets path alias
* Flipper application: assets unpacker
* Apps, Storage: use '/data' alias for apps data
* Storage: copy file to file
* Assets: log flag, fixes
* Update f18 api
* Assets: asserts
* Assets: fix signature_data check
* App assets: example
* Example assets: fix folder structure in readme
* Assets: fix error handling
* Assets builder: use ansii instead of utf-8, use .fapassets section instead of .fapfiles, add assets path to signature
* Elf file: comment strange places
* Storage: totaly optimized storage_file_copy_to_file
2023-03-10 01:01:53 +10:00
MX dfc45eb0f9 Merge branch 'fz-dev' into dev 2023-03-09 16:58:51 +03:00
Astra 50ef5deefc [FL-3118] Dumb mode menu freeze fix (#2456)
Co-authored-by: あく <alleteam@gmail.com>
2023-03-09 17:24:47 +09:00
Willy-JL ad82bf1d49 Format 2023-03-09 02:56:46 +00:00
Willy-JL c84c74e760 Update apps pt3 2023-03-09 02:47:41 +00:00
Willy-JL 7a67b1e1c5 Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev 2023-03-09 02:22:22 +00:00
MX 319108b11c Fix Unitemp small bug
Use OneWireHostSearchModeNormal instead of NORMAL_SEARCH
2023-03-09 05:03:31 +03:00