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.2.3
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.0
Choose a head ref
  • 2 commits
  • 26 files changed
  • 4 contributors

Commits on Oct 3, 2025

  1. fix: loader dark background (#202)

    * fix(loader): make loading dialog background depend on HCaptchaConfig.theme
    
    - Replace hardcoded white background with theme attribute in layout
    - Programmatically set loader background to white for LIGHT, black for DARK/CONTRAST
    - Add UI tests verifying background for LIGHT and DARK themes
    
    Refs #201
    
    * chore(example-app): add dark/light theme checkbox and safe-area padding
    
    - Add Dark Theme checkbox to toggle HCaptchaConfig.theme
    - Apply fitsSystemWindows on root and add safe padding container to avoid cutouts/rounded corners
    
    * chore: bump version 4.2.4
    
    ---------
    
    Co-authored-by: Aliaksandr Babrykovich <[email protected]>
    CAMOBAP and alexbabrykovich authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    8a37d61 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. feat: phone support (#204)

    * feat: implement HCaptchaVerifyParams with phone prefix/number support
    
    * chore: use @Getter for HCaptchaError
    
    * Apply suggestion from @e271828-
    
    Co-authored-by: e271828- <[email protected]>
    
    * chore: bump version 4.3.0
    
    ---------
    
    Co-authored-by: Aliaksandr Babrykovich <[email protected]>
    Co-authored-by: Sergiu D. <[email protected]>
    Co-authored-by: e271828- <[email protected]>
    4 people authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    9af455b View commit details
    Browse the repository at this point in the history
Loading