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

14 Commits

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