you-apps / WallYou

Privacy focused wallpaper app built with MD3
https://you-apps.net
GNU General Public License v3.0
664 stars 33 forks source link

Small bug reports (3 listed) #117

Open Zeeex opened 1 year ago

Zeeex commented 1 year ago

Steps to reproduce

First and foremost, this app is amazing and beautiful. Using it is simply delightful. πŸ’œ

Didn't want to split bugs found into multiple tickets, because they are probably easy to fix.

  1. Occasionally, a lowercase "timeout" toast emerges. It's uncertain whether this is related to the service provider "Wallhaven" or the in-app functionality. Would be nice to get a more verbose message so we know what happened.

  2. When you rotate your phone with auto rotation on, scroll position resets to 0, resulting in the loss of your current position.

  3. When in landscape mode, images get cropped even if they are in portrait mode. Height should be increased to accommodate their original (near original) height.

Expected behavior

  1. Include detailed message on what error occurred, and perhaps provide guidance on the necessary steps to take.
  2. Scroll position should be maintained when rotating your phone.
  3. Images should be full visible (or at least give us an option to toggle the full / cropped view).

Actual behavior

  1. Sometimes toast displays with no explanation.
  2. Scroll position resets to 0 on rotating phone.
  3. Images height in landscape mode is cropped.

Wall You version

5.0

Android version

Android 9

Other details

No response

Acknowledgements

Bnyro commented 1 year ago
  1. means that wallhaven doesn't respond - I don't think we should add extra custom error messages for any possible error (network, timeout, dns, ...)
  2. is certainly UX unfriendly, thus that's reasonable to address.
  3. has been adressed in #115.
Zeeex commented 1 year ago
  1. πŸ‘
  2. Maybe some message like "Wallhaven - timeout", so we know it's the service / network issue, and not in-app problem. But I'm ok with not changing it either.
  3. 😊