twitter-kit-android
twitter-kit-android copied to clipboard
TwitterUI should allow overriding of imageLoader (or update to the latest Picasso)
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.
I have the same issue. Can we do a temporary solution by forcing the Twitter SDK to use the Picasso old version?
Same problem.
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 :-/
It doesn't seem Twitter is interested too much in this.. I'm throwing out the Twitter lib.
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 ?