cwac-document icon indicating copy to clipboard operation
cwac-document copied to clipboard

Handle file schemes in Uri

Open commonsguy opened this issue 8 years ago • 1 comments

If we get passed a file scheme on the Uri, create either a document or tree Uri depending on whether the file is a directory.

commonsguy avatar Mar 19 '17 21:03 commonsguy

Partially implemented -- file scheme for a single file should work, but directory support (via some RawDocumentFile/TreeDocumentFile mashup) is not yet implemented.

commonsguy avatar May 03 '17 16:05 commonsguy