Skip to content

Releases: hCaptcha/hcaptcha-android-sdk

5.0.0

23 Mar 20:18
ad1763b

Choose a tag to compare

What's Changed

  • feat: User Journeys
  • fix: preserve hCaptcha logo when using vector drawable support
  • fix(compose-sdk): restore dialog dim after hidden loading

Full Changelog: 4.5.0...5.0.0

4.5.0

12 Mar 10:43
a18741b

Choose a tag to compare

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.hideDialog is deprecated in favor of renderMode=HEADLESS.

Full Changelog: 4.4.0...4.5.0

4.4.0

26 Oct 22:24
0db5b62

Choose a tag to compare

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

17 Oct 08:16
dc57cdc

Choose a tag to compare

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

08 Oct 19:11
9af455b

Choose a tag to compare

What's Changed

  • fix: loader dark background
  • feat: phone support

Full Changelog: 4.2.3...4.3.0

4.2.3

31 Aug 23:18
1682a6f

Choose a tag to compare

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

05 Aug 14:51
b579303

Choose a tag to compare

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

16 May 12:25
2032cdf

Choose a tag to compare

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

07 Mar 13:19
e98eb8e

Choose a tag to compare

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

04 Mar 13:54
9926891

Choose a tag to compare

What's Changed

  • fix: allow canceling compose-sdk hCaptcha with back button