-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #54 from Adyen/release-notes-7.3.7-alpha01
Release 7.3.7-alpha01
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
### New | ||
- You can now use [Adyen Test Cards Android](https://github.com/Adyen/adyen-testcards-android) to autofill test payment method information, to test your integration more quickly. | ||
> [!WARNING] | ||
> Some warning | ||
- A list | ||
- List item 1 | ||
- List item 2 | ||
- Table | ||
|
||
| Class | Description | | ||
|-----------------------------|------------------------------------| | ||
| `CardNumberValidator` | Validates the card number field. | | ||
| `CardExpiryDateValidator` | Validates the expiry date field. | | ||
| `CardSecurityCodeValidator` | Validates the security code field. | | ||
- Added the ability to copy payment method data to the clipboard | ||
|
||
### Fixed | ||
- Fixed some important bug | ||
- Fixed something | ||
- Fixed something else | ||
|
||
### Improved | ||
- Made improvements in multiple modules | ||
|
||
### Changed | ||
- For Drop-in, headers of preselected stored payment screen and payment methods list screen are updated. | ||
- When you set `analyticsConfiguration = AnalyticsConfiguration(AnalyticsLevel.NONE)`, only [Drop-in/Components analytics](https://docs.adyen.com/online-payments/analytics-and-data-tracking#data-we-are-collecting) are not sent to Adyen. | ||
- List with links | ||
| Name | Version | | ||
|--------------------------------------------------------------------------------------------------------|-------------------------------| | ||
| [Android Gradle Plugin](https://developer.android.com/build/releases/past-releases/agp-8-5-0-release-notes#android-gradle-plugin-8.5.1) | **8.5.1** | | ||
| [AndroidX Fragment](https://developer.android.com/jetpack/androidx/releases/fragment#1.8.3) | **1.8.3** | | ||
| [AndroidX Activity](https://developer.android.com/jetpack/androidx/releases/activity#1.9.2) | **1.9.2** | | ||
| [AndroidX Compose Activity](https://developer.android.com/jetpack/androidx/releases/activity#1.9.2) | **1.9.2** | | ||
| [AndroidX Compose BOM](https://developer.android.com/develop/ui/compose/bom/bom-mapping) | **2024.06.00** | | ||
| [AndroidX Lifecycle](https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.3) | **2.8.3** | | ||
| [AndroidX Lifecycle ViewModel Compose](https://developer.android.com/jetpack/androidx/releases/lifecycle#2.8.3) | **2.8.3** | | ||
| [AndroidX AppCompat](https://developer.android.com/jetpack/androidx/releases/appcompat#1.7.0) | **1.7.0** | | ||
|
||
- Dependency versions: | ||
| Name | Version | | ||
|------|---------| | ||
| [AndroidX Activity Compose](https://developer.android.com/jetpack/androidx/releases/activity) | `1.9.2` -> `1.9.3` | | ||
| [AndroidX Compose BoM](https://developer.android.com/develop/ui/compose/bom/bom-mapping) | `2024.09.02` -> `2024.10.01` | |