Skip to content

Version 1.3.0

Compare
Choose a tag to compare
@TrekSoft TrekSoft released this 31 Aug 20:18
· 1381 commits to main since this release

Features

  • (Core) New Debug Functionality! A developer menu that can be activated by shaking the device during debug builds of your app. The developer menu is intended to help you access important information while debugging and easily file GitHub issues containing this information: https://docs.amplify.aws/lib/debugging/dev-menu/q/platform/android
  • (Auth) Implement device tracking
  • (API) PaginatedResult now implements Iterable
  • (DataStore) Add pagination, respecting syncPageSize and syncMaxRecords
  • (DataStore) Add sorting
  • (DataStore) Implement mutation outbox hub events
  • (DataStore) Trigger hub events during sync
  • (RXBindings) RXBindings improvements

Bug Fixes

  • (RXBindings) Make ConnectionStateEvent public

Misc

  • Update rxjava and rxandroid to v3