Releases: BranchMetrics/android-branch-deep-linking-attribution
Releases · BranchMetrics/android-branch-deep-linking-attribution
Release 5.18.0
- 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.
- By default, a
- Add browser experience for apps that have opted in.
Release 5.17.0
- v5.17.0
- Master Release - Apr 24, 2025
- Make formerly private
enableLogging(IBranchLoggingCallbacks iBranchLogging, BranchLogger.BranchLogLevel level)
public
- Make formerly private
Release 5.16.3
- 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
- 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.
- Emit
Release 5.16.0
- 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
- v5.15.2
- Master Release - Mar 6, 2025
- Fix bug with initial referrer not being set on warm starts.
Release 5.15.0
- New extended Integration Validator UI
Release 5.14.0
- Added
setConsumerProtectionAttributionLevel
for controlling attribution data collection - Deprecated
disableTracking
in favor ofsetConsumerProtectionAttributionLevel(NONE)
Release 5.13.0
- 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
- Reverted the minimum SDK build version back to 21