Obsolete
Status Update
Comments
ar...@google.com <ar...@google.com> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Steps to reproduce
Please provide source code or apk of a sample application to reproduce the issue.
Also kindly mention the steps to be followed for reproducing the issue with the given sample application.
Frequency
How frequently does this issue occur? (e.g 100% of the time, 10% of the time)
Expected output
Could you please explain the expected behavior.
Current output
Could you please explain the current behavior.
Steps to reproduce
Please provide source code or apk of a sample application to reproduce the issue.
Also kindly mention the steps to be followed for reproducing the issue with the given sample application.
Frequency
How frequently does this issue occur? (e.g 100% of the time, 10% of the time)
Expected output
Could you please explain the expected behavior.
Current output
Could you please explain the current behavior.
da...@gmail.com <da...@gmail.com> #3
I have a Stackoverflow question related to this issue
https://stackoverflow.com/questions/44908605/android-makescenetransitionanimation-blinks-on-back-pressed
I have also uploaded a video to YouTube that shows the steps to reproduce
https://youtu.be/MAExZZTEZEA
The BLINKING is 100% consistent. It always happens as shown in the above
video.
The expected behaviour is that the shared element should return to its
specified location when the orientation changes between the
transition starting and completing.
On 14 July 2017 at 08:07, <buganizer-system@google.com> wrote:
I have also uploaded a video to YouTube that shows the steps to reproduce
The BLINKING is 100% consistent. It always happens as shown in the above
video.
The expected behaviour is that the shared element should return to its
specified location when the orientation changes between the
transition starting and completing.
On 14 July 2017 at 08:07, <buganizer-system@google.com> wrote:
ar...@google.com <ar...@google.com> #4
We are not able to reproduce the issue with the sample app given in Stack Overflow question.
Please provide source code or apk of a sample application to reproduce the issue.
Also kindly mention the steps to be followed for reproducing the issue with the given sample application.
Please provide source code or apk of a sample application to reproduce the issue.
Also kindly mention the steps to be followed for reproducing the issue with the given sample application.
da...@gmail.com <da...@gmail.com> #5
If you download this sample app https://github.com/googlesamples/android-ActivitySceneTransitionBasic/#readme
and install apk onto a beta O device.
Then in portrait mode select an image and allow the transition to complete
Change orientation to Landscape.
now press Back Button
you will now see the BLINK
and install apk onto a beta O device.
Then in portrait mode select an image and allow the transition to complete
Change orientation to Landscape.
now press Back Button
you will now see the BLINK
da...@gmail.com <da...@gmail.com> #6
The BLINK also occurs in this github application https://github.com/alexjlockwood/adp-activity-transitions
follow the three steps outlined above to recreate the BLINK
follow the three steps outlined above to recreate the BLINK
ar...@google.com <ar...@google.com> #7
We have shared this with our engineering team and will update this issue with more information as it becomes available.
ar...@google.com <ar...@google.com> #8
We've deferred this to a future release, but leaving this open for now.
au...@gmail.com <au...@gmail.com> #9
I'm also seing the issue on a Nexus 5X, but not on a Samsung Galaxy Note 5, if that can help...
au...@gmail.com <au...@gmail.com> #10
The bug seems to be only occurring on Android Oreo, that's why I was seeing it on ne 5X (running 8.1) and not on the Note 5 (running 7.0).
It can be reproduced on an API 26 emulator (with the sample project linked above).
I managed to fix the problem in my app by adding:
<item name="android:windowIsTranslucent">true</item>
To the style of my detail activity.
I don't understand how this can only be a P3 / S3... It's been reported more than 5 months ago, looks like we're going to have to deal with for some months more...
It can be reproduced on an API 26 emulator (with the sample project linked above).
I managed to fix the problem in my app by adding:
<item name="android:windowIsTranslucent">true</item>
To the style of my detail activity.
I don't understand how this can only be a P3 / S3... It's been reported more than 5 months ago, looks like we're going to have to deal with for some months more...
ch...@beyls.net <ch...@beyls.net> #11
I noticed that every Activity transition I implemented so far is broken in Oreo when navigating back after a configuration change. This is critical and I'm surprised there isn't more people talking about it and that no feedback has been given since July! There was an opportunity to fix that bug before the official Oreo release, but instead it's present in 8.0 and 8.1. It can be reproduced on every device and emulator running these Android versions.
mo...@google.com <mo...@google.com>
mo...@google.com <mo...@google.com> #12
I just verified that this is in OMR1, but not in P. I can't fix it on an already released version, so I'll mark this as obsolete.
ch...@beyls.net <ch...@beyls.net> #13
Thank you. Do you recommend any workaround for devices running O or OMR1?
Description
This is the version of Android Studio I am using
Android Studio 3.0 Canary 5
Build #AI-171.4141229, built on June 28, 2017
JRE: 1.8.0_152-release-884-b01 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.11.6
my issue is described here in this stackoverflow question
However if you download the Google Sample application for shared element transitions it also has this feature.
On older versions of android 4.4 for example not only does the screen BLINK you also get horizontal lines running up the screen
like an badly tuned analogue Television.
Is this a known issue?
Does it have a known resolution?