-
-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace Picasso with Coil #337
Conversation
Sorry for the delay in replying but I've been away and had problems trying to reply when viewing on a mobile. Reading the posts since your original reply it appears that you are both still working on it and trying to sort out some issues. If you can get an apk working and want it testing I'm more than happy to test it out and provide feedback. Thanks for all your work trying to get it sorted. |
@IanQuilter |
@cyb3rko |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks!
@IanQuilter Here's a development build of the new implementation. https://cdn.cyb3rko.de/Apps/Gotify/Gotify%20Imageloading%20Dev.apk |
Thanks for all the time and effort you've put into this. I'll give the apk a try and let you know how it performs. Due to the way my Gotify alerts are generated it may take a week or more to confirm that it has cured the problem of using an incorrect cached image. But if any issues appear before then I'll let you know as soon as I find them. Thanks.
|
Well that happened quicker than I thought it would! Pulling down to refresh the display works as normal and all other settings and operations all appear to be working correctly for me. All of my images are sent as jpg's so I haven't seen the issue with svg's. I also send url's which are also working. The dev version is using the apps cache differently as it was showing about 9Mb cache while the original version was showing about 28Mb. I had cleared the cache of both of them earlier today. For me the dev version has completely cured the issue I was having. Excellent work. |
This is a feature request, not a bug fix. I'm mentioning it now while you are working on changing the image handling code in case the new image handling method makes this easy to add. At the moment it's not possible to do anything with an image shown in the Gotify app. It would occasionally be useful to be able to save the image and / or to zoom in on it. As it is now Gotify is very useful but if that could be added it would make Gotify much more versatile. |
Please create a new ticket for this. |
Replaces the image loading library picasso with a well-maintained and modern alternative:
https://github.com/coil-kt/coil
@jmattheis
@IanQuilter
Please try it out :)
Do you need an APK?