* [3.8.1] Revert 3.8.0
* [3.8.1] Update local-ci, make sure that dependencies work correctly after reinstallation
* [3.8.1] Update local-ci, make sure that dependencies work correctly after reinstallation
* Check publishableKey property on init method. Fixes#73
* Check publishableKey property on init method. Fixes#73
* Check publishableKey property on init method with prop-types. Fixes#73
* Check publishableKey property on init method with prop-types. Fixes#73
* Check publishableKey property on init method with prop-types. Fixes#73
* Check publishableKey property on init method with prop-types. Fixes#73
* Check publishableKey property on init method with prop-types. Fixes#73
* Check publishableKey property on init method with prop-types. Fixes#73
* Check publishableKey property on init method with prop-types. Fixes#73
* Added more types
* Added more types into Stripe.android.js
* Return promises from Stripe.android.js
* Update checkArgs to check params instead of options
* Move checkArgs import after processTheme in Stripe.ios
* React.PropTypes -> prop-types
* Update version to 3.4.0
* Update test suite
* Add info about currencyCode field in paymentRequestWithApplePay options
* Updated Stripe to 10.1.0, added prefilledInformation field for paymentRequestWithCardForm() method
* Added tests for prefilledInformation field in paymentRequestWithCardForm() method
* Updated README.md, other small fixes
* Update version to 3.0.0
* Rename internal iOS methods
* Fix unused var in test
Improvements:
* improved test for PaymentCardTextField component
* added Spoiler component and testID util in example project
* updated root and example project structure
* created build scripts
* added tipsi eslint config
* other small improvements
* - added name and addresZip to createTokenWithCard method
- updated readme
* - added others fields
* - update readme
* - catch exception for incorrect card data
* - fixes in readme
* - add comment in exist method
* - update example
- update readme
* - try fix travis issue with visibility token - move text with token above button
* - add screenshot for find reasons of fail last test case
* - fixes xPath of text fields for ios
* - remove commented line
* - changes in appium helper rc
* - set the same font size for mandatory and optional fields
* - small changes
* Use tipsi-appium-helper for e2e tests
* Updated Appium
* - Changed source tipsi-appium-helper from github to npm
* Updated run Appium command in local-ci script
* Updated local-ci script and travis script to init new example project and link library
* Removed example_tmp project
* Fix iOS example build command
* Copy build.gradle to temp example project
* Fixed Travis before-install script
* Travis possible fix
* God-like fix for copy script
* Add settings.gradle into cp pipeline
* Some fixes for local-ci script
* Fixed local-ci script
* Some fixes for Travis scripts
* Some fixes for Travis scripts
* Some fixes for Travis scripts
* Some fixes for Travis scripts
* Some fixes for Travis scripts
* Some fixes for Travis scripts
* Some fixes for Travis scripts
* Some fixes for Travis scripts
* Some fixes for local-ci script
* Some fixes for Travis scripts
* Some fixes for Travis scripts
* Some fixes for Travis scripts
* Some fixes for Travis scripts
* Some fixes for Travis scripts
* Some fixes for Travis scripts
* Some fixes for Travis scripts
* Improvements for local-ci and Travis scripts
* Fixed iOS post-link script
* Some fixes in ci scripts
* Fixed naming for macOS in CI scripts
* Freeze Stripe version for iOS and Adnroid
* - add android part to master current state
* - little fix
* - little fix 2
* - try fix travis
* - try fix travis 2
* - try fix travis 3
* - travis fixed
- little changes in tests
* - travis fixes try
- changed timing
* Fix description in package.json
* Fix gradlew permissions
* - revert in package.json and gradlew
* - try fix travis. find reason 1
* - try fix travis. find reason 2
* - try fix travis. find reason 3
* - test passed. try repeat result
* Try to fix android test on Travis
* Replcaed waitForVisible with waitForEnabled in Card Form test
* - save state after 3 successful try
* Some fixes in android tests
* Some fixes in android tests
* Some fixes in android tests
* Try to fix tests in Travis
* Try to fix tests in Travis
* Try to fix tests in Travis
* Try to fix tests in Travis
* Clean up tests
* - final fixes readme
- try tests
* - try tests 2
* - try tests 3
* Uncommet android test command in local ci script
* Improved android Input Component tests, other additions
* Shared CardFormScreen component code between platforms
* Shared CustomCardScreen component code between platforms
* Shared CardTextFieldScreen component code between platforms
* - fixed remarks of code review
- added more options for Android Pay request
* - fixed other remarks of code review
* Shared Root component code between platforms
* Fixed configure script
* Try to fix local ci script on linux
* Some improvements in code style
* Some improvements in code style
* - fixed other remarks of code review
- removed unused dialog fragment
- add more params to returned stripe token object
- small fixes in readme
* - fixed error from previous commit
* Huge restructure for test helper, added new methods for platform specific code
* - remove spaces from card number
* Shared tests between platforms
* Fix Root component
* Fixed Card Text Field test
* Added setProps method for PaymentCardTextField to set initial card props, resolved many strange bugs with STPPaymentCardTextField
* Fixed some code style and removed unnecessary code
* Fixed typo
* Added iOS CocoaPods and Manual installation sections to README.md
* Added Manual tests sections to README.md
* Added Apple Pay API description to README.md
* Added example Apple Pay gif to README.md
* Added Card Form API description to README.md
* Updated gif image for Card From example in README.md
* Added Custom Card Params API description to README.md
* Added PaymentCardTextField component API description to README.md
* Added info about PaymentCardTextField Initial params to README.md
* Common Token object result implementation for all methods
* Added handling for card brand and funding fields
* Added more info about Token and Apple Pay in README.md
* Fixed some issues with converting values from native to js code
* Update README.md
* Added more info about PaymentCardTextField valid and params info in README.md
* Clean up code and improved tests
* Added new find iOS strategy for test
Implemeted:
Apple Pay form
Add Card form
Create token based on card params
Wrapper for STPPaymentCardTextField
Added example iOS project, tests and local CI script
To run local CI you need to specify PUBLISHABLE_KEY and MERCHANT_ID environment variables:
PUBLISHABLE_KEY=<...> MERCHANT_ID=<...> npm run ci