Skip to content

Releases: adjust/android_sdk

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.

Maven build fix

08 May 10:27
Compare
Choose a tag to compare

Using local repository in Maven for Google Play Services dependency.
Instructions at Maven Guide.
Migration Guide.

Gradle build fix

29 Apr 13:45
Compare
Choose a tag to compare