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

405 Commits

Author SHA1 Message Date
Abel García de Prada 080c0fa2b1 Use extension to simplify a little bit the code 2022-11-02 12:28:02 +01:00
Abel García de Prada a87fbf379f Migrate remote upload operation to kotlin 2022-11-02 12:28:02 +01:00
Abel García de Prada 8136990748 Add copy operation to the file service 2022-11-02 12:28:02 +01:00
Abel García de Prada 771dcc7824 Refactor copy remote file operation. Make overwrite false as default to avoid some potential errors 2022-11-02 12:28:02 +01:00
Abel García de Prada c3ba5da810 Migrate CopyRemoteFileOperation to kotlin. Second step to keep git history 2022-11-02 12:28:02 +01:00
Abel García de Prada 196ac44b21 Migrate CopyRemoteFileOperation to kotlin. First step to keep git history 2022-11-02 12:28:02 +01:00
Abel García de Prada 51096a0d82 Apply code review suggestions 2022-11-02 12:28:02 +01:00
Abel García de Prada 577fd3af27 Remove nullability from a variable 2022-11-02 12:28:02 +01:00
Abel García de Prada bfa327d51d Add rename file to FileService 2022-11-02 12:28:02 +01:00
Abel García de Prada 39433ea0e1 Migrate RenameRemoteFileOperation to kotlin. Second step to keep git history 2022-11-02 12:28:02 +01:00
Abel García de Prada e150daf72e Migrate RenameRemoteFileOperation to kotlin. First step to keep git history 2022-11-02 12:28:02 +01:00
Abel García de Prada a71a52ac0b Make overwrite option disabled by default for move operations 2022-11-02 12:28:02 +01:00
Abel García de Prada 5dc3c0e79b Add move operation to file service 2022-11-02 12:28:02 +01:00
Abel García de Prada c2700389f7 Add move operation to chunk service 2022-11-02 12:28:02 +01:00
Abel García de Prada fe624390a4 Migrate MoveRemoteFileOperation to kotlin. Second step to keep git history 2022-11-02 12:28:02 +01:00
Abel García de Prada 2e3fb32f13 Migrate MoveRemoteFileOperation to kotlin. First step to keep git history 2022-11-02 12:28:02 +01:00
Abel García de Prada c6b56d418e Apply code review suggestions 2022-11-02 12:28:02 +01:00
Abel García de Prada eb1f838a44 Add removeFile to FileService 2022-11-02 12:28:02 +01:00
Abel García de Prada 83314d7e2a Converting RemoveRemoteFileOperation from java to kotlin. Final step. 2022-11-02 12:28:02 +01:00
Abel García de Prada 02e6ddc0ef Converting RemoveRemoteFileOperation from java to kotlin. Intermediate step to preserve git history. 2022-11-02 12:28:02 +01:00
Abel García de Prada 2d6c875302 Replace kotlin android extensions with kotlin-parcelize 2022-11-02 12:28:02 +01:00
Abel García de Prada 9436fbe16e Apply code review suggestions 2022-11-02 12:28:02 +01:00
Abel García de Prada 512fed3a88 Download file operation will return unit instead of Any 2022-11-02 12:28:02 +01:00
agarcia be20267fea Create parent folder when downloading a file if possible 2022-11-02 12:28:02 +01:00
agarcia cd63ee8f21 Add download file to file service 2022-11-02 12:28:02 +01:00
agarcia 3af48d2147 Migrate DownloadRemoteFileOperation to kotlin 2022-11-02 12:28:02 +01:00
Abel García de Prada 2d829e1b09 Apply CR changes 2022-11-02 12:28:02 +01:00
Abel García de Prada 86c889b8f5 Map size or length property depending on mimetype 2022-11-02 12:28:02 +01:00
Abel García de Prada e9d4fa99b3 Transform RemoteFile to kotlin and apply necessary changes 2022-11-02 12:28:02 +01:00
agarcia 8180468f82 Apply code review suggestions 2022-11-02 12:28:02 +01:00
agarcia ba4592cf37 Include createFolder as file service operation 2022-11-02 12:28:02 +01:00
agarcia 2b177492d0 Migrate CreateRemoteFolderOperation to kotlin 2022-11-02 12:28:02 +01:00
agarcia eccb12bf98 Apply CR suggestions 2022-11-02 12:28:02 +01:00
agarcia f699e0ac11 Add owner field to remote file 2022-11-02 12:28:02 +01:00
agarcia 53f713f113 Migrate ReadRemoteFolderOperation to kotlin and add it to FileService 2022-11-02 12:28:02 +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
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 0be462c9aa Set private link capability to unknown type when it is not retrieved
The CapabilityBooleanType.fromBooleanValue set it to FALSE when the capability is not retrieved. We don't want this for this case. Probably neither for the rest, but changing that now would need deeper testing
2022-08-31 17:21:55 +02:00
Abel García de Prada 32ef5d2125 Add a new capability to allow/disallow private links 2022-08-31 17:21:55 +02:00
Abel García de Prada 6282fbd419 Add the open in web to the service facade 2022-08-31 17:21:55 +02:00
Abel García de Prada 6d235fe74a Add a new remote operation to retrieve the url to open a file with ocis provider 2022-08-31 17:21:55 +02:00
Abel García de Prada 9ab7c139e1 Retrieve the app providers from the capabilities 2022-08-31 17:21:55 +02:00
Abel García de Prada 5be4eca0f7 Added a new property, so that, we can retrieve the shares within the propfind 2022-07-07 08:18:54 +02:00
Abel García de Prada f712a384cd Fix unexpected end of stream when connecting with server 2022-05-30 13:41:41 +02:00
Hannes Achleitner 1412117dcd Android Arctic Fox 2022-05-30 09:12:42 +02:00
Hannes Achleitner a054adc688 Java 8 is by default 2022-05-30 09:11:56 +02:00