Skip to content

Releases: adjust/android_sdk

Version 4.28.5

22 Sep 09:48
b45e397
Compare
Choose a tag to compare

Added

  • Added support for Admost ad revenue tracking.

Migration Guide.


Pull Request #508

Version 4.28.4

09 Aug 15:08
b45e397
Compare
Choose a tag to compare

Added

  • Added support for Android TV.
  • Added support to OAID plugin for MSA SDK v1.0.26.

Changed

  • Improved logging.

Migration Guide.


Pull Request #501

Version 4.28.3

20 Jul 22:11
380152a
Compare
Choose a tag to compare

Fixed

  • Fixed missing authorization header in retry requests.

Migration Guide.


Pull Request #499

Version 4.28.2

11 Jun 21:27
ae53b7f
Compare
Choose a tag to compare

Changed

  • Added deep link URL decoding before parsing its parameters.

Migration Guide.


Pull Request #493

Version 4.28.1

12 May 13:31
af7043f
Compare
Choose a tag to compare

Added

  • [beta] Added data residency support for US region. You can choose this setting by calling setUrlStrategy method of AdjustConfig instance with AdjustConfig.DATA_RESIDENCY_US parameter.
  • Added helper class AdjustLinkResolution to assist with resolution of links which are wrapping Adjust deep link.

Fixed

  • Removed 5 decimal places formatting for ad revenue value.

Migration Guide.


Pull Request #492

Version 4.28.0

26 Apr 23:33
a5b9dbb
Compare
Choose a tag to compare

Added

  • [beta] Added data residency support for Turkey region. You can choose this setting by calling setUrlStrategy method of AdjustConfig instance with AdjustConfig.DATA_RESIDENCY_TR parameter.
  • Added trackAdRevenue(AdjustAdRevnue) method to Adjust interface to allow tracking of ad revenue by passing AdjustAdRevnue as parameter.
  • Added support for AppLovin MAX ad revenue tracking.

Changed

  • Removed unused ad revenue constants from AdjustConfig.

Migration Guide.


Pull Request #490

Version 4.27.0

18 Mar 01:32
d7c3d27
Compare
Choose a tag to compare

Added

  • Added data residency feature. Support for EU data residency region is added. You can choose this setting by calling setUrlStrategy method of AdjustConfig instance with AdjustConfig.DATA_RESIDENCY_EU parameter.
  • Added preinstall tracking with usage of system installer receiver.
  • Added support for MSA SDK v1.0.25 to OAID plugin.

Changed

  • Changed the measurement consent parameter name from sharing to measurement.

Migration Guide.


Pull Request #486

Version 4.26.2

01 Feb 14:16
93162e3
Compare
Choose a tag to compare

Added

  • Added Facebook audience network ad revenue source string.

Migration Guide.


Pull Request #478

Version 4.26.1

27 Jan 13:55
47e523f
Compare
Choose a tag to compare

Fixed

  • Changed minimum supported API version to 17 for webbridge, to avoid insecure JavaScript potential injections on lower API versions.
  • Moved reading of install referrer details to background thread after service connection establishes.

Migration Guide.


Pull Request #477

Version 4.26.0

15 Jan 23:52
323cd93
Compare
Choose a tag to compare

Added

  • Added improved measurement consent management and third party sharing system.

Migration Guide.


Pull Request #469