Skip to content

Releases: Parsely/parsely-android

3.0.3

22 Jun 14:42
68c0e2c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.2...3.0.3

Release 3.0.2: Bugfix Release

13 Jul 20:27
6999d5b
Compare
Choose a tag to compare

This release includes fixes from #31 which replaces an assert statement with a null check.

3.0.0

22 Feb 02:36
f0882f4
Compare
Choose a tag to compare

Huge release containing many breaking changes and new features to bring parity with the JavaScript tracker.

  • Engaged time tracking supported via startEngagement and stopEngagement.
  • Video tracking supported via trackVideo, trackPause, and resetVideo.
  • Support for arbitrary extraData as well as post/video metadata.

2.3

15 Nov 16:16
Compare
Choose a tag to compare
2.3
  • Use HTTPS for API communication
  • Use Advertising ID instead of Device ID
  • Improve exception handling when flushing events

2.2

10 May 19:32
Compare
Choose a tag to compare
2.2
  • Moved disk access to worker threads
  • Updated app to use Gradle

2.1

02 Feb 22:25
Compare
Choose a tag to compare
2.1
  • Removed the capability to send non-batched pixel requests
  • Added a field for a customizable urlref

2.0

02 Feb 22:24
Compare
Choose a tag to compare
2.0
  • Upgraded the example project to work with Android Studio