1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 16:33:03 +00:00
Commit Graph

770 Commits

Author SHA1 Message Date
davigonz 524dc587db Refactor wrapper constructors and start to implement uploadoperations in library 2018-09-04 15:47:29 +02:00
davigonz c676f694d6 Upload [WIP] 2018-09-04 15:42:01 +02:00
davigonz a0478826b4 Update GetRemoteUserQuotaOperation to use the recent wrapper with propfind 2018-09-04 15:42:01 +02:00
davigonz 1631b9b55a Get rid of OkHttp dependencies in OwnCloudClient 2018-09-04 15:42:01 +02:00
davigonz f5795d1c03 Keep refactoring wrapper 2018-09-04 15:38:04 +02:00
davigonz 7fe2c02fc1 Include methot to make a result successful 2018-09-04 15:38:04 +02:00
davigonz bcc8a78bcf Move OkHttp and dav4android dependencies to the new wrapper 2018-09-04 15:38:04 +02:00
davigonz 08777c0265 Get rid of refactor classes, use methods wrapper 2018-09-04 13:57:25 +02:00
davigonz 226e332460 Implement update share using the new wrapper methods in library 2018-09-04 13:56:32 +02:00
davigonz 6d1e2d0434 Implement remove share using the new wrapper methods 2018-09-04 13:52:43 +02:00
davigonz 7d534c90ab Implement get shares operations using the new wrapper methods 2018-09-04 13:48:46 +02:00
davigonz 1a7e6a475d Use the new wrapper methods with CreateRemoteShareOperation and GetRemoteShareOperation 2018-09-04 13:41:54 +02:00
davigonz 3b7950ae59 Fix problem when showing size 2018-09-04 13:38:31 +02:00
davigonz 944a1186d9 Use new wrapper in GetRemoteUserAvatar operation 2018-09-04 13:38:31 +02:00
davigonz 82b7bef113 Implement GetRemoteCapabilities using new wrapper 2018-09-04 13:38:31 +02:00
davigonz a730980c34 Implement GetRemoteStatusOperation using new wrapper 2018-09-04 13:38:31 +02:00
davigonz 01d4592de0 Refactor httm methods to return response instead of response code 2018-09-04 13:38:31 +02:00
davigonz 25bba85ee1 Implement get quota with new architecture and refactoring 2018-09-04 13:38:31 +02:00
davigonz bd82537045 Fix read remote folder 2018-09-04 13:38:31 +02:00
theScrabi ac869690fc change dav4droid repository to the ownclouders one 2018-09-04 13:38:31 +02:00
davigonz e7c5391ac5 Fix new webdav uri build 2018-09-04 13:38:31 +02:00
davigonz dc9a37db28 Update GetMethod to be used in GetRemoteUserInfoOperation 2018-09-04 13:38:31 +02:00
davigonz 1cf44a9fff Code refactoring 2018-09-04 13:38:30 +02:00
davigonz dfab453e6b Working on authentication operations 2018-09-04 13:38:30 +02:00
davigonz 4f0cd82a7d Clear basic credentials before applying new ones 2018-09-04 13:38:30 +02:00
davigonz 81aa417cbf Custom interceptors to include user agent and authorization 2018-09-04 13:38:30 +02:00
davigonz d67a41d5cc Include credentials [WIP] 2018-09-04 13:38:30 +02:00
davigonz 11938a1fcc Create http + webdav methods wrapeer 2018-09-04 13:38:30 +02:00
davigonz b9ba124541 Keep previous owncloudclient implementation 2018-09-04 13:38:30 +02:00
davigonz 275a0f0f10 Update ownCloucClient to use OkHttpClient [WIP] 2018-09-04 13:38:30 +02:00
davigonz 2b333b8ff0 Update dav4droid dependency 2018-09-04 13:38:30 +02:00
davigonz 81cea2788d Upload file operation [WIP] 2018-09-04 13:38:30 +02:00
theScrabi 81d3d832e9 restructure path to operation resources 2018-09-04 13:38:30 +02:00
theScrabi ce86ebac8a make propfind compatible with frontend 2018-09-04 13:38:30 +02:00
davigonz 74c9430382 Create RemoveRemoteFileOperation and use it 2018-09-04 13:38:30 +02:00
davigonz 81120ac7ad Create DownloadRemoteFileOperation and reorder classes 2018-09-04 13:38:30 +02:00
davigonz 0f14e89d7c Check upload file result 2018-09-04 13:38:30 +02:00
davigonz 5d0362dc4d Use DavOCResource again 2018-09-04 13:38:30 +02:00
DerSchabi dae28aee48 refactor RemoteOperationResult 2018-09-04 13:38:30 +02:00
davigonz 63c917c979 Include upload headers in interceptor and finish upload file operation 2018-09-04 13:38:30 +02:00
davigonz 75ce8e186f Implement UploadRemoteFileOperation with dav4droid 2018-09-04 13:38:30 +02:00
davigonz 2ef51dd5f6 Move webdav path constant and refactor some Remote operation methods 2018-09-04 13:38:30 +02:00
davigonz 2ba891df15 Include user agent in OCContext and start implementing the generic put operation 2018-09-04 13:38:30 +02:00
davigonz 77c7c5195b Create DAVOCResource and http constants file in dav4android 2018-09-04 13:38:30 +02:00
davigonz 68fae46240 Register new WebDAV properties in dav4android 2018-09-04 13:38:30 +02:00
davigonz 7cb9189fce Keep completing the propfind 2018-09-04 13:38:30 +02:00
davigonz a4678557d8 Remove unneeded slahes in url 2018-09-04 13:38:30 +02:00
DerSchabi ca2eff6647 make propfind operation run without errors 2018-09-04 13:38:30 +02:00
DerSchabi d593474113 make dav4android as submodule 2018-09-04 13:38:30 +02:00
davigonz ff6adc4cf9 Solve conflicts 2018-09-04 13:38:30 +02:00