Releases: adjust/android_sdk
Releases · adjust/android_sdk
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
Finished event and session listener
Fix Sociomantic plugin
Direct access to device id
Send api level
- Send api level and replace os version
- Update proguard rules to add inner class notation
Pull Request #163
Deep linking & tools update
- 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 inAdjustConfig
class.
Pull Request #162
Criteo deeplink
- Update criteo plugin to send deeplink
- Create pom files for plugins to publish in maven repository
Pull Request #152
Trademob plugin
Catch possible read file exception
- Catch possible error in reading files, a Class cast exception, if trying to read different file than expected
Pull Request #144
HttpClient deprecated
HttpClient replaced by HttpURLConnection
Send full referrer if it contains an adjust parameter
Pull Request #139