Skip to content

Releases: adjust/android_sdk

Version 4.28.9

15 Jan 11:09
d937600
Compare
Choose a tag to compare

Added

  • Added support to OAID plugin for MSA SDK v1.1.0.

Changed

  • Removed reading of MAC address.
  • Updated Gradle version 7.0.4 and Gradle Javadoc task.

Fixed

  • Fixed crash while iterating through the running processes.
  • Fixed ANR while reading Google Play Advertising Id.

Migration Guide.


Pull Request #523

Version 4.28.8

06 Dec 15:22
472529f
Compare
Choose a tag to compare

Changed

  • Added extraction & usage of application context for all the APIs.

Migration Guide.


Pull Request #521

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