Releases: hCaptcha/hcaptcha-android-sdk
Releases · hCaptcha/hcaptcha-android-sdk
4.4.0
4.3.2
What's Changed
- Fix: enable incremental builds for HTML-to-Java generation tasks
- Fix: correct nullability annotation to prevent NullPointerException
- Docs: add note about reset call for updated HCaptchaVerifyParams on next verify call
- Fix: backward compatibility with HCaptchaConfig.rqdata
Full Changelog: 4.3.0...4.3.2
4.3.0
4.2.3
What's Changed
- docs: add FAQ about android:usesCleartextTraffic build conflicts
- fix: java.util.ConcurrentModificationException on multiple hCaptcha verify
- fix: accept hostname instead of url in host config
- fix: activity leak in HCaptchaDebugInfo
Full Changelog: 4.2.2...4.2.3
4.2.2
What's Changed
- feature: handle sms: schemas in WebView
- chore: restructure example-compose-app
Full Changelog: 4.1.3...4.2.2
4.1.3
What's Changed
- fix: remove preloadedWebView from parent before reuse
- fix: call preloadedWebView in case of incomplete Bundle
Full Changelog: 4.1.2...4.1.3
4.1.2
What's Changed
- fix: make retryPredicate functional for compose-sdk
- fix: CHALLENGE_CLOSED should be emitted only once
Full Changelog: 4.1.1...4.1.2
4.1.1
4.1.0
What's Changed
- feat: preload webview
NOTE: This release moves more work into the setup call. If you use the split setup and verify pattern, this means that the verify call will be much faster.
Please ensure you test this release with your own code, as it may now be optimal to change where setup occurs. For example, calling it as the final step during your initial app load may work well.
Full Changelog: 4.0.5...4.1.0
4.0.5
What's Changed
- fix: build.gradle downgrade to 2.13.5
- feat: compose-sdk downgrade minSDK to 21
Full Changelog: 4.0.3...4.0.5