David A. Velasco
|
ad60bc9e8e
|
Complete error handling and add error message from server to response
|
2015-10-30 14:55:03 +01:00 |
|
David A. Velasco
|
8bf276377c
|
Minor improvements for upload cancelation and conflicts in synchronization
|
2015-09-25 15:10:31 +02:00 |
|
Jorge Antonio Diaz-Benito Soriano
|
f753b1bde8
|
Added INVALID_COPY_INTO_DESCENDANT code
|
2015-08-18 13:14:12 +02:00 |
|
Jorge Antonio Diaz-Benito Soriano
|
0842c4c407
|
Added some neccesities for the copy operation
|
2015-08-18 13:11:31 +02:00 |
|
David A. Velasco
|
ff85ff2eef
|
Merge branch 'master' into develop
|
2015-06-22 11:15:46 +02:00 |
|
masensio
|
060ca75f17
|
Merge branch 'develop' into forbidden_characters_from_server
Conflicts:
src/com/owncloud/android/lib/common/operations/RemoteOperationResult.java
src/com/owncloud/android/lib/resources/files/RenameRemoteFileOperation.java
|
2015-06-15 14:41:27 +02:00 |
|
David A. Velasco
|
41dcc33730
|
Get that ExistenceCheckRemoteOperation remembers the sequence of followed redirections after its execution
Conflicts fixed:
src/com/owncloud/android/lib/common/operations/RemoteOperationResult.java
src/com/owncloud/android/lib/resources/files/RenameRemoteFileOperation.java
|
2015-06-11 10:32:05 +02:00 |
|
masensio
|
4ca0ff2203
|
Parse error 500 and InvalidPathException for Uploads
|
2015-06-03 11:09:58 +02:00 |
|
masensio
|
16c9147383
|
Parse and show the error of invalid characters coming from the server side: Move, Rename, Uploads
|
2015-06-03 00:32:19 +02:00 |
|
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 |
|
David A. Velasco
|
415d059f95
|
Merge branch 'develop' of https://github.com/LukeOwnCloud/android-library into LukeOwncloud-develop
|
2015-04-09 13:26:16 +02:00 |
|
masensio
|
0e011fb0c7
|
Remove static string in RemoteOperation
|
2015-03-24 14:53:28 +01:00 |
|
masensio
|
9990eeb7ff
|
Refactor parameter user_agent out of RemoteOperation and children
|
2015-03-24 14:31:40 +01:00 |
|
masensio
|
87582c4a8e
|
Add user-agent string to setup options
|
2015-03-18 17:08:19 +01:00 |
|
masensio
|
a1420ab00e
|
Add userAgent in RemoteOperation
|
2015-03-13 13:37:23 +01:00 |
|
masensio
|
eca87d20c7
|
Update headers
|
2015-03-04 11:06:47 +01:00 |
|
LukeOwncloud
|
4f52b875d1
|
added log message for ResultCode.FILE_NOT_FOUND
|
2014-12-12 14:39:22 +01: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
|
b4e974491e
|
Added operation to move remote files
|
2014-08-21 17:36:16 +02:00 |
|
jabarros
|
fe6f99ea6a
|
Detect when there is a change bewwen a https connection to a non-secure one and generated a new erro code.
|
2014-08-04 10:18:21 +02:00 |
|
jabarros
|
7636d9e037
|
Update ErrorMessageAdapter class to generate appropiate error messages for operations failed due to lack of permissions (ResultCode.FORBIDDEN)
|
2014-07-24 09:34:27 +02:00 |
|
jabarros
|
0862c66b7d
|
Update RemoteOperation.ResultCode to include enum value for FORBIDDEN results
|
2014-07-24 09:34:26 +02:00 |
|
David A. Velasco
|
4c8f31df2f
|
Added test to unit tests for OwnCloudClient
|
2014-06-25 17:03:16 +02:00 |
|
David A. Velasco
|
9be1323745
|
Removed duplication of OwnCloudClientManager#getClientFor methods with different parameter types
|
2014-06-13 12:44:44 +02:00 |
|
masensio
|
0c4954928b
|
Add cookie restoring to SingleSessionManager#getClientFor(Uri ... ) after calling OwnCloudClientFactory#create
|
2014-06-13 11:49:11 +02:00 |
|
masensio
|
0fa6919761
|
Merge remote-tracking branch 'origin/add_cookie_based_session_support' into add_cookie_based_session_support
|
2014-06-12 17:55:06 +02:00 |
|
David A. Velasco
|
e6c23205eb
|
Fixed issue fully breaking the refresh of current folder (fixed only for SimpleFactoryManager for the moment)
|
2014-06-12 17:36:59 +02:00 |
|
masensio
|
44f5337a50
|
Move responsibility of saving cookies from OwnCloudClientManager#saveClient(Account, Context) to AccountUtils#saveClient(Account , Context)
|
2014-06-12 15:43:53 +02:00 |
|
David A. Velasco
|
a42f6b5d6d
|
OwnCloudClientMap abstracted to interface OwnCloudClientManager, and provided two alternative implementations; added also OwnCloudCredentials interface to abstract all the credential types handled
|
2014-06-12 08:58:34 +02:00 |
|
David A. Velasco
|
1ef3a0176c
|
Added map/pool component (in progress) for OwnCloudClient instances and removed internal dependencies on OwnCloudClientFactory#createOwnCloudClient(ACCOUNT, ...) methods
|
2014-06-05 17:48:53 +02:00 |
|
David A. Velasco
|
20aaa5eee7
|
Avoid ignoring important headers
|
2014-05-21 10:15:19 +02:00 |
|
masensio
|
cd5d0cfb20
|
Merge branch 'develop' into fix_issue_482
|
2014-05-21 09:27:19 +02:00 |
|
masensio
|
927779d1c2
|
Case sensitive when reading HTTP-Headers
|
2014-05-16 12:41:09 +02:00 |
|
David A. Velasco
|
16d237e42a
|
Added ResultCode for failed local removal
|
2014-05-12 09:58:18 +02:00 |
|
David A. Velasco
|
cfe6270c11
|
Updated serial number for serialization of RemoteOperationResult
|
2014-03-24 10:12:18 +01:00 |
|
David A. Velasco
|
4572ca29e8
|
Replace method infering basic authorization for other returning the 'authenticate' header value; let's analyze the header in other class
|
2014-03-21 13:41:19 +01:00 |
|
masensio
|
f63da07a3e
|
Changes from comments in PR#443
|
2014-03-20 16:50:35 +01:00 |
|
David A. Velasco
|
1dbc9a121e
|
Single location for OCS_API_HEADER constants and identation fails fixed
|
2014-03-10 10:36:37 +01:00 |
|
David A. Velasco
|
b998f8840b
|
Fixed copyright line in comments
|
2014-02-18 10:16:05 +01:00 |
|
David A. Velasco
|
7fe393b28e
|
Merge branch 'develop' into wide_scope_clean_up
|
2014-02-17 12:48:05 +01:00 |
|
David A. Velasco
|
6c4d342610
|
Reordered packages
|
2014-02-14 12:04:41 +01:00 |
|