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

Add basic support for Android content URIs in stat #963

Closed

Conversation

stevenremot
Copy link

Add a basic implementation of stat for content URIs that returns what
it can return: the file length.

This also raises the Android SDK API requirements of this method from 1 to 3, which is... fine I guess ?

If you see anything else I can return for a content URI I will be glad to add it.

Add a basic implementation of stat for content URIs that returns what
it can return: the file length.
Copy link

@viveking viveking left a comment

Choose a reason for hiding this comment

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

It seems you not providing.

  • ctime , mtime, type[MIME], orginalFilepath

Please handle the same.

@stevenremot
Copy link
Author

Thanks for the feedback! It doesn't look as straightforward as the non-content schemes, but I will have a look at it.

@stevenremot
Copy link
Author

It's been a month and I haven't been able to take a look at it. I'm not sure I will be able to in the near future. So feel free to close this PR if you want to keep the project clean.

@itinance
Copy link
Owner

Alright. I'm going to close this as you suggested. Pls feel free everybody to bring this to life later.

@itinance itinance closed this Feb 28, 2021
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.

3 participants