Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for downloading images for LUXE payment methods. #5928

Merged
merged 34 commits into from
Dec 14, 2022
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
4810318
Add support for downloading images for LUXE payment methods.
jaynewstrom-stripe Nov 21, 2022
fcab65b
Fix compile errors.
jaynewstrom-stripe Nov 21, 2022
242e4fa
Fix detekt errors.
jaynewstrom-stripe Nov 21, 2022
a39de60
Minimize API breaking changes.
jaynewstrom-stripe Nov 23, 2022
c146557
Merge branch 'master' into jaynewstrom/luxe-images
jaynewstrom-stripe Nov 28, 2022
07a2650
Add support for dark theme.
jaynewstrom-stripe Nov 28, 2022
be67c70
Fix ktlint
jaynewstrom-stripe Nov 28, 2022
6d10846
Merge branch 'master' into jaynewstrom/luxe-images
jaynewstrom-stripe Nov 29, 2022
d443837
Update based on code review comments.
jaynewstrom-stripe Nov 29, 2022
02f128b
Update based on code review comments.
jaynewstrom-stripe Nov 29, 2022
8177680
Fix binary compatibility checker.
jaynewstrom-stripe Nov 29, 2022
c14e553
Merge branch 'master' into jaynewstrom/luxe-images
jaynewstrom-stripe Nov 30, 2022
65b0c1c
Some code review comments.
jaynewstrom-stripe Dec 2, 2022
ae38beb
Merge branch 'master' into jaynewstrom/luxe-images
jaynewstrom-stripe Dec 2, 2022
e662573
Fix lint.
jaynewstrom-stripe Dec 2, 2022
ce9b8e7
Not sure how this got there.
jaynewstrom-stripe Dec 2, 2022
2e16c51
Merge branch 'master' into jaynewstrom/luxe-images
jaynewstrom-stripe Dec 6, 2022
683e35d
Fix tests.
jaynewstrom-stripe Dec 6, 2022
dd26dad
Fix lint.
jaynewstrom-stripe Dec 6, 2022
c296b7a
Add a java friendly API.
jaynewstrom-stripe Dec 6, 2022
1cdea23
Fix ktlint.
jaynewstrom-stripe Dec 6, 2022
8908742
Fix apiCheck.
jaynewstrom-stripe Dec 6, 2022
6de196a
Synchronous icon Drawable via delegate.
jaynewstrom-stripe Dec 7, 2022
e0313a3
Fix loading.
jaynewstrom-stripe Dec 8, 2022
00c2e5c
Fix layout of playground activity payment method icon.
jaynewstrom-stripe Dec 8, 2022
a540037
Fix lint.
jaynewstrom-stripe Dec 8, 2022
aa9a6a7
Fix lint.
jaynewstrom-stripe Dec 8, 2022
8cd2a44
Merge branch 'master' into jaynewstrom/luxe-images-delegate
jaynewstrom-stripe Dec 12, 2022
c14f8ae
Minimize changes.
jaynewstrom-stripe Dec 12, 2022
485ae61
Merge branch 'master' into jaynewstrom/luxe-images-delegate
jaynewstrom-stripe Dec 13, 2022
3be0424
self code review.
jaynewstrom-stripe Dec 13, 2022
a98fb3d
self code review.
jaynewstrom-stripe Dec 13, 2022
b8f2347
Merge branch 'master' into jaynewstrom/luxe-images-delegate
jaynewstrom-stripe Dec 14, 2022
90570c3
Update changelog.
jaynewstrom-stripe Dec 14, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix ktlint.
  • Loading branch information
jaynewstrom-stripe committed Dec 6, 2022
commit 1cdea23bd0143b6d855b3a79450ad53e15db8711
Original file line number Diff line number Diff line change
@@ -3,11 +3,8 @@ package com.stripe.android.paymentsheet.model
import android.graphics.drawable.Drawable
import androidx.annotation.DrawableRes
import kotlinx.coroutines.DelicateCoroutinesApi
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.GlobalScope
import kotlinx.coroutines.coroutineScope
import kotlinx.coroutines.launch
import kotlinx.coroutines.withContext

/**
* The customer's selected payment option.