twitter-kit-android icon indicating copy to clipboard operation
twitter-kit-android copied to clipboard

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

Open shekibobo opened this issue 6 years ago • 5 comments

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.

shekibobo avatar May 23 '18 20:05 shekibobo

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

waelelsawy avatar Jun 03 '18 21:06 waelelsawy

Same problem.

c0dehunter avatar Jun 26 '18 10:06 c0dehunter

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 :-/

cnordvik avatar Jul 07 '18 02:07 cnordvik

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

c0dehunter avatar Jul 23 '18 21:07 c0dehunter

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 ?

jeroenboumans avatar Nov 21 '18 21:11 jeroenboumans