Skip to content

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

Release 5.2.7

08 Dec 01:34
2bc717b
Compare
Choose a tag to compare
  • v5.2.7
    • Master Release - Dec 7, 2022
    • Fixes a bug with setIdentity not consistently calling v1/profile
    • Adds switch to prioritize referrer links for attribution over preinstall metadata
      • To enable, call setReferringLinkAttributionForPreinstalledAppsEnabled before Branch.getAutoInstance(this)

Release 5.2.6

26 Oct 21:10
bafa971
Compare
Choose a tag to compare
  • Master Release - Oct 25, 2022
    • debug field is now included in all events, previously only on init requests
    • source field moved from data block to top level in v1 url requests

Release 5.2.5

03 Oct 23:01
00b65c9
Compare
Choose a tag to compare
  • v5.2.5
    • Master Release - Oct 3, 2022
    • For user agent string, move webview instance to ui thread on init
      • To use this method to obtain the user agent string, set Branch.setIsUserAgentSync(true)
      • Static WebSettings is the default

Release 5.2.4

30 Sep 21:26
76fa43b
Compare
Choose a tag to compare
  • Master Release - Sep 30, 2022
  • Using alternative method to obtain user agent through WebView instance with static as fallback

Release 5.2.3

30 Aug 04:47
a260d20
Compare
Choose a tag to compare
  • v5.2.3
    • Master Release - Aug 29, 2022
    • Updated compile and target API to 32, updated build tools
    • Changed POM scope for firebase-appindexing from "runtime" to "compile"

Release 5.2.2

15 Aug 21:45
2f4d8dd
Compare
Choose a tag to compare
  • Master Release - Aug 15, 2022
  • Sending app_store install source on requests
  • Added default retry cap for no-internet request queues

Release 5.2.1

10 Aug 05:01
9f42811
Compare
Choose a tag to compare
  • Master Release - Aug 8, 2022
  • Removed unused IMEI strings and references in the Java
  • Change setIdentity call to immediately save provided identity string instead of waiting for network call. Additionally it is sent as part of v1 open and install requests.

Release 5.2.0

16 Jun 01:30
99b0215
Compare
Choose a tag to compare

• v5.2.0

  • Master Release - Jun 15, 2022
  • Added methods to generate Branch QR codes.
    New methods:
    • getQRCodeAsData
    • getQRCodeAsImage()
      Utility methods:
    • setCodeColor()
    • setBackgroundColor()
    • setCenterLogo()
    • setWidth()
    • setMargin()
    • setImageFormat()
  • Added support for additional store referrer APIs. No code needed other than to import the store's referrer API artifact into your app.
    New app stores:
    • Huawei App Gallery
    • Samsung Galaxy Store**
    • Xiaomi GetApps**
      ** Contact your Samsung or Xiaomi representative for assistance with obtaining their store referrer API artifact.
  • Upgraded Google Install Referrer API
  • Updated Android minimum SDK to 21
  • Replaced JCenter with mavenCentral in allprojects.repositories

Release 5.1.5

02 Jun 00:17
3306d51
Compare
Choose a tag to compare
  • v5.1.5
    • Master Release - Jun 1, 2022
    • Fixes an issue with previously set randomly generated configuration values being skipped over.

⚠️ Release 5.1.4

02 May 19:01
5ea44e6
Compare
Choose a tag to compare

Warning: This release has a configuration issue that incorrectly marks opens as reinstalls. Please use 5.1.5.

  • v5.1.4
    • Master Release - Apr 29, 2022
    • Fix retry logic for network requests when there is no internet availability.
    • Replace "identity_id" with "randomized_bundle_token" and "device_fingerprint_id" with "randomized_device_token"