Releases: adjust/android_sdk
Releases · adjust/android_sdk
Version 4.12.0
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 insdk_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
andsdk_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.
Pull Request #288
Version 4.11.4
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 withwarn
level.
Pull Request #277
Version 4.11.3
Version 4.11.2
- Added sending of the app's install time and update time.
- Added connection validity checks.
- Updated gradle version.
- Prevents random occurrence of attribution request being fired before session request.
- Replicate fix of foreground timer in background timer.
Pull Request #271
Version 4.11.1
Version 4.11.0
- Sending correctly Amazon Fire Advertising Identifier.
- Added
adid
field to the attribution callback response. - Added possibility to set default tracker for the app by adding
adjust_config.properties
file to theassets
folder of your app. Mostly meant to be used by theAdjust Store & Pre-install Tracker Tool
. - Added method
Adjust.getAdid()
to be able to getadid
value at any time after obtaining it, not only when session/event callbacks have been triggered. - Added methd
Adjust.getAttribution()
to be able to get current attribution value at any time after obtaining it, not only when attribution callback has been triggered. - Updated Criteo plugin:
Pull Request #236
Remove native code
Send fire ad id
- No longer necessary to implement attribution changed to received deferred deeplinks
- Send push token with dedicated package sdk_info
- Send
os_buid
with BUILD.ID info - Send fire ad id and is tracking enable information
- Send vm ISA information from native code
Pull Request #240
Remove extra disconnect
Remove disconnect after URLConnection creation. Allow to do it after response is read
Pull Request #229
Set explicit keep alive
⛔️ SDK v4.10.1 should not be integrated, since we noticed errors in network communication for some Android API levels.
- Set explicit keep alive time for ScheduledThreadPoolExecutor to prevent wrong default of older API's
Pull Request #226