android-library
android-library copied to clipboard
Sync Protocol: use oc:size instead of d:quota-used-bytes when browsing folders
See: https://github.com/owncloud/client/issues/4459
And compare with: https://github.com/owncloud/android-library/search?utf8=%E2%9C%93&q=quota
Thanks, @moscicki . I guess we could clean up that code :)
Fortunately, oc:size is already read: https://github.com/owncloud/android-library/blob/e7891c4acbe33d2e24cb0e9cc1f7c5e8836643eb/src/com/owncloud/android/lib/common/network/WebdavEntry.java#L182
Related to owncloud/android#1655
Outdated, closing here 🚀