Releases: plaid/plaid-link-android
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
Error Handling
Improved error handling