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

30 Commits

Author SHA1 Message Date
masensio
2b09aa2a89 Parse and show the error of invalid characters coming from the server side. Show new message in CreationFolder 2015-06-02 13:07:43 +02:00
masensio
9fc332eef9 Filter only '/' character in user input when version of server is 8.1 or later 2015-06-02 09:37:46 +02:00
masensio
0449645fca Changes from comments in PR#63 2015-05-15 10:51:34 +02:00
masensio
aaebdefe56 Add OC-Total-Length to UploadRemoteFileOperation 2015-04-10 09:21:05 +02:00
masensio
8f068a2849 Add OC-Total-Length header to ChunkedUploadRemoteFileOperation 2015-04-09 18:19:22 +02:00
masensio
9990eeb7ff Refactor parameter user_agent out of RemoteOperation and children 2015-03-24 14:31:40 +01:00
masensio
fc07af2364 Add user agent in all the request 2015-03-13 13:53:36 +01:00
masensio
b36670adb1 Update imports 2015-03-09 14:19:12 +01:00
masensio
2f32ffbc1f Changes from comments in PR#55 2015-03-09 11:34:14 +01:00
masensio
91e4a44157 Fix bug: No files are shown when login in oc8.1 2015-03-06 10:13:21 +01:00
masensio
21b0e27e31 Merge branch 'develop' into update_propfind_for_server_8.1 2015-03-06 09:10:34 +01:00
masensio
8edf9fdaf6 Modify requests to get the properties, adding properties specifically instead of DavConstants.PROPFIND_ALL_PROP 2015-03-05 10:55:10 +01:00
masensio
bbe8836365 Complete RemoteFile with new parameters in WebDavEntry 2015-03-04 21:38:22 +01:00
masensio
690e85eb93 Add size value into RemoteFile 2015-03-04 13:11:54 +01:00
masensio
eca87d20c7 Update headers 2015-03-04 11:06:47 +01:00
David A. Velasco
2f178c9c34 Relaxed timeout for creating folders and deleting files 2015-02-06 14:51:01 +01:00
David A. Velasco
07daf8c58c Grant that connections are released per level when a folder with depth > MAX_CONNECTIONS is created with all its ancestors 2014-11-24 14:13:18 +01:00
jabarros
3d8162d6d7 Increase SYN_READ_TIMEOUT in ReadRemoteFileOperation until 40000 milliseconds 2014-10-01 12:44:02 +02:00
David A. Velasco
ff0de72ea5 Merge pull request #37 from owncloud/better_loggin_system
Specific OC logging integrated in android-library
2014-09-17 09:38:06 +02:00
jabarros
b0fe841c3e Add Log_OC class and update the log references 2014-09-12 09:30:54 +02:00
David A. Velasco
80cbe24524 Greater timeouts for moving and renaming folders 2014-09-01 14:53:13 +02:00
David A. Velasco
b4e974491e Added operation to move remote files 2014-08-21 17:36:16 +02:00
David A. Velasco
78fa893027 Accept 200 as a valid response for PROPFIND 2014-07-10 14:05:10 +02:00
jabarros
6befcdafe5 Update RemoteFile and ReadRemoteFolder classes for including the remote_id property 2014-06-23 14:32:33 +02:00
jabarros
5c06770280 Populate RemoteFile with permission value 2014-06-23 11:27:25 +02:00
jabarros
b27a0ba5a1 Update class RemoteFile to include property oc:permissions 2014-06-23 08:58:20 +02:00
masensio
fb267a0564 OC-3097: (fix bug) When the connection is lost during a download, app thinks that the download is finished 2014-02-28 13:53:56 +01:00
David A. Velasco
b998f8840b Fixed copyright line in comments 2014-02-18 10:16:05 +01:00
David A. Velasco
689fbe0ce1 Reviewed names and types of parameters 2014-02-17 14:38:30 +01:00
David A. Velasco
6c4d342610 Reordered packages 2014-02-14 12:04:41 +01:00