Closed jhansche closed 8 years ago
Question @jamesgol @Zaphod-Beeblebrox et al: should this type of issue be opened here, or in each respective repository? The readme says issues should be opened here
Issues related to general ROM issues should be here, issues related to a piece of existing code should be opened in that repository so the issues can be referenced easily during commits.
OK - I'll move this over to packages_apps_BonovoApps then
To be clear - I'm mainly opening these so I have a reference, and can possibly get input from you and everyone else. I intend to work on making the changes myself and issuing pull requests.
FWIW, you can still reference issues from commits in another repository by referencing the issue's repository directly. For example: Nu3001/xdAuto#9 to reference this issue
I tested the change in the linked commit, and it works to at least resolve the awkward transition when showing/hiding the CarDoor screen.
What would be nice (and I'll work on making this change at a later time) is to replace the simple MainActivity screen with instead something like a PopupWindow, which can ignore touch events and allow the windows behind it to show through.
No other changes required for the simple fix? If so I'll merge it
Nope, that was it -- adding the attribute to the existing AppTheme is all it takes to turn off the window animations
Fixed at Nu3001/packages_apps_bonovoapps#27
The CarDoor app seems to take a snapshot of the current window, and then starts a new window with that old snapshot behind it and the Car Door overlay on top. But the new window animates in from the side, so it's very distracting.
2 possibilities here: