Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hCaptcha/hcaptcha-android-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.3.0
Choose a base ref
...
head repository: hCaptcha/hcaptcha-android-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.3.2
Choose a head ref
  • 5 commits
  • 23 files changed
  • 4 contributors

Commits on Oct 9, 2025

  1. feat: move rqdata to HCaptchaVerifyParams and deprecate in HCaptchaCo…

    …nfig (#206)
    
    * feat: move rqdata to HCaptchaVerifyParams and deprecate in HCaptchaConfig
    
    * ci: disable AVD caching to always create fresh emulators
    
    * docs: Add MFA phone support and rqdata deprecation documentation
    
    * Apply suggestion from @e271828-
    
    * Apply suggestion from @e271828-
    
    * Update README.md
    
    ---------
    
    Co-authored-by: Aliaksandr Babrykovich <[email protected]>
    Co-authored-by: e271828- <[email protected]>
    3 people authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    6372800 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. Configuration menu
    Copy the full SHA
    73bf8d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. fix: verify params nullable (#208)

    * fix: resolve NullPointerException when verifyParams is null
    
    - Change verifyParams parameter from @nonnull to @nullable
    - Replace lombok.NonNull with androidx.annotation.NonNull
    
    * fix: call setVerifyParams independently of size
    
    * Apply suggestion
    
    * fix: call setVerifyParams for already loaded hcaptcha
    
    * fix: unused very params
    
    * chore: remove unnecessary setData call
    
    * docs: MFA add note about validate call with updated params
    
    * fix: add proper input/output declarations to HTML-to-Java generation tasks
    
    * chore: bump version 4.3.1
    
    ---------
    
    Co-authored-by: Aliaksandr Babrykovich <[email protected]>
    Co-authored-by: Sergiu D. <[email protected]>
    3 people authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    f0a4207 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5274c4e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2025

  1. fix: rqdata backwards compatible and verify edge cases (#212)

    Co-authored-by: Aliaksandr Babrykovich <[email protected]>
    Co-authored-by: Sergiu D. <[email protected]>
    Co-authored-by: e271828- <[email protected]>
    4 people authored Oct 17, 2025
    Configuration menu
    Copy the full SHA
    dc57cdc View commit details
    Browse the repository at this point in the history
Loading