- Fix NullPointerException in SettingsCache
- Removing the track(userId, ..) overrides such that only identify needs to provide a userId
- Adding SQL Db fix to avoid locking issue on count
- Adding parameter mapping to Mixpanel
- Added screen method to public API
- Added screen implementation for GA, Omniture, Localytics, Flurry, Mixpanel, Amplitude and Countly
- Fixed synchronous settings download at initialize
- Fixing Mixpanel provider to not identify on track
- Adding Mixpanel alias'd user test
- Added Omniture
- Adding ability to request integration settings from Segment.io
- Adding Amplitude, BugSnag, Countly, Crittercism, Flurry, Google Analytics, Localytics, and Mixpanel bundled providers and associated libraries
- Adding context.providers support for identifies, aliases, and tracks
- Added stopwatch timing for bundled provider operations
- Moving context.build out of context.device
- Fixing global context not propagating bug
- API stabilized
- Repo going public