This repository has been archived by the owner on Jun 16, 2019. It is now read-only.
Releases: afollestad/arctic-icon-request
Releases · afollestad/arctic-icon-request
4.1.0
4.0.3
- Fix how Retrofit is used.
- Process response body with remote requests to verify we are receiving "success" from the API.
- Add some logging.
Thanks to @jahirfiquitiva for noticing an error in the code.
4.0.2
Update the User-Agent header.
Release 4.0.1
performSend
and performLoad
have an optional callback lambda now, in addition to the callbacks that can be set in the ArcticRequest
constructor.
Checkout the README.
Release 4.0.0
This is basically a re-write of the library.
- Everything is now written in Kotlin.
- RxJava is no longer exposed to library consumers, it's only used internally.
- The whole API should now feel simpler to use.
See the README for usage.
2.1.0
Migrated to RxJava 2