nextcloud / android

📱 Nextcloud Android app
https://play.google.com/store/apps/details?id=com.nextcloud.client
GNU General Public License v2.0
4.14k stars 1.75k forks source link

Add "shoot and upload a video right away" #7358

Open kimminji00 opened 3 years ago

kimminji00 commented 3 years ago

Is your feature request related to a problem? Please describe.

When i click "+" button, i can upload files. But, When I click "Upload from camera", I can only take pictures and I can't shoot videos. So, I can't shoot and upload a video right away. This causes a lot of inconvenience.

Describe the solution you'd like

I think it would be nice if I could shoot and upload the video right away.

joshtrichards commented 10 months ago

Code in question is here: https://github.com/nextcloud/android/blob/3b3c5baaacd9177be4f854844a8823ef8aa29c3a/app/src/main/java/com/owncloud/android/ui/helpers/FileOperationsHelper.java#L1082

Due to the way Intents work in Android, only Photo or Video mode is available when invoked by us unless we jump through extra hoops.

It looks like the easiest way would be to either:

I personally prefer the first approach.

prajyot004 commented 9 months ago

Is this issue resolved ? I want to work on this issue.

joshtrichards commented 9 months ago

You're welcome to do so, @prajyot004. Thanks!

timedin-de commented 3 months ago

Hey @prajyot004 are you still working on this? Otherwise I'd like to try and open a pull request.

timedin-de commented 2 months ago

@joshtrichards @kimminji00 I guess this issue can be closed, as the pull request got merged.