summaryrefslogtreecommitdiff
path: root/services/inputflinger/rust
AgeCommit message (Expand)Author
2025-02-03input: run bpfmt -w -s on all Android.bp files Harry Cutts
2024-11-29Fix: Sticky keys filter should ignore incomplete key events Vaibhav Devmurari
2024-09-30Save and restore sticky keys state on configuration changed Vaibhav Devmurari
2024-09-04Merge "Bounce keys and Slow keys should work for composite keyboards" into main Vaibhav Devmurari
2024-09-03Add dump for Input filter rust components Vaibhav Devmurari
2024-09-03Bounce keys and Slow keys should work for composite keyboards Vaibhav Devmurari
2024-09-02Support bounce and slow keys for internal Alphabetic keyboards Vaibhav Devmurari
2024-06-10Cleanup: Use ModifierState enum in input.rs in sticky keys filter Vaibhav Devmurari
2024-05-02Fix flaky test: increase sleep duration Vaibhav Devmurari
2024-04-03Rely on C++ wake and sleep calls for InputFilter thread Vaibhav Devmurari
2024-02-26Don't repeat when slow keys A11y feature enabled Vaibhav Devmurari
2024-02-19Merge "Fix potentially misleading safety comment." into main Thomas Leu
2024-02-16Fix potentially misleading safety comment. Thomas Leu
2024-02-14[DON'T BLOCK] Test ownership migration rules Ronish Kalia
2024-01-31Replace use of deprecated function with_min_level Jeff Vander Stoep
2024-01-23Add slow_keys input filter Vaibhav Devmurari
2023-12-14Add sticky keys input filter Vaibhav Devmurari
2023-12-08Add bounce keys input filter Vaibhav Devmurari
2023-11-15Add InputFilter rust component as InputListener stage. Vaibhav Devmurari
2023-08-18Allow unsafe operations in unsafe functions in generated code. Andrew Walbran
2023-08-17Bootstrap IInputFlingerRust - the Rust component of inputflinger Prabir Pradhan