Hamza Rizwan
Hamza Rizwan
I have added the option to set wallpapers linearly.
I am currently planning adding multiple folders support in the app, and this could also introduce the opportunity to implement different delay controls for different screens. I'll keep this issue...
> Would it be interesting to have a standardized toggle named "Wallpaper scrolling", which enables / disables this feature ? I think this will work.
Brightness slider almost have the same effect, but I had to do [brightness adjustment relative to contrast](https://github.com/Hamza417/Peristyle/blob/8b4827921527389da37a6030c75e2a6ed9d8426f/app/src/main/java/app/simple/peri/ui/screens/Wallpaper.kt#L214-L223) since adjusting them separately produced unwanted results. I don't exactly remember why I...
I checked the issue and found that the grid spans are calculated by [dividing the display width by the minimum required width of the thumbnail](https://github.com/TeamNewPipe/NewPipe/blob/035c394cf6704c0af9077c01ebfa55b810d02140/app/src/main/java/org/schabi/newpipe/util/ThemeHelper.java#L404-L414). **_This could potentially give the...
> I suppose what's needed is a combo of both resolution and display size. It'd have been simpler if there's an option to change the grid spans, grid layout is...
> @Hamza417 : could you check if it is optimized correctly on tablets too? I noticed that there are some problems on tablets. you could also take a look at...
Hey, can you also produce the crash log? it's working properly in my device so I must've missed something during the testing?
Turns out Coil behaves weirdly in a lot of ways, the app should just stick with Glide for as long as it works.
I have fixed the issue, please run the APK from here and check if the app is opening now? Also, the error notification is a part of the process of...