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

Fixed Grey empty screen at Upload wizard #5356

Merged
merged 8 commits into from
Nov 2, 2023
Merged

Fixed Grey empty screen at Upload wizard #5356

merged 8 commits into from
Nov 2, 2023

Conversation

kanahia1
Copy link
Contributor

Fixes #5330

What changes did you make and why?

➕ Added functionality to the cancel button of the dialog box, because people often don't see or read everything on the screen. Therefore, we must warn them with a toast message in case they click on the cancel button and also inform them that they need to accept permissions in order to access the upload facility.
🐛 Fixed grey empty screen at upload caption step
🐛 Fixed loop created by calling permissions onResume

Tests performed (required)

Tested betaDebug on Pixel 2 with API level 29.

Screenshots (for UI changes only)

https://github.com/commons-app/apps-android-commons/assets/114223204/ac558d34-d1f2-4d4a-8078-335ca774124d
https://github.com/commons-app/apps-android-commons/assets/114223204/14abe656-7c28-4d19-bedc-1f5203ba4835
https://github.com/commons-app/apps-android-commons/assets/114223204/54b03962-0056-41d0-bdd7-a81d6eb37a55

Copy link
Member

@nicolas-raoul nicolas-raoul left a comment

Choose a reason for hiding this comment

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

It works great, thanks! :-)

.idea/codeStyles/Project.xml Outdated Show resolved Hide resolved
@kanahia1
Copy link
Contributor Author

@nicolas-raoul, I have made all the requested changes, Can you please review them

Copy link
Member

@nicolas-raoul nicolas-raoul left a comment

Choose a reason for hiding this comment

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

I added a few other modifications requests, very minor. Thank you! :-)

@nicolas-raoul nicolas-raoul merged commit 1878721 into commons-app:main Nov 2, 2023
1 check passed
@nicolas-raoul
Copy link
Member

Merged, thanks a lot Kanahia for your pull request! :-)

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.

Grey empty screen at Upload wizard caption step after denying files permission
2 participants