IndiePass / indiepass-android

An open social app with support for IndieWeb, Mastodon, Pleroma and Pixelfed.
https://indigenous.marksuth.dev
GNU General Public License v3.0
104 stars 7 forks source link

Feature Request: Instant Upload #404

Open dshanske opened 4 years ago

dshanske commented 4 years ago

How about an instant upload function, like some Android apps have, that will upload all photos you take to your media endpoint?

swentel commented 4 years ago

So from a configuration point of a view, you'd enable this in settings and then configure one or more folders to keep an eye on where those photos are saved and then send?

I think there's an event send out in Android when a photo is saved, so it shouldn't be that hard I think, but I'd have to check.

dshanske commented 4 years ago

@swentel Basically yes. The paired feature would be using q=source on the media endpoint to pick already uploaded photos.

dshanske commented 4 years ago

Similar functionality is in the Dropbox, Nextcloud, Amazon Photos, etc

swentel commented 4 years ago

Right, using the nextcloud feature as well. Not 100% sure whether I'll implement this as it's tricky stuff, but especially since I won't use this feature myself.