-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(capture-sdk): Use new photo-picker. #489
Conversation
8ebdbe0
to
167cae0
Compare
There was a problem hiding this 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
...re-sdk/sdk/src/main/java/net/gini/android/capture/internal/fileimport/FileChooserFragment.kt
Outdated
Show resolved
Hide resolved
...re-sdk/sdk/src/main/java/net/gini/android/capture/internal/fileimport/FileChooserFragment.kt
Show resolved
Hide resolved
...main/java/net/gini/android/capture/internal/fileimport/providerchooser/ProvidersAdapter.java
Outdated
Show resolved
Hide resolved
holder.icon.setImageDrawable(item.getDrawableIcon()); | ||
holder.label.setText(item.getText()); | ||
holder.itemView.setOnClickListener(view -> { | ||
final ProvidersAppWrapperItem item1 = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Suggestion] Same as above.
...re-sdk/sdk/src/main/java/net/gini/android/capture/internal/fileimport/FileChooserFragment.kt
Outdated
Show resolved
Hide resolved
...re-sdk/sdk/src/main/java/net/gini/android/capture/internal/fileimport/FileChooserFragment.kt
Outdated
Show resolved
Hide resolved
c583579
to
346f713
Compare
I updated the target branch to collect this in the |
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
Fix review issues PP-198
Use new photo picker only from API26+ PP-198
2120422
to
6438cbd
Compare
Quality Gate passedIssues Measures |
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