Skip to content

Releases: adjust/android_sdk

Version 4.28.7

15 Nov 15:50
b57fec0
Compare
Choose a tag to compare

Changed

  • Added caching of IDs in the IMEI plugin to avoid frequent reads.

Migration Guide.


Pull Request #519

Version 4.28.6

19 Oct 14:51
28045ca
Compare
Choose a tag to compare

Added

  • Added Huawei Install Referrer Track ID support.

Changed

  • Replaced deprecated AsyncTask with custom implementation.
  • Added permission com.google.android.gms.permission.AD_ID in the example apps for Android 12 & above.

Migration Guide.


Pull Request #514

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