1090 Commits (37e8c8e3a5a1a53e036b187090802bba0c550448)
 

Author SHA1 Message Date
Lena 37e8c8e3a5
remove Drop impl 10 months ago
Lena b3f37d107f
run cargo fmt 10 months ago
Lena 614aa5efa2
use ServiceReference 10 months ago
Lena e1db5b9193
apply suggestions, remove get_ prefixes 10 months ago
Lena 649103b9ca
add more docs and fix camel case warning 10 months ago
Lena b2f8aefa5e
remove use_panic_handler 10 months ago
Lena c75003326b
uncomment out `load_network_slot` 10 months ago
Lena 5530f2296e
auto implement from on the network security enum 10 months ago
Lena 2e494acbce
add docs to struct 10 months ago
Lena 208abd1fbd
implement suggestions + cleanup 10 months ago
Lena 3f6beae7b0
add `load_network_slot` (commented out atm) 10 months ago
Lena 7d3c5814d2
add more methods and examples 10 months ago
Lena 9c650f48f8
do a first pass on the AC service 10 months ago
Meziu d308205934
Merge pull request #172 from FenrirWolf/more_swkbd_improvements 10 months ago
Fenrir ad8b328387 Use array len instead of libctru constant 10 months ago
Fenrir 476a8120ea Variable name and style fixes 10 months ago
Fenrir d8cffcff61 Remove allocation in Swkbd::configure_button 10 months ago
Fenrir efaccdd2e5 swkbd_input_text is no longer an unsafe fn 10 months ago
Ian Chamberlain 519820bc0f
Merge pull request #168 from rust3ds/testing/add-layout-tests 10 months ago
Fenrir e5581b46e7 swkbd_input_text should still be an unsafe fn 11 months ago
Fenrir 01731cac0e Set hint text directly instead of using libctru fn 11 months ago
Fenrir 83ebecbb1f Use Rust strings in set_initial_text 11 months ago
FenrirWolf c63932ccbb
Merge pull request #163 from FenrirWolf/improve_filter_callback 11 months ago
Fenrir c1f0bbd9c6 Properly handle nul termination in swkbd_message_callback 11 months ago
FenrirWolf 4b1c2e0b3c
Merge pull request #162 from FenrirWolf/impl_error_applet 11 months ago
Fenrir 9396939d64 Error messages don't actually get truncated, false alarm everybody 11 months ago
Fenrir b967440eb1 properly handle nul termination in set_text 11 months ago
Fenrir 559c757d35 Refactor some code and improve documentation 11 months ago
Fenrir efbf913380 Move error parsing code into launch_unchecked 11 months ago
Fenrir ffbe6604a6 Improve docs for set_panic_hook 11 months ago
Fenrir 6da884e7b6 Use the previous panic hook instead of just the default 11 months ago
Fenrir 5cec437e1d Reuse default hook instead of custom print method 11 months ago
Fenrir d630c25926 Check for APT init errors in panic hook 11 months ago
Ian Chamberlain 432fca3c16
Enable layout tests for generated bindings 11 months ago
Ian Chamberlain eed5fc9a2e
Merge pull request #161 from adryzz/apt-new-stuff 11 months ago
Fenrir a65b9ed577 use `if let` in panic hook instead of `match` 11 months ago
Fenrir a67c8c0bf6 Make `set_panic_hook` into a safe fn 11 months ago
Fenrir 17dc4c4c76 Add private PopUp::launch_unchecked method 11 months ago
Fenrir d32cd1525f Properly document safety concerns 11 months ago
Fenrir c6d5cdc367 Add error applet panic hook 11 months ago
Fenrir a9ded199fa Handle error codes returned by the Error applet 11 months ago
Fenrir cd30981348 Rename error applet config struct 11 months ago
Lena 80853b2238
Apply apt review suggestion 11 months ago
Fenrir 7a84ce3d70 Use `move` closures in filter callback examples 11 months ago
Fenrir d4ad0ea8b0 Move swkbd_message_callback sanity checks to the top of the fn 11 months ago
Fenrir 1ef2164822 Minor refactor for additonal clarity 11 months ago
Fenrir becdc05abd Rename variables for clarity 11 months ago
Fenrir 2f7a04b08d Add comment clarifying callback pointer safety 11 months ago
Fenrir 3d59bdd2b7 Return Cow<str> from filter callback 11 months ago
Fenrir 032acb1524 Call the filter_callback directly in swkbd_message_callback 11 months ago