Willy-JL
8f3a8ad730
Keyboard ok to toggle select all in cursor mode --nobuild
2023-09-03 01:16:51 +02:00
Willy-JL
6d8ef70f28
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev --nobuild
2023-09-02 16:55:24 +02:00
MX
15c480b68a
Merge branch 'ofw-dev' into dev
2023-09-02 13:33:32 +03:00
Max
52b5966262
Add File Naming setting for more detailed naming ( #3002 )
...
* added filename mode setting
* added furi_flag checks for when filename_mode is set
* changed naming for ibutton, lfrfid and subghz
* requested changes from PR
* Lib: gather all naming bits and pieces under name generator module. Properly bump api version. FuriHal: fix RTC flag enum.
* PR requested changes
* bug fix for arg type
* added functionality for other application scenes
* Lib: cleanup name generator API, simplify usage. Sync API symbols.
* Lib: proper size type in name_generator. Cleanup.
* FuriHal: cleanup rtc api usage across firmware
Co-authored-by: あく <alleteam@gmail.com >
2023-09-01 14:57:49 +09:00
あく
f218c41d83
Undo some TODO ( #3024 )
...
* TODO FL-3497: impossible to fix with current memory allocator
* TODO FL-3497: removed, requires radically different settings approach
* TODO FL-3514: removed, yes we should
* TODO FL-3498: implemented, guarding view port access with mutex.
* TODO FL-3515: removed, questionable but ok
* TODO FL-3510: removed, comment added
* TODO FL-3500: refactored, store pin numbers in GpioPinRecord, fix gpio app crash caused by incorrect gpio_pins traversal.
* Format Sources
* TODO FL-3505: removed, mutex alone is not going to fix issue with WPAN architecture
* TODO FL-3506: removed, change ownership by copy is good
* TODO FL-3519: documentation and link to source added
* Lib: remove unneded total sum from comment in bq27220
---------
Co-authored-by: hedger <hedger@users.noreply.github.com >
2023-09-01 05:54:52 +04:00
Willy-JL
3af56c2af8
Last part for 100% OFW compatile API
2023-08-29 02:37:09 +02:00
Willy-JL
d7aa3ea60f
Make all service memory structures OFW comaptible
2023-08-29 01:57:06 +02:00
Willy-JL
8bdbdaa6f5
Tweak services orders
...
Same order but numbers match OFW
2023-08-29 00:49:15 +02:00
Willy-JL
184eb718e1
Cleanup some clutter --nobuild
2023-08-29 00:30:57 +02:00
Willy-JL
17a6822a09
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
2023-08-27 22:14:33 +02:00
MX
0660329ae5
Merge branch 'ofw-dev' into dev
2023-08-23 23:47:03 +03:00
Astra
60182aa2cd
[FL-3564] New IR universal remote graphics ( #3006 )
...
* New IR universal remote layout
* Remove redundant checks
Co-authored-by: あく <alleteam@gmail.com >
2023-08-24 03:24:47 +09:00
MX
821f03b230
Merge branch 'ofw-dev' into dev
2023-08-23 15:08:54 +03:00
Dzhos Oleksii
dc7517e5fd
Fix display last symbol in multiline text ( #2967 )
...
* Revert submodules
* Compare without round
* Gui: slightly more integer logic in elements_get_max_chars_to_fit
Co-authored-by: hedger <hedger@users.noreply.github.com >
Co-authored-by: あく <alleteam@gmail.com >
2023-08-23 04:15:38 +09:00
MX
20593d56c0
Merge branch 'ofw-dev' into dev
2023-08-22 21:53:50 +03:00
Astra
e353433cd8
[FL-3488] Assign tickets to all TODO items ( #2988 )
...
Co-authored-by: あく <alleteam@gmail.com >
2023-08-23 02:56:27 +09:00
Struan Clark
23ceb276d6
fix: removing looped font calls
2023-08-16 19:24:53 -06:00
Struan Clark
fa78a7fcaa
feat: allow checking for new fonts
2023-08-15 19:37:31 -06: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
1e2f2cc784
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev --nobuild
2023-08-13 02:33:47 +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
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
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
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
MX
3a5ed704fd
Merge branch 'ofw-dev' into dev
2023-08-02 16:09:16 +03: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
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
Willy-JL
c532e17649
Fix vertical offset with other menu styles
2023-07-28 22:52:21 +02:00
Willy-JL
ae86e6b637
Add vertical menu style
2023-07-28 20:10:24 +02:00
Willy-JL
a65c7d1e40
This isnt used anywhere
2023-07-28 20:08:54 +02:00
Willy-JL
17860d99c3
Format
2023-07-28 19:50:37 +02:00
Willy-JL
09df7daf4d
Simplify main menu draw logic + fix scrolling text
2023-07-28 19:47:32 +02:00
Willy-JL
b1cd8b675d
Cleaner menu style logic
2023-07-28 17:59:41 +02:00
Willy-JL
eb0b7d53f8
DSi menu tweaks and fixes
2023-07-28 01:06:21 +02:00
Willy-JL
586d63f223
Format
2023-07-28 00:31:58 +02:00
Willy-JL
49e4f4f246
Add DSi style main menu
2023-07-28 00:26:58 +02:00