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

406 Commits

Author SHA1 Message Date
Abel García de Prada
e091bfa836 Migrate ReadRemoteFileOperation to kotlin. Second step to keep git history 2022-07-08 10:17:33 +02:00
Abel García de Prada
63d1bfae35 Migrate ReadRemoteFileOperation to kotlin. First step to keep git history 2022-07-08 10:17:33 +02:00
Abel García de Prada
784341a294 Fix an error after rebasing with latest version 2022-07-08 10:17:33 +02:00
Abel García de Prada
592bef2e22 Polish a little bit the code 2022-07-08 10:17:33 +02:00
Abel García de Prada
8b774f97a3 Return Unit when the upload operation succeeds 2022-07-08 10:17:33 +02:00
Abel García de Prada
b88d2b1f66 Add transfer listeners to content uri worker 2022-07-08 10:17:33 +02:00
Abel García de Prada
697bcb3f2b Pleasure the ktlint 2022-07-08 10:17:33 +02:00
Abel García de Prada
f598ebda56 Make requireEtag nullable 2022-07-08 10:17:33 +02:00
Abel García de Prada
549b4c784e Migrate old request bodies from java to kotlin 2022-07-08 10:17:33 +02:00
Abel García de Prada
a0d1c0db77 Move content uri request body to a new file 2022-07-08 10:17:33 +02:00
Abel García de Prada
99af3c5794 Delete old java operations. Use the kotlin ones from now on 2022-07-08 10:17:33 +02:00
Abel García de Prada
5fde2049f3 Migrate remote chunk upload operation to kotlin 2022-07-08 10:17:33 +02:00
Abel García de Prada
88819ee112 Use extension to simplify a little bit the code 2022-07-08 10:17:33 +02:00
Abel García de Prada
744ab2e435 Migrate remote upload operation to kotlin 2022-07-08 10:17:33 +02:00
Abel García de Prada
3811f5ac27 Add copy operation to the file service 2022-07-08 10:17:33 +02:00
Abel García de Prada
e476610e68 Refactor copy remote file operation. Make overwrite false as default to avoid some potential errors 2022-07-08 10:17:33 +02:00
Abel García de Prada
f774d27898 Migrate CopyRemoteFileOperation to kotlin. Second step to keep git history 2022-07-08 10:17:33 +02:00
Abel García de Prada
a25ed61730 Migrate CopyRemoteFileOperation to kotlin. First step to keep git history 2022-07-08 10:17:33 +02:00
Abel García de Prada
71d286bdc3 Apply code review suggestions 2022-07-08 10:17:33 +02:00
Abel García de Prada
2bb29178ff Remove nullability from a variable 2022-07-08 10:17:33 +02:00
Abel García de Prada
66556dc527 Add rename file to FileService 2022-07-08 10:17:33 +02:00
Abel García de Prada
64f6fdc46d Migrate RenameRemoteFileOperation to kotlin. Second step to keep git history 2022-07-08 10:17:33 +02:00
Abel García de Prada
d74ed22027 Migrate RenameRemoteFileOperation to kotlin. First step to keep git history 2022-07-08 10:17:33 +02:00
Abel García de Prada
a8acc3e876 Make overwrite option disabled by default for move operations 2022-07-08 10:17:33 +02:00
Abel García de Prada
d7d9238b7a Add move operation to file service 2022-07-08 10:17:33 +02:00
Abel García de Prada
21eecfb1a3 Add move operation to chunk service 2022-07-08 10:17:33 +02:00
Abel García de Prada
c3cf983753 Migrate MoveRemoteFileOperation to kotlin. Second step to keep git history 2022-07-08 10:17:33 +02:00
Abel García de Prada
29ca606c4c Migrate MoveRemoteFileOperation to kotlin. First step to keep git history 2022-07-08 10:17:33 +02:00
Abel García de Prada
a30f164c8a Apply code review suggestions 2022-07-08 10:17:33 +02:00
Abel García de Prada
a91cbceb16 Add removeFile to FileService 2022-07-08 10:17:33 +02:00
Abel García de Prada
a302d59f64 Converting RemoveRemoteFileOperation from java to kotlin. Final step. 2022-07-08 10:17:32 +02:00
Abel García de Prada
c50f29afea Converting RemoveRemoteFileOperation from java to kotlin. Intermediate step to preserve git history. 2022-07-08 10:17:32 +02:00
Abel García de Prada
bfb9a919e1 Replace kotlin android extensions with kotlin-parcelize 2022-07-08 10:17:32 +02:00
Abel García de Prada
845596ee81 Apply code review suggestions 2022-07-08 10:14:02 +02:00
Abel García de Prada
2849919045 Download file operation will return unit instead of Any 2022-07-08 10:14:02 +02:00
agarcia
9bea63ebb3 Create parent folder when downloading a file if possible 2022-07-08 10:14:02 +02:00
agarcia
2c3f864d66 Add download file to file service 2022-07-08 10:14:02 +02:00
agarcia
f02aa08383 Migrate DownloadRemoteFileOperation to kotlin 2022-07-08 10:14:02 +02:00
Abel García de Prada
ca7d49f084 Apply CR changes 2022-07-08 10:14:02 +02:00
Abel García de Prada
c3c3606b9a Map size or length property depending on mimetype 2022-07-08 10:13:18 +02:00
Abel García de Prada
251e3dda71 Transform RemoteFile to kotlin and apply necessary changes 2022-07-08 10:13:17 +02:00
agarcia
a5af8f8470 Apply code review suggestions 2022-07-08 09:20:43 +02:00
agarcia
ec00f76077 Include createFolder as file service operation 2022-07-08 09:20:43 +02:00
agarcia
e827dbfcfa Migrate CreateRemoteFolderOperation to kotlin 2022-07-08 09:20:43 +02:00
agarcia
e18fb2956e Apply CR suggestions 2022-07-08 09:20:43 +02:00
agarcia
01c40aa532 Add owner field to remote file 2022-07-08 09:20:43 +02:00
agarcia
a51d2fd394 Migrate ReadRemoteFolderOperation to kotlin and add it to FileService 2022-07-08 09:18:56 +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