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

25 Commits

Author SHA1 Message Date
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