Mixpanel v2.1 Release Notes

    • ๐Ÿ‘Œ Support for Mixpanel push notifications

      The Mixpanel library now handles registering for and receiving Google Cloud Messaging notifications sent from the Mixpanel interface. See https://mixpanel.com/docs/people-analytics/android-push for instructions on getting started using Mixpanel to engage directly with users of your application.

    • ๐Ÿ‘ท ant-based build system for core libraries

      To build the core library, type 'ANDROID_HOME=/path/to/android/sdk ant library' at your command line.

    • API brought closer to Mixpanel Javascript and iPhone APIs

      Main class now named "MixpanelAPI", as in iPhone library

      Methods renamed to align with iPhone API method names

      People Analytics features are now accessed via the MixpanelAPI.People class, accessed via MixpanelAPI.getPeople()

      People.identify is now independent of MixpanelAPI.identify

      User identity and super properties now persist across application shutdown

    • More explicit threading model

      Eliminated dependency on external Looper for timing of messages sent to Mixpanel

    • ๐Ÿ“š Extensive documentation

      Public APIs are now more thoroughly documented

    • โœ… Unit Tests provided as part of core code

    Unit tests are an Eclipse project under test/, are run against the demo application