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

415 Commits

Author SHA1 Message Date
Juan Carlos Garrote
5a8f267325 Increased the chunk size to 10 MB 2022-10-04 09:14:22 +02:00
Abel García de Prada
a01829870d Retrieve Etag from successful upload 2022-10-04 09:14:22 +02:00
Abel García de Prada
b2b5af9a69 Read remote file function added to the file service 2022-10-04 09:14:22 +02:00
Abel García de Prada
01c4f52104 Migrate ReadRemoteFileOperation to kotlin. Second step to keep git history 2022-10-04 09:14:22 +02:00
Abel García de Prada
c69c2144be Migrate ReadRemoteFileOperation to kotlin. First step to keep git history 2022-10-04 09:14:22 +02:00
Abel García de Prada
2f0c5a8f1a Fix an error after rebasing with latest version 2022-10-04 09:14:22 +02:00
Abel García de Prada
84996b410b Polish a little bit the code 2022-10-04 09:14:22 +02:00
Abel García de Prada
08d75d347b Return Unit when the upload operation succeeds 2022-10-04 09:14:22 +02:00
Abel García de Prada
39cdd109f0 Add transfer listeners to content uri worker 2022-10-04 09:14:22 +02:00
Abel García de Prada
dbe516edf4 Pleasure the ktlint 2022-10-04 09:14:22 +02:00
Abel García de Prada
0de5cd0b38 Make requireEtag nullable 2022-10-04 09:14:22 +02:00
Abel García de Prada
c6b41e42c5 Migrate old request bodies from java to kotlin 2022-10-04 09:14:22 +02:00
Abel García de Prada
fa2ea6e415 Move content uri request body to a new file 2022-10-04 09:14:22 +02:00
Abel García de Prada
20cae87245 Delete old java operations. Use the kotlin ones from now on 2022-10-04 09:14:22 +02:00
Abel García de Prada
5bb0e56b61 Migrate remote chunk upload operation to kotlin 2022-10-04 09:14:22 +02:00
Abel García de Prada
cf5831d7da Use extension to simplify a little bit the code 2022-10-04 09:14:22 +02:00
Abel García de Prada
2314e41cbb Migrate remote upload operation to kotlin 2022-10-04 09:14:22 +02:00
Abel García de Prada
e5fc25c3ae Add copy operation to the file service 2022-10-04 09:14:22 +02:00
Abel García de Prada
2c75099a95 Refactor copy remote file operation. Make overwrite false as default to avoid some potential errors 2022-10-04 09:13:49 +02:00
Abel García de Prada
61314fe6d9 Migrate CopyRemoteFileOperation to kotlin. Second step to keep git history 2022-10-04 09:13:48 +02:00
Abel García de Prada
13abe1135f Migrate CopyRemoteFileOperation to kotlin. First step to keep git history 2022-10-04 09:13:48 +02:00
Abel García de Prada
03b314c4a2 Apply code review suggestions 2022-10-04 09:13:48 +02:00
Abel García de Prada
49c1ec1be9 Remove nullability from a variable 2022-10-04 09:13:48 +02:00
Abel García de Prada
ad56db8d66 Add rename file to FileService 2022-10-04 09:13:48 +02:00
Abel García de Prada
e68d3a6112 Migrate RenameRemoteFileOperation to kotlin. Second step to keep git history 2022-10-04 09:13:48 +02:00
Abel García de Prada
19710f9975 Migrate RenameRemoteFileOperation to kotlin. First step to keep git history 2022-10-04 09:13:48 +02:00
Abel García de Prada
49a298cfc4 Make overwrite option disabled by default for move operations 2022-10-04 09:13:48 +02:00
Abel García de Prada
dbc42c3e4c Add move operation to file service 2022-10-04 09:13:48 +02:00
Abel García de Prada
94eafae901 Add move operation to chunk service 2022-10-04 09:13:16 +02:00
Abel García de Prada
8ea70d77fa Migrate MoveRemoteFileOperation to kotlin. Second step to keep git history 2022-10-04 09:13:16 +02:00
Abel García de Prada
0d4d73eee0 Migrate MoveRemoteFileOperation to kotlin. First step to keep git history 2022-10-04 09:13:16 +02:00
Abel García de Prada
967e629559 Apply code review suggestions 2022-10-04 09:13:16 +02:00
Abel García de Prada
86eb5fdf70 Add removeFile to FileService 2022-10-04 09:13:16 +02:00
Abel García de Prada
bfade365d9 Converting RemoveRemoteFileOperation from java to kotlin. Final step. 2022-10-04 09:12:51 +02:00
Abel García de Prada
e3e2569114 Converting RemoveRemoteFileOperation from java to kotlin. Intermediate step to preserve git history. 2022-10-04 09:12:51 +02:00
Abel García de Prada
9d39235693 Replace kotlin android extensions with kotlin-parcelize 2022-10-04 09:12:51 +02:00
Abel García de Prada
82abe5fdaa Apply code review suggestions 2022-10-04 09:12:51 +02:00
Abel García de Prada
96c8e87a5f Download file operation will return unit instead of Any 2022-10-04 09:12:51 +02:00
agarcia
ce8ac204e1 Create parent folder when downloading a file if possible 2022-10-04 09:12:51 +02:00
agarcia
72df6ddf82 Add download file to file service 2022-10-04 09:12:51 +02:00
agarcia
762d1b6d4d Migrate DownloadRemoteFileOperation to kotlin 2022-10-04 09:10:02 +02:00
Abel García de Prada
d900ca3ba9 Apply CR changes 2022-10-04 09:10:01 +02:00
Abel García de Prada
eaa88b7ca0 Map size or length property depending on mimetype 2022-10-04 09:10:01 +02:00
Abel García de Prada
82dbc64f59 Transform RemoteFile to kotlin and apply necessary changes 2022-10-04 09:10:01 +02:00
agarcia
bca1844403 Apply code review suggestions 2022-10-04 09:10:01 +02:00
agarcia
332a5ac1cb Include createFolder as file service operation 2022-10-04 09:09:29 +02:00
agarcia
8047c257fd Migrate CreateRemoteFolderOperation to kotlin 2022-10-04 09:08:35 +02:00
agarcia
7dc938a1f4 Apply CR suggestions 2022-10-04 09:08:35 +02:00
agarcia
780c5fe8cd Add owner field to remote file 2022-10-04 09:07:51 +02:00
agarcia
bcb14fd493 Migrate ReadRemoteFolderOperation to kotlin and add it to FileService 2022-10-04 09:07:51 +02:00