Media upload/downloads on mobile via robius-file-picker#887
Open
kevinaboos wants to merge 2 commits into
Open
Conversation
Support picking files and media (photos/videos) on iOS & Android via the new robius-file-picker crate, which offers a single abstraction for doing so on all platforms, not just desktop. See that crate for more info. While that crate does offer more functionality, like the ability to specifically pick only photos or videos (or both), currently Robrix only allows picking a general file and saving a general file. We'll add that, as well as the ability to download a file directly to downloads (instead of picking a file location to export to) in a future version, once we've settled on the best UI for that.
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Support picking files and media (photos/videos) on iOS & Android via the new robius-file-picker crate, which offers a single abstraction for doing so on all platforms, not just desktop.
See that crate for more info.
While that crate does offer more functionality, like the ability to specifically pick only photos or videos (or both), currently Robrix only allows picking a general file and saving a general file. We'll add that, as well as the ability to download a file directly to downloads (instead of picking a file location to export to) in a future version, once we've settled on the best UI for that.