Status Update
Comments
zh...@gmail.com <zh...@gmail.com> #2
please note that the "Android 14 predictive-back-gesture" in reality is a customization of the custom back event handling support with animation progress, and not actually an "out-of-the-box" animation (like the current back handling animation is for the root, which I think is actually handled by the launcher)
See Launcher back handling:https://cs.android.com/android/platform/superproject/+/refs/heads/master:packages/apps/Launcher3/quickstep/src/com/android/quickstep/LauncherBackAnimationController.java;l=227;drc=7346c436e5a11ce08f6a80dcfeb8ef941ca30176?q=onBackProgressed
See onBackProgressed:https://developer.android.com/reference/android/window/OnBackAnimationCallback#onBackProgressed(android.window.BackEvent)
See Launcher back handling:
See onBackProgressed:
lb...@gmail.com <lb...@gmail.com> #3
@2 I request because they don't exist.
It doesn't matter the origin.
Android 14 isn't out yet. You can have an API on Android 14 to help libraries achieve this same effect.
And I also requested for native transitions like on Activities, yet for Fragments.
This API also doesn't exist yet.
That's why now it's the best time to request those things.
It doesn't matter the origin.
Android 14 isn't out yet. You can have an API on Android 14 to help libraries achieve this same effect.
And I also requested for native transitions like on Activities, yet for Fragments.
This API also doesn't exist yet.
That's why now it's the best time to request those things.
Description
Please also support having the native (of the OS) transition, and also support predictive-back-gesture that was added on Android 14.
This applies to cases that it takes the full screen, of course.