Skip to content

Releases: cedexis/AndroidRadar

v0.2.11

Choose a tag to compare

@chris7ceid chris7ceid released this 15 Feb 11:10
5395d5b

Default to https

v0.2.10

Choose a tag to compare

@aristotelism aristotelism released this 20 May 11:30
9e656da

migrate to jitpack

v0.2.9

Choose a tag to compare

@jakewan jakewan released this 27 Nov 04:53

Remove unused support library dependency

v0.2.8

Choose a tag to compare

@jakewan jakewan released this 12 Oct 19:22

Suppress AndroidRuntimeException when Android System WebView updated.

v0.2.7

Choose a tag to compare

@jakewan jakewan released this 21 May 22:27

Introduces client profile, which allows us to differentiate the various wrappers around the standard JavaScript client, i.e. iOS from Android.

v0.2.6

Choose a tag to compare

@jakewan jakewan released this 06 Feb 01:25
  • Limit Radar to API>=24. TLS issues exist before v19 and RT doesn't exist until v24.

  • Swallow errors resulting from missing or broken APIs on custom ROMs (#17).

  • Removed a bunch of deprecated stuff.

  • Add DEVELOPERS.md so we can start documenting the build and upload process.

  • Update README.md with info about specifying the protocol for Radar probes.

  • Update tooling.

v0.2.3

Choose a tag to compare

@jakewan jakewan released this 30 Jun 01:44

Stability improvement

Prevents crash when the client fails to read providers from the Cedexis init response.

Require session settings

Choose a tag to compare

@jakewan jakewan released this 01 Jun 18:27

This is a minor release to prevent the service from running if started without Radar session settings having been specified. The developer will notice this and fix the problem.

Reduce Init Time

Choose a tag to compare

@jmsalcido jmsalcido released this 15 Feb 23:04
  • use WebView or ViewGroup provided by users to inject code.
  • update documentation

Cedexis 0.2.0

Choose a tag to compare

@jmsalcido jmsalcido released this 13 Feb 22:54
  • Add LICENSE to the files of android-radar
  • Cedexis class, the main starting point of the SDK.
  • RadarWebView implementation that uses the WebView approach reflecting the one in https://github.com/cedexis/radar-runner/tree/master/Apple
  • Deprecation of the RadarService usage, please use Cedexis class to start radar sessions.
  • AndroidManifest.xml changes:
    • remove application:label
    • remove application:allowBackup
  • backward compatibility with old SDK usages