David González Verdugo

Results 50 comments of David González Verdugo

Let's define some tasks: - [x] Research about [document provider docs](https://developer.android.com/guide/topics/providers/document-provider) and [the current oC implementation](https://github.com/owncloud/android/blob/master/owncloudApp/src/main/java/com/owncloud/android/providers/DocumentsStorageProvider.java) and define pending scenarios that could be interesting to be added in the ownCloud...

Hi @cs8898 , as you can see in your Log, you can not use the remote operations with no account, so using `OwnCloudClientFactory.createOwnCloudClient` is not enough. I would recommend you...

> How can this work? getSavedAccount() can only be null, cause it was never set, right? See the constructor: @DanielKedl the error reported in the first comment is not about...

Hi @mikedolx , I would recommend you to analyze the network requests so you can know exactly what's happening under the hood. You can try https://developer.android.com/studio/profile/network-profiler for that purpose, have...

> Are there any known incompatibilities with nextcloud? The ownCloud app for Android is prepared and tested to work with ownCloud instances, we can not ensure the same for NextCloud...

Hi @lucasvieites , thank you for your suggestion but I don't think that implementing this option is one of our priorities at this moment. Anyway, contributions are always welcome 😉

If I have understood correctly, what @lucasvieites suggests is the next scenario: 1. Press upload button. 2. Select a couple of pictures, e.g. **IMG_20180721, IMG_20180615, IMG_20170322** 3. App automatically reads...

Hi @daylightsports , thanks for reporting this, do you mean that the upload keeps running using your cellular data once there's no wifi connection?

> I will fix it. Go for it @BigAdam2005 , if you need any help please ping me.

Great @sd1998 , glad to hear you want to contribute with this. Just for you to know, there's a bounty for implementing this feature.