Releases: cedexis/AndroidRadar
Releases · cedexis/AndroidRadar
v0.2.11
v0.2.10
migrate to jitpack
v0.2.9
v0.2.8
v0.2.7
v0.2.6
-
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
Require session settings
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
- use WebView or ViewGroup provided by users to inject code.
- update documentation
Cedexis 0.2.0
- 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