1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-08 08:26:10 +00:00

1237 Commits

Author SHA1 Message Date
davigonz
817e3c894b Crash when restoring cookies 2018-09-12 09:40:36 +02:00
davigonz
81f1804917 Fix remote file creation using username instead of display name 2018-09-05 13:44:43 +02:00
davigonz
cc612f8712 Use header constants instead of plain text 2018-09-04 17:24:05 +02:00
davigonz
800c075bd1 Fix renewal of OAuth2 token 2018-09-04 16:44:58 +02:00
davigonz
eaa645ab3c Fix upload colissions 2018-09-04 15:59:25 +02:00
davigonz
8a04392bfc Fix follow redirections 2018-09-04 15:59:25 +02:00
davigonz
f3eb0c4431 Fix credentials in switch accounts 2018-09-04 15:59:25 +02:00
davigonz
782361267d Fix file downloaded each time is tapped 2018-09-04 15:59:25 +02:00
davigonz
d30a5578f3 Fix antivirus message 2018-09-04 15:59:25 +02:00
davigonz
eb7cac064f Prepare wrapper to handle response bodies after exceptions 2018-09-04 15:59:25 +02:00
davigonz
e3db308825 Fix some problems in authentication 2018-09-04 15:59:25 +02:00
davigonz
50fda001ce Send unique ID header for all requests 2018-09-04 15:59:25 +02:00
davigonz
7627f75aa9 Get mEtag again 2018-09-04 15:59:25 +02:00
davigonz
b0fa6ae1d0 Apply requested changes 2018-09-04 15:59:25 +02:00
davigonz
9944f30d3f Remove the ignored sample client setup.xml 2018-09-04 15:58:58 +02:00
davigonz
d944c500dd Remove some unneeded dependencies 2018-09-04 15:58:58 +02:00
theScrabi
fd6628e38f fix type error 2018-09-04 15:58:58 +02:00
theScrabi
c5a1df417f fixed barear authentication 2018-09-04 15:58:58 +02:00
davigonz
096d3b9165 Fix problem with certificate exception catching 2018-09-04 15:58:58 +02:00
davigonz
7d0c79876c Implement cancel calls for webdav methods 2018-09-04 15:58:58 +02:00
theScrabi
c34c8ead1a rebse changes from bitfire 2018-09-04 15:58:58 +02:00
davigonz
e0e6d3da49 Use callback to get okhttp response 2018-09-04 15:58:58 +02:00
theScrabi
4968ca6e62 make the new merged changes from bitfire compile 2018-09-04 15:58:58 +02:00
theScrabi
7bc9a885b0 use compiletime polymorphism over runtime polymorphism 2018-09-04 15:58:58 +02:00
theScrabi
06ec99aead replace httpUrl with URL outside the wrapper 2018-09-04 15:58:11 +02:00
theScrabi
c33c7c551d make redirection actually work ... finaly 2018-09-04 15:50:24 +02:00
theScrabi
bd5dc20842 make automatic login with session timeout on saml work 2018-09-04 15:50:24 +02:00
davigonz
f1c6726d30 Delete remote chunks folder when canceling upload 2018-09-04 15:50:24 +02:00
davigonz
78613ed4bc Cancel chunk upload and implement move files after uploading 2018-09-04 15:50:24 +02:00
davigonz
c8a0451e06 Implement move method and finish basic chunked uploads 2018-09-04 15:50:24 +02:00
davigonz
1d80067f85 Refactor interceptors and include move headers 2018-09-04 15:50:24 +02:00
davigonz
ed073d6db0 Add timeout to last chunk 2018-09-04 15:50:24 +02:00
davigonz
762ae7eb62 Move file after upload with chunks 2018-09-04 15:50:24 +02:00
theScrabi
e6bdfab11a make redirect more or less work 2018-09-04 15:50:24 +02:00
davigonz
0b9a79491f Upload chunks 2018-09-04 15:50:24 +02:00
theScrabi
b99723205b remove jackrabit 2018-09-04 15:50:24 +02:00
theScrabi
0d0b711556 remove apache httpclient imports 2018-09-04 15:50:24 +02:00
theScrabi
6e4ded84d9 make OwnCloudClient extend the warpper HttpClient 2018-09-04 15:50:24 +02:00
theScrabi
75905b5f74 add disable redict handling by davresource 2018-09-04 15:50:24 +02:00
davigonz
153c0a10ff Basic upload with chunks [WIP] 2018-09-04 15:50:24 +02:00
theScrabi
366459699e fix missing semicolon 2018-09-04 15:50:24 +02:00
theScrabi
266dc37da2 add stetho 2018-09-04 15:50:24 +02:00
davigonz
297e8d1848 Chunked uploads, create chunks folder 2018-09-04 15:50:24 +02:00
davigonz
2d54ece72e Chunked uploads, create chunks folder [WIP] 2018-09-04 15:50:24 +02:00
davigonz
f218a60611 Include more methods to custom dav connections + chunked uploads [WIP] 2018-09-04 15:50:24 +02:00
davigonz
d013d93ac9 Retry uploads 2018-09-04 15:50:24 +02:00
theScrabi
c2bdea1c91 make https connection work with new library 2018-09-04 15:50:24 +02:00
davigonz
45e4b98510 Abort uploads with no chunking working 2018-09-04 15:50:24 +02:00
theScrabi
804b31da39 make saml work with new library 2018-09-04 15:50:24 +02:00
davigonz
e261b1df2f Abort upload [WIP] 2018-09-04 15:50:24 +02:00