Skip to content

Releases: cedexis/AndroidRadar

v0.2.11

15 Feb 11:10
5395d5b
Compare
Choose a tag to compare

Default to https

v0.2.10

20 May 11:30
9e656da
Compare
Choose a tag to compare

migrate to jitpack

v0.2.9

27 Nov 04:53
Compare
Choose a tag to compare

Remove unused support library dependency

v0.2.8

12 Oct 19:22
Compare
Choose a tag to compare

Suppress AndroidRuntimeException when Android System WebView updated.

v0.2.7

21 May 22:27
Compare
Choose a tag to compare

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

v0.2.6

06 Feb 01:25
Compare
Choose a tag to compare
  • 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

30 Jun 01:44
Compare
Choose a tag to compare

Stability improvement

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

Require session settings

01 Jun 18:27
Compare
Choose a tag to compare

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

15 Feb 23:04
Compare
Choose a tag to compare
  • use WebView or ViewGroup provided by users to inject code.
  • update documentation

Cedexis 0.2.0

13 Feb 22:54
Compare
Choose a tag to compare
  • 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