Releases
v0.8.0
Compare
Sorry, something went wrong.
No results found
API Changes
Added the net.dean.jraw.auth package. Helps manage OAuth2 flow, especially on mobile apps. See the updated OAuth2 wiki page for more.
Introduce the fluent API. See the wiki for more.
SubredditStream now handles calls to /subreddits/default
Endpoints.USER_USERNAME_LIKED renamed to USER_USERNAME_UPVOTED. Likewise for USER_USERNAME_DISLIKED.
Added PublicContribution.getRemovalReason()
Added Submission.getPostHint()
OkHttpAdapter now accepts an OkHttpClient as a parameter in its constructor
Removed toolbar-related methods in AccountPreferences and AccountPreferencesEditor
AccountManager.save() accepts a PublicContribution instead of a Submission
Internal
Fixed a bug where OAuthData.getScopes() was not returning the expected result.
Added hashCode and equals methods to Thing
Fixed a big where OAuthHelper removed its own refresh token after the first refresh
You can’t perform that action at this time.