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

feat(capture-sdk): Use new photo-picker. #489

Merged
merged 7 commits into from
Jul 31, 2024

Conversation

GeraltRiv
Copy link
Contributor

Now we are using new photo picker, for devices that doesn't have backdrop version, we use the same approach with list of apps PM-198

@GeraltRiv GeraltRiv requested a review from a-szotyori July 10, 2024 16:55
@GeraltRiv GeraltRiv force-pushed the PP-198_Implement_new_Android_PhotoPicker branch from 8ebdbe0 to 167cae0 Compare July 11, 2024 07:54
Copy link
Contributor

@a-szotyori a-szotyori left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work! I have a couple of minor comments.

Please note that we are using comment labels to help prioritise the comments. You can read about them here: https://ginis.atlassian.net/wiki/spaces/PLMO/pages/83722835/Pull+Request+labels+description

holder.icon.setImageDrawable(item.getDrawableIcon());
holder.label.setText(item.getText());
holder.itemView.setOnClickListener(view -> {
final ProvidersAppWrapperItem item1 =
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Suggestion] Same as above.

@GeraltRiv GeraltRiv force-pushed the PP-198_Implement_new_Android_PhotoPicker branch from c583579 to 346f713 Compare July 11, 2024 15:20
@a-szotyori a-szotyori changed the base branch from main to PM-86-android-15 July 15, 2024 10:16
@a-szotyori
Copy link
Contributor

I updated the target branch to collect this in the PM-86-android-15 branch so that the Photopayment team can release their features. After QA we can then merge this PR into PM-86-android-15. In August we then merge PM-86-android-15 and do a maintenance release.

jackkray added 7 commits July 31, 2024 13:08
Now we are using new photo picker, for devices that doesn't have backdrop version, we use the same approach with list of apps
PP-198
   Fix switch issue
PP-198
   Empty list returns with multiply photo choosing
PP-198, PM-91
…ment

   Fix review issues with code naming, and exception throw
PP-198
   Use new photo picker only from API26+
PP-198
@GeraltRiv GeraltRiv force-pushed the PP-198_Implement_new_Android_PhotoPicker branch from 2120422 to 6438cbd Compare July 31, 2024 11:15
Copy link

@GeraltRiv GeraltRiv merged commit f739c75 into PM-86-android-15 Jul 31, 2024
48 checks passed
@a-szotyori a-szotyori deleted the PP-198_Implement_new_Android_PhotoPicker branch August 12, 2024 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants