1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-07-07 14:46:10 +00:00

Commit Graph

  • b478a48ff3 Updated name of constants for extended WebDAV properties David A. Velasco 2014-07-01 09:15:48 +02:00
  • f5dd0ad215 Merge pull request #30 from owncloud/update_Android_SDK_installation_in_Travis_setup jabarros 2014-06-30 11:14:28 +02:00
  • 31d4df1b0a Updated name of system image component to download David A. Velasco 2014-06-27 15:33:09 +02:00
  • b877e8f9ba Updated platorm tools, installer and accepted licenses for Travis environment David A. Velasco 2014-06-27 15:18:58 +02:00
  • 8080e4904d Fixed OutOfBoundsException David A. Velasco 2014-06-26 10:24:45 +02:00
  • 6cedc03465 Grant that SingleSessionManager keeps URL updated David A. Velasco 2014-06-25 18:13:48 +02:00
  • 4c8f31df2f Added test to unit tests for OwnCloudClient David A. Velasco 2014-06-25 17:03:16 +02:00
  • a57be36925 Added unit test for OwnCloudClient David A. Velasco 2014-06-25 09:08:29 +02:00
  • 570c35c921 Update parsing of PROPFIND responses to save, if exists, the value of the properties oc:permissions and oc:id jabarros 2014-06-24 12:41:40 +02:00
  • 6befcdafe5 Update RemoteFile and ReadRemoteFolder classes for including the remote_id property jabarros 2014-06-23 14:32:33 +02:00
  • 5c06770280 Populate RemoteFile with permission value jabarros 2014-06-23 11:27:25 +02:00
  • b27a0ba5a1 Update class RemoteFile to include property oc:permissions jabarros 2014-06-23 08:58:20 +02:00
  • 179ef41f4c Normalized OwnCloudClient to hold an instance to OwnCloudAnonymousCredentials instance of null David A. Velasco 2014-06-18 14:55:19 +02:00
  • c01001b5a1 Added unit test for OwnCloudClientManagerFactory David A. Velasco 2014-06-17 14:12:30 +02:00
  • 2e4fc047af Fix in OwnCloudSamlSsoCredentials: Cookies.BROWSER_COMPATIBILITY instead IGNORE_COOKIES. Fix in constructor masensio 2014-06-16 13:16:41 +02:00
  • 1d95320277 Updated implementation of SingleSessionManager#saveAllClients for current HashMap David A. Velasco 2014-06-16 09:33:30 +02:00
  • 5130a93ef5 Updated OwnCloudClientManager#removeClient for new type OWnCloudAccount David A. Velasco 2014-06-13 15:08:20 +02:00
  • 7e2ec10442 Default policy for singleton available in OwnCloudManagerFactory made configurable David A. Velasco 2014-06-13 13:42:59 +02:00
  • 9be1323745 Removed duplication of OwnCloudClientManager#getClientFor methods with different parameter types David A. Velasco 2014-06-13 12:42:40 +02:00
  • 0c4954928b Add cookie restoring to SingleSessionManager#getClientFor(Uri ... ) after calling OwnCloudClientFactory#create masensio 2014-06-13 11:49:11 +02:00
  • b28701ca30 Refactored handle of ownCloud URIs inside OwnCloudClient; rest of library adapted David A. Velasco 2014-06-13 09:29:32 +02:00
  • 0fa6919761 Merge remote-tracking branch 'origin/add_cookie_based_session_support' into add_cookie_based_session_support masensio 2014-06-12 17:55:06 +02:00
  • e6c23205eb Fixed issue fully breaking the refresh of current folder (fixed only for SimpleFactoryManager for the moment) David A. Velasco 2014-06-12 17:36:59 +02:00
  • 17d810fe2b Fixed creation of OwnCloudClientManager instances David A. Velasco 2014-06-12 17:28:10 +02:00
  • e069a8cb9f Added OwnCloudAccount class and method OwnCloudSessionManager#gertClientFor(OwnCloudAccount, ...) to ease the reuse of OwnCloudClient instances after creating accounts with authentication based in external authentication providers David A. Velasco 2014-06-12 16:36:24 +02:00
  • 44f5337a50 Move responsibility of saving cookies from OwnCloudClientManager#saveClient(Account, Context) to AccountUtils#saveClient(Account , Context) masensio 2014-06-12 15:43:53 +02:00
  • e7a0e30a27 Add getCookiesString method in OwnCloudClient masensio 2014-06-12 11:07:49 +02:00
  • a42f6b5d6d OwnCloudClientMap abstracted to interface OwnCloudClientManager, and provided two alternative implementations; added also OwnCloudCredentials interface to abstract all the credential types handled David A. Velasco 2014-06-12 08:58:34 +02:00
  • becf4f3c13 Add cookie restore to methods OwnCloudClientFactory#createOwnCloudClient(Account ...) masensio 2014-06-10 15:22:16 +02:00
  • 1b3af22b89 Check if account.name is null in OwnCloudClientMap#saveClient masensio 2014-06-10 13:58:14 +02:00
  • dd0831b9fd saveClient --> public method masensio 2014-06-10 13:05:52 +02:00
  • b5ff057e95 Added method to OwnCloudClientMap to get/create new OwnCloudClients without credentials David A. Velasco 2014-06-10 12:48:45 +02:00
  • 057758671f Show cookies information in log, when saving a cookie masensio 2014-06-10 12:00:36 +02:00
  • 9a5b41e803 Create saveAllClients in OwnCloudClientMap. Changes from notes in commits: 8111900 and b18dffe masensio 2014-06-10 11:03:57 +02:00
  • b18dffe100 Cookie to string in OwnCloudClientMap#saveClient masensio 2014-06-09 15:05:44 +02:00
  • 811190065d Persistent cookies: Create saveClient in OwnCloudClientMap masensio 2014-06-09 12:24:19 +02:00
  • 37f4383b07 Fixed bug enforcing the creation of new OwnCloudClients unintendedly David A. Velasco 2014-06-09 11:02:02 +02:00
  • 0cf2835268 Add a method clearCredentials() to OwnCloudClient masensio 2014-06-06 12:37:03 +02:00
  • 1ef3a0176c Added map/pool component (in progress) for OwnCloudClient instances and removed internal dependencies on OwnCloudClientFactory#createOwnCloudClient(ACCOUNT, ...) methods David A. Velasco 2014-06-05 17:48:53 +02:00
  • ba42f934fc Merge branch 'develop' into add_cookie_based_session_support David A. Velasco 2014-05-30 10:54:30 +02:00
  • 3eedb86091 Grant that requests send through the same OwnCloudClient using SAML SSO Authentication keep cookies David A. Velasco 2014-05-29 17:49:45 +02:00
  • 8f8c29c776 Merge pull request #28 from owncloud/pr_24 masensio 2014-05-28 10:50:50 +02:00
  • 5b61790975 WebdavUtils Don't statically allocate the SimpleDateObject Michael Wood 2014-04-09 16:38:17 +01:00
  • 1cb224cba1 Grant that requests done through the same OwnCloudClient using Basic HTTP Authentication keep cookies David A. Velasco 2014-05-23 13:03:59 +02:00
  • 1651d1a555 Merge pull request #26 from owncloud/fix_issue_482 oc-android-library-0.9.1 David A. Velasco 2014-05-21 10:26:18 +02:00
  • 20aaa5eee7 Avoid ignoring important headers David A. Velasco 2014-05-21 10:15:19 +02:00
  • cd5d0cfb20 Merge branch 'develop' into fix_issue_482 masensio 2014-05-21 09:27:19 +02:00
  • 7c481f7a70 Merge pull request #25 from owncloud/refactor_update_filelist_from_database masensio 2014-05-20 14:03:14 +02:00
  • 927779d1c2 Case sensitive when reading HTTP-Headers masensio 2014-05-16 12:41:09 +02:00
  • 16d237e42a Added ResultCode for failed local removal David A. Velasco 2014-05-12 09:58:18 +02:00
  • 2157723124 Update org.eclipse.jdt.core.prefs settings for test_client masensio 2014-04-29 10:42:30 +02:00
  • 796189a04d Merge pull request #21 from owncloud/travis_ci David A. Velasco 2014-04-24 11:08:18 +02:00
  • bf41cde57c Reduced output while waiting for emulator starts David A. Velasco 2014-04-22 11:13:09 +02:00
  • d253daa1a8 Fix DownloadTest after validating previous commit David A. Velasco 2014-04-22 11:01:09 +02:00
  • b7dc13e180 Updated ant rules to finish with a failure when a run test is not successful; and enforced failure of DownloadTest, to validate David A. Velasco 2014-04-22 10:38:28 +02:00
  • 35f5ae5147 Added drive to emulator to allow downloads in tests David A. Velasco 2014-04-21 15:05:37 +02:00
  • 4dca5b7a42 Updated Android build tools David A. Velasco 2014-04-21 13:27:43 +02:00
  • d55f42b5ec Revert "Check that tests are working with the right account by commenting teardown" David A. Velasco 2014-04-21 13:04:28 +02:00
  • 9fabc88ca6 Check that tests are working with the right account by commenting teardown David A. Velasco 2014-04-21 12:28:08 +02:00
  • 800b04d520 Trying to wait more time for the emulator David A. Velasco 2014-04-21 11:14:51 +02:00
  • 08ede2483b Fixed typo breaking start of emulator David A. Velasco 2014-04-16 20:23:51 +02:00
  • 01061bf58e Enforce execution permissions for script waiting for Android emulator David A. Velasco 2014-04-16 19:08:15 +02:00
  • dfa5e61f5e Fixed type and repeated variable in Travis script David A. Velasco 2014-04-16 18:09:12 +02:00
  • 2ef7e6f505 Updated Travis setup to run automatic tests David A. Velasco 2014-04-16 17:51:29 +02:00
  • a94dd34393 Updated GetSharesTest to work with an empty OC server David A. Velasco 2014-04-16 14:28:58 +02:00
  • f4181930b3 Updated RemoveShareTest to work with an empty OC server David A. Velasco 2014-04-16 14:04:52 +02:00
  • 309043774e Updated CreateShareTest to work with an empty OC server David A. Velasco 2014-04-16 13:47:27 +02:00
  • 026e744ae1 Updated RenameFileTest to work with an empty OC server David A. Velasco 2014-04-16 13:40:11 +02:00
  • 7000fbeaa2 Updated DownloadFileTest to work with an empty OC server David A. Velasco 2014-04-16 12:37:03 +02:00
  • d2e6925396 Updated DeleteFileTest to work with an empty OC server David A. Velasco 2014-04-16 11:48:13 +02:00
  • 45eecf1ff8 Updated UploadFileTest to work with an empty OC server David A. Velasco 2014-04-15 15:19:10 +02:00
  • b3e3eb74f0 Updated CreateFolderTest to work with an empty OC server David A. Velasco 2014-04-15 13:48:01 +02:00
  • 596c793243 Updated ReadFolderTest to work with an empty OC server David A. Velasco 2014-04-15 13:22:45 +02:00
  • e2380a6a5c Updated ReadFileTest to work with an empty OC server David A. Velasco 2014-04-15 12:32:03 +02:00
  • f3eac35cd3 Test project for library accepts server with a self-signed SSL certificate David A. Velasco 2014-04-14 13:10:05 +02:00
  • b84c375f3b Fixed typo in custom rules to log and validate use of encrypted variables in Travis David A. Velasco 2014-04-09 12:28:50 +02:00
  • a8655239f0 Added build of test_client project, and still testing encrypted variables David A. Velasco 2014-04-09 12:21:15 +02:00
  • 982748df45 Added Ant custom rules to overwrite setup.xml values from environment variables David A. Velasco 2014-04-09 12:17:15 +02:00
  • 91cf262092 Still trying to fix echo David A. Velasco 2014-04-09 10:08:03 +02:00
  • 02f3aa2a46 Trying to fix echo David A. Velasco 2014-04-09 09:46:30 +02:00
  • 5e7f2eab16 Fixed indentation David A. Velasco 2014-04-09 09:42:39 +02:00
  • dc93c29f34 Testing encrypted values in Travis David A. Velasco 2014-04-09 09:41:32 +02:00
  • 7d33ff1295 Grant that local Ant properties are updated for owncloud-android-library project David A. Velasco 2014-04-08 13:35:55 +02:00
  • 7f8da4cce6 Updated layout of test projects David A. Velasco 2014-04-08 13:29:27 +02:00
  • bda94d02aa Removed unneeded script to setup environment David A. Velasco 2014-04-08 12:43:40 +02:00
  • 98344e193e Merge branch 'develop' into travis_ci David A. Velasco 2014-04-08 09:44:39 +02:00
  • 614163529b Merge pull request #22 from owncloud/operations_service David A. Velasco 2014-04-08 09:15:59 +02:00
  • 98d58afce0 Added Travis build script, fist version David A. Velasco 2014-04-07 14:53:21 +02:00
  • d066e9da51 GetRemoteUserNameOperation returns username in result.data masensio 2014-04-02 09:45:50 +02:00
  • 6b69b5af1a Merge branch 'develop' into operations_service David A. Velasco 2014-04-01 14:58:34 +02:00
  • cecda3333a Merge pull request #20 from owncloud/check_server_version David A. Velasco 2014-04-01 14:03:39 +02:00
  • a3683116ae GetRemoteStatusOperation saves server version in result instance, instead of in a field David A. Velasco 2014-04-01 11:40:08 +02:00
  • 448f765ce0 Update MINIMUM_VERSION_FOR_SHARING_API masensio 2014-03-31 15:02:16 +02:00
  • 7426541883 Grant comparison between versions of 4 parts and version of less than 4 parts will be right in any possible situation masensio 2014-03-31 14:53:29 +02:00
  • 5924b6abbc Save version with two dots, for the comparison with MINIMUM_VERSION_FOR_SHARING_API masensio 2014-03-28 09:36:12 +01:00
  • fc8191e268 Check the version number instead of the version string masensio 2014-03-27 18:01:13 +01:00
  • 8d820f42fb Check the version number taking into account the new format masensio 2014-03-27 09:45:07 +01:00
  • 25c53f3bf9 Merge pull request #19 from owncloud/regular_authentication_in_saml_server David A. Velasco 2014-03-24 10:14:15 +01:00
  • 3fed795a33 Warnings removed David A. Velasco 2014-03-24 10:09:13 +01:00
  • cfe6270c11 Updated serial number for serialization of RemoteOperationResult David A. Velasco 2014-03-24 10:08:56 +01:00