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

Picasso.with() has been renamed to Picasso.get()

Open chriscioli-vn opened this issue 5 years ago • 4 comments

This form is for reporting issues in the Twitter Kit Android library. For all other developer questions/issues about Twitter please visit Twitter Community.

We welcome your contributions to improve the SDKs — whether adding new features, creating your own library that uses Twitter Kit, or fixing bugs you find in the code. We'd love to work with you so that Twitter Kit grows with your needs.

You are currently using an older version of Picasso. The Picasso.with() method has been deprecated and the Picasso.get() method is the new version. This is only a problem in applications that are already using an updated version of the Picasso library.

We work constantly to fix bugs, tweak functionality and improve device support. Providing detailed feedback will help us to quickly resolve your issue.

  • Steps to reproduce the problem (include logs and/or sample code where appropriate): Implement the current version of the Picasso library, using the .get() method
  • Expected behavior: The application compiles
  • Android API Version: compileSdkVersion 27 minSdkVersion 21
  • Android Device (include Model and Manufacturer): Essential PH-1 (test device)
  • Artifact Versions (run ./gradlew :app:dependencies):

Feature Request

If you have anything you'd like to contribute, we recommend discussing it with the core team before writing it.

  • Describe feature in as much detail as possible:
  • Include sample usage where appropriate:

chriscioli-vn avatar Aug 19 '18 19:08 chriscioli-vn

screen shot 2018-08-19 at 3 29 29 pm

chriscioli-vn avatar Aug 19 '18 19:08 chriscioli-vn

Note: Twitter kit in no longer being actively developed. But if you submit a PR I can review and merge.

efrohnhoefer avatar Sep 10 '18 16:09 efrohnhoefer

@efrohnhoefer I created a pull request for this: https://github.com/twitter/twitter-kit-android/pull/152

jasvilladarez avatar Sep 20 '18 14:09 jasvilladarez

I am getting the minify warning that Picasso.with(context) is not present. When the update to use the latest Picasso will get released?

bardyamomeni avatar Dec 06 '18 08:12 bardyamomeni