Skip to content

Releases: adjust/android_sdk

Version 4 SDK

13 Mar 17:36
Compare
Choose a tag to compare

Replaced Response Data delegate with Attribution changed delegate
Config objects to launch SDK and track events
Send currency with revenue
Add Partner parameters
Offline mode
Criteo plugin allows to track Criteo type of events
See doc for more information.

Migration Guide.


Pull Request #90

Target SDK 21

22 Dec 20:29
Compare
Choose a tag to compare

Change Android SDK target to 21, a.k.a, Lollipop

Migration Guide.


Pull Request #87

Use Context in place of Activity

03 Dec 10:33
Compare
Choose a tag to compare

You can now call the Adjust api with a Context instead of an Activity.
Updated pom.xml for maven

Migration Guide.


Pull Request #75

SDK plugins

03 Dec 10:33
Compare
Choose a tag to compare

Creation of the plugin mechanism for the SDK.

Migration Guide.


Pull Request #69 & #70

Use Google Advertisement ID as default device ID

25 Jul 16:02
Compare
Choose a tag to compare

Use Google advertisement ID as default device ID. If Google Play Services is present, don't send MAC Address.
Remove Google Play Services jar. Only the one provided by the app is needed.

Migration Guide.


Pull Request #63

Deeplink opened after install

17 Jul 16:07
Compare
Choose a tag to compare

Opens deeplink if the server responds with one after the install

Migration Guide.


Pull Request #58

Fix check malformed app token

16 Jul 12:01
Compare
Choose a tag to compare

Fixed bug that didn't handle malformed app token properly

Migration Guide.


Pull Request #59

Send tracking_enabled

01 Jul 10:45
Compare
Choose a tag to compare

Send tracking_enabled to know if the user opt-out of tracking
Always sending Google Play Services Advertisement Id
Migration Guide.

New response data fields

25 Jun 14:39
Compare
Choose a tag to compare

New response data fields for tracker information
Migration Guide.

Removed static dependency to Google Play

10 Jun 13:27
Compare
Choose a tag to compare

Android Studio build via Gradle.properties
Google Advertising ID obtained via reflection
Migration Guide.