-
Notifications
You must be signed in to change notification settings - Fork 65
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 #1828 from Adyen/develop
Release 5.7.0
- Loading branch information
Showing
1,031 changed files
with
21,889 additions
and
4,074 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
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,36 @@ | ||
--- | ||
name: Ask a question | ||
about: Use this template to ask general questions about our SDK. | ||
title: '' | ||
labels: 'Question' | ||
assignees: '' | ||
|
||
--- | ||
<!-- | ||
Pre-Submission Checklist | ||
1. Check previously opened issues and confirm that your question hasn't been asked before | ||
2. Review the integration guide and Github docs to ensure the information you need isn't included | ||
3. Verify that the question specifically relates to the Android SDK | ||
Integration guide: https://docs.adyen.com/online-payments/build-your-integration/?platform=Android | ||
Github docs: https://github.com/Adyen/adyen-android/tree/develop/docs | ||
--> | ||
|
||
## Description | ||
Clearly state your question. Be as specific as possible to help us understand what you need assistance with. Provide some background on the situation or problem you're facing, explain what you are trying to achieve and where you encountered difficulties. | ||
|
||
## Code Snippets (if applicable) | ||
Provide any relevant code snippets that illustrate your question or the problem you're experiencing. | ||
|
||
``` | ||
Insert your code here | ||
``` | ||
|
||
## Integration Information | ||
1. Server-side integration: Sessions/Advanced flow | ||
2. Client-side integration: Drop-in/Components | ||
3. SDK version: | ||
|
||
## Additional Information | ||
Include any other details that might help us understand your question better. This could include links to documentation, related GitHub issues, or any steps you've already tried. |
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,61 @@ | ||
--- | ||
name: Bug report | ||
about: Use this template to report any issues or bugs you encounter while using our SDK. | ||
title: '' | ||
labels: 'Bug report' | ||
assignees: '' | ||
|
||
--- | ||
<!-- | ||
Pre-Submission Checklist | ||
1. Check previously opened issues and confirm that your bug hasn't been reported before | ||
2. Review the integration guide and Github docs to ensure that everything is implemented correctly | ||
3. Verify that the bug specifically relates to the Android SDK | ||
Integration guide: https://docs.adyen.com/online-payments/build-your-integration/?platform=Android | ||
Github docs: https://github.com/Adyen/adyen-android/tree/develop/docs | ||
--> | ||
|
||
## Description | ||
Provide a clear and concise description of the bug you're experiencing. Include details on what you expected to happen versus what actually occurred. | ||
|
||
## Steps to Reproduce | ||
1. I am able to consistently reproduce this issue: Yes/No | ||
2. Steps to reproduce the issue: | ||
1. Step 1 | ||
2. Step 2 | ||
3. Step 3 | ||
3. Screenshots or a screen recording: | ||
|
||
## Logs and Crash Reports | ||
<!-- | ||
Enable verbose logging and attach the logs here. | ||
- Call `AdyenLogger.setLogLevel(Log.VERBOSE)` in your application class. | ||
- Filter your logs by `CO.` to see the checkout logs only. | ||
--> | ||
|
||
<details> | ||
<summary>Relevant logs</summary> | ||
|
||
``` | ||
Insert your logs (and crash report) here. | ||
``` | ||
</details> | ||
|
||
## Code Snippets | ||
Provide code snippets where the SDK is implemented in your project. | ||
|
||
``` | ||
Insert your code here | ||
``` | ||
|
||
## Integration Information | ||
1. Server-side integration: Sessions/Advanced flow | ||
2. Client-side integration: Drop-in/Components | ||
3. SDK version: | ||
4. Android version(s) where issue occurs: | ||
5. Device model(s) where issue occurs: | ||
|
||
## Additional Context | ||
Provide any other information that might be helpful in diagnosing the issue. This could include environment details, specific configurations, or related issues. |
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,41 @@ | ||
--- | ||
name: Feature request | ||
about: Use this template to submit a feature request for our SDK. | ||
title: '' | ||
labels: 'Enhancement' | ||
assignees: '' | ||
|
||
--- | ||
<!-- | ||
Pre-Submission Checklist | ||
1. Check previously opened issues and confirm that your feature hasn't been requested before | ||
2. Review the integration guide and Github docs to ensure the feature you need isn't included | ||
3. Verify that the feature specifically relates to the Android SDK | ||
Integration guide: https://docs.adyen.com/online-payments/build-your-integration/?platform=Android | ||
Github docs: https://github.com/Adyen/adyen-android/tree/develop/docs | ||
--> | ||
|
||
## Description | ||
Provide a clear and concise description of the feature you are requesting. Explain what problem it solves or what improvement it brings to your development process. | ||
|
||
## Purpose and Benefits | ||
1. Describe the specific scenario or use case where this feature would be beneficial. | ||
2. How will this feature enhance your experience or workflow? | ||
3. Are you currently using any workarounds to achieve the desired functionality? If so, describe them. | ||
|
||
## Proposed Solution | ||
1. Describe the feature in detail, including how you envision it working. | ||
2. Include any specific functionality, UI/UX elements, or configuration options you think are necessary. | ||
|
||
## Alternative Solutions | ||
1. Have you considered other solutions or features? If so, why do they not meet your needs? | ||
2. Explain why the proposed feature is preferable over these alternatives. | ||
|
||
## Additional Context | ||
1. If applicable, link to any related GitHub issues or feature requests that might provide additional context. | ||
2. Include any relevant links, documentation, or references that could help in understanding or implementing the feature. | ||
|
||
## Priority | ||
Specify how critical is this feature to your project? |
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 |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
|
||
# Deploy to GitHub Pages | ||
- name: Deploy GitHub Pages | ||
uses: JamesIves/[email protected].1 | ||
uses: JamesIves/[email protected].4 | ||
with: | ||
BRANCH: gh-pages | ||
FOLDER: build/docs/ |
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,23 @@ | ||
# This workflow warns and then closes issues that have had no activity for a specified amount of time. | ||
# | ||
# You can adjust the behavior by modifying this file. | ||
# For more information, see: | ||
# https://github.com/actions/stale | ||
name: Manage stale issues | ||
|
||
on: | ||
schedule: | ||
- cron: '0 0 * * *' # Run every day at midnight | ||
|
||
jobs: | ||
close_stale_prs: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Close stale issues | ||
uses: actions/stale@v9 | ||
with: | ||
any-of-labels: 'Needs more info' | ||
stale-issue-message: 'This issue is now stale because it has been open for 14 days with no activity. Please provide the requested information or the issue will be closed automatically.' | ||
close-issue-message: 'This issue is now closed because it has been stalled for 14 days with no activity.' | ||
days-before-issue-stale: 14 | ||
days-before-issue-close: 14 |
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
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
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
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
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 |
---|---|---|
|
@@ -31,30 +31,32 @@ Import the corresponding module in your `build.gradle` file. | |
|
||
For Drop-in: | ||
```groovy | ||
implementation "com.adyen.checkout:drop-in-compose:5.6.0" | ||
implementation "com.adyen.checkout:drop-in-compose:5.7.0" | ||
``` | ||
For the Credit Card component: | ||
```groovy | ||
implementation "com.adyen.checkout:card:5.6.0" | ||
implementation "com.adyen.checkout:components-compose:5.6.0" | ||
implementation "com.adyen.checkout:card:5.7.0" | ||
implementation "com.adyen.checkout:components-compose:5.7.0" | ||
``` | ||
|
||
### Without Jetpack Compose | ||
|
||
For Drop-in: | ||
```groovy | ||
implementation "com.adyen.checkout:drop-in:5.6.0" | ||
implementation "com.adyen.checkout:drop-in:5.7.0" | ||
``` | ||
For the Credit Card component: | ||
```groovy | ||
implementation "com.adyen.checkout:card:5.6.0" | ||
implementation "com.adyen.checkout:card:5.7.0" | ||
``` | ||
|
||
The library is available on [Maven Central][mavenRepo]. | ||
|
||
## UI Customization | ||
## Additional documentation | ||
|
||
[See the UI Customization Guide for more.](docs/UI_CUSTOMIZATION.md) | ||
* [UI Customization guide][docs.github.uiCustomization] | ||
|
||
* [Additional documentation for payment methods][docs.github.paymentMethods] | ||
|
||
## Migrate from v4 | ||
|
||
|
@@ -65,15 +67,15 @@ If you are upgrading from 4.x.x to a current release, check out our [migration g | |
If you use ProGuard or R8, you do not need to manually add any rules, as they are automatically embedded in the artifacts. | ||
Please let us know if you find any issues. | ||
|
||
## Development | ||
## Development and testing | ||
|
||
For development and testing purposes the project is accompanied by a test app. See [here](example-app/README.md) how to set it up and run it. | ||
|
||
## Support | ||
To test your integration you could use [Adyen Test Cards Android][adyenTestCardsAndroid]. This will allow you to easily prefill test payment method information. | ||
|
||
If you have a feature request, or spotted a bug or a technical problem, [create an issue here][github.newIssue]. | ||
## Support | ||
|
||
For other questions, [contact our support team][adyen.support]. | ||
If you have a feature request, or spotted a bug or a technical problem, [create an issue here][github.newIssue]. For other questions, contact our Support Team via [Customer Area][adyen.support] or via email: [email protected] | ||
|
||
## Analytics and data tracking | ||
|
||
|
@@ -105,19 +107,22 @@ This repository is available under the [MIT license](LICENSE). | |
[shield.license.image]: https://img.shields.io/github/license/Adyen/adyen-android | ||
[shield.license.link]: LICENSE | ||
[docs.android]: https://docs.adyen.com/online-payments/build-your-integration/?platform=Android | ||
[header.preview]: https://github.com/Adyen/adyen-android/assets/9079915/e6e18a07-b30f-41f0-b7ef-701b20e2e339 | ||
[header.preview]: https://github.com/user-attachments/assets/0393e58d-172c-45fb-9e49-3a720fe53c89 | ||
[adyen.testAccount]: https://www.adyen.com/signup | ||
[docs.apiKey]: https://docs.adyen.com/development-resources/how-to-get-the-api-key | ||
[docs.clientKey]: https://docs.adyen.com/development-resources/client-side-authentication#get-your-client-key | ||
[docs.dropIn]: https://docs.adyen.com/online-payments/build-your-integration/?platform=Android&integration=Drop-in | ||
[docs.components]: https://docs.adyen.com/online-payments/build-your-integration/?platform=Android&integration=Components | ||
[docs.github.uiCustomization]: docs/UI_CUSTOMIZATION.md | ||
[docs.github.paymentMethods]: docs/payment-methods | ||
[mavenRepo]: https://repo1.maven.org/maven2/com/adyen/checkout/ | ||
[migration.guide]: https://docs.adyen.com/online-payments/build-your-integration/migrate-to-android-5-0-0 | ||
[github.newIssue]: https://github.com/Adyen/adyen-android/issues/new/choose | ||
[adyen.support]: https://www.adyen.help/hc/en-us/requests/new | ||
[adyen.support]: https://ca-live.adyen.com/ca/ca/contactUs/support.shtml | ||
[analytics.firstVersion]: https://github.com/Adyen/adyen-android/releases/tag/5.0.0 | ||
[docs.analytics]: https://docs.adyen.com/online-payments/analytics-and-data-tracking | ||
[contributing.guidelines]: https://github.com/Adyen/.github/blob/main/CONTRIBUTING.md | ||
[dokka]: https://adyen.github.io/adyen-android/ | ||
[docs.checkout]: https://docs.adyen.com/online-payments/ | ||
[docs.apiExplorer]: https://docs.adyen.com/api-explorer/ | ||
[adyenTestCardsAndroid]: https://github.com/Adyen/adyen-testcards-android |
Oops, something went wrong.