Skip to content

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

Release 5.18.0

14 May 21:40
cae5a54
Compare
Choose a tag to compare
  • v5.18.0
  • Master Release - May 14, 2025
    • Add browser experience for apps that have opted in.
      • By default, a CustomTabsIntent will launch specifically configured web links.
      • To override with your own, set public void setCustomTabsIntent(CustomTabsIntent customTabsIntent) prior to session init.
      • Otherwise if androidx.browser:browser:1.8.0 is not imported, user's default browser will launch.

Release 5.17.0

14 May 21:39
Compare
Choose a tag to compare
  • v5.17.0
  • Master Release - Apr 24, 2025
    • Make formerly private enableLogging(IBranchLoggingCallbacks iBranchLogging, BranchLogger.BranchLogLevel level) public

Release 5.16.3

17 Apr 23:48
5c8a283
Compare
Choose a tag to compare
  • Only query user agent string when needed for v2/events
  • Integration validator fix when multiple URI schemes are present in manifest

Release 5.16.2

05 Apr 00:01
8135611
Compare
Choose a tag to compare
  • v5.16.2
  • Master Release - Apr 4, 2025
    • Forward real HTTP error codes through error callback.
  • v5.16.1
  • Master Release - Mar 27, 2025
    • Emit VERBOSE logging by default.

Release 5.16.0

21 Mar 23:16
0875bb5
Compare
Choose a tag to compare
  • Add support for Facebook Lite install referrer
  • Add server time stamps for Play Store Install Referrer
  • Fix exception handling for rare crash

Release 5.15.2

07 Mar 21:19
be50375
Compare
Choose a tag to compare
  • v5.15.2
  • Master Release - Mar 6, 2025
    • Fix bug with initial referrer not being set on warm starts.

Release 5.15.0

13 Dec 05:02
fd90edd
Compare
Choose a tag to compare
  • New extended Integration Validator UI

Release 5.14.0

18 Nov 23:30
10f9960
Compare
Choose a tag to compare
  • Added setConsumerProtectionAttributionLevel for controlling attribution data collection
  • Deprecated disableTracking in favor of setConsumerProtectionAttributionLevel(NONE)

Release 5.13.0

30 Oct 01:55
50d5b5a
Compare
Choose a tag to compare
  • Removal of internal event caching behavior
  • Addition of unique id per request in POST body
  • Change in behavior of tracking controller, when re-enabled will run initialization tasks.

Release 5.12.4

01 Oct 21:20
2b798cd
Compare
Choose a tag to compare
  • Reverted the minimum SDK build version back to 21