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

Request: offer more options for drag&drop of files #693

Open
AndroidDeveloperLB opened this issue Aug 5, 2019 · 4 comments
Open

Request: offer more options for drag&drop of files #693

AndroidDeveloperLB opened this issue Aug 5, 2019 · 4 comments

Comments

@AndroidDeveloperLB
Copy link

AndroidDeveloperLB commented Aug 5, 2019

When right-button drag&drop, it could offer us various options:

  1. push to main storage path (important for APK files, as the normal behavior is to install them)
  2. push to Download folder
  3. For single APK file, install&run.
  4. Same as Could not determine java version from '9.0.4'. #3, but also grant permissions (use the "-g" parameter)
  5. For multiple APK files, install&grant-permissions
  6. Push and share
  7. Push and open

As for the definition of "run", it depends. On most apps, it's the main Activity to launch.
On some, there is no such an Activity. On such cases, it depends on what is the app. If for example, it's a live wallpaper app, it should show the chooser. If it failed to find how to "run" the app, nothing should occur, except maybe tell the user that we can't find any way to "run" the app.

@AndroidDeveloperLB
Copy link
Author

EDIT: Oh I see it's set to the main primary storage. Closing this as it's customizable anyway...

@rom1v
Copy link
Collaborator

rom1v commented Aug 5, 2019

In the case of APK file/s, it should ask if we want to install or push to the folder.

Just for reference: #226 (comment)

@AndroidDeveloperLB
Copy link
Author

@rom1v Wait, this is actually important.
For dragging of APK files, I think it should be possible to either install/push.
Is it possible ?
Maybe I should re-open this and change the request?
Right-button dragging should allow us to choose what to do (using a context menu) : install/push.
As for all types of files, maybe call an Intent to open them or share them (upon right-button dragging).

@AndroidDeveloperLB AndroidDeveloperLB changed the title Request: offer drag&drop of files, to be inserted into Download folder Request: offer more options for drag&drop of files Aug 5, 2019
@AndroidDeveloperLB
Copy link
Author

OK updated the request. I think now it's better.

@rom1v rom1v changed the title Request: offer more options for drag&drop of files Offer more options for drag&drop of files Aug 29, 2019
@rom1v rom1v changed the title Offer more options for drag&drop of files Request: offer more options for drag&drop of files Aug 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants