Releases: BranchMetrics/android-branch-deep-linking-attribution
Releases · BranchMetrics/android-branch-deep-linking-attribution
Release 5.2.7
- 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
beforeBranch.getAutoInstance(this)
- To enable, call
Release 5.2.6
- Master Release - Oct 25, 2022
debug
field is now included in all events, previously only on init requestssource
field moved fromdata
block to top level in v1 url requests
Release 5.2.5
- 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
- To use this method to obtain the user agent string, set
Release 5.2.4
- Master Release - Sep 30, 2022
- Using alternative method to obtain user agent through WebView instance with static as fallback
Release 5.2.3
- 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
- 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
- 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
• 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
- 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
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"