google / modernstorage

ModernStorage is a group of libraries that provide an abstraction layer over storage on Android to simplify its interactions
https://google.github.io/modernstorage/
Apache License 2.0
1.24k stars 60 forks source link

[Obsolete] Okio Filesystem migration #57

Closed yrezgui closed 2 years ago

yrezgui commented 2 years ago

[🛑 Not ready yet] I'm doing a deep rewrite to use Okio Filesystem API instead of java.nio as its support pre-API 26 devices isn't feasible.

With this migration, we're getting API 21+ support with a possibility to even go down to API 19 (need to confirm though)

Okio Filesystem API implementation progress: