Releases: BranchMetrics/android-branch-deep-linking-attribution
Releases · BranchMetrics/android-branch-deep-linking-attribution
Release 5.1.3
- v5.1.3
- Master Release - Mar 25, 2022
- Collect and persist GCLID
- A custom expiration window for the GCLID can be set by
public void setReferrerGclidValidForWindow(long window)
- A custom expiration window for the GCLID can be set by
- Credits related methods and fields marked as deprecated
- Fixed IllegalAccessException on API 31, using DisplayManager instead of WindowManager
Release 5.1.2
- v5.1.2
- Master Release - Mar 9, 2022
- Update payloads to include generated UUID when valid GAID is retrieved, replacing hardware ID. UUID is persisted locally.
- Fix bug which spammed the log for no-op event retry attempts when tracking is disabled.
Release 5.1.1
- v5.1.1
- Master Release - Feb 18, 2022
- Fix NPE if intent is null while getting referrer
Release 5.1.0
- v5.1.0
- Master Release - Feb 9, 2022
- Added BranchPluginSupport class with deviceDescription() method. Will be used by the AdobeBranchExtension to pass device data.
- Resolves timeout and non-initialization issues introducing a connect timeout, and retrying init requests.
- Possible behavior change is with the increased timeout, any operations awaiting these requests may see longer timeouts.
- To set the timeouts:
public void setConnectTimeout(int connectTimeout)
public void setTimeout(int timeout)
- Time is in milliseconds
Release 5.0.15
- v5.0.15
- Master Release - Nov 10, 2021
- Bug fixes: IntegrationValidator (ConcurrentModificationException, Decoding Resource Strings)
Release 5.0.14
v5.0.14
- Master Release - Oct 15, 2021
- Bug fixes: improper shutdown of resource, multiline server responses
- Fix crash when using Branch JSON config
Release 5.0.13
v5.0.13
- Master Release - Oct 1, 2021
- Always include Google Play Store referrer in install
- IntegrationValidator now recognizes String resources
- Fix edge case that could cause a stack overflow
Release 5.0.12
- v5.0.12
- Master Release - Sep 21, 2021
- Avoid NPE when Branch reference in BranchPostTask is garbage collected
Release 5.0.11
- v5.0.11
- Master Release - Aug 23, 2021
- Avoid NPE when Activity reference is null
Release 5.0.10
- v5.0.10
- Master Release - Aug 4, 2021
- Collect initial_referrer