Releases: KirkBushman/ARAW
v1.1.0-alpha03
- bumped deps versions
- targets android API 33
- fixes jitpack lint error
v1.1.0-alpha02
- moved disableLegacyEncoding in the constructor, not to be set in every method
- changed several methods signature to better reflect wether it's an action or a creation of a fetcher
- made moreChildren a POST request to avoid limits #38
- added rich-text flairs, thanks #mihirrai
- minor fixes and optimizations
v1.1.0-alpha01
Let's start working on the next release!
Added many more endpoints, upgraded dependencies, and syntax.
- Added support for the new refresh token flow from Reddit (https://www.reddit.com/r/redditdev/comments/kvzaot/oauth2_api_changes_upcoming/)
- Added support for multis
- Divided Redditor in more submodules, changed returned interface to RedditorData
- Added comment focus param on comment tree fetching
- Added search for frontpage or for special subreddits
- ARAW is now compiled against Java 11
- other changes and minor optimizations
v1.0.0
Stable release 🎉🎉🎉
The lib has currently a good amount of features, and is stable enough to ship a product.
We will go forward from here.
v1.0.0-rc01
- preparing for 1.0.0
- support for sdk 30
- updated to Kotlin 1.4
- updated deps
v1.0.0-beta05
- Breaking changed fetcher limit from Int to Long,
added constraint annotation (from 0 to 100, default 25) - added missing field variants to Submission preview
- added missing PollData to Submission
- added missing images and gifs Gallery to Submission
- added fetching of subreddits flairs, and tested flair filtering using search
- added missing type to Message model
- added Saveable interface
- exposed Docs and readme works
- minor fixes and tests
v1.0.0-beta04
-fixed crash with user subreddit
-fixed some login problems
-added comment sorting
-added parent crosspost
-minor fixes and versions update
v1.0.0-beta03
-fixed error parsing when fetching private subreddit
-fixed crash on empty array return using first()
-fixed minor crashes on parsing
-added base SubredditData interface to Subreddit and PrivateSubreddit
-added more tests on more cases
-added ability to disable legacy response encoding
-added ability to upload media showing as i.redd.it and v.redd.it
-added RedditorSubreddit
-added ability to see a redditor's ModeratedSubs
-bumped android tools to 4.0.0
-bumped moshi to 1.9.3
v1.0.0-beta02
-kotlin 1.3.72
-added multiple fields to models
-removed manual hashCode() and equals()
-unit testing for basic features
-added ability to reuse an external Retrofit singleton
-better handling of iterating through commentData structures
-added fetching wiki by page and revisions
-added error throw if wiki is disabled
-uniformed naming of fields (id, fullname...)
-added userless authentication
-simpliefied authentication with helpers objects
-started dokka documentation
-added multi subreddit fetching, by id
-moved self user call when needed inside client
-minors fixes
v1.0.0-beta01
-reworked reddit client, removed handlers and created sub-clients.
-added the ability to hide, lock, mark as nsfw, mark as spoiler contributions.
-added models for karma, friends, prefs, wiki, user...
-added function for trending subreddits.
-removed app folder.
-added more overloads of function with models.
-added more api calls from reddit dev/api.
-updated deps.
-added api call testing.
-minor fixes.