commonsguy/cwac-document

Handle file schemes in Uri

commonsguy opened this issue · 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.

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