IacobIonut01 / Gallery

Light-weight Media Gallery app for Android made with Jetpack Compose
Apache License 2.0
1.28k stars 65 forks source link

Some chronology view enhancements #238

Closed Cwpute closed 11 months ago

Cwpute commented 11 months ago

Two things regarding chronology view:

  1. The date displayed in the top left corner while scrolling is always the same date and does not change depending on the day's pictures displayed at the topmost of the screen.
  2. When scrolling like that, making the menu items completely disapear is disturbing, as it suddenly changes how the app looks. It should either use animations or transparency to make these itmes disapear, so that they still leave space for the photos below, are still usefu, but without being disturbing.

Both of these can be seen in the following video: (sorry for the watermark - if you know of a free, lightweight video-editor for android let me know…)

https://github.com/IacobIonut01/Gallery/assets/80604512/dbd18c13-bc79-4b99-ac5f-d709775f59fb

IacobIonut01 commented 11 months ago
  1. Please update to the latest release
  2. There's an animation, you must have it disabled system-wide or reduced the animation factor to 0x in developer settings.
Cwpute commented 11 months ago

… 😳 I didn't know i had them disabled. Thanks for the heads up. It looks much better.

But i don't understand… other apps i've used still had some animations, your is the first one i see which has its own animations bound to a system-wide setting…

Will i have to endure one second of animation on everything i do on my phone to have this issue on your app solved for me ?

IacobIonut01 commented 11 months ago

… 😳 I didn't know i had them disabled. Thanks for the heads up. It looks much better.

But i don't understand… other apps i've used still had some animations, your is the first one i see which has its own animations bound to a system-wide setting…

Will i have to endure one second of animation on everything i do on my phone to have this issue on your app solved for me ?

I set mine to 0.5x, I find it a very balanced

Cwpute commented 11 months ago

I set mine to 0.5x, I find it a very balanced.

That's what i did in the end as well. thanks