summaryrefslogtreecommitdiff
path: root/core/java/android/window/WindowOnBackInvokedDispatcher.java
Commit message (Expand)AuthorAgeFilesLines
* Log top callback before wrapping in WindowOnBackInvokedDispatcherJohannes Gallmann2025-05-041-0/+1
* Merge "Fixes Activity cannot receive ACTION_CANCEL after onBackStarted." into...Wei Sheng Shih2025-04-141-0/+18
|\
| * Fixes Activity cannot receive ACTION_CANCEL after onBackStarted.wilsonshih2025-04-111-0/+18
* | Add logging to ImeOnBackInvokedDispatcherJohannes Gallmann2025-04-111-3/+0
|/
* Preventing NPE crash when binder call isOnBackInvokedCallbackEnabledwilsonshih2025-01-081-3/+13
* Animation takeovers in Predictive Back.Luca Zuccarini2024-11-201-0/+5
* Supporting more non-default close activity callback for PBwilsonshih2024-11-041-3/+24
* Disable velocity-slowdown when timestamp API is enabledJohannes Gallmann2024-10-141-1/+3
* Remove legacy back gesture velocity trackingJohannes Gallmann2024-10-071-1/+1
* Add new PRIORITY_SYSTEM_NAVIGATION_OBSERVER to OnBackInvokedDispatcherJohannes Gallmann2024-10-041-25/+112
* Remove finish-callbacks from BackProgressAnimator upon callback unregistrationJohannes Gallmann2024-09-111-0/+2
* Minor cleanup in WindowOnBackInvokedDispatcherJohannes Gallmann2024-08-131-2/+2
* Ensure no more callback invocations after onBackCancelledJohannes Gallmann2024-07-081-0/+1
* Don't play pre-commit velocity slow-down for IME predictive back animationJohannes Gallmann2024-06-261-1/+2
* Merge "Revert^2 "Enable IME predictive back animation in all apps"" into mainTreehugger Robot2024-06-171-5/+46
|\
| * Revert^2 "Enable IME predictive back animation in all apps"Johannes Gallmann2024-06-101-5/+46
* | Merge "Pilfer pointers if touchable area isn't overlay with focus window" int...Wei Sheng Shih2024-06-111-1/+10
|\ \
| * | Pilfer pointers if touchable area isn't overlay with focus windowwilsonshih2024-06-071-1/+10
* | | Merge "Revert "Enable IME predictive back animation in all apps"" into mainJohannes Gallmann2024-06-101-46/+5
|\ \ \ | | |/ | |/|
| * | Revert "Enable IME predictive back animation in all apps"Johannes Gallmann2024-06-101-46/+5
* | | Fix IME not dismissed with back gestureJohannes Gallmann2024-06-061-0/+1
* | | Merge "Enable IME predictive back animation in all apps" into mainJohannes Gallmann2024-06-061-5/+46
|\| |
| * | Enable IME predictive back animation in all appsJohannes Gallmann2024-06-061-5/+46
* | | Reenable auto generation of progress events on flingJohannes Gallmann2024-06-061-3/+8
* | | Revert "Enable IME predictive back animation in all apps"Johannes Gallmann2024-06-041-32/+4
* | | Enable IME predictive back animation in all appsJohannes Gallmann2024-05-301-4/+32
|/ /
* / Refactor IME callback registrationJohannes Gallmann2024-05-301-88/+18
|/
* Fix predictive back animations jump at beginning of app animationsJohannes Gallmann2024-05-221-1/+3
* Merge "Fix app callback broken when immediately restarting back gesture after...Johannes Gallmann2024-05-021-12/+12
|\
| * Fix app callback broken when immediately restarting back gesture after cancelJohannes Gallmann2024-04-301-12/+12
* | Fix onKeyPreIme not called when enableOnBackInvokedCallback=falseJohannes Gallmann2024-04-301-0/+6
|/
* Generate progress events from app process for app animations.Shan Huang2024-04-221-56/+124
* Ensure register/unregister OnBackInvokedCallback thread safed.wilsonshih2024-04-121-97/+124
* Predictive IME back animationJohannes Gallmann2024-03-261-4/+17
* Fix back callback ordering for quick back gestures in successionJohannes Gallmann2024-02-091-2/+2
* Merge "Make sure OnBackAnimationCallback#onBackStarted is called before OnBac...Fengjiang Li2024-02-061-2/+2
|\
| * Make sure OnBackAnimationCallback#onBackStarted is called before OnBackAnimat...Fengjiang Li2024-02-051-2/+2
* | Merge "Make ProgressAnimator non-static." into mainTreehugger Robot2024-02-061-2/+11
|\ \
| * | Make ProgressAnimator non-static.Shan Huang2024-02-051-2/+11
* | | Merge "Revert "Fix OnBackAnimationCallback not receiving updates"" into mainJohannes Gallmann2024-02-051-0/+3
|\ \ \ | |_|/ |/| |
| * | Revert "Fix OnBackAnimationCallback not receiving updates"Johannes Gallmann2024-01-311-0/+3
* | | Merge "Fix OnBackAnimationCallback not receiving updates" into mainJohannes Gallmann2024-01-261-3/+0
|\| |
| * | Fix OnBackAnimationCallback not receiving updatesJohannes Gallmann2024-01-251-3/+0
| |/
* / Fix provide wrong resources when check isOnBackInvokedCallbackEnabledwilsonshih2024-01-251-10/+9
|/
* Drop KEYCODE_BACK if a callback is already receiving dispatch.Shan Huang2024-01-031-3/+40
* Correct record activity snapshot condition.wilsonshih2023-12-131-83/+74
* Merge "swipe-dismiss: use original context for theme check" into mainTreehugger Robot2023-10-121-1/+4
|\
| * swipe-dismiss: use original context for theme checkYifei Zhang2023-10-111-1/+4
* | Revert "swipe-dismiss: set up gesture exlcusion for explicit windowSwipeToDis...Yifei Zhang2023-10-111-43/+15
|/
* swipe-dismiss: set up gesture exlcusion for explicit windowSwipeToDismiss=falseYifei Zhang2023-07-241-15/+43