Commit Graph

15 Commits

Author SHA1 Message Date
David Estes 3884cb9951 Refactor CI 2021-03-11 17:37:31 -08:00
davidme-stripe a964f638cd
Release 3DS2 framework source code (#62)
Stripe3DS2 is now open source under the MIT license.
2021-01-05 16:50:08 -08:00
David Estes 7b434dffd2 Move LocalizationTester to a separate xcodeproj to work around a Carthage bug 2020-11-18 16:22:43 -08:00
davidme-stripe cea45b4212
Swift conversion review: Update project files, scripts, and embedded dependencies (#1695) 2020-11-04 15:43:09 -08:00
David Estes d08d8ab5ee Card scanning 2020-08-19 12:05:09 -07:00
Yuki af1a7b7eaf
Add hu, mt localizations (#1589)
* Update localization script with mt, hu

* Add mt and hu, download localizations
2020-06-16 10:40:01 -07:00
Cameron d67aceb21b
Replaces es-AR localization with es-419 (#1549)
Merging after cibot approval task was disabled
2020-05-19 10:31:36 -07:00
Cameron 0497e00860
Adds Chinese (Traditional) and Chinese (Hong Kong) localizations (#1536) 2020-04-08 09:50:08 -07:00
Cameron a6552075be
Merge pull request #1373 from stripe/csabol/MOBILE-139_localizations
Adds updated localizations
2019-10-28 09:50:55 -07:00
davidme-stripe a1df69a479
Add FPX to Basic Integration (#1390)
* Add FPX to Basic Integration

* Fix comments and custom integration

* Fix entitlements

* Fix bank icons

* Fix test

* Add analytics, fix up table view to handle 0 cards with APMs

* Fix CollectionView to not lose items on reload

* Fix Apple Pay appearing when not supported

* Update based on feedback

* Fix previous bad fix, the individual responsible has been sacked
2019-09-27 16:59:00 -07:00
Cameron Sabol 9833fdbafb Adds updated localizations
Adds localizations for English (Great Britain), Korean, Russian, and Turkish
2019-09-12 16:32:03 -07:00
David Estes ec2a5313b2 Updates based on feedback, add UI Test 2019-08-30 16:30:09 -07:00
David Estes 2e17a3792a Update Customer mocks for PaymentMethods 2019-07-29 16:21:00 -07:00
Yuki Tokuhiro a3247e365a Migrate STPAddCardViewController to PaymentMethods 2019-05-22 12:06:37 -07:00
Aaltan Ahmad 1c5505f30e Add Localization UI Tests (#1051)
* Add a unit test that visits all screens in the Examples test app

* Clean up some unused code, change shipping form test data

* Remove crappy Xcode UI test tokens

* Change file name in comment

* STPAddCardViewController strings all covered.

* Didn't need those. STPPaymentCardTextField covered

* Actually now all of STPAddCardViewController is covered

* STPPaymentMethodsViewController covered.

* All screens available, just need to visit them.

* Full coverage in tests

* Autoscroll

* Starting reverts

* Revert "Starting reverts"

This reverts commit eecfa9a07f.

* Reverts unneeded changes

* Suppress autoscrolling as needed

* Add localizations to LocalizationTester

* Adds screenshot script.

* Updated translations.

* Move the script.

* Permissions

* Suppress keyboard.

* Use correct language codes

* Updates from review

* Pulls latest translations, fixes es-AR script issue.

* Fixes string file encoding. Payment method -> payment options

* Update reference snapshots for new translations
2019-03-19 10:09:47 -07:00