SecrecySupportTeam / secrecy

http://forum.xda-developers.com/showthread.php?t=2704486
Apache License 2.0
79 stars 27 forks source link

Fix animations #125

Closed StelianMorariu closed 9 years ago

StelianMorariu commented 9 years ago

Rewrite animations that change 'alpha' (fade_in & fade_out)to use objectAnimator.

L-Henke commented 9 years ago

I can't open a picture with this build. The animation for that does not work and thus the FilePhotoFragment is not shown. I also had that problem with my tries to fix the animations.

L-Henke commented 9 years ago

Also importing a file into the vault (via the + button), and the menu (... button) doesn't work. And the back to the vault list animation.. Pressing return in the settings menu exits the app instead of returning to the vault list.. These animations really seems to be tricky :-D

StelianMorariu commented 9 years ago

The animations are trickier to fix and we'll go with the fix from #121 for now.