fix Android swipe gesture edge cases

This commit is contained in:
2026-04-10 10:05:57 +02:00
parent ffed360cb9
commit 2553845100
3 changed files with 71 additions and 2 deletions
+1
View File
@@ -24,6 +24,7 @@ This is the canonical working plan and progress log for the project. Use this fi
- iOS project scaffolding now exists as `mobile/ios-app/HermesApp.xcodeproj` with a shared scheme and XCTest target.
- iOS sources and tests build and pass in Xcode on an iPhone simulator, and a standalone localization/error-mapping harness passes.
- Android local unit tests now cover localization, error mapping, and analytics batch conversion, and `./gradlew testDebugUnitTest` passes with the Android SDK installed.
- Android swipe-down gesture handling now uses cumulative drag distance, and edge-case tests cover upward drags, slow swipes, and per-gesture single-trigger behavior.
### Still Open