TrianguloY / URLCheck

Android app by TrianguloY: URLCheck
Other
969 stars 57 forks source link

animation preference does not disable slide in animation #363

Open jonas-w opened 5 months ago

jonas-w commented 5 months ago

Steps to reproduce

  1. disable animations
  2. Open a link with urlchecker

Expected behavior

The urlchecker should open without animation

Actual behavior

The urlchecker popup opens with animation

URLCheck version

2.15

Android version

Android 14

Android Custom/Specific ROM or Device

GrapheneOS

Other details

https://github.com/TrianguloY/UrlChecker/assets/32615971/479210a2-b66d-48c7-920f-7f275d0dc10e

Acknowledgements

TrianguloY commented 5 months ago

Hmm. The animations that the toggle manages are the ones from adding/removing elements in the views. They are not related to the opening or closing of the app itself.

In fact that animation is made by your device. You can disable it for all apps in your device if you want. And it is very easy to disable it for apps you are opening. If you are the app being opened...it's not so easy. You can configure the app to request no animation, but that is hardcoded and I'm not sure if it can be toggled programmatically...I'll need to investigate.

jonas-w commented 5 months ago

@TrianguloY Oh okay, I understand :/ Thank you for investigating!