1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-07-06 14:16:32 +00:00

Commit Graph

  • 75905b5f74 add disable redict handling by davresource theScrabi 2018-06-26 18:26:31 +02:00
  • 153c0a10ff Basic upload with chunks [WIP] davigonz 2018-06-25 15:32:00 +02:00
  • 366459699e fix missing semicolon theScrabi 2018-06-25 13:57:53 +02:00
  • 266dc37da2 add stetho theScrabi 2018-06-25 13:22:42 +02:00
  • 297e8d1848 Chunked uploads, create chunks folder davigonz 2018-06-25 10:28:59 +02:00
  • 2d54ece72e Chunked uploads, create chunks folder [WIP] davigonz 2018-06-22 15:06:42 +02:00
  • f218a60611 Include more methods to custom dav connections + chunked uploads [WIP] davigonz 2018-06-22 09:30:08 +02:00
  • d013d93ac9 Retry uploads davigonz 2018-06-21 13:59:23 +02:00
  • c2bdea1c91 make https connection work with new library theScrabi 2018-06-21 09:44:07 +02:00
  • 45e4b98510 Abort uploads with no chunking working davigonz 2018-06-19 17:58:10 +02:00
  • 804b31da39 make saml work with new library theScrabi 2018-06-19 12:48:19 +02:00
  • e261b1df2f Abort upload [WIP] davigonz 2018-06-19 10:56:53 +02:00
  • f110992489 make oauth work theScrabi 2018-06-19 10:46:59 +02:00
  • 8540eed348 add oauth operations theScrabi 2018-06-18 11:02:43 +02:00
  • b1f2c0cbef Implement upload progress davigonz 2018-06-15 13:59:06 +02:00
  • 9caa79becc remove ApacheHttp imports from downloadoperation theScrabi 2018-06-15 12:52:06 +02:00
  • 60c1be2c0c add DownloadRemoteFileOperation theScrabi 2018-06-15 12:29:59 +02:00
  • 82fce2944b Fix read remote file operation davigonz 2018-06-15 11:18:31 +02:00
  • ff17ab6837 Working on having the upload progress davigonz 2018-06-15 10:06:51 +02:00
  • 2041fb1962 add untestet protoype of new ReadRemoteFileOperation theScrabi 2018-06-15 10:05:21 +02:00
  • e78b96348b fix crash when calling getOkHttpInterceptor theScrabi 2018-06-15 09:43:16 +02:00
  • 019383378d add crete remote folder operation theScrabi 2018-06-14 14:11:01 +02:00
  • cb08fe32a4 set timeout in move/localmove operation theScrabi 2018-06-14 13:45:10 +02:00
  • 6a375dcb93 Include timeouts and short refactoring davigonz 2018-06-14 13:30:19 +02:00
  • 73b4ffe0b9 remove furhter httpclinet constraints from move/copy operation theScrabi 2018-06-14 13:26:39 +02:00
  • af5228a425 fix created snack bar showing up theScrabi 2018-06-14 13:16:43 +02:00
  • 0387ceb1d4 Implement remove file operation davigonz 2018-06-13 17:21:38 +02:00
  • b183e3f08a add support for copy methode theScrabi 2018-06-13 14:14:15 +02:00
  • e4e8a5a5e3 Implement basic upload using the new wrapper davigonz 2018-06-13 14:03:41 +02:00
  • 524dc587db Refactor wrapper constructors and start to implement uploadoperations in library davigonz 2018-06-12 17:42:32 +02:00
  • c676f694d6 Upload [WIP] davigonz 2018-06-12 13:48:44 +02:00
  • a0478826b4 Update GetRemoteUserQuotaOperation to use the recent wrapper with propfind davigonz 2018-06-12 12:19:38 +02:00
  • 1631b9b55a Get rid of OkHttp dependencies in OwnCloudClient davigonz 2018-06-11 15:05:16 +02:00
  • f5795d1c03 Keep refactoring wrapper davigonz 2018-06-11 10:48:07 +02:00
  • 7fe2c02fc1 Include methot to make a result successful davigonz 2018-06-08 15:14:05 +02:00
  • bcc8a78bcf Move OkHttp and dav4android dependencies to the new wrapper davigonz 2018-06-08 14:43:04 +02:00
  • 08777c0265 Get rid of refactor classes, use methods wrapper davigonz 2018-06-07 18:01:15 +02:00
  • 226e332460 Implement update share using the new wrapper methods in library davigonz 2018-06-07 16:26:22 +02:00
  • 6d1e2d0434 Implement remove share using the new wrapper methods davigonz 2018-06-07 15:43:33 +02:00
  • 7d534c90ab Implement get shares operations using the new wrapper methods davigonz 2018-06-07 13:13:56 +02:00
  • 1a7e6a475d Use the new wrapper methods with CreateRemoteShareOperation and GetRemoteShareOperation davigonz 2018-06-07 12:13:17 +02:00
  • 3b7950ae59 Fix problem when showing size davigonz 2018-06-06 19:02:44 +02:00
  • 944a1186d9 Use new wrapper in GetRemoteUserAvatar operation davigonz 2018-06-06 17:56:38 +02:00
  • 82b7bef113 Implement GetRemoteCapabilities using new wrapper davigonz 2018-06-06 17:29:47 +02:00
  • a730980c34 Implement GetRemoteStatusOperation using new wrapper davigonz 2018-06-06 16:55:12 +02:00
  • 01d4592de0 Refactor httm methods to return response instead of response code davigonz 2018-06-06 13:53:14 +02:00
  • 25bba85ee1 Implement get quota with new architecture and refactoring davigonz 2018-06-06 13:20:12 +02:00
  • bd82537045 Fix read remote folder davigonz 2018-06-06 11:24:00 +02:00
  • ac869690fc change dav4droid repository to the ownclouders one theScrabi 2018-06-06 10:00:28 +02:00
  • e7c5391ac5 Fix new webdav uri build davigonz 2018-06-05 18:45:45 +02:00
  • dc9a37db28 Update GetMethod to be used in GetRemoteUserInfoOperation davigonz 2018-06-05 18:22:54 +02:00
  • 1cf44a9fff Code refactoring davigonz 2018-06-05 17:40:05 +02:00
  • dfab453e6b Working on authentication operations davigonz 2018-06-05 16:28:28 +02:00
  • 4f0cd82a7d Clear basic credentials before applying new ones davigonz 2018-06-05 10:40:23 +02:00
  • 81aa417cbf Custom interceptors to include user agent and authorization davigonz 2018-06-04 15:31:57 +02:00
  • d67a41d5cc Include credentials [WIP] davigonz 2018-06-04 09:21:10 +02:00
  • 11938a1fcc Create http + webdav methods wrapeer davigonz 2018-06-01 08:52:08 +02:00
  • b9ba124541 Keep previous owncloudclient implementation davigonz 2018-05-31 14:21:53 +02:00
  • 275a0f0f10 Update ownCloucClient to use OkHttpClient [WIP] davigonz 2018-05-31 12:07:09 +02:00
  • 2b333b8ff0 Update dav4droid dependency davigonz 2018-05-30 09:58:59 +02:00
  • 81cea2788d Upload file operation [WIP] davigonz 2018-05-28 15:01:14 +02:00
  • 81d3d832e9 restructure path to operation resources theScrabi 2018-05-28 13:36:31 +02:00
  • ce86ebac8a make propfind compatible with frontend theScrabi 2018-05-28 12:41:21 +02:00
  • 74c9430382 Create RemoveRemoteFileOperation and use it davigonz 2018-05-25 14:22:20 +02:00
  • 81120ac7ad Create DownloadRemoteFileOperation and reorder classes davigonz 2018-05-25 12:27:37 +02:00
  • 0f14e89d7c Check upload file result davigonz 2018-05-25 10:04:42 +02:00
  • 5d0362dc4d Use DavOCResource again davigonz 2018-05-24 14:05:27 +02:00
  • dae28aee48 refactor RemoteOperationResult DerSchabi 2018-05-24 12:46:55 +02:00
  • 63c917c979 Include upload headers in interceptor and finish upload file operation davigonz 2018-05-24 11:28:04 +02:00
  • 75ce8e186f Implement UploadRemoteFileOperation with dav4droid davigonz 2018-05-23 19:06:45 +02:00
  • 2ef51dd5f6 Move webdav path constant and refactor some Remote operation methods davigonz 2018-05-23 18:14:46 +02:00
  • 2ba891df15 Include user agent in OCContext and start implementing the generic put operation davigonz 2018-05-23 18:06:43 +02:00
  • 77c7c5195b Create DAVOCResource and http constants file in dav4android davigonz 2018-05-23 17:47:24 +02:00
  • 68fae46240 Register new WebDAV properties in dav4android davigonz 2018-05-22 17:59:14 +02:00
  • 7cb9189fce Keep completing the propfind davigonz 2018-05-22 17:10:32 +02:00
  • a4678557d8 Remove unneeded slahes in url davigonz 2018-05-22 12:16:20 +02:00
  • ca2eff6647 make propfind operation run without errors DerSchabi 2018-05-22 09:36:30 +02:00
  • d593474113 make dav4android as submodule DerSchabi 2018-05-21 11:09:31 +02:00
  • ff6adc4cf9 Solve conflicts davigonz 2018-05-18 14:12:37 +02:00
  • 3125c8047c First propfind using dav4droid and new architecture davigonz 2018-05-18 12:18:42 +02:00
  • 1249e205d6 add OCAccount DerSchabi 2018-05-18 12:21:47 +02:00
  • e354a716cb ren owncloud to OC DerSchabi 2018-05-17 09:53:25 +02:00
  • cd3d20db07 add dav4droid support part1 DerSchabi 2018-05-17 09:45:54 +02:00
  • 9ab1b40682
    Merge pull request #194 from owncloud/show_reshares David González Verdugo 2018-08-09 10:56:40 +02:00
  • d4908e4172 Switch to v2.php davigonz 2018-08-01 12:53:56 +02:00
  • 7bed924ff8 Refactor uri builds in shares davigonz 2018-08-01 11:10:16 +02:00
  • d2db461c74
    Merge pull request #193 from owncloud/master David González Verdugo 2018-07-19 14:54:40 +02:00
  • 8e357d7811
    Merge pull request #191 from karakayasemi/master oc-android-library-0.9.20 David González Verdugo 2018-06-22 10:37:28 +02:00
  • 813900d600 check for PROPERTY_VERSIONING is exist when learning capabilities Semih Serhat Karakaya 2018-05-22 16:26:48 +03:00
  • 38c84ed377
    Merge pull request #189 from owncloud/user_quota David González Verdugo 2018-05-18 09:44:44 +02:00
  • fdbe23923e Fix Incorrect output with Other option davigonz 2018-05-16 17:47:12 +02:00
  • f3566d667e Handle case with quota 0 David González 2018-05-15 13:07:44 +02:00
  • a21614fd5a Handle pending, unknown and unlimited quota davigonz 2018-05-08 17:13:37 +02:00
  • ec08bfbd7a Fix get quota test davigonz 2018-05-08 13:16:07 +02:00
  • 12429b7ab9 Update operation to get remote user quota davigonz 2018-05-08 12:53:32 +02:00
  • ad0adaaf5c
    Merge pull request #188 from owncloud/upgrade_gradle David González Verdugo 2018-05-18 09:27:06 +02:00
  • 2888b2d55e Update minSdkVersion davigonz 2018-04-30 12:55:03 +02:00
  • bf225b275f Replace compile with api davigonz 2018-04-30 12:50:39 +02:00
  • 2ccd681d2f Fix merge dex error and delete redundant dependencies davigonz 2018-04-30 10:16:37 +02:00
  • 9a2fb4cd0a Fix Could not find com.android.tools.lint:lint-gradle:26.1.2. davigonz 2018-04-26 10:37:08 +02:00