Willy-JL
4830ef94c6
Merge remote-tracking branch 'ofw/dev' into mntm-dev
2024-07-05 20:01:29 +02:00
hedger
7879876ba1
[FL-3863] toolchain: v37 ( #3746 )
...
* toolchain: v36
* toolchain: fixed cert path; lib: nanopb: updated to 0.4.8
* fbtenv: rolled back cert path for 3.11
* clang-format: updated config for v18
* linter fixes
* clang-format: properly regenerated config (`clang-format -style=file:.clang-format -dump-config > .clang-format-new; mv .clang-format-new .clang-format`)
* clang-format: AllowShortLoopsOnASingleLine: false
* toolchain: v37
* fbt: compilation_db.py: fixes for Windows
2024-07-05 18:27:21 +01:00
Willy-JL
06aea09169
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into mntm-dev
2024-03-20 04:18:26 +00:00
あく
acc39a4bc0
Api Symbols: replace asserts with checks ( #3507 )
...
* Api Symbols: replace asserts with checks
* Api Symbols: replace asserts with checks part 2
* Update no args function signatures with void, to help compiler to track incorrect usage
* More unavoidable void
* Update PVS config and code to make it happy
* Format sources
* nfc: fix checks
* dead code cleanup & include fixes
Co-authored-by: gornekich <n.gorbadey@gmail.com >
Co-authored-by: hedger <hedger@users.noreply.github.com >
Co-authored-by: hedger <hedger@nanode.su >
2024-03-19 23:43:52 +09:00
Willy-JL
36711fca90
Fix keyboard cursor underflow with ascii events --nobuild
2024-01-24 07:40:45 +00:00
Willy-JL
7845cc0eeb
Port TextInput to ASCII event API
2024-01-17 22:48:50 +00:00
Willy-JL
418f44fef1
Merge branch 'dev' of https://github.com/flipperdevices/flipperzero-firmware into xfw-dev
2023-11-12 02:56:30 +00:00
あく
9af81ce8d0
Furi: cleanup crash use ( #3175 )
...
* Furi: optional message in furi_crash and furi_halt
* Consistent furi_crash use
* UnitTests: crash instead of assert
* furi: check: fixed macro for default arg
* unit_tests: fixed crashes everywhere
* lib: infrared: fixed PVS warnings
* furi: eliminated __FURI_ASSERT_MESSAGE_FLAG
* Furi: update check.h docs
* Furi: add check.h usage note
* Docs: grammar
---------
Co-authored-by: hedger <hedger@nanode.su >
2023-10-31 14:40:32 +04:00
Willy-JL
8f3a8ad730
Keyboard ok to toggle select all in cursor mode --nobuild
2023-09-03 01:16:51 +02:00
Willy-JL
d7aa3ea60f
Make all service memory structures OFW comaptible
2023-08-29 01:57:06 +02:00
Willy-JL
37939dec86
<:N1:1130620612352679958><:N2:1130620354440745162>
2023-07-24 00:41:50 +02:00
Willy-JL
b94f3ed713
Control on-screen keyboard with PC keyboard
2023-07-24 00:40:52 +02:00
Willy-JL
1717fe9285
Format
2023-07-23 00:12:54 +02:00
Willy-JL
8d54b4324f
Rounded keyboard cursor + realign all keys
2023-07-23 00:09:40 +02:00
Willy-JL
bd00dc7c56
Add text input API for custom symbols
2023-07-21 18:00:05 +01:00
Willy-JL
c35406689b
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
2023-05-31 16:45:55 +01:00
Willy-JL
6d7623a368
Fix keyboard buffer issues (furi string moment)
2023-05-15 03:41:51 +01:00
Willy-JL
c5bf0763a5
Remove shared temp string for keyboard buffer
2023-05-14 23:34:53 +01:00
Willy-JL
9c08ab9af0
Fix keyboard buffer handling (pointer moment)
2023-05-14 23:23:29 +01:00
Willy-JL
f82f6ccd66
Dont use temp str for manipulating text input
2023-05-14 20:40:29 +01:00
Willy-JL
0657aebf52
Merge branch 'dev' of https://github.com/DarkFlippers/unleashed-firmware into xfw-dev
2023-05-14 19:46:20 +01:00
MX
f08dd2fd03
Text Input improvements, added cursor and ability to set minimal length
...
thanks to WillyJL
2023-05-14 01:44:00 +03:00
Willy-JL
8a5d88fc9a
Format
2023-04-28 16:57:17 +01:00
Willy-JL
c2791b459b
Rework symbol keyboard (fix illegal characters)
2023-04-23 15:32:03 +01:00
Willy-JL
2d794b32f5
Add minimum input length functionality to keyboard
2023-04-23 14:04:16 +01:00
Willy-JL
78c19f7d43
Fix busfault on text input buffer manual change
2023-03-30 02:31:53 +01:00
Willy-JL
5349c1bbca
Fix crash on backspace clear all text
2023-03-29 01:24:43 +01:00
Willy-JL
aa8d9b7bac
Format
2023-03-28 04:48:41 +01:00
Willy-JL
d886e16680
Fix text input crash on redraw after reset
2023-03-28 03:10:36 +01:00
Willy-JL
8d174634f6
Move cursor position in text input widget
2023-03-25 03:25:31 +00:00
Willy-JL
006a05973f
Simplify text input keyboard drawing logic
2023-03-25 02:32:55 +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
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
991d49733f
Format
2023-02-26 01:44:32 +00:00
Willy-JL
3296cf3b79
Keyboard hold backspace to keep deleting
2023-02-24 04:46:14 +00:00
Willy-JL
c8e9e9bc9e
Secondary symbol keyboard pane + switch key
...
Original idea & code by @edrethardo, update and fix by @Willy-JL
2023-02-24 04:02:09 +00:00
Willy-JL
f8eda660d2
Keyboard long press first char for lowercase
2023-02-24 00:50:00 +00:00
Willy-JL
fd7620202a
Keyboard long press first char for lowercase
2023-02-24 00:49:41 +00:00
Willy-JL
d23f396c44
Keyboard lowercase check fix
2023-02-24 00:23:33 +00:00
Willy-JL
f3e3e828aa
Fix keyboard capitalization bug
2023-02-24 00:22:43 +00:00
Willy-JL
02591c12b7
Fix keyboard capitalization bug (_ and space)
2023-02-24 00:10:04 +00:00
Round-Pi
b89902942b
typo combing
2023-02-20 10:55:53 -05:00
VerstreuteSeele
333cf4dadc
Update text_input.c
2023-01-16 06:19:04 +01:00
Giacomo Ferretti
20621da8ac
Fix typos in source code ( #2285 )
...
* Fix typo in TextInput module
* Fix typo in Widget comment
* Fix typo in comment
Co-authored-by: hedger <hedger@users.noreply.github.com >
2023-01-11 16:41:57 +03:00
あく
8d2143add5
Fix various issues reported on github ( #2280 )
...
* Desktop: Fix use after free in slideshow view
* Gui: long press toggles first letter case too
* Desktop: remove debug logging
2023-01-10 03:15:03 +09:00
Georgii Surkov
8582670a34
[FL-2811] Fix PVS-Studio warnings ( #2142 )
...
Co-authored-by: あく <alleteam@gmail.com >
Co-authored-by: gornekich <n.gorbadey@gmail.com >
2022-12-26 21:13:30 +09:00
Sergey Gavrilov
3434305630
[FL-2937] Remove resources from API to prevent frequent API version increase ( #1935 )
...
* Remove all icons from API
* Music player: icons
* Signal generator: icons
* Bt hid: icons
* Weather station: icons
* Picopass: icons
* File browser test: icons
* Example images: documentation
* Remove global assets header
* Fix picopass
Co-authored-by: あく <alleteam@gmail.com >
2022-10-28 23:08:50 +09:00
Sergey Gavrilov
31c0346adc
[FL-976] Removing lambdas ( #1849 )
...
* Removing lambdas...
* Wake the fk up, Gordon! We have a citadel to burn!
* Here comes the Nihilanth
* Lambda documentation
Co-authored-by: あく <alleteam@gmail.com >
2022-10-09 02:38:29 +09:00
Sergey Gavrilov
4bf29827f8
M*LIB: non-inlined strings, FuriString primitive ( #1795 )
...
* Quicksave 1
* Header stage complete
* Source stage complete
* Lint & merge fixes
* Includes
* Documentation step 1
* FBT: output free size considering BT STACK
* Documentation step 2
* py lint
* Fix music player plugin
* unit test stage 1: string allocator, mem, getters, setters, appends, compare, search.
* unit test: string equality
* unit test: string replace
* unit test: string start_with, end_with
* unit test: string trim
* unit test: utf-8
* Rename
* Revert fw_size changes
* Simplify CLI backspace handling
* Simplify CLI character insert
* Merge fixes
* Furi: correct filenaming and spelling
* Bt: remove furi string include
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com >
2022-10-06 00:15:23 +09:00