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

Provide custom action name for launching list of instances to upload #3050

Open
lognaturel opened this issue May 6, 2019 · 0 comments
Open

Comments

@lognaturel
Copy link
Member

lognaturel commented May 6, 2019

Currently the list of instances to upload is exposed through generic VIEW and EDIT actions. This is unexpected and also means that other apps respond to the same action so Collect has to be picked out of a list. It would be useful to add a custom-named action that better describes what the activity does and narrows down the responding applications. See #3045 for additional context.

There already is org.odk.collect.android.INSTANCE_UPLOAD" with MIME type vnd.android.cursor.dir/vnd.odk.instance" for uploading a single instance. I wish we had used org.odk.collect.UPLOAD_INSTANCE instead to better match Android naming conventions but so it goes.

For this new action, we could do something like VIEW_INSTANCE_UPLOAD_LIST or VIEW_UPLOADS. We could use the probably more expected org.odk.collect. namespace or use org.odk.collect.android. to match other custom actions.

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

1 participant