From 0c93a8740da4ec301f1aabe6a2ea636cd8412ad6 Mon Sep 17 00:00:00 2001 From: hacklschorsch <> Date: Tue, 23 Jul 2024 18:18:17 +0000 Subject: [PATCH] Link the Storage Access Framework [Imported from Trac: page TahoeLAFSMobile, version 14] --- TahoeLAFSMobile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TahoeLAFSMobile.md b/TahoeLAFSMobile.md index 3a43f25..6cebf6f 100644 --- a/TahoeLAFSMobile.md +++ b/TahoeLAFSMobile.md @@ -21,7 +21,7 @@ The [milestones](https://gitlab.com/tahoe-lafs/tahoe-lafs-mobile/-/milestones) s - We first want to be able to read files from a user-defined tahoe-lafs storage grid. - For now, a file with a list of storage servers is fine - introducers may be considered later. - Also work on iOS. -- Integration with the OSses (Android, iOS) to be able to open files from and share files to the app (FileSystemProvider on Android, ?? on iOS) +- Integration with the OSses (Android, iOS) to be able to open files from and share files to the app ([Storage Access Framework](https://emanual.github.io/Android-docs/guide/topics/providers/document-provider.html) on Android, ?? on iOS) - We want to be able to save files to the grid (this is a big one, as the Haskell protocol stack is missing most of this so far) - Would be nice to also get a working in-browser client out of this (The [framework in use](https://github.com/obsidiansystems/obelisk) supports that in theory)