Releases: plaid/plaid-link-android
3.0.0
Android Link SDK 3.0.0 — 2020-09-21
⚠️ Known Issues
-
After simulating an error (decline access), connecting to an oAuth bank (e.g. Monzo) with the same Link session doesn't work. Requires restarting Link in a new session to connect to bank.
-
When turning on airplane mode (or losing internet connection) after opening Link and seeing the loader spinner, the SDK hangs and never closes.
-
Link event logs from the Android SDK say Web
-
The SDK is incompatible with https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java
please use https://mvnrepository.com/artifact/com.google.protobuf/protobuf-lite
Requirements
Name | Version |
---|---|
Android Studio | 3.0+, preferably 4.0+ |
Plaid client_id and secret for link/token/create endpoint |
|
Android minSdkVersion | 5.0 (API level 21) or above |
Notes
Please see our migration guide for upgrading from versions 2.x.x to 3.0.0
2.2.0
2.1.0
This release adds Plaid.clearLinkEventListener()
to remove your LinkEventListener
when you no longer need it. It also adds support for server side configurations using Link Tokens see our docs
Finally we removed a transient dependency on the httpLoggingInterceptor
.
2.0.0
This release is an overhaul of the SDK's api to simplify integration and align it with the iOS SDK.
- The content provider is no longer necessary, instead, call
Plaid.initialize(application)
to initialize the SDK PlaidOptions
has been removed, instead passenvironment
andlogLevel
in yourLinkConfiguration
- The
PlaidLinkResultHandler
no longer requires a request code - The
onCancelled
callback has been removed, all exit events will be returned inonExit
- Adds support for Account Subtype filtering
- Kotlin functions have been added for a more semantic API
- Several object and field names have been adjusted
See this PR for an example migration https://github.com/plaid/plaid-link-android/pull/66/files
For more information reference the full integration documentation https://plaid.com/docs/link/android/
1.4.1
1.3.0
Proguard Hotfix
Fixed proguard issues from version 1.2.0 and ensured all proguarded files from our library remain in the com.plaid
package.
Fixes:
#44
Proguard Update
This release updates our internal proguard rules and moves LinkEventMetadata
from com.plaid.linkbase.models.internal.configuration
to com.plaid.linkbase.models.configuration
Fixes:
#43
Release 1.1.0
#Release Notes
1.1.0 Brings more stability and simplifies your integration. The SDK is now 25% smaller and is compatible with proguard using consumer-proguard-rules.pro
Additional changes include:
- Logging the url that is being opened for easier debugging
- Removing the requirement for portrait devices
#Bug Fixes
#39
Reconnect Flow Fix
Fix for #38