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

Record details of file imports #14

Closed
julianharty opened this issue Feb 11, 2017 · 1 comment
Closed

Record details of file imports #14

julianharty opened this issue Feb 11, 2017 · 1 comment
Assignees

Comments

@julianharty
Copy link
Owner

It's time to consider adding more tracking information in the app. I'd like to track which files were imported, when, and the results. This will be useful to understand how the app's being used and may also help users to know more about what they've done and help them decide which file(s) to import next.

I'll need to learn more about Intent.ACTION_OPEN_DOCUMENT and how to obtain the filename (including the path) as well as other data e.g. the filesize, last modified timestamp (if available), etc.

@julianharty julianharty self-assigned this Feb 11, 2017
julianharty added a commit that referenced this issue Feb 20, 2017
#14

Currently it doesn't present or use this info. I'll add presentation of the info soon, and add logic to prompt the user if a file's been loaded at some point.
julianharty added a commit that referenced this issue Feb 20, 2017
I'll close issue 14 #14
and open a new enhancement for further improvements to the information presented to users.
@julianharty
Copy link
Owner Author

Closing this one. The story continues in #16

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