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

1515 Commits

Author SHA1 Message Date
Juan Carlos Garrote 8dbb1975e2 Fix lint reports 2.0-beta.2 2022-11-02 12:49:30 +01:00
Abel García de Prada 3d8a18d223 Remove legacy KEY_OC_VERSION constant 2022-11-02 12:28:02 +01:00
Abel García de Prada 8fb6c1f4d5 Remove legacy owncloud version from the client. 2022-11-02 12:28:02 +01:00
Juan Carlos Garrote 95304f63fe Increased the chunk size to 10 MB 2022-11-02 12:28:02 +01:00
Abel García de Prada 15cffa41ee Retrieve Etag from successful upload 2022-11-02 12:28:02 +01:00
Abel García de Prada d7582bdcff Read remote file function added to the file service 2022-11-02 12:28:02 +01:00
Abel García de Prada 99e7100078 Migrate ReadRemoteFileOperation to kotlin. Second step to keep git history 2022-11-02 12:28:02 +01:00
Abel García de Prada cef25cc618 Migrate ReadRemoteFileOperation to kotlin. First step to keep git history 2022-11-02 12:28:02 +01:00
Abel García de Prada e83c7e58ee Fix an error after rebasing with latest version 2022-11-02 12:28:02 +01:00
Abel García de Prada df07be666d Polish a little bit the code 2022-11-02 12:28:02 +01:00
Abel García de Prada f1d04b8037 Return Unit when the upload operation succeeds 2022-11-02 12:28:02 +01:00
Abel García de Prada 1a2a6b62d5 Add transfer listeners to content uri worker 2022-11-02 12:28:02 +01:00
Abel García de Prada 348a128591 Pleasure the ktlint 2022-11-02 12:28:02 +01:00
Abel García de Prada aa7d8f92b0 Make requireEtag nullable 2022-11-02 12:28:02 +01:00
Abel García de Prada e620de4fce Migrate old request bodies from java to kotlin 2022-11-02 12:28:02 +01:00
Abel García de Prada 3ccaec9efd Move content uri request body to a new file 2022-11-02 12:28:02 +01:00
Abel García de Prada c00947e7f6 Delete old java operations. Use the kotlin ones from now on 2022-11-02 12:28:02 +01:00
Abel García de Prada fa785498a0 Migrate remote chunk upload operation to kotlin 2022-11-02 12:28:02 +01:00
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