OpenArchive / Save-app-ios

Secure Mobile Media Preservation
https://open-archive.org/
GNU General Public License v3.0
10 stars 3 forks source link

Add UIDocumentPickerViewController support #156

Closed tladesignz closed 4 years ago

tladesignz commented 5 years ago

We should add the document picker to import files other than photos and videos:

However, photos and videos are not shown there, so we need to

a) either show 2 "+" buttons (with somewhat different icons, I guess), or b) show an interstitial scene before showing either the document picker or the image picker.

Please decide, provide UI and slot into a milestone, if you like that!

https://developer.apple.com/documentation/uikit/uidocumentpickerviewcontroller https://stackoverflow.com/questions/28641325/using-uidocumentpickerviewcontroller-to-import-text-in-swift https://stackoverflow.com/questions/47053082/not-able-to-select-multiple-files-using-uidocumentpickerviewcontroller

foundscapes commented 5 years ago

Didn't we agree to include Save as an option in the "share feature" for audio and document apps?

tladesignz commented 5 years ago

Didn't we agree to include Save as an option in the "share feature" for audio and document apps?

Sure, and that's what we did. If you don't see it, you probably need to activate it in the share scene at the very right under the "More" button.

But this is the other way round. Since iOS 11, there's a document picker, which I just stumbled over a few days ago. This can pick anything, besides photos and video.

tladesignz commented 4 years ago

Will be contained in build 41.