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

Commit Graph

  • a0750c613a
    Bump robolectric from 4.9 to 4.9.1 dependabot[bot] 2022-12-20 02:01:28 +00:00
  • 9df62a51f3
    Merge pull request #523 from owncloud/fix/unshare_ocis Abel García de Prada 2022-12-19 08:29:11 +01:00
  • fa7bfdd597 Unsharing wont return anything anymore since result object was not used Abel García de Prada 2022-12-15 15:26:37 +01:00
  • cb076aa6b9
    Merge pull request #520 from owncloud/dependencies/bump_bulk Abel García de Prada 2022-12-15 14:49:39 +01:00
  • 7ceef58382 Bump gradle plugin to 7.3.1 and move package name fro manifest to gradle namespace Abel García de Prada 2022-12-13 19:00:10 +01:00
  • a877612fca Bump several dependencies at the same time Abel García de Prada 2022-12-13 14:51:57 +01:00
  • a788dc098b
    Merge pull request #521 from owncloud/master Juan Carlos Garrote 2022-12-12 15:02:34 +01:00
  • 359e591275
    Merge pull request #339 from owncloud/new_arch/synchronization Abel García de Prada 2022-12-12 09:54:27 +01:00
  • f9bc792ded Do data field not mandatory on ocs response 2.0-beta.3 2.0 Abel García de Prada 2022-11-14 09:32:14 +01:00
  • 9adadbddcc Fix lint reports Juan Carlos Garrote 2022-11-02 12:49:30 +01:00
  • 1ecb8020b1 Remove legacy KEY_OC_VERSION constant Abel García de Prada 2022-10-04 08:10:54 +02:00
  • b7d3cc2687 Remove legacy owncloud version from the client. Abel García de Prada 2022-09-30 10:01:25 +02:00
  • 2b27b9657c Increased the chunk size to 10 MB Juan Carlos Garrote 2022-09-28 13:23:58 +02:00
  • 959cb7b015 Retrieve Etag from successful upload Abel García de Prada 2022-06-24 10:37:59 +02:00
  • b59a4e6947 Read remote file function added to the file service Abel García de Prada 2022-06-16 08:54:20 +02:00
  • 17821e5760 Migrate ReadRemoteFileOperation to kotlin. Second step to keep git history Abel García de Prada 2022-06-16 08:51:25 +02:00
  • 2b79175b5a Migrate ReadRemoteFileOperation to kotlin. First step to keep git history Abel García de Prada 2022-06-16 08:24:22 +02:00
  • b25fbc4604 Fix an error after rebasing with latest version Abel García de Prada 2022-06-09 11:25:37 +02:00
  • 79173af930 Polish a little bit the code Abel García de Prada 2022-06-08 17:08:24 +02:00
  • c36eedd481 Return Unit when the upload operation succeeds Abel García de Prada 2022-06-02 12:08:27 +02:00
  • ba37bce0e1 Add transfer listeners to content uri worker Abel García de Prada 2022-05-26 15:08:12 +02:00
  • dc7022c531 Pleasure the ktlint Abel García de Prada 2022-01-18 13:50:03 +01:00
  • 1f499fb67d Make requireEtag nullable Abel García de Prada 2022-01-18 13:11:02 +01:00
  • 12040a1261 Migrate old request bodies from java to kotlin Abel García de Prada 2022-01-18 13:02:52 +01:00
  • 7e56412748 Move content uri request body to a new file Abel García de Prada 2022-01-18 09:23:26 +01:00
  • 71e9bbd2da Delete old java operations. Use the kotlin ones from now on Abel García de Prada 2022-01-18 09:19:38 +01:00
  • cbbeaab251 Migrate remote chunk upload operation to kotlin Abel García de Prada 2022-01-18 09:05:36 +01:00
  • 340e114a91 Use extension to simplify a little bit the code Abel García de Prada 2022-01-18 08:31:56 +01:00
  • c6584d69fd Migrate remote upload operation to kotlin Abel García de Prada 2022-01-18 08:28:59 +01:00
  • 4c39990edb Add copy operation to the file service Abel García de Prada 2021-05-25 08:56:42 +02:00
  • 34cc4c87b1 Refactor copy remote file operation. Make overwrite false as default to avoid some potential errors Abel García de Prada 2021-05-21 14:01:25 +02:00
  • 5449eb7480 Migrate CopyRemoteFileOperation to kotlin. Second step to keep git history Abel García de Prada 2021-05-21 13:53:55 +02:00
  • 33d6141613 Migrate CopyRemoteFileOperation to kotlin. First step to keep git history Abel García de Prada 2021-05-21 13:47:44 +02:00
  • f7645c1648 Apply code review suggestions Abel García de Prada 2021-05-24 11:27:44 +02:00
  • 6f33dca672 Remove nullability from a variable Abel García de Prada 2021-05-20 14:02:05 +02:00
  • 6fb5350dea Add rename file to FileService Abel García de Prada 2021-05-11 11:28:35 +02:00
  • 24037a7a3e Migrate RenameRemoteFileOperation to kotlin. Second step to keep git history Abel García de Prada 2021-05-11 11:24:27 +02:00
  • 5f01b32b12 Migrate RenameRemoteFileOperation to kotlin. First step to keep git history Abel García de Prada 2021-05-11 10:34:00 +02:00
  • f849cd76d4 Make overwrite option disabled by default for move operations Abel García de Prada 2021-05-11 18:16:19 +02:00
  • 7c825b2dc3 Add move operation to file service Abel García de Prada 2021-05-11 17:37:25 +02:00
  • b3cccfa007 Add move operation to chunk service Abel García de Prada 2021-05-11 17:34:34 +02:00
  • 5beb30e07a Migrate MoveRemoteFileOperation to kotlin. Second step to keep git history Abel García de Prada 2021-05-11 17:08:15 +02:00
  • d736c7cdbf Migrate MoveRemoteFileOperation to kotlin. First step to keep git history Abel García de Prada 2021-05-11 16:47:08 +02:00
  • d99444e279 Apply code review suggestions Abel García de Prada 2021-05-07 10:00:31 +02:00
  • 86f16c3460 Add removeFile to FileService Abel García de Prada 2021-04-29 09:32:19 +02:00
  • 62dbdb1021 Converting RemoveRemoteFileOperation from java to kotlin. Final step. Abel García de Prada 2021-04-29 09:17:26 +02:00
  • f706595a9a Converting RemoveRemoteFileOperation from java to kotlin. Intermediate step to preserve git history. Abel García de Prada 2021-04-29 08:58:53 +02:00
  • 03303ac4f2 Replace kotlin android extensions with kotlin-parcelize Abel García de Prada 2021-04-28 17:13:03 +02:00
  • 039245742c Apply code review suggestions Abel García de Prada 2021-04-22 09:36:34 +02:00
  • 3a996ef583 Download file operation will return unit instead of Any Abel García de Prada 2020-11-17 16:15:40 +01:00
  • ec71fa6c23 Create parent folder when downloading a file if possible agarcia 2020-09-03 11:18:53 +02:00
  • 56248af6ec Add download file to file service agarcia 2020-08-13 12:57:32 +02:00
  • 389c0a0fc6 Migrate DownloadRemoteFileOperation to kotlin agarcia 2020-08-12 18:28:48 +02:00
  • 405da9a729 Apply CR changes Abel García de Prada 2020-10-22 09:31:25 +02:00
  • a02844d2c7 Map size or length property depending on mimetype Abel García de Prada 2020-10-08 09:52:19 +02:00
  • 53c99a21c2 Transform RemoteFile to kotlin and apply necessary changes Abel García de Prada 2020-10-08 09:33:04 +02:00
  • 5e478036ae Apply code review suggestions agarcia 2020-08-05 14:00:48 +02:00
  • cd94e39b7f Include createFolder as file service operation agarcia 2020-07-28 18:08:57 +02:00
  • b0798194be Migrate CreateRemoteFolderOperation to kotlin agarcia 2020-07-28 17:54:57 +02:00
  • 2b5f80bdb9 Apply CR suggestions agarcia 2020-07-28 13:56:19 +02:00
  • 32891e2cf5 Add owner field to remote file agarcia 2020-06-23 17:46:48 +02:00
  • d164b34fe8 Migrate ReadRemoteFolderOperation to kotlin and add it to FileService agarcia 2020-06-23 16:10:36 +02:00
  • c2f7426a3e
    Merge pull request #515 from owncloud/feature/handle_425_response Juan Carlos Garrote 2022-11-17 13:15:10 +01:00
  • 1e9d8cef42 Handle 425 when trying to open in web Juan Carlos Garrote 2022-10-28 10:05:09 +02:00
  • b083debac9 Handle 425 TOO EARLY propfind responses Abel García de Prada 2022-10-11 17:32:19 +02:00
  • 8dbb1975e2 Fix lint reports 2.0-beta.2 Juan Carlos Garrote 2022-11-02 12:49:30 +01:00
  • 3d8a18d223 Remove legacy KEY_OC_VERSION constant Abel García de Prada 2022-10-04 08:10:54 +02:00
  • 8fb6c1f4d5 Remove legacy owncloud version from the client. Abel García de Prada 2022-09-30 10:01:25 +02:00
  • 95304f63fe Increased the chunk size to 10 MB Juan Carlos Garrote 2022-09-28 13:23:58 +02:00
  • 15cffa41ee Retrieve Etag from successful upload Abel García de Prada 2022-06-24 10:37:59 +02:00
  • d7582bdcff Read remote file function added to the file service Abel García de Prada 2022-06-16 08:54:20 +02:00
  • 99e7100078 Migrate ReadRemoteFileOperation to kotlin. Second step to keep git history Abel García de Prada 2022-06-16 08:51:25 +02:00
  • cef25cc618 Migrate ReadRemoteFileOperation to kotlin. First step to keep git history Abel García de Prada 2022-06-16 08:24:22 +02:00
  • e83c7e58ee Fix an error after rebasing with latest version Abel García de Prada 2022-06-09 11:25:37 +02:00
  • df07be666d Polish a little bit the code Abel García de Prada 2022-06-08 17:08:24 +02:00
  • f1d04b8037 Return Unit when the upload operation succeeds Abel García de Prada 2022-06-02 12:08:27 +02:00
  • 1a2a6b62d5 Add transfer listeners to content uri worker Abel García de Prada 2022-05-26 15:08:12 +02:00
  • 348a128591 Pleasure the ktlint Abel García de Prada 2022-01-18 13:50:03 +01:00
  • aa7d8f92b0 Make requireEtag nullable Abel García de Prada 2022-01-18 13:11:02 +01:00
  • e620de4fce Migrate old request bodies from java to kotlin Abel García de Prada 2022-01-18 13:02:52 +01:00
  • 3ccaec9efd Move content uri request body to a new file Abel García de Prada 2022-01-18 09:23:26 +01:00
  • c00947e7f6 Delete old java operations. Use the kotlin ones from now on Abel García de Prada 2022-01-18 09:19:38 +01:00
  • fa785498a0 Migrate remote chunk upload operation to kotlin Abel García de Prada 2022-01-18 09:05:36 +01:00
  • 080c0fa2b1 Use extension to simplify a little bit the code Abel García de Prada 2022-01-18 08:31:56 +01:00
  • a87fbf379f Migrate remote upload operation to kotlin Abel García de Prada 2022-01-18 08:28:59 +01:00
  • 8136990748 Add copy operation to the file service Abel García de Prada 2021-05-25 08:56:42 +02:00
  • 771dcc7824 Refactor copy remote file operation. Make overwrite false as default to avoid some potential errors Abel García de Prada 2021-05-21 14:01:25 +02:00
  • c3ba5da810 Migrate CopyRemoteFileOperation to kotlin. Second step to keep git history Abel García de Prada 2021-05-21 13:53:55 +02:00
  • 196ac44b21 Migrate CopyRemoteFileOperation to kotlin. First step to keep git history Abel García de Prada 2021-05-21 13:47:44 +02:00
  • 51096a0d82 Apply code review suggestions Abel García de Prada 2021-05-24 11:27:44 +02:00
  • 577fd3af27 Remove nullability from a variable Abel García de Prada 2021-05-20 14:02:05 +02:00
  • bfa327d51d Add rename file to FileService Abel García de Prada 2021-05-11 11:28:35 +02:00
  • 39433ea0e1 Migrate RenameRemoteFileOperation to kotlin. Second step to keep git history Abel García de Prada 2021-05-11 11:24:27 +02:00
  • e150daf72e Migrate RenameRemoteFileOperation to kotlin. First step to keep git history Abel García de Prada 2021-05-11 10:34:00 +02:00
  • a71a52ac0b Make overwrite option disabled by default for move operations Abel García de Prada 2021-05-11 18:16:19 +02:00
  • 5dc3c0e79b Add move operation to file service Abel García de Prada 2021-05-11 17:37:25 +02:00
  • c2700389f7 Add move operation to chunk service Abel García de Prada 2021-05-11 17:34:34 +02:00
  • fe624390a4 Migrate MoveRemoteFileOperation to kotlin. Second step to keep git history Abel García de Prada 2021-05-11 17:08:15 +02:00
  • 2e3fb32f13 Migrate MoveRemoteFileOperation to kotlin. First step to keep git history Abel García de Prada 2021-05-11 16:47:08 +02:00
  • c6b56d418e Apply code review suggestions Abel García de Prada 2021-05-07 10:00:31 +02:00