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

Twitter Kit for Android

Results 58 twitter-kit-android issues
Sort by recently updated
recently updated
newest added

Twitter.initialize and TweetUi.getInstance can no longer be called on the main thread as they block and trigger an ANR almost always. This is with the new version 3.0.0.

bug

**Bug Report** ## steps to reproduce just make api request via `StatusService#update` with status string including "*" this request will return following response ``` { "errors": [{ "code": 32, "message":...

bug

This fixes issue: https://github.com/twitter/twitter-kit-android/issues/130

Twitter Kit for Android is licensed [under Apache Licenses 2.0](https://github.com/twitter/twitter-kit-android#license). But pom file indicate that `TwitterKit Agreement` licenses. ```xml TwitterKit Agreement https://dev.twitter.com/overview/terms/twitterkit.html repo ``` I'm not sure how pom file...

This is to prevent conflict with the latest Picasso version. Picasso removed it's `with(Context)` function and replace it with `get()`.

twitter-composer proguard.txt add. (https://twittercommunity.com/t/tweet-composer-problem-with-proguard/92398)

This form is for reporting issues in the Twitter Kit Android library. For all other developer questions/issues about Twitter please visit [Twitter Community](https://twittercommunity.com/). We welcome your contributions to improve the...

Hi there, I’m using the Twitter Kit for Android to enable users to signin via Twitter in an app. It works fine and all the testing I have done are...