nextcloud / android

πŸ“± Nextcloud Android app
https://play.google.com/store/apps/details?id=com.nextcloud.client
GNU General Public License v2.0
4.32k stars 1.78k forks source link

Auto uploads UI - empty camera directory not shown, separate media types confusing #1327

Open detly opened 7 years ago

detly commented 7 years ago

Just some feedback re. the UI for auto uploads in the beta version (ping @mario). I'm referring to the part of the auto-upload interface that features:

For the most part this was a pretty intuitive interface for me, but the big "gotcha" was that it only shows up for already-populated directories and it's not obvious that it's only for one media type. So for example

On the plus side, I really like the automatic sorting by year/month, and the automatic deletion, and I'll just reiterate that I've been using it pretty heavily for the last couple of weeks and I've never had a photo or video fail to upload eventually πŸ‘

Vital stats: Nextcloud version 2.0.0RC2 Android: 7.1.2 OS: LineageOS 14.1 Phone: HTC One M9 (often called "himaul")

Camera storage dir is external SD card.

mario commented 7 years ago

Thanks for the awesome feedback.

Sorry about the issues, I hope what I said above will help you in the long run? :)

AndyScherzinger commented 4 years ago

@tobiasKaminsky @nextcloud/designers asking for your opinion, everything except for one issue has been resolved by now, so one issue remains:

The reason for this is that the list entries are based on our processing of the devices media index. So no media = no folder found. This is really tricky to solve since there are two ways to ask Android for the default location(s):

The problem is that you can never be sure that the info you get from above is accurate since you don't know which to pick and for DIRECTORY_PICTURES you get the top-level folder not the camera folder (sub-folder created by the camera app).

So My suggestion/vote:

because:

Thus we are quite safe not to miss the camera folder but rather support the user in adding it at the time when the first photo/video has been taken.