Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

TwitterUI should allow overriding of imageLoader (or update to the latest Picasso) #129

Open
shekibobo opened this issue May 23, 2018 · 5 comments

Comments

@shekibobo
Copy link

Using twitter-core and twitter-ui version 3.3.0 along with Picasso 2.71828 will crash when trying to build a timeline adapter because Picasso no longer uses Picasso.with(Context context), but uses Picasso.get(). There appears to be a method allowing overriding of the imageLoader on TwitterUI, but it is not public, so I'm forced to downgrade Picasso if I want to use the TwitterUI at this point.

@waelelsawy
Copy link

waelelsawy commented Jun 3, 2018

I have the same issue. Can we do a temporary solution by forcing the Twitter SDK to use the Picasso old version?

@c0dehunter
Copy link

Same problem.

@cnordvik
Copy link

cnordvik commented Jul 7, 2018

This seems like a pretty major thing that should be fixed @efrohnhoefer? I just updated to latest Picasso in our entire app and made everything work and then bumped into this one forcing me to undo all the work I just did :-/

@c0dehunter
Copy link

It doesn't seem Twitter is interested too much in this.. I'm throwing out the Twitter lib.

@jeroenboumans
Copy link

Still having the same issue. Would like to update the Picasso plugin to the newest version for using Picasso.get(). Can this still be fixed @efrohnhoefer ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants