Releases: adjust/android_sdk
Releases · adjust/android_sdk
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
Version 4.10.0
⛔️ SDK v4.10.0 should not be integrated, since we noticed errors in network communication for some Android API levels. Please use v4.10.2 or later
- Support for
Suppress
log level - Allow to delay the start of the first session
- Support for session parameters to be send in every session/event:
- Callback parameters
- Partner parameters
- Inject User-agent of each request
- Teardown
- Reading permission in the manifest
Pull Request #222
Send in background and deeplink listener
- Send in the background feature
- Deeplink launch callback listener with decision to launch
- Correct behaviour so the SDK does not start when is put enabled/disabled or online/offline
- Send all referrer and deeplink with sdk_click
- Send sdk_click more immediately with a dedicated handler
Pull Request #186