Skip to content

Bunch of fixes and notification defaults

Compare
Choose a tag to compare
@patedit patedit released this 15 Apr 00:14
· 624 commits to master since this release

Fixes:

  • Fix ConcurrentModificationException in Tweaks #414
  • Fix ConcurrentModificationException on OnMixpanelUpdatesReceivedListener #395
  • Update log output to be consistent with property names
  • getActiveNetworkInfo proper handling: it could return null. Fix #445

New features:

  • Thanks to #283 you can now specify your notifications behavior (sound, vibration, etc..) by using a meta-tag:
<meta-data
            android:name="com.mixpanel.android.MPConfig.NotificationDefaults"
            android:value="1"/>

You can use any of the following values: https://developer.android.com/reference/android/app/Notification.html#DEFAULT_ALL