Skip to content

1.2.0

Compare
Choose a tag to compare
@ChristianoBolla-Appwise ChristianoBolla-Appwise released this 04 Dec 20:35
· 204 commits to master since this release

Breaking

  • The signature of the configureToolbar() methods has been changed.
  • Updated the visibility of some functions of the BaseRestClient.
  • Added GetGson() back to the BaseRestClient so it can easily be extended with a newBuilder.

Bug Fixes

  • Cleaned up resources, removed unneeded imports, ...
  • Changed immutable interceptor list mutable so the list can be easily added to.
  • Fixed issue with the logout() function as it was breaking on Android API 31
  • Fixed the issue where the sourceCode could not be inspected whilst using the modules as a dependency

Improvements

  • Fixed some styling issues with the ProfileActionButton
  • Fixed issue with the textColor overriding the textAppearance color of a ProfileActionButton
  • Added paging3 module to the build, it will provide some standard ways to add a paging source and will easily hook in to your current implementation with a repository interface and much more.