Rouji / Hupl

Android app for filesharing via Http UPLoads
GNU General Public License v3.0
21 stars 3 forks source link

Default hoster #7

Closed Rouji closed 7 years ago

Rouji commented 7 years ago

Let the user pick a default one to always use, without having to select it for every single upload(?)

Rouji commented 7 years ago

Turns out it's actually kind of annoying whenever you do want to change uploader.

FichteFoll commented 7 years ago

Since the current interface also has a checkbox on whether to resize images or not, the extra step is needed anyway and showing the uploader selection in the same screen doesn't hurt.

A default uploader would only make sense if that checkbox also got a default value.

Rouji commented 7 years ago

The checkbox actually already remembers if you ticked it before or not, so that's not a problem. But I tried a (really hacky) version of a default uploader feature and noticed I change the resize option really quite often for different uploads. So setting a default uploader got on my tits more than it saved me any time.

I guess if someone really wants that feature anyway I can have another look at it, but for me I just don't see any value in it.

FichteFoll commented 7 years ago

Yes, that's what I wanted to say.