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

1503 Commits

Author SHA1 Message Date
Abel García de Prada 7e56412748 Move content uri request body to a new file 2022-11-28 19:35:46 +01:00
Abel García de Prada 71e9bbd2da Delete old java operations. Use the kotlin ones from now on 2022-11-28 19:35:46 +01:00
Abel García de Prada cbbeaab251 Migrate remote chunk upload operation to kotlin 2022-11-28 19:35:46 +01:00
Abel García de Prada 340e114a91 Use extension to simplify a little bit the code 2022-11-28 19:35:46 +01:00
Abel García de Prada c6584d69fd Migrate remote upload operation to kotlin 2022-11-28 19:35:46 +01:00
Abel García de Prada 4c39990edb Add copy operation to the file service 2022-11-28 19:35:46 +01:00
Abel García de Prada 34cc4c87b1 Refactor copy remote file operation. Make overwrite false as default to avoid some potential errors 2022-11-28 19:35:46 +01:00
Abel García de Prada 5449eb7480 Migrate CopyRemoteFileOperation to kotlin. Second step to keep git history 2022-11-28 19:35:46 +01:00
Abel García de Prada 33d6141613 Migrate CopyRemoteFileOperation to kotlin. First step to keep git history 2022-11-28 19:35:46 +01:00
Abel García de Prada f7645c1648 Apply code review suggestions 2022-11-28 19:35:46 +01:00
Abel García de Prada 6f33dca672 Remove nullability from a variable 2022-11-28 19:35:46 +01:00
Abel García de Prada 6fb5350dea Add rename file to FileService 2022-11-28 19:35:46 +01:00
Abel García de Prada 24037a7a3e Migrate RenameRemoteFileOperation to kotlin. Second step to keep git history 2022-11-28 19:35:46 +01:00
Abel García de Prada 5f01b32b12 Migrate RenameRemoteFileOperation to kotlin. First step to keep git history 2022-11-28 19:35:46 +01:00
Abel García de Prada f849cd76d4 Make overwrite option disabled by default for move operations 2022-11-28 19:35:46 +01:00
Abel García de Prada 7c825b2dc3 Add move operation to file service 2022-11-28 19:35:46 +01:00
Abel García de Prada b3cccfa007 Add move operation to chunk service 2022-11-28 19:35:46 +01:00
Abel García de Prada 5beb30e07a Migrate MoveRemoteFileOperation to kotlin. Second step to keep git history 2022-11-28 19:35:46 +01:00
Abel García de Prada d736c7cdbf Migrate MoveRemoteFileOperation to kotlin. First step to keep git history 2022-11-28 19:35:46 +01:00
Abel García de Prada d99444e279 Apply code review suggestions 2022-11-28 19:35:46 +01:00
Abel García de Prada 86f16c3460 Add removeFile to FileService 2022-11-28 19:35:46 +01:00
Abel García de Prada 62dbdb1021 Converting RemoveRemoteFileOperation from java to kotlin. Final step. 2022-11-28 19:35:46 +01:00
Abel García de Prada f706595a9a Converting RemoveRemoteFileOperation from java to kotlin. Intermediate step to preserve git history. 2022-11-28 19:35:46 +01:00
Abel García de Prada 03303ac4f2 Replace kotlin android extensions with kotlin-parcelize 2022-11-28 19:35:46 +01:00
Abel García de Prada 039245742c Apply code review suggestions 2022-11-28 19:35:46 +01:00
Abel García de Prada 3a996ef583 Download file operation will return unit instead of Any 2022-11-28 19:35:46 +01:00
agarcia ec71fa6c23 Create parent folder when downloading a file if possible 2022-11-28 19:35:46 +01:00
agarcia 56248af6ec Add download file to file service 2022-11-28 19:35:46 +01:00
agarcia 389c0a0fc6 Migrate DownloadRemoteFileOperation to kotlin 2022-11-28 19:35:46 +01:00
Abel García de Prada 405da9a729 Apply CR changes 2022-11-28 19:35:46 +01:00
Abel García de Prada a02844d2c7 Map size or length property depending on mimetype 2022-11-28 19:35:46 +01:00
Abel García de Prada 53c99a21c2 Transform RemoteFile to kotlin and apply necessary changes 2022-11-28 19:35:46 +01:00
agarcia 5e478036ae Apply code review suggestions 2022-11-28 19:28:41 +01:00
agarcia cd94e39b7f Include createFolder as file service operation 2022-11-28 19:28:41 +01:00
agarcia b0798194be Migrate CreateRemoteFolderOperation to kotlin 2022-11-28 19:28:41 +01:00
agarcia 2b5f80bdb9 Apply CR suggestions 2022-11-28 19:28:41 +01:00
agarcia 32891e2cf5 Add owner field to remote file 2022-11-28 19:28:41 +01:00
agarcia d164b34fe8 Migrate ReadRemoteFolderOperation to kotlin and add it to FileService 2022-11-28 19:28:41 +01:00
Juan Carlos Garrote c2f7426a3e Merge pull request #515 from owncloud/feature/handle_425_response
Handle 425 TOO EARLY propfind responses
2022-11-17 13:15:10 +01:00
Juan Carlos Garrote 1e9d8cef42 Handle 425 when trying to open in web 2022-11-17 12:50:55 +01:00
Abel García de Prada b083debac9 Handle 425 TOO EARLY propfind responses 2022-11-17 12:50:55 +01:00
Jesús Recio 376d52ac5b Merge pull request #481 from owncloud/feature/webfinger
add moshi classes for webfinger responses
2022-11-02 11:16:57 +01:00
Abel García de Prada e769684920 Reformat some webfinger classes 2022-10-13 10:22:39 +02:00
Abel García de Prada 70bf35f683 Remove unused imports 2022-10-11 18:00:03 +02:00
Abel García de Prada 1afa124b7d Add webfinger service and update the remote operation 2022-10-10 13:07:11 +02:00
Christian Schabesberger f19b2355b4 create scaffold for webfinger request operation 2022-10-06 09:34:13 +02:00
Christian Schabesberger c966bf14d0 add moshi classes for webfinger responses 2022-10-06 09:34:13 +02:00
Abel García de Prada 2c225d8e66 Merge pull request #509 from owncloud/dependabot/gradle/org.robolectric-robolectric-4.9
Bump robolectric from 4.8.1 to 4.9
2022-10-03 09:32:24 +02:00
dependabot[bot] f8a829d6b7 Bump robolectric from 4.8.1 to 4.9
Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.8.1 to 4.9.
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.8.1...robolectric-4.9)

---
updated-dependencies:
- dependency-name: org.robolectric:robolectric
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03 02:15:21 +00:00
Abel García de Prada 0ea053d612 Merge pull request #503 from owncloud/feature/open_in_web
[Feature] Open in web
1.0.16
2022-09-01 10:54:05 +02:00