~xdavidwu/saf-cephfs

c4fbfa49bc0dc19550952980a7b194f8122a44bb — xdavidwu 1 year, 7 months ago 0cab561
README: update status, drop WIP flag

while this is not done, it is already useful enough for general cases
1 files changed, 3 insertions(+), 12 deletions(-)

M README.md
M README.md => README.md +3 -12
@@ 1,6 1,6 @@
# saf-cephfs

[WIP] Access CephFS from Android Storage Access Framework (SAF), with libcephfs-jni
Access CephFS from Android Storage Access Framework (SAF), with libcephfs-jni

Currently only for arm64-v8a



@@ 15,15 15,6 @@ Native libraries bundled are built from:

Java libraries com.ceph.\* is copied from Ceph 15.2.5 source code.

## Current features
## Status

* Traverse the tree under specified path

## Notes

This is a WIP, and the code is dirty and full of debugging lines.
Many things still don't work.

### What's tested and worked so far

* Listing files, changing directories
Reads and writes works, but some DocumentsProvider features not yet implemented.