-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Feature: Animated Multi-FAB Upload in Pending Uploads (#6278) #6580
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
base: main
Are you sure you want to change the base?
Feature: Animated Multi-FAB Upload in Pending Uploads (#6278) #6580
Conversation
|
✅ Generated APK variants! |
|
Thanks! Would you mind checking that your PR does not have the same issue as that one: #6327 (review) |
Hi @nicolas-raoul, Thanks for pointing that out. If you’re referring to the issue described in #6327 with the Pending Uploads back-navigation flow (having to press “Back” twice), I’ve double-checked this on my device. I have tested the behavior multiple times before opening this PR, and I just tested it again now to be sure. In my testing, the issuee doesn’t reproduce pressing “Back” from Pending Uploads correctly takes me to the home activity in a single step. |
Description (required)
Fixes #6278
What changes did you make and why?
This pull request implements the full animated Floating Action Button (FAB) upload menu on the
PendingUploadsFragment. This change resolves the the ux issue where users lacked a visible, direct, and familiar method to initiate subsequent uploads while monitoring the progress.Key changes include:
PendingUploadsFragment.ktandfragment_pending_uploads.xml. This ensures full functionalitiee on the new screen.Tests performed (required)
Tested
ProdDebugonRedmi note 13 pro 5gwith API level35.Verified that:
+) expands and collapses the three upload options (Camera, Gallery, Custom Selector) with the correct animacion.Screenshots