Skip to content

Releases: adjust/android_sdk

Send in background and deeplink listener

03 May 23:14
Compare
Choose a tag to compare
  • 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

Migration Guide.


Pull Request #186

Finished event and session listener

16 Mar 07:57
Compare
Choose a tag to compare
  • Delegate callbacks for tracked events and sessions.

Migration Guide.


Pull Request #161

Fix Sociomantic plugin

08 Feb 15:10
Compare
Choose a tag to compare
  • Fix Sociomantic plugin
  • Rename get device ids

Migration Guide.


Pull Request #170

Direct access to device id

01 Feb 15:40
Compare
Choose a tag to compare
  • Easy access to Google Play Ad Id

Migration Guide.


Pull Request #167

Send api level

08 Jan 12:44
Compare
Choose a tag to compare
  • Send api level and replace os version
  • Update proguard rules to add inner class notation

Migration Guide.


Pull Request #163

Deep linking & tools update

22 Dec 11:58
Compare
Choose a tag to compare
  • Add gradle to the repository.
  • Update different tools versions.
  • Explicit cast of read objects.
  • Explicitly naming of deeplink recipient.
  • Explicit setting of target package of deeplink.
  • Exposing setDeviceKnown method in AdjustConfig class.

Migration Guide.


Pull Request #162

Criteo deeplink

30 Nov 16:39
Compare
Choose a tag to compare
  • Update criteo plugin to send deeplink
  • Create pom files for plugins to publish in maven repository

Migration Guide.


Pull Request #152

Trademob plugin

16 Nov 10:37
Compare
Choose a tag to compare
  • Adds support for Trademob plugin. Follow the plugin guide

Migration Guide.


Pull Request #150

Catch possible read file exception

26 Oct 15:49
Compare
Choose a tag to compare
  • Catch possible error in reading files, a Class cast exception, if trying to read different file than expected

Migration Guide.


Pull Request #144

HttpClient deprecated

28 Aug 12:24
Compare
Choose a tag to compare

HttpClient replaced by HttpURLConnection
Send full referrer if it contains an adjust parameter

Migration Guide.


Pull Request #139