Skip to content

Releases: hCaptcha/hcaptcha-android-sdk

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

4.1.0

17 Feb 18:52
a173a1a

Choose a tag to compare

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

11 Feb 02:11
c83aad6

Choose a tag to compare

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