Releases: codepath/android-oauth-handler
Releases · codepath/android-oauth-handler
Add arbitrary RequestBody
Fix scopes
- Somehow regressed and didn't include the scopes check for OAuth1/OAuth2 support.
Adding logging
- Logging is now set to show headers request/response to enable easier debugging.
OAuth1 fix
- Fixed regression after adding support for OAuth1/OAuth2
OAuth1/OAuth2 fix
- Fix bug that caused providing an empty scope not to instantiate OAuth client for OAuth1
Support OAuth2
- Now tested with Google OAuth2 APIs but needs a scope parameter to be passed in
Bump Android Async Http Client
- Bump Android Async Http Client
- Remove codepath-utils.jar
Move to using OkHttp3-based AsyncHttpClient
Merge pull request #43 from codepath/okhttp3 Okhttp3