Skip to content

Releases: codepath/android-oauth-handler

Add arbitrary RequestBody

21 Aug 06:12
Compare
Choose a tag to compare
  • Allow support for multipart uploads by bumping Android Async Http Client

  • Add sample example support and apikey.properties

Fix scopes

20 Aug 06:21
Compare
Choose a tag to compare
  • Somehow regressed and didn't include the scopes check for OAuth1/OAuth2 support.

Adding logging

20 Aug 06:10
Compare
Choose a tag to compare
  • Logging is now set to show headers request/response to enable easier debugging.

OAuth1 fix

20 Aug 05:57
Compare
Choose a tag to compare
  • Fixed regression after adding support for OAuth1/OAuth2

OAuth1/OAuth2 fix

19 Aug 06:14
Compare
Choose a tag to compare
  • Fix bug that caused providing an empty scope not to instantiate OAuth client for OAuth1

Support OAuth2

19 Aug 05:56
Compare
Choose a tag to compare
  • Now tested with Google OAuth2 APIs but needs a scope parameter to be passed in

Bump Android Async Http Client

19 Aug 04:16
29a62b7
Compare
Choose a tag to compare
  • Bump Android Async Http Client
  • Remove codepath-utils.jar

Move to using OkHttp3-based AsyncHttpClient

14 Aug 05:30
29a62b7
Compare
Choose a tag to compare
Merge pull request #43 from codepath/okhttp3

Okhttp3

v1.3.1

01 Apr 07:27
Compare
Choose a tag to compare
  • Add Scribe as a transitive dependency

v1.3.0

01 Apr 07:17
Compare
Choose a tag to compare
  • Upgrade Gradle versions
  • Increase support library