zorgluf / souvenirs-android

Android app for souvenirs albums
GNU General Public License v3.0
10 stars 5 forks source link

Allow adding photos in your nextcloud #9

Closed Sorunome closed 2 years ago

Sorunome commented 2 years ago

With the nextcloud integration it'd be nice if you could add photos to your photo album which are already in your nextcloud, so that you don't have to re-upload them

zorgluf commented 2 years ago

Nice suggestion, I was also thinking about it. However not so easy to implement, I will give it a try. Thks for this suggestion.

zorgluf commented 2 years ago

Not exactly the feature asked (didn't get a way to cleanly grab the full path of images on android file selector, due to the new provider API and the way nextcloud app handle file informations through his storage provider), but I think I kept the final goal of the issue : do not store twice the file on nextcloud server. The main job is done on nextcloud souvenirs app : through the commit 3948b7637df7cc8a18f498a38649682cc48219e1 and ec3ed39. It enables to create link files on server side in the album directories. Should be merged and published in june after a couple of more bug fixes.