Commit Graph

636 Commits

Author SHA1 Message Date
Willy-JL e6f9c0ee61 Add initial RGB backlight support 2023-03-20 03:55:26 +00:00
Willy-JL ad52c5bc0c Add warning dolphin icon to asset packs 2023-03-20 02:40:18 +00:00
Willy-JL cc96ade1f9 Better screen timeout on lockscreen
This reverts commit 9d42404ef3.
Adds a 1s delay after tooltip timeout.
2023-03-20 02:33:43 +00:00
Willy-JL 51528ce700 Fix scrolling text lmao 2023-03-19 19:52:27 +00:00
Willy-JL 477bf93a85 Show unlock prompt for longer 2023-03-19 19:00:42 +00:00
Willy-JL 9d42404ef3 Use default screen timeout on lockscreen 2023-03-19 18:52:15 +00:00
Willy-JL 888c356c98 Make the lockscreen statusbar setting actually work 2023-03-19 18:45:23 +00:00
Willy-JL 3899b553bb Add setting for lockscreen prompt 2023-03-19 18:11:30 +00:00
Willy-JL 949f372686 Better lockscreen prompt + unlock with UP 2023-03-19 18:02:48 +00:00
Willy-JL 12fe307eed Add lockscreen settings to xfw app 2023-03-19 00:50:04 +00:00
Willy-JL c3c4373539 Lockscreen improvements 2023-03-19 00:10:35 +00:00
Willy-JL 1eae24cf68 Animate lockscreen 2023-03-18 22:48:10 +00:00
Willy-JL ea596dc94d Initial lockscreen redesign 2023-03-18 20:36:24 +00:00
Willy-JL 09bc580497 Merge branch 'ul-dev' into xfw-dev 2023-03-17 23:52:05 +00:00
MX 54cefb7884 Merge branch 'fz-dev' into dev 2023-03-17 17:54:05 +03:00
Astra 7de7fa293b Optimize trailing slash check (#2503)
* Optimize trailing slash check
2023-03-18 00:45:42 +10:00
Willy-JL eb05478531 Scroll text in variable item list option names 2023-03-16 18:50:37 +00:00
MX 559b0e9b40 Small UI fixes 2023-03-16 21:24:09 +03:00
Willy-JL 679352dbbf Hide GPIO tags from wii menu names 2023-03-16 18:22:00 +00:00
MX 49378f0893 Merge branch 'fz-dev' into dev 2023-03-16 13:49:24 +03:00
Astra 9fbf327028 [FL-1799] Require the trailing slash for root paths (#2486)
* Require the trailing slash
* Fix the swapped storages
* Fix root paths
2023-03-16 17:28:50 +09:00
Willy-JL 1e60ff81e8 Restructure xtreme settings app 2023-03-16 00:12:46 +00:00
Willy-JL 3b0daf2f21 Fix scrolling text left-align logic 2023-03-15 18:49:17 +00:00
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
Liam Hays c27d4d78f9 Fix auto-capitalization in the keyboard when the text box is empty. (#2483)
Co-authored-by: hedger <hedger@users.noreply.github.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-03-15 23:51:15 +09: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 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
MX dd99c22792 Merge branch 'fz-dev' into dev 2023-03-14 19:55:16 +03:00
hedger 53435579b3 [FL-3097] fbt, faploader: minimal app module implementation (#2420)
* fbt, faploader: minimal app module implementation
* faploader, libs: moved API hashtable core to flipper_application
* example: compound api
* lib: flipper_application: naming fixes, doxygen comments
* fbt: changed `requires` manifest field behavior for app extensions
* examples: refactored plugin apps; faploader: changed new API naming; fbt: changed PLUGIN app type meaning
* loader: dropped support for debug apps & plugin menus
* moved applications/plugins -> applications/external
* Restored x bit on chiplist_convert.py
* git: fixed free-dap submodule path
* pvs: updated submodule paths
* examples: example_advanced_plugins.c: removed potential memory leak on errors
* examples: example_plugins: refined requires
* fbt: not deploying app modules for debug/sample apps; extra validation for .PLUGIN-type apps
* apps: removed cdefines for external apps
* fbt: moved ext app path definition
* fbt: reworked fap_dist handling; f18: synced api_symbols.csv
* fbt: removed resources_paths for extapps
* scripts: reworked storage
* scripts: reworked runfap.py & selfupdate.py to use new api
* wip: fal runner
* fbt: moved file packaging into separate module
* scripts: storage: fixes
* scripts: storage: minor fixes for new api
* fbt: changed internal artifact storage details for external apps
* scripts: storage: additional fixes and better error reporting; examples: using APP_DATA_PATH()
* fbt, scripts: reworked launch_app to deploy plugins; moved old runfap.py to distfap.py
* fbt: extra check for plugins descriptors
* fbt: additional checks in emitter
* fbt: better info message on SDK rebuild
* scripts: removed requirements.txt
* loader: removed remnants of plugins & debug menus
* post-review fixes
2023-03-14 23:29:28 +09: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
Sergey Gavrilov c5db1aaaf5 Revert "Revert "Embed assets in elf file (#2466)""
This reverts commit a04c01a2fd.
2023-03-10 13:57:44 +03:00
Sergey Gavrilov a04c01a2fd Revert "Embed assets in elf file (#2466)"
This reverts commit 4fd043398a.
2023-03-10 01:43:46 +03:00
MX 68fed0e03d Merge branch 'fz-dev' into dev 2023-03-09 21:17:57 +03: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
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