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

27 Commits

Author SHA1 Message Date
David A. Velasco
c84530d359 Added helper method to check if a server version supports remote thumbnails 2015-06-23 10:44:09 +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
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
9990eeb7ff Refactor parameter user_agent out of RemoteOperation and children 2015-03-24 14:31:40 +01:00
masensio
94ac3a93d3 Fix bug: User agent: jakarta is shown when doing GET request 2015-03-23 14:24:03 +01:00
masensio
87582c4a8e Add user-agent string to setup options 2015-03-18 17:08:19 +01:00
masensio
eca87d20c7 Update headers 2015-03-04 11:06:47 +01:00
jabarros
c8a882761f Fix. If the path does not exist is not created when it hast to create more than 4 folders 2014-11-24 10:53:05 +01:00
David A. Velasco
c29631b8bf Proxy settings read from System and loaded in host configuration 2014-09-22 12:23:30 +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
df84917376 Redirect 'destination' header in custom redirections 2014-09-03 11:42:23 +02:00
David A. Velasco
0f4f4edf6c Fully disable cookie tracking by default, as before introducing OwnCloudClientManager; only SingleSessionManager tracks cookies 2014-07-10 13:08:10 +02:00
jabarros
0f23df1b7b Avoid log cookies 2014-07-07 14:36:01 +02:00
David A. Velasco
4c8f31df2f Added test to unit tests for OwnCloudClient 2014-06-25 17:03:16 +02:00
David A. Velasco
a57be36925 Added unit test for OwnCloudClient 2014-06-25 09:08:29 +02:00
David A. Velasco
179ef41f4c Normalized OwnCloudClient to hold an instance to OwnCloudAnonymousCredentials instance of null 2014-06-18 14:55:19 +02:00
David A. Velasco
b28701ca30 Refactored handle of ownCloud URIs inside OwnCloudClient; rest of library adapted 2014-06-13 09:29:32 +02:00
masensio
e7a0e30a27 Add getCookiesString method in OwnCloudClient 2014-06-12 11:07:49 +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
masensio
0cf2835268 Add a method clearCredentials() to OwnCloudClient 2014-06-06 12:37:03 +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
3eedb86091 Grant that requests send through the same OwnCloudClient using SAML SSO Authentication keep cookies 2014-05-29 17:49:45 +02:00
David A. Velasco
1cb224cba1 Grant that requests done through the same OwnCloudClient using Basic HTTP Authentication keep cookies 2014-05-23 13:03:59 +02:00
David A. Velasco
b998f8840b Fixed copyright line in comments 2014-02-18 10:16:05 +01:00
David A. Velasco
6c4d342610 Reordered packages 2014-02-14 12:04:41 +01:00