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

Commit Graph

  • eb1f838a44 Add removeFile to FileService Abel García de Prada 2021-04-29 09:32:19 +02:00
  • 83314d7e2a Converting RemoveRemoteFileOperation from java to kotlin. Final step. Abel García de Prada 2021-04-29 09:17:26 +02:00
  • 02e6ddc0ef 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
  • 2d6c875302 Replace kotlin android extensions with kotlin-parcelize Abel García de Prada 2021-04-28 17:13:03 +02:00
  • 9436fbe16e Apply code review suggestions Abel García de Prada 2021-04-22 09:36:34 +02:00
  • 512fed3a88 Download file operation will return unit instead of Any Abel García de Prada 2020-11-17 16:15:40 +01:00
  • be20267fea Create parent folder when downloading a file if possible agarcia 2020-09-03 11:18:53 +02:00
  • cd63ee8f21 Add download file to file service agarcia 2020-08-13 12:57:32 +02:00
  • 3af48d2147 Migrate DownloadRemoteFileOperation to kotlin agarcia 2020-08-12 18:28:48 +02:00
  • 2d829e1b09 Apply CR changes Abel García de Prada 2020-10-22 09:31:25 +02:00
  • 86c889b8f5 Map size or length property depending on mimetype Abel García de Prada 2020-10-08 09:52:19 +02:00
  • e9d4fa99b3 Transform RemoteFile to kotlin and apply necessary changes Abel García de Prada 2020-10-08 09:33:04 +02:00
  • 8180468f82 Apply code review suggestions agarcia 2020-08-05 14:00:48 +02:00
  • ba4592cf37 Include createFolder as file service operation agarcia 2020-07-28 18:08:57 +02:00
  • 2b177492d0 Migrate CreateRemoteFolderOperation to kotlin agarcia 2020-07-28 17:54:57 +02:00
  • eccb12bf98 Apply CR suggestions agarcia 2020-07-28 13:56:19 +02:00
  • f699e0ac11 Add owner field to remote file agarcia 2020-06-23 17:46:48 +02:00
  • 53f713f113 Migrate ReadRemoteFolderOperation to kotlin and add it to FileService agarcia 2020-06-23 16:10:36 +02:00
  • 376d52ac5b
    Merge pull request #481 from owncloud/feature/webfinger Jesús Recio 2022-11-02 11:16:57 +01:00
  • e769684920 Reformat some webfinger classes Abel García de Prada 2022-10-13 10:22:39 +02:00
  • 70bf35f683 Remove unused imports Abel García de Prada 2022-10-11 18:00:03 +02:00
  • 1afa124b7d Add webfinger service and update the remote operation Abel García de Prada 2022-10-10 13:07:11 +02:00
  • f19b2355b4 create scaffold for webfinger request operation Christian Schabesberger 2022-04-20 18:25:31 +02:00
  • c966bf14d0 add moshi classes for webfinger responses Christian Schabesberger 2022-04-20 15:12:38 +02:00
  • 5a8f267325 Increased the chunk size to 10 MB 2.0-beta.1 Juan Carlos Garrote 2022-09-28 13:23:58 +02:00
  • a01829870d Retrieve Etag from successful upload Abel García de Prada 2022-06-24 10:37:59 +02:00
  • b2b5af9a69 Read remote file function added to the file service Abel García de Prada 2022-06-16 08:54:20 +02:00
  • 01c4f52104 Migrate ReadRemoteFileOperation to kotlin. Second step to keep git history Abel García de Prada 2022-06-16 08:51:25 +02:00
  • c69c2144be Migrate ReadRemoteFileOperation to kotlin. First step to keep git history Abel García de Prada 2022-06-16 08:24:22 +02:00
  • 2f0c5a8f1a Fix an error after rebasing with latest version Abel García de Prada 2022-06-09 11:25:37 +02:00
  • 84996b410b Polish a little bit the code Abel García de Prada 2022-06-08 17:08:24 +02:00
  • 08d75d347b Return Unit when the upload operation succeeds Abel García de Prada 2022-06-02 12:08:27 +02:00
  • 39cdd109f0 Add transfer listeners to content uri worker Abel García de Prada 2022-05-26 15:08:12 +02:00
  • dbe516edf4 Pleasure the ktlint Abel García de Prada 2022-01-18 13:50:03 +01:00
  • 0de5cd0b38 Make requireEtag nullable Abel García de Prada 2022-01-18 13:11:02 +01:00
  • c6b41e42c5 Migrate old request bodies from java to kotlin Abel García de Prada 2022-01-18 13:02:52 +01:00
  • fa2ea6e415 Move content uri request body to a new file Abel García de Prada 2022-01-18 09:23:26 +01:00
  • 20cae87245 Delete old java operations. Use the kotlin ones from now on Abel García de Prada 2022-01-18 09:19:38 +01:00
  • 5bb0e56b61 Migrate remote chunk upload operation to kotlin Abel García de Prada 2022-01-18 09:05:36 +01:00
  • cf5831d7da Use extension to simplify a little bit the code Abel García de Prada 2022-01-18 08:31:56 +01:00
  • 2314e41cbb Migrate remote upload operation to kotlin Abel García de Prada 2022-01-18 08:28:59 +01:00
  • e5fc25c3ae Add copy operation to the file service Abel García de Prada 2021-05-25 08:56:42 +02:00
  • 2c75099a95 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
  • 61314fe6d9 Migrate CopyRemoteFileOperation to kotlin. Second step to keep git history Abel García de Prada 2021-05-21 13:53:55 +02:00
  • 13abe1135f Migrate CopyRemoteFileOperation to kotlin. First step to keep git history Abel García de Prada 2021-05-21 13:47:44 +02:00
  • 03b314c4a2 Apply code review suggestions Abel García de Prada 2021-05-24 11:27:44 +02:00
  • 49c1ec1be9 Remove nullability from a variable Abel García de Prada 2021-05-20 14:02:05 +02:00
  • ad56db8d66 Add rename file to FileService Abel García de Prada 2021-05-11 11:28:35 +02:00
  • e68d3a6112 Migrate RenameRemoteFileOperation to kotlin. Second step to keep git history Abel García de Prada 2021-05-11 11:24:27 +02:00
  • 19710f9975 Migrate RenameRemoteFileOperation to kotlin. First step to keep git history Abel García de Prada 2021-05-11 10:34:00 +02:00
  • 49a298cfc4 Make overwrite option disabled by default for move operations Abel García de Prada 2021-05-11 18:16:19 +02:00
  • dbc42c3e4c Add move operation to file service Abel García de Prada 2021-05-11 17:37:25 +02:00
  • 94eafae901 Add move operation to chunk service Abel García de Prada 2021-05-11 17:34:34 +02:00
  • 8ea70d77fa Migrate MoveRemoteFileOperation to kotlin. Second step to keep git history Abel García de Prada 2021-05-11 17:08:15 +02:00
  • 0d4d73eee0 Migrate MoveRemoteFileOperation to kotlin. First step to keep git history Abel García de Prada 2021-05-11 16:47:08 +02:00
  • 967e629559 Apply code review suggestions Abel García de Prada 2021-05-07 10:00:31 +02:00
  • 86eb5fdf70 Add removeFile to FileService Abel García de Prada 2021-04-29 09:32:19 +02:00
  • bfade365d9 Converting RemoveRemoteFileOperation from java to kotlin. Final step. Abel García de Prada 2021-04-29 09:17:26 +02:00
  • e3e2569114 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
  • 9d39235693 Replace kotlin android extensions with kotlin-parcelize Abel García de Prada 2021-04-28 17:13:03 +02:00
  • 82abe5fdaa Apply code review suggestions Abel García de Prada 2021-04-22 09:36:34 +02:00
  • 96c8e87a5f Download file operation will return unit instead of Any Abel García de Prada 2020-11-17 16:15:40 +01:00
  • ce8ac204e1 Create parent folder when downloading a file if possible agarcia 2020-09-03 11:18:53 +02:00
  • 72df6ddf82 Add download file to file service agarcia 2020-08-13 12:57:32 +02:00
  • 762d1b6d4d Migrate DownloadRemoteFileOperation to kotlin agarcia 2020-08-12 18:28:48 +02:00
  • d900ca3ba9 Apply CR changes Abel García de Prada 2020-10-22 09:31:25 +02:00
  • eaa88b7ca0 Map size or length property depending on mimetype Abel García de Prada 2020-10-08 09:52:19 +02:00
  • 82dbc64f59 Transform RemoteFile to kotlin and apply necessary changes Abel García de Prada 2020-10-08 09:33:04 +02:00
  • bca1844403 Apply code review suggestions agarcia 2020-08-05 14:00:48 +02:00
  • 332a5ac1cb Include createFolder as file service operation agarcia 2020-07-28 18:08:57 +02:00
  • 8047c257fd Migrate CreateRemoteFolderOperation to kotlin agarcia 2020-07-28 17:54:57 +02:00
  • 7dc938a1f4 Apply CR suggestions agarcia 2020-07-28 13:56:19 +02:00
  • 780c5fe8cd Add owner field to remote file agarcia 2020-06-23 17:46:48 +02:00
  • bcb14fd493 Migrate ReadRemoteFolderOperation to kotlin and add it to FileService agarcia 2020-06-23 16:10:36 +02:00
  • 2c225d8e66
    Merge pull request #509 from owncloud/dependabot/gradle/org.robolectric-robolectric-4.9 Abel García de Prada 2022-10-03 09:32:24 +02:00
  • f8a829d6b7
    Bump robolectric from 4.8.1 to 4.9 dependabot[bot] 2022-10-03 02:15:21 +00:00
  • ebe1967055
    Merge pull request #506 from owncloud/master Jesús Recio 2022-09-07 12:05:32 +02:00
  • 0ea053d612
    Merge pull request #503 from owncloud/feature/open_in_web 1.0.16 Abel García de Prada 2022-09-01 10:54:05 +02:00
  • 0be462c9aa Set private link capability to unknown type when it is not retrieved Abel García de Prada 2022-08-29 13:09:35 +02:00
  • 32ef5d2125 Add a new capability to allow/disallow private links Abel García de Prada 2022-08-25 08:41:27 +02:00
  • 6282fbd419 Add the open in web to the service facade Abel García de Prada 2022-08-24 11:37:12 +02:00
  • 6d235fe74a Add a new remote operation to retrieve the url to open a file with ocis provider Abel García de Prada 2022-08-24 11:36:17 +02:00
  • 9ab7c139e1 Retrieve the app providers from the capabilities Abel García de Prada 2022-08-18 12:34:48 +02:00
  • aa42e31761 Logcat Android 11; optional live logging optionalLiveLogging Hannes Achleitner 2021-03-12 07:10:01 +01:00
  • 24b850d20c
    Merge pull request #496 from owncloud/propfind_with_shares Abel García de Prada 2022-07-07 14:59:20 +02:00
  • 5be4eca0f7 Added a new property, so that, we can retrieve the shares within the propfind Abel García de Prada 2022-07-07 08:18:54 +02:00
  • 8c2c76c747
    Merge pull request #492 from owncloud/master Abel García de Prada 2022-06-07 18:27:34 +02:00
  • 2dc6f30a5e
    Merge pull request #490 from owncloud/fix/eos 1.0.15 Jesús Recio 2022-05-31 11:48:55 +02:00
  • f712a384cd Fix unexpected end of stream when connecting with server Abel García de Prada 2022-05-30 13:41:41 +02:00
  • 1f9bff1df0
    Merge pull request #439 from owncloud/Modernize Abel García de Prada 2022-05-30 09:36:35 +02:00
  • 1412117dcd Android Arctic Fox Hannes Achleitner 2021-10-21 07:39:31 +02:00
  • a054adc688 Java 8 is by default Hannes Achleitner 2021-10-21 07:38:42 +02:00
  • 809e641b1a
    Merge pull request #488 from owncloud/release/2.21-beta.1 Abel García de Prada 2022-05-12 09:49:09 +02:00
  • fd8caa42cb Updated versionCode and versionName 1.0.15-beta.1 Fernando Sanz 2022-05-11 09:53:47 +02:00
  • 45a9a190f8
    Merge pull request #486 from owncloud/bump/kotlin_version Abel García de Prada 2022-05-09 14:43:16 +02:00
  • 2931a5494a Bump kotlin version to 1.6.21 Abel García de Prada 2022-05-09 14:09:21 +02:00
  • 35fb64c1bd
    Merge pull request #484 from owncloud/dependabot/gradle/org.jlleitschuh.gradle-ktlint-gradle-10.3.0 Abel García de Prada 2022-05-09 14:04:04 +02:00
  • 544fc6efd4
    Bump ktlint-gradle from 10.2.1 to 10.3.0 dependabot[bot] 2022-05-04 07:13:39 +00:00
  • 16c31988e0
    Merge pull request #485 from owncloud/dependabot/gradle/org.robolectric-robolectric-4.8.1 Abel García de Prada 2022-05-04 09:12:31 +02:00
  • 7fe41ce51c
    Bump robolectric from 4.8 to 4.8.1 dependabot[bot] 2022-05-04 02:08:05 +00:00