v0.7.0.2
NB: This is a time-based release. It is not to be considered stable but is provided for those who want the latest and greatest features of the library.
Main features in this release:
OAuth
- Ability to set the refresh token using
OAuthHelper.setRefreshToken() - New class
InvalidScopeExceptionthat is thrown when the client does not use the required scope - Ability to revoke both access tokens and refresh tokens using
OAuthHelper.revokeAccessToken()andrevokeRefreshToken()respectively
Multireddits
- More data provided by the API now, so
MultiReddithas changed accordingly. See here fore more. - Get a user's public multireddits using
MultiRedditManager.getPublicMultis(String)
Other
RedditClient.isLoggedIn()renamed toisAuthenticated()- Added
LoggedInAccount.getCreddits() - Username mentions in
InboxPaginator - Javadoc for the
modelspackage cleaned up a great bit. - Updated Gradle to 2.3