Skip to content

Releases: castle/castle-android

3.0.9

26 Nov 20:14
7515412
Compare
Choose a tag to compare
  • Fixes an issue that could result in NumberFormatException when generating a token

3.0.8

15 Feb 13:23
b353e51
Compare
Choose a tag to compare
  • #69 Update dependencies and resolves NPE when configuring the SDK

3.0.7

06 Oct 13:57
d6a842e
Compare
Choose a tag to compare
  • Fixes an issue that could cause ANRs

3.0.6

19 Sep 15:13
7d00bba
Compare
Choose a tag to compare
  • Fixes a bug that could result in the app crashing when generating a token

3.0.5

08 Aug 16:21
bd7c0e5
Compare
Choose a tag to compare
  • Fixes a bug that could result in the app crashing when the location accuracy is less than 1 meter.

3.0.4

30 Jun 11:46
78d392f
Compare
Choose a tag to compare
  • Internal enhancements and stability improvements.
  • #62 Fix custom event with no params validation

3.0.3

28 Apr 07:10
1089371
Compare
Choose a tag to compare
  • #60 Decrease batch size to 20
  • #59 Add error class and throw if sdk methods are accessed without being configured
  • #58 Fixes for permission logic and obfuscation issue that caused the host app to crash

3.0.2

06 Apr 13:28
73e6513
Compare
Choose a tag to compare
  • Internal enhancements and stability improvements.

3.0.1

29 Mar 09:15
d5451b7
Compare
Choose a tag to compare
  • Internal enhancements and stability improvements.
  • #53 Use widevine id if available

3.0.0

15 Mar 16:00
9af3791
Compare
Choose a tag to compare
  • Add support for enhanced user activity monitoring.
    • Introduced custom(name) method
    • Introduced custom(name, properties) method
    • Introduced screen(name) method
    • Introduced userJwt() method
  • Remove deprecated methods.
    • Removed identify()
    • Removed userId()
    • Removed secure()
    • Removed secureModeEnabled()
    • Removed userSignature()
    • Removed track()
    • Removed useCloudflareApp()
    • Removed apiDomain()
    • Removed apiPath()
    • Removed field clientIdHeaderName = "X-Castle-Client-Id";