FenrirWolf
|
c63932ccbb
|
Merge pull request #163 from FenrirWolf/improve_filter_callback
Improve filter callback API redux
|
10 months ago |
Fenrir
|
c1f0bbd9c6
|
Properly handle nul termination in swkbd_message_callback
|
10 months ago |
FenrirWolf
|
4b1c2e0b3c
|
Merge pull request #162 from FenrirWolf/impl_error_applet
Add error applet support + error applet panic hook
|
10 months ago |
Fenrir
|
9396939d64
|
Error messages don't actually get truncated, false alarm everybody
|
10 months ago |
Fenrir
|
b967440eb1
|
properly handle nul termination in set_text
|
10 months ago |
Fenrir
|
559c757d35
|
Refactor some code and improve documentation
|
10 months ago |
Fenrir
|
efbf913380
|
Move error parsing code into launch_unchecked
|
10 months ago |
Fenrir
|
ffbe6604a6
|
Improve docs for set_panic_hook
|
10 months ago |
Fenrir
|
6da884e7b6
|
Use the previous panic hook instead of just the default
|
10 months ago |
Fenrir
|
5cec437e1d
|
Reuse default hook instead of custom print method
|
10 months ago |
Fenrir
|
d630c25926
|
Check for APT init errors in panic hook
|
10 months ago |
Ian Chamberlain
|
eed5fc9a2e
|
Merge pull request #161 from adryzz/apt-new-stuff
|
10 months ago |
Fenrir
|
a65b9ed577
|
use `if let` in panic hook instead of `match`
|
10 months ago |
Fenrir
|
a67c8c0bf6
|
Make `set_panic_hook` into a safe fn
|
10 months ago |
Fenrir
|
17dc4c4c76
|
Add private PopUp::launch_unchecked method
|
10 months ago |
Fenrir
|
d32cd1525f
|
Properly document safety concerns
|
10 months ago |
Fenrir
|
c6d5cdc367
|
Add error applet panic hook
|
10 months ago |
Fenrir
|
a9ded199fa
|
Handle error codes returned by the Error applet
|
10 months ago |
Fenrir
|
cd30981348
|
Rename error applet config struct
|
10 months ago |
Lena
|
80853b2238
|
Apply apt review suggestion
Co-authored-by: Meziu <55318903+Meziu@users.noreply.github.com>
|
10 months ago |
Fenrir
|
7a84ce3d70
|
Use `move` closures in filter callback examples
Trying to capture values by ref won't work for anything that's
not `'static`
|
10 months ago |
Fenrir
|
d4ad0ea8b0
|
Move swkbd_message_callback sanity checks to the top of the fn
It's kinda pointless to have those checks *after* attempting to deref
the data rather than before.
|
10 months ago |
Fenrir
|
1ef2164822
|
Minor refactor for additonal clarity
|
10 months ago |
Fenrir
|
becdc05abd
|
Rename variables for clarity
|
10 months ago |
Fenrir
|
2f7a04b08d
|
Add comment clarifying callback pointer safety
|
10 months ago |
Fenrir
|
3d59bdd2b7
|
Return Cow<str> from filter callback
|
10 months ago |
Fenrir
|
032acb1524
|
Call the filter_callback directly in swkbd_message_callback
|
10 months ago |
Fenrir
|
dea122ad16
|
Improve filter callback API
|
10 months ago |
FenrirWolf
|
10163fd225
|
Merge pull request #165 from FenrirWolf/unsafe_blocks_in_unsafe_fn
Require unsafe blocks in unsafe fns
|
10 months ago |
Lena
|
e6dddff3c3
|
add "see also"
|
10 months ago |
Fenrir
|
a18dfc49f7
|
Require unsafe blocks in unsafe fns
|
10 months ago |
FenrirWolf
|
0345f49b8b
|
Merge pull request #157 from FenrirWolf/software-keyboard-shenanigans
Get software keyboard input without max byte size parameter
|
10 months ago |
Fenrir
|
636c8d7028
|
Update MSRV to 1.73
|
10 months ago |
Fenrir
|
6d6f9c0c18
|
Update CI nightly version
|
10 months ago |
Fenrir
|
9c33e491f2
|
Use next_multiple_of instead of bitshifts
|
10 months ago |
Fenrir
|
a75ac1ffd2
|
Clarify comment on manually implemented enum types
|
10 months ago |
Fenrir
|
cb67d92512
|
SoftwareKeyboard::get_string -> SoftwareKeyboard::launch
|
10 months ago |
Fenrir
|
0576e34c3f
|
Remove redudant imports
|
10 months ago |
Lena
|
f780bcedbb
|
fix review issues
|
10 months ago |
Fenrir
|
dc2959396c
|
Add basic error applet support
|
10 months ago |
Lena
|
0c55e1ef9b
|
fix chainloader
|
10 months ago |
Fenrir
|
144658345c
|
MessageCallbackData doesn't need to be a struct member
|
10 months ago |
Lena
|
66e5a54952
|
add simple doc for chainloader
|
10 months ago |
Lena
|
e2364ff5e1
|
implement chainloader
|
10 months ago |
Lena
|
cc2e535e96
|
fix apt mutability requirements
|
10 months ago |
Fenrir
|
f715fc6eb9
|
Add some comments
|
10 months ago |
Fenrir
|
d6f22dc797
|
Use .cast() in more places
|
10 months ago |
Fenrir
|
03b417dc9e
|
code_point -> code_unit
|
10 months ago |
Lena
|
4f3562b523
|
cargo fmt
|
10 months ago |
Lena
|
c95cd26d5c
|
add low hanging sleep/homemenu apt functions
|
10 months ago |