Fixed
Status Update
Comments
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
Hi Ed, Thank you so much for these suggestions. I've been reviewing them and merging them in. Hopefully it should be live. I've included a thank you note too in the article.
jb...@google.com <jb...@google.com> #3
Great! Thanks a lot, I'll look for the live updates soon!
ap...@google.com <ap...@google.com> #4
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 2d0a22f1ddeb3b7e9d0002f0e089a25b7ef64f1c
Author: Jeremy Woods <jbwoods@google.com>
Date: Fri Aug 23 07:54:04 2019
Change nav integration all to use pop exit animations
Changed the default animations to use a pop_exit animation with a slide
and a pop_enter that does nothing to verify the animations when a
Fragment is popped.
Test: tested in app
BUG: 139104187
Change-Id: I136f37aa3b325a4141de83b0bd391117f3c80f31
M navigation/integration-tests/testapp/src/main/res/anim/nav_default_pop_enter_anim.xml
M navigation/integration-tests/testapp/src/main/res/anim/nav_default_pop_exit_anim.xml
https://android-review.googlesource.com/1105892
https://goto.google.com/android-sha1/2d0a22f1ddeb3b7e9d0002f0e089a25b7ef64f1c
Branch: androidx-master-dev
commit 2d0a22f1ddeb3b7e9d0002f0e089a25b7ef64f1c
Author: Jeremy Woods <jbwoods@google.com>
Date: Fri Aug 23 07:54:04 2019
Change nav integration all to use pop exit animations
Changed the default animations to use a pop_exit animation with a slide
and a pop_enter that does nothing to verify the animations when a
Fragment is popped.
Test: tested in app
BUG: 139104187
Change-Id: I136f37aa3b325a4141de83b0bd391117f3c80f31
M navigation/integration-tests/testapp/src/main/res/anim/nav_default_pop_enter_anim.xml
M navigation/integration-tests/testapp/src/main/res/anim/nav_default_pop_exit_anim.xml
pe...@gmail.com <pe...@gmail.com> #5
It's beautiful...
So it's in unstable release since Aug. Not much use for stable projects that need stable libraries right?
Release early release often.
Backport fixes.
Come on Google, step up your game!
So it's in unstable release since Aug. Not much use for stable projects that need stable libraries right?
Release early release often.
Backport fixes.
Come on Google, step up your game!
ka...@gmail.com <ka...@gmail.com> #6
We use FragmentContainerView in production with version 1.2.0-rc03 and consider it production-ready.
Description
Version used: 1.2.0-alpha02
Devices/Android versions reproduced on: Android Emulator API 27
FragmentContainerView always draws entering fragments on top exiting ones. This breaks animations when navigating backwards. Please see attached video and sample project.
Should FragmentContainterView reverse draw order when fragment is being popped off backstack?