feat(input): add configurable touchpad compatibility gestures - #359
Open
not-linyi wants to merge 1 commit into
Open
feat(input): add configurable touchpad compatibility gestures#359not-linyi wants to merge 1 commit into
not-linyi wants to merge 1 commit into
Conversation
Collaborator
|
你们俩位的pr功能是不是重叠了 #348 |
Author
Collaborator
|
不要用AI回复我 |
Collaborator
|
这个PR的功能,只能作为一种兜底的备选。 |
Author
我语言组织能力不行,就让ai帮我组织一下了。 |
Collaborator
|
不好意思最近比较忙,这个pr想法上是没问题的,不过得等另一个触摸板PR合入以后,再进行调整,因为那个PR我们跟进了有一段时间了 |
qiin2333
force-pushed
the
master
branch
2 times, most recently
from
August 25, 2026 03:00
85b5eb3 to
a4d7ce0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Compatibility
This implementation contains no device-specific identifiers. It applies only to pointer devices explicitly selected by the user and uses standard Android multi-pointer
MotionEventsequences. Devices whose gestures are consumed by the system or exposed only through vendor-specific axes may still require separate handling.Testing
./gradlew.bat :app:testNonRootDebugUnitTest --rerun-tasks./gradlew.bat :app:assembleNonRootDebugLint
./gradlew.bat :app:lintNonRootDebugstill reports the repository's existing lint baseline (122 errors and 1672 warnings). The touchpad-specific files introduce no lint errors.