Hamza417 / Peristyle

Simple wallpaper manager app for Android with awesome UI, tags and multiple folder support and a native live wallpaper picker.
Apache License 2.0
248 stars 6 forks source link

Library stats not displaying expecting wallpapers size #34

Closed borisfaure closed 6 months ago

borisfaure commented 6 months ago

When running the Library stats function, it says I have 0 Fitting Wallpapers and lots of Excessive Wallpapers. Insufficient Wallpapers are indeed correct. It would be great to know what is the expected size to have Fitting Wallpapers.

Hamza417 commented 6 months ago

Fitting Wallpapers simply means the wallpapers that are exactly the resolution of your device. I haven't found the proper term for that yet.

borisfaure commented 6 months ago

When browsing the wallpapers, their size can be displayed and that's great to know. I think my wallpapers are actually the fitting size, but since I can't see what the app expects, I don't know if I'm right

Hamza417 commented 6 months ago

@borisfaure In the main list, insufficient wallpapers have a warning indicator, the excessive wallpapers are just to indicate the wasted details and space. I'll try to add better explanation for this in the app.

borisfaure commented 6 months ago

Most of my wallpapers are 1080 x 2400 pixels, which is supposed to be the size of the display, but they're not considered as fitting, that's why I'd like to know what is the expected size for Peristyle.

Hamza417 commented 6 months ago

I checked and there was a bug, the returned value doesn't include the status bar height in the height.

Hamza417 commented 6 months ago

It's fixed now