Skip to content

v0.7.0.2

Compare
Choose a tag to compare
@mattbdean mattbdean released this 02 Mar 04:27
· 707 commits to master since this release

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 InvalidScopeException that is thrown when the client does not use the required scope
  • Ability to revoke both access tokens and refresh tokens using OAuthHelper.revokeAccessToken() and revokeRefreshToken() respectively

Multireddits

  • More data provided by the API now, so MultiReddit has changed accordingly. See here fore more.
  • Get a user's public multireddits using MultiRedditManager.getPublicMultis(String)

Other

  • RedditClient.isLoggedIn() renamed to isAuthenticated()
  • Added LoggedInAccount.getCreddits()
  • Username mentions in InboxPaginator
  • Javadoc for the models package cleaned up a great bit.
  • Updated Gradle to 2.3