Skip to content

Releases: adjust/android_sdk

Version 4.15.1

19 Sep 18:17
2fc5b62
Compare
Choose a tag to compare

Changed

  • Changed way how AdjustAttribution object is being passed to Unity layer.
  • Modified paths in Gradle tasks for building JAR files.

Migration Guide.


Pull Request #352

Version 4.15.0

31 Aug 12:34
60275af
Compare
Choose a tag to compare

Added

  • Added setCallbackId method on AdjustEvent object for users to set custom ID on event object which will later be reported in event success/failure callbacks.
  • Added callbackId member to AdjustEventSuccess class.
  • Added callbackId member to AdjustEventFailure class.
  • Added support for tracking Facebook Pixel events with Android web view SDK.
  • Aligned feature set of Android web view SDK with native Android SDK.
  • Added example app which demonstrates how Android web view SDK can be used to track Facebook Pixel events.

Changed

  • Marked setReadMobileEquipmentIdentity method of AdjustConfig object as deprecated.
  • SDK will now fire attribution request each time upon session tracking finished in case it lacks attribution info.
  • Removed reading of vm_isa parameter.
  • Removed unneccessary reflection calls.

Migration Guide.


Pull Request #349

Version 4.14.0

08 Jun 10:15
64ae499
Compare
Choose a tag to compare

Added

  • Added Adjust.appWillOpenUrl(Uri, Context) method to enable deep link caching.

Changed

  • Marked Adjust.appWillOpenUrl(Uri) method as deprecated. Please, use Adjust.appWillOpenUrl(Uri, Context) method instead.

Migration Guide.


Pull Request #340

Version 4.13.0

27 Apr 15:51
2602ae6
Compare
Choose a tag to compare

Added

  • Added Adjust.gdprForgetMe(context) method to enable possibility for user to be forgotten in accordance with GDPR law.

Migration Guide.


Pull Request #331

Version 4.12.4

09 Mar 15:42
369b803
Compare
Choose a tag to compare

Changed

  • Added additional null checks into InstallReferrer invoke method.

Migration Guide.


Pull Request #321

Version 4.12.3

07 Mar 17:07
7ea52e0
Compare
Choose a tag to compare

Fixed

  • Fixed random OutOfMemoryError occurrences when reading/writing referrers array.

Migration Guide.


Pull Request #319

Version 4.12.2

28 Feb 16:44
d0f04cf
Compare
Choose a tag to compare

Changed

  • Capturing information about silently ignored runtime exceptions by scheduled executor.
  • Send referrer information upon enabling SDK if it was launched as disabled.

Fixed

  • Fixed handling of malformed referrer string values.

Migration Guide.


Pull Request #318

Version 4.12.1

31 Jan 18:40
da45c9d
Compare
Choose a tag to compare

Fixed

  • Correctly format strings with US locale

Migration Guide.


Pull Request #313

Version 4.12.0

13 Dec 16:10
b07c642
Compare
Choose a tag to compare

Added

  • Added support for new Google referrer API (https://developer.android.com/google/play/installreferrer/library.html).
  • Added Adjust.getAmazonAdId() method to obtain value of Amazon Advertising Identifier.
  • Added possibility to read Mobile Equipment Identity for non Google Play store apps.
  • Added usage of app secret in authorization header.
  • Added sending of raw_referrer parameter in sdk_click package.
  • Added reading of MCC.
  • Added reading of MNC.
  • Added reading of network type.
  • Added reading of connectivity type.
  • Added log messages for saved actions to be done when the SDK starts.

Changed

  • Not sending sdk_click and sdk_info packages when SDK is disabled.
  • Setting enable/disable or offline/online is now queued.
  • Guaranteeing that first package is sent even with event buffering turned ON.
  • Not creating first session package if SDK is disabled before first launch.
  • Saving referrer in local storage and send it only after first session.
  • Saving push token in local storage and send it only after first session.

Migration Guide.


Pull Request #288

Version 4.11.4

05 May 13:46
Compare
Choose a tag to compare

Added

  • Added check if sdk_click package response contains attribution information.
  • Added sending of attributable parameters with every sdk_click package.

Changed

  • Replaced assert level logs with warn level.

Migration Guide.


Pull Request #277