Skip to content

Releases: BranchMetrics/android-branch-deep-linking-attribution

Release 4.0.0

14 Aug 00:15
e6eddb0
Compare
Choose a tag to compare

v4.0.0

  • Switched to using Android X from the Android Support Library
  • Added new standard event type: customer_event_alias
  • Implemented support for pre-install analytics
  • Added the option to set a custom base URL

Release 3.2.0

06 May 23:34
4e36ede
Compare
Choose a tag to compare

v3.2.0

  • Allow short link creation while privacy is enabled

Release 3.1.2

25 Apr 00:26
e3bee2c
Compare
Choose a tag to compare

v3.1.2

  • Hardware ID is now included in every request
  • Cleaned up compiler warnings, and updated tools to the latest versions

Release 3.1.1

27 Mar 23:48
e190b48
Compare
Choose a tag to compare
  • v3.1.1
    • Added support for push notifications while the application is in the foreground

Release 3.1.0

27 Mar 23:47
e8fa5f4
Compare
Choose a tag to compare
  • v3.1.0
    • Fixed a synchronization issue around the event queue saving preferences while in a synchronized block.
    • Added new standard events for parity with Tune.
    • Ensure that Google Aid is present in all requests.
    • Refactored how Debug works, including making sure all Debug messages can be turned off if not in debug mode.

Release 3.0.4

11 Jan 17:29
a35150a
Compare
Choose a tag to compare
  • v3.0.4
    • Fixed a TLS1.2 issue with HttpsURLConnection on API Level 16~19 devices
    • Add SDK version tag to the Android SDK to aid Google Scanning APIs
    • The SDK now supports deeplinking with enableForcedSession() for apps which choose to finish the Launcher Activity within onStart() method

Release 3.0.3

06 Dec 20:15
91150db
Compare
Choose a tag to compare
  • v3.0.3
    • Master Release - December 6, 2018
    • Fixed Android InstallListener exception when not on UI thread. SDK-87

Release 3.0.2

30 Nov 22:35
f6f2323
Compare
Choose a tag to compare
  • v3.0.2
    • Master Release - November 30, 2018
    • Fix DeadSystemException crash in System Observer. INTENG-4460

Release 3.0.1

13 Nov 22:40
Compare
Choose a tag to compare
  • v3.0.1
    • Master Release - November 8, 2018
    • Fix unstable share sheet row height. DEVEX-835
    • Added new method to force init session. INTENG-4322
    • Support untagged sockets. DEVEX-888

Release 3.0.0

26 Oct 23:35
40474d4
Compare
Choose a tag to compare
  • v3.0.0
    • Master Release - October 26, 2018
    • Upgrade to api2.branch.io for TLS 1.2+ support. DEVEX-809
    • Breaking Change Min SDK version is now 16. If you want to support minimum sdk level 9 please consider using version 1.14.5. If you want to to support a minimum SDK of 15, use the 2.x versions.