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