Skip to content
This repository has been archived by the owner on Jun 16, 2019. It is now read-only.

Releases: afollestad/arctic-icon-request

4.1.0

21 Jul 00:19
Compare
Choose a tag to compare
  1. Fixed various bugs, especially around Arctic Manager interaction.
  2. Updated internal dependencies and target SDK.
  3. Improved error handling.

4.0.3

01 Jun 17:42
Compare
Choose a tag to compare
  1. Fix how Retrofit is used.
  2. Process response body with remote requests to verify we are receiving "success" from the API.
  3. Add some logging.

Thanks to @jahirfiquitiva for noticing an error in the code.

4.0.2

31 May 22:52
Compare
Choose a tag to compare

Update the User-Agent header.

Release 4.0.1

27 May 05:58
Compare
Choose a tag to compare

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

25 May 18:09
Compare
Choose a tag to compare

This is basically a re-write of the library.

  1. Everything is now written in Kotlin.
  2. RxJava is no longer exposed to library consumers, it's only used internally.
  3. The whole API should now feel simpler to use.

See the README for usage.

2.1.0

10 Jun 23:18
Compare
Choose a tag to compare

Migrated to RxJava 2