Changes between Version 14 and Version 15 of TahoeLAFSMobile
- Timestamp:
- 2024-07-23T18:34:10Z (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TahoeLAFSMobile
v14 v15 23 23 - Also work on iOS. 24 24 - 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 25 26 - 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) 26 27 - 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)