This repository has been archived by the owner on Jan 16, 2019. It is now read-only.
3.3.0
- Android: Fix issue where okhttp cannot find the
TrustManager
#341. - Android: Update card.io to 5.4.1.
- Android: Update okhttp dependency to 3.4.1.
- Android: Fix crash when app does not have READ_PHONE_STATE permission #321.
- iOS: Update to card.io 5.4.1.
- iOS: Update to card.io 5.4.0 to help avoid API name collisions #456.
- iOS: Fix issue with localization not being correctly merged based on preferences #449.
- iOS: If you use card.io to scan credit cards, you should add the key
NSCameraUsageDescription
to your app'sInfo.plist
and set the value to be a string describing why your app needs to use the camera
(e.g. "To scan credit cards."). This string will be displayed when the app initially requests permission to access
the camera. - iOS: Fix issue with Bitcode when archiving #443.
- iOS: Update localized messages.
- iOS: Fix issue with truncated text in certain table cells. See issue #367.
- iOS: Change layout for 1Password icon to be in the email/phone field. See issue #405.
- iOS: Allow configuration option to disable shake animations for accessibility. See issue #380. See
PayPalConfiguration disableShakeAnimations
option. - iOS: Fix issue with missing 1Password data. See issue #427.
- iOS: Fix issue with network request timeouts.
- iOS: Fix missing nullability headers See issue #404.