Doubi88 / SlideshowWallpaper

A Live Wallpaper for Android showing a slideshow of user-selected images
https://doubi88.github.io/SlideshowWallpaper/
GNU General Public License v3.0
38 stars 9 forks source link

Slow scrolling #45

Closed Doubi88 closed 6 months ago

Doubi88 commented 9 months ago

Anti aliasing has an impact on performance of wallpaper scrolling.

Doubi88 commented 7 months ago

I found another performance leak: The preferences manager parses the whole list of URLs, even if it needs only one of them. It should only parse when really needed and work with the strings as long as possible.