Skip to content

Commit

Permalink
Remove basic integration code (#9501)
Browse files Browse the repository at this point in the history
* Remove basic integration code

* Increase visibility to fix build issue

* Fix API changes for ActivityStarter

* Fix API changes for ActivityStarter

* Fix API changes for ActivityStarter

* Fix API changes for ActivityStarter

* Update CHANGELOG.md and MIGRATING.md
  • Loading branch information
amk-stripe authored Oct 24, 2024
1 parent 4a2fb7e commit 73b6e3a
Show file tree
Hide file tree
Showing 68 changed files with 15 additions and 10,438 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## XX.XX.XX - 20XX-XX-XX

### Basic Integration
* [REMOVED][9501](https://github.com/stripe/stripe-android/pull/9501) Basic Integration has been removed. [Please use Mobile Payment Element instead](https://docs.stripe.com/payments/mobile/migrating-to-mobile-payment-element-from-basic-integration).

## 20.53.0 - 2024-10-21

### PaymentSheet
Expand Down
3 changes: 3 additions & 0 deletions MIGRATING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Migration Guide

## Migrating from versions < 21.0.0
- Basic Integration has been removed. [Please use Mobile Payment Element instead](https://docs.stripe.com/payments/mobile/migrating-to-mobile-payment-element-from-basic-integration).

## Migrating from versions < 20.26.0
- Changes to `PaymentSheetContract`:
* The class has been deprecated and will be removed in a future release. Use the `PaymentSheet` constructor or the new `rememberPaymentSheet()` method.
Expand Down
12 changes: 0 additions & 12 deletions payments-core/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<application>
<activity
android:name=".view.AddPaymentMethodActivity"
android:theme="@style/StripeDefaultTheme"
android:exported="false" />
<activity
android:name=".view.PaymentMethodsActivity"
android:theme="@style/StripeDefaultTheme"
android:exported="false" />
<activity
android:name=".view.PaymentFlowActivity"
android:theme="@style/StripeDefaultTheme"
android:exported="false" />
<activity
android:name=".view.PaymentAuthWebViewActivity"
android:theme="@style/StripeDefaultTheme"
Expand Down
483 changes: 0 additions & 483 deletions payments-core/api/payments-core.api

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions payments-core/res/layout/stripe_payment_flow_activity.xml

This file was deleted.

47 changes: 0 additions & 47 deletions payments-core/res/layout/stripe_payment_methods_activity.xml

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 73b6e3a

Please sign in to comment.