-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge origin #2
Merge origin #2
Commits on Apr 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b8382c8 - Browse repository at this point
Copy the full SHA b8382c8View commit details
Commits on May 9, 2022
-
hCaptcha#72 add onEvent API (hCaptcha#75)
* hCaptcha#72 add onEvent API * hCaptcha#72 Fixed gramma in onEvent API documentation Co-authored-by: e271828- <[email protected]> * Update HCaptcha/Classes/HCaptchaWebViewManager.swift Co-authored-by: e271828- <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c704fe - Browse repository at this point
Copy the full SHA 5c704feView commit details
Commits on May 10, 2022
-
* Bump to 2.2.0 * Update CHANGELOG.md Co-authored-by: e271828- <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2c1510 - Browse repository at this point
Copy the full SHA e2c1510View commit details
Commits on May 16, 2022
-
hCaptcha#79 add pod_size lane to check size impact on application bin…
…ary (hCaptcha#80) * hCaptcha#79 add pod_size lane to check size impact on application binary * Update README.md Co-authored-by: e271828- <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f59264 - Browse repository at this point
Copy the full SHA 6f59264View commit details
Commits on May 23, 2022
-
hCaptcha#78 add support for close, expired, challengeExpired, error e…
…vents in onEvent API (hCaptcha#81) * hCaptcha#78 add support for close, expired, challengeExpired events in onEvent API * Increase wait time for test__Did_Finish_Loading__Delayed * hCaptcha#78 add support for error event in onEvent API * hCaptcha#78 add documentation about error even * Update README.md * Bump to 2.3.0 Co-authored-by: e271828- <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 514d81d - Browse repository at this point
Copy the full SHA 514d81dView commit details
Commits on Jul 10, 2022
-
Fix double challengeClosed error reporting (hCaptcha#83)
* Fix double challengeClosed error reporting * Bump to 2.3.1
Configuration menu - View commit details
-
Copy full SHA for 975bd4f - Browse repository at this point
Copy the full SHA 975bd4fView commit details
Commits on Jul 11, 2022
-
bump cocoapods-downloader + jmespath (hCaptcha#84)
* bump cocoapods-downloader * bump jmespath
Configuration menu - View commit details
-
Copy full SHA for 15a2799 - Browse repository at this point
Copy the full SHA 15a2799View commit details
Commits on Jul 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d5d4521 - Browse repository at this point
Copy the full SHA d5d4521View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee87be6 - Browse repository at this point
Copy the full SHA ee87be6View commit details
Commits on Jul 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4564add - Browse repository at this point
Copy the full SHA 4564addView commit details
Commits on Jul 22, 2022
-
Performance improvements (hCaptcha#92)
* Disable debugInfo due perfomance issues * Move hcaptcha.html to HCaptchaHtml.template * Bump version 2.3.2
Configuration menu - View commit details
-
Copy full SHA for 57b2d5c - Browse repository at this point
Copy the full SHA 57b2d5cView commit details
Commits on Jul 31, 2022
-
Feature/target requirments (hCaptcha#93)
* Add target platform requirements * Move table to Requirements section * Put back cocoapods platform badge and remove commented travisci badge
Configuration menu - View commit details
-
Copy full SHA for 726487c - Browse repository at this point
Copy the full SHA 726487cView commit details
Commits on Aug 1, 2022
-
hCaptcha#91 add SwiftUI simple example (hCaptcha#94)
* hCaptcha#91 add SwiftUI simple example * Remove unused DEVELOPMENT_ASSET_PATHS * hCaptcha#91 call configureWebView on validate if webView.size is zero * Fix source code header comments in ObjC Example * Add link to SwiftUI example * Fix sonar smells * Apply suggestions from code review Co-authored-by: e271828- <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3265973 - Browse repository at this point
Copy the full SHA 3265973View commit details
Commits on Aug 4, 2022
-
Add benchmarking for public API (hCaptcha#95)
* Add benchmarking for public API * swiftlint issues fixed * apiKey constant moved to class-level property * Update HCaptchaHtml.swift generation to allow change it for testing * Change runs count for benchmark tests * Move to measureMetrics as it produces more stable results * Increate waitForExpectations timeout for benchmarks
Configuration menu - View commit details
-
Copy full SHA for 05bd023 - Browse repository at this point
Copy the full SHA 05bd023View commit details
Commits on Aug 5, 2022
-
Do pod size diff report as comment in PR (hCaptcha#96)
* Do pod size diff report as commit in PR * Diff report: handle case when no master cocoapods-size-result.json * Add ruby/setup-ruby@v1 to size-report job * Diff report: add Xcode select step * Pause all in progress PRs on new push * Diff size report: fix job os * Diff report: move out of sergeysova/jq-action to js command directly
Configuration menu - View commit details
-
Copy full SHA for 3a53ec4 - Browse repository at this point
Copy the full SHA 3a53ec4View commit details
Commits on Oct 24, 2022
-
Fix open _black links from WebView (hCaptcha#100)
* Fix open _blank links from WebView * Add test for target=_blank URL open * Fix sonarque issues * Increase timeouts for test__Open_External_Link
Configuration menu - View commit details
-
Copy full SHA for 90406c7 - Browse repository at this point
Copy the full SHA 90406c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4b6f01 - Browse repository at this point
Copy the full SHA a4b6f01View commit details
Commits on Nov 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 83ed795 - Browse repository at this point
Copy the full SHA 83ed795View commit details
Commits on Jan 23, 2023
-
Fix UI blocking on HCaptcha creation (hCaptcha#88)
* Fix UI blocking on HCaptcha creation * Change logic stop logic to avoid configureWebView call after stop * Implement didLoad timer to handle WebView crashes * Fix long line lint issue * Don't override navigationDelegate if already set (for test purpose) * Remove didLoadTimer and listen for navigationErrors instead * Add regular api test to sample app + ui tests * Add reset button to test app * Add comments for WKNavigationDelegate error callbacks * Upgrade Xcode version on ci after changing macos-latest to macos-12 * Update header comment in HCaptchaHtml * Update samples job os to macos-12 * Reuse env.XCODE_VERSION as default
Configuration menu - View commit details
-
Copy full SHA for 0f43f43 - Browse repository at this point
Copy the full SHA 0f43f43View commit details -
Feature/bump 2.4.0 (hCaptcha#106)
* fix: rollback reuse env.XCODE_VERSION in matrix * chore: bump to 2.4.0 * Apply suggestions from code review Co-authored-by: e271828- <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ba616b - Browse repository at this point
Copy the full SHA 1ba616bView commit details
Commits on Jan 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0152ceb - Browse repository at this point
Copy the full SHA 0152cebView commit details
Commits on Feb 15, 2023
-
Bump minimatch from 3.0.4 to 3.0.8 (hCaptcha#102)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](isaacs/minimatch@v3.0.4...v3.0.8) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexande B <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for efb7551 - Browse repository at this point
Copy the full SHA efb7551View commit details
Commits on Mar 10, 2023
-
Explicitly select Xcode on release job (hCaptcha#109)
* Upgrade fastlane to 2.212.1 * Upgrade cocoapods to 1.12.0 * Select Xcode on release job * chore: bump to 2.4.1
Configuration menu - View commit details
-
Copy full SHA for 4cb60b0 - Browse repository at this point
Copy the full SHA 4cb60b0View commit details
Commits on Apr 5, 2023
-
Add orientation argument to HCaptcha.init (hCaptcha#111)
* Add orientation argument to HCaptcha.init * Fix version in changelog * Update HCaptcha/Classes/HCaptchaConfig.swift --------- Co-authored-by: e271828- <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eee4caa - Browse repository at this point
Copy the full SHA eee4caaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd910a0 - Browse repository at this point
Copy the full SHA fd910a0View commit details
Commits on May 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 691fd50 - Browse repository at this point
Copy the full SHA 691fd50View commit details
Commits on Jul 17, 2023
-
feat(sdk): add diagnosticLog to produce verbose output from SDK (hCap…
…tcha#120) * feat(sdk): add diagnosticLog to produce verbose output from SDK * Fix 'customTheme validation error' logging statement * Add missing import Foundation for HCaptchaLog.swift * Update .github/ISSUE_TEMPLATE/bug_report.md --------- Co-authored-by: e271828- <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5dd426a - Browse repository at this point
Copy the full SHA 5dd426aView commit details
Commits on Jul 19, 2023
-
chore: bump to 2.5.1 (hCaptcha#121)
* chore: bump to 2.5.1 * Apply suggestions from code review --------- Co-authored-by: e271828- <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fddb03f - Browse repository at this point
Copy the full SHA fddb03fView commit details -
Add Known issues to README.md (hCaptcha#116)
* Add Known issues to README.md * Update README.md --------- Co-authored-by: e271828- <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b3df4ea - Browse repository at this point
Copy the full SHA b3df4eaView commit details
Commits on Jul 22, 2023
-
fix(sdk): reduce logging from release build (hCaptcha#122)
* fix(sdk): cut logging from release build * docs(sdk): add maintainer's note about release tag * Update MAINTAINERS.md --------- Co-authored-by: e271828- <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cbd2dfc - Browse repository at this point
Copy the full SHA cbd2dfcView commit details
Commits on Aug 28, 2023
-
Merge branch 'master' of github.com:hCaptcha/HCaptcha-ios-sdk into me…
…rge_origin # Conflicts: # Gemfile # Gemfile.lock
Configuration menu - View commit details
-
Copy full SHA for 175ccfa - Browse repository at this point
Copy the full SHA 175ccfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f8292f - Browse repository at this point
Copy the full SHA 9f8292fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ca977d - Browse repository at this point
Copy the full SHA 0ca977dView commit details