Skip to content

Release v5.6.7

Compare
Choose a tag to compare
@patedit patedit released this 23 Nov 02:03
· 431 commits to master since this release

Fixes

  • Crash when formatting timezones due to OEM bug #567
  • Fix ArrayOutOfBoundsException due to OEM bug #241
  • Use current loop handler when waiting for UA integration
  • Better FCM initialization to avoid warnings (#624) and fix crash when using other FCM providers #608

New features

  • Added $ae_total_app_sessions and $ae_total_app_session_length. Parity with iOS (thanks @ivansap!)
  • Allow passing super properties when initializing the library. Addresses #597. Usage:
MixpanelAPI.getInstance(this, MY_TOKEN, superPropertiesJsonObject)