Skip to content

2.2.0

Compare
Choose a tag to compare
@xabldint xabldint released this 11 Jul 18:56
· 1618 commits to master since this release
e0ba412

App Center

  • [Fix] Remove unsecure UUID fallback when UUID generation theorically fails, in reality it never fails.
  • [Fix] Check for running in App Center Test will now work when using AndroidX instead of the support library.
  • [Feature] Add AppCenter.isRunningInAppCenterTestCloud to provide method to check if the application is running in Test Cloud.

App Center Crashes

  • [Fix] The in memory cache of error reports is now cleared when disabling Crashes.

App Center Data

  • [Feature] Add support for offline list of documents.
  • [Feature] Change the default time-to-live (TTL) from 1 day to infinite (never expire).
  • [Fix] Fix isExpired method in LocalDocument for incorrect handling of the TimeToLive.INFINITE value.
  • [Feature] Add ReadOptions parameter to the list API.
  • [Feature] Serialize null document values.
  • [Fix] Fix declaring gson as a build time dependency instead of runtime.
  • [Fix] Allow null for ReadOptions and WriteOptions parameters.