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

Feature: floating action button for selection of multiple files #3979

Merged
merged 9 commits into from
Nov 14, 2023

Conversation

seelchen
Copy link
Contributor

@seelchen seelchen commented Nov 3, 2023

Description

This PR adds a floating action button to confirm your selection when Amaze is opened as a file picker by another app.

multiple-selection.mp4

When only one file can be selected, the selection switches between the clicked files.

single-selection4.mp4

Issue tracker

Fixes #3747

Automatic tests

  • Added test cases

Manual tests

  • Done

Device:

  • Pixel 7 emulator running Android 13
  • HTC U11 life running Android 10

Build tasks success

Successfully running following tasks on local:

  • ./gradlew assembledebug
  • ./gradlew spotlessCheck

@seelchen seelchen force-pushed the feature/3747 branch 2 times, most recently from 586f9b8 to e1c3636 Compare November 4, 2023 18:59
@VishalNehra
Copy link
Member

This is still a wip?

@seelchen
Copy link
Contributor Author

seelchen commented Nov 5, 2023

Yes, I wanted to check something with the select all button. But I should be finished this evening (UTC+2).

@seelchen seelchen marked this pull request as ready for review November 5, 2023 16:52
@seelchen
Copy link
Contributor Author

seelchen commented Nov 5, 2023

This PR is ready for review! I don't know why the Jacoco tests fail, when I run them locally, they all pass...

@VishnuSanal
Copy link
Member

This PR is ready for review! I don't know why the Jacoco tests fail, when I run them locally, they all pass...

the test passed on second attempt. consider the old failure as a false trigger. :)

Copy link
Member

@VishnuSanal VishnuSanal left a comment

Choose a reason for hiding this comment

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

awesome work! works as expected.

@VishalNehra VishalNehra merged commit ccf81de into TeamAmaze:release/4.0 Nov 14, 2023
3 checks passed
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.

Selection of multiple files
3 participants