Skip to content

Tags: Optable/optable-android-sdk

Tags

v0.7.0

Toggle v0.7.0's commit message
Prepare for open-sourcing, no longer need JitPack creds.

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
useragent override and skipAdvertisingIdDetection (#17)

* Improve unit tests for eidFromURI

* skipAdvertisingIdDetection and useragent override

- OptableSDK constructor now accepts a useragent String argument,
  null by default. When not null, disables WebView based user
  agent detection and overrides with provided value.

- OptableSDK constructor now accepts a skipAdvertisingIdDetection
  Boolean argument, false by default. When true, disables
  AdvertisingIdClient ad info detection which runs in a background
  coroutine. If the caller doesn't use the identify(email: String,
  gaid: Boolean, ppid: String) variant then ad ID detection is
  not needed and can be skipped.

- Document in README

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Profile API implementation (#15)

* Profile API implementation
* Update demo apps to show use of profile API
* Update README with Profile API docs

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #14 from Optable/cache-targeting

targetingFromCache() and targetingClearCache() APIs

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #13 from Optable/6-oeid-auto-identify

Support for auto-identify on newsletter traffic

v0.2.6

Toggle v0.2.6's commit message
Update access token for jitpack priv repo

v0.2.5

Toggle v0.2.5's commit message
Update access token for jitpack priv repo

v0.2.4

Toggle v0.2.4's commit message
Release tag v0.2.4