Skip to content

Releases: Wolox/wolmo-networking-android

Wolmo Networking v1.3.2

18 Dec 20:00
f504be3
Compare
Choose a tag to compare

Summary

  • Add a return inside pollWithDelay when there are no more tries available.

Wolmo Networking v1.3.1

23 Nov 18:24
59cc759
Compare
Choose a tag to compare

Summary

  • Added Polling and Converter.Factory customization support.
  • Removed unnecessary and conflicting AndroidManifest attributes.

Wolmo Networking v1.3.0

30 Oct 18:07
fd4efaf
Compare
Choose a tag to compare

Changelog

  • Improved Repository and related APIs to play nicely with Java 8 and to avoid some code smells.
  • Extracted Repository time-resolving functionalities into a particular QueryStrategy.
  • More small changes to said APIs to improve their quality.
  • Updated README examples to match new APIs.

Wolmo Networking v1.2.0

10 Oct 16:36
Compare
Choose a tag to compare

Changelog

  • Add Google Maven dependencies repo.
  • Bump build.gradle Android versions to API 26.

Wolmo Networking v1.1.0

12 Jul 20:25
Compare
Choose a tag to compare

Changelog

  • Greatly modified the library's API. Details can be found here.
  • Implemented QueryStrategy class to provide more control over how the data gets return to the developer.
  • The Repositoryclass is now final instead of abstract, to simplify the usage of the library.
  • Added examples to README with the new API.

Wolmo Networking v1.0.0

05 Jun 17:44
Compare
Choose a tag to compare

Changelog

  • Included Retrofit's base and helper classes, previously found in Wolmo Core
  • Introduced an offline networking mechanism.
  • Moved WoloxCallback to this repository and renamed it to NetworkCallback
  • Added Javadocs to every class and method.
  • Added licenses to files.
  • Pointed Wolmo Core dependency to v1.0.0