Commit Graph

24 Commits

Author SHA1 Message Date
Flávio Caetano 4e6c022a23 Add verification for ReCaptcha config
This will verify if ReCaptchaKey and ReCaptchaDomain are correctly configured and the JS lib was able to load correctly
2019-04-10 19:26:53 -03:00
Flávio Caetano 050ce19425 Fix webview's resource loading detection
fix #56
2018-12-06 15:53:51 -02:00
Przemysław Wosko a88fcb9850 Feature: enable validation to be skipped for testing
* fix visibility of shouldSkipForUITests flag

* fix visibility of shouldSkipForUITests flag

* fix token bypassing

* Add improvements from review

fix #51
2018-09-27 15:00:22 -03:00
Flávio Caetano 66b70da874 Fix: multiple configure calls after app being idle for 10 mins
#40
2018-09-06 14:57:18 -03:00
Flávio Caetano 1c3af347e4 Feature: Enable Locale support
fix #39
2018-07-12 16:06:10 -04:00
Flávio Caetano 0e3028956a Upgrading Dev dependencies
- Fix: upgrade SwiftLint and migrate warnings
- Upgrading RxCocoa to 4.2.0
- Upgrading RxBlocking to 4.2.0
- Upgrading AppSwizzle to 1.3
2018-07-12 13:57:50 -04:00
Flávio Caetano 4b814c56ab Fix: configureWebView gets called multiple times
fix #31
2018-03-12 16:34:37 -03:00
Flávio Caetano 8160d36ef9 Fix: Better encapsulation with new achitecture 2018-03-12 16:31:35 -03:00
Flávio Caetano 3ec88fcf7e Fix: Using Single for rx.validate
fix #26
2018-03-07 11:25:08 -03:00
Flávio Caetano 55d8988b77 Fix: Test Rx methods using RxBlocking
fix #25
2018-03-07 11:25:08 -03:00
Flávio Caetano ce03959fe9 Fix: Retiring Result lib
fix #24
2018-03-06 18:52:50 -03:00
Flávio Caetano 9212a489a5 Feature: Resettable ReCaptchas
fix #23
2018-03-06 14:59:01 -03:00
Flávio Caetano 6a6fc22ae0 Updating docs license year 2018-01-29 12:37:52 -02:00
Flávio Caetano 11818ab473 Fix: Prepends a scheme if doesn't have one
Fix #18
2018-01-19 12:33:03 -02:00
Flávio Caetano 1495e1858f Fix: Throttling with contexts 2018-01-10 13:05:19 -02:00
Flávio Caetano dae8490b15 Testing didLoad message 2018-01-10 13:05:19 -02:00
Flávio Caetano 429b6a699c Fix: Better detection of resources loading end
Fix #16
2018-01-10 13:05:13 -02:00
Flávio Caetano 683c7c52d6 Feature: Fastlane 2017-10-31 13:36:15 -02:00
Flávio Caetano 33fa4efc19 Feature: Swiftlint 2017-10-31 13:36:09 -02:00
Flávio Caetano f66084165a Carthage support 2017-10-19 10:42:34 -02:00
Flávio Caetano be7e3ab53b Refactoring framework errors 2017-10-17 12:47:15 -02:00
Flávio Caetano 43d9ae7495 Enables chinese endpoint for JS API
fix #10
2017-10-17 12:47:15 -02:00
Flávio Caetano f81e1806ab Adding tests for #6 2017-09-27 16:53:31 -03:00
Flávio Caetano bbab1a2356 Tests (#1)
* NSError+ReCaptcha tests

* Travis config

* ReCaptchaDecoder Tests

* Fixing travis.ci

* ReCaptchaWebViewManager Tests

* Enabling code.cov

* Updating travis config

* Updating repo before_install on travis

* Adding code.cov config

* ReCaptcha+Rx Tests
2017-04-13 17:19:26 -03:00