Changes between Version 14 and Version 15 of TahoeLAFSMobile


Ignore:
Timestamp:
2024-07-23T18:34:10Z (2 months ago)
Author:
hacklschorsch
Comment:

FUSE/9P implementation

Legend:

Unmodified
Added
Removed
Modified
  • TahoeLAFSMobile

    v14 v15  
    2323- Also work on iOS.
    2424- Integration with the OSses (Android, iOS) to be able to open files from and share files to the app ([https://emanual.github.io/Android-docs/guide/topics/providers/document-provider.html Storage Access Framework] on Android, ?? on iOS)
     25  - Idea: As an intermediary step, because mobile development is clunky and hard and slow, create code to glue the GBS Haskell protocol code (start with [https://gitlab.com/tahoe-lafs/gbs-downloader GBS-Downloader]) to FUSE or 9P
    2526- 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)
    2627- Would be nice to also get a working in-browser client out of this (The [https://github.com/obsidiansystems/obelisk framework in use] supports that in theory)