Releases: hCaptcha/hcaptcha-android-sdk
Releases · hCaptcha/hcaptcha-android-sdk
5.0.0
4.5.0
What's Changed
- Feat: add shared
HCaptchaConfig.renderMode(DIALOG,EMBEDDED,HEADLESS) for sdk + compose-sdk. - Feat: add
HCaptcha.setEmbeddedContainer(...)for embedded render mode in core sdk. - Feat: add
addOnLoadedListener(...)callback support in core sdk task listeners. - Deprecation:
HCaptchaConfig.hideDialogis deprecated in favor ofrenderMode=HEADLESS.
Full Changelog: 4.4.0...4.5.0
4.4.0
What's Changed
- feat: expose destroy() method
- fix: send some links to browser app
- Update README.md with more detailed implementation guidance
Full Changelog: 4.3.2...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