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

Commit Graph

  • b36670adb1 Update imports masensio 2015-03-09 14:19:12 +01:00
  • 2f32ffbc1f Changes from comments in PR#55 masensio 2015-03-09 11:34:14 +01:00
  • 91e4a44157 Fix bug: No files are shown when login in oc8.1 masensio 2015-03-06 10:13:21 +01:00
  • 21b0e27e31 Merge branch 'develop' into update_propfind_for_server_8.1 masensio 2015-03-06 09:10:34 +01:00
  • 16523c3d4e Merge pull request #54 from owncloud/update_headers David A. Velasco 2015-03-05 18:06:12 +01:00
  • 8c4834256b Update license masensio 2015-03-05 13:27:14 +01:00
  • 8edf9fdaf6 Modify requests to get the properties, adding properties specifically instead of DavConstants.PROPFIND_ALL_PROP masensio 2015-03-05 10:55:10 +01:00
  • bbe8836365 Complete RemoteFile with new parameters in WebDavEntry masensio 2015-03-04 21:38:22 +01:00
  • f899fbee6f Add quota-used-bytes and quota-available-bytes to WebDavEntry masensio 2015-03-04 21:31:28 +01:00
  • 690e85eb93 Add size value into RemoteFile masensio 2015-03-04 13:11:54 +01:00
  • 47dfdd2396 Read oc:size property in WebDavEntry masensio 2015-03-04 13:07:57 +01:00
  • eca87d20c7 Update headers masensio 2015-03-04 11:06:47 +01:00
  • 942971a202 Merge pull request #52 from owncloud/update_OC_client_manager masensio 2015-02-24 14:05:47 +01:00
  • c2b5ddd236 Verify null recentCredential in SingleSessionManager.keepCreadentialsUpdated masensio 2015-02-18 10:57:17 +01:00
  • 24110ba178 Updated unit tests David A. Velasco 2015-02-10 12:57:17 +01:00
  • f5fe254c09 Load of credentials from AccountManager is refactored out from constructor David A. Velasco 2015-02-09 15:27:44 +01:00
  • 2f178c9c34 Relaxed timeout for creating folders and deleting files oc-android-library-0.9.5 David A. Velasco 2015-02-06 14:51:01 +01:00
  • e87f5f25ad Merge pull request #49 from owncloud/update_Android_Gradle_plug_in jabarros 2015-01-19 11:28:29 +01:00
  • 4c67f5473a Updated Graddle wrapper properties for individual build (without app project) David A. Velasco 2015-01-19 11:06:41 +01:00
  • 04c522659e Updated version of Android Gradle plug in for Android Stuido 1.0+ David A. Velasco 2015-01-19 10:55:06 +01:00
  • 4f52b875d1 added log message for ResultCode.FILE_NOT_FOUND LukeOwncloud 2014-12-12 14:39:22 +01:00
  • 8261865ff2 Merge branch 'master' into develop David A. Velasco 2014-12-03 11:20:06 +01:00
  • 7ff0bc0d83 Merge pull request #38 from owncloudChalmers/buildsystem/gradle_develop jabarros 2014-11-28 08:37:05 +01:00
  • 7fe3a83b5a Added the missing character in the .travis.yml Marcello Steiner 2014-11-26 18:44:54 +01:00
  • 9732d61d38 Restore .gitignore, remove files that were added Jorge Antonio Diaz-Benito Soriano 2014-11-25 21:32:32 +01:00
  • 0030d82ee8 Merge pull request #46 from owncloud/instant_uploads_set_path oc-android-library-0.9.4 David A. Velasco 2014-11-25 14:08:20 +01:00
  • 07daf8c58c Grant that connections are released per level when a folder with depth > MAX_CONNECTIONS is created with all its ancestors David A. Velasco 2014-11-24 14:13:18 +01:00
  • 005dd85fdc Update .gitignore and readded missing files Jorge Antonio Diaz-Benito Soriano 2014-11-24 12:02:35 +01:00
  • c8a882761f Fix. If the path does not exist is not created when it hast to create more than 4 folders jabarros 2014-11-24 10:53:05 +01:00
  • ef768b7d1b Merge branch 'develop' of github.com:owncloud/android-library into buildsystem/gradle_develop Marcello Steiner 2014-11-21 12:44:23 +01:00
  • 04299bdf3c Added gradle support to the owncloud-android-library Marcello Steiner 2014-09-19 11:53:21 +02:00
  • 2799b3e853 Merge pull request #43 from owncloud/tls_v1.1_and_v1.2_support jabarros 2014-11-17 15:12:42 +01:00
  • a5a2b2890f Let the setup() - testXXX() - tearDown() flow normally David A. Velasco 2014-11-17 12:34:17 +01:00
  • fcf3bd2769 Clean-up at NetworkUtils.java David A. Velasco 2014-11-17 10:47:37 +01:00
  • 93e08bc215 Grant that all supported secure protocol is enabled, but no unsupported protocol is tried to be enabled David A. Velasco 2014-11-17 10:41:35 +01:00
  • 9881150410 Grant that a security provider supporting TLSv1.2 is requested David A. Velasco 2014-11-17 09:56:54 +01:00
  • 5ce6e92b53 Enabling secure protocols in a single method David A. Velasco 2014-11-17 09:40:47 +01:00
  • 950a3ff8f7 Apply protocol enabling to extra createSocket method after merging fix on tunneled HTTP David A. Velasco 2014-11-14 14:59:05 +01:00
  • d66d5047b4 Move build_number resource to the right context David A. Velasco 2014-11-12 19:14:07 +01:00
  • 57173b175c REALLY use Travis build number to avoid parallel tests interfere each other David A. Velasco 2014-11-12 18:18:04 +01:00
  • 1f27c0f318 Ignore timeouts in setups() and teardowns() to work around response time of test server David A. Velasco 2014-11-12 14:28:21 +01:00
  • 0149ee813d Use Travis build number to avoid parallel tests interfere each other David A. Velasco 2014-11-12 14:18:22 +01:00
  • c1564e8c38 Avoid remove in teardown of testUploadFileNotFound David A. Velasco 2014-11-11 14:19:37 +01:00
  • 5f11b3d998 Refactored test project to work correctly with AdvancedSslSocketFactory as base to create sockets David A. Velasco 2014-11-11 13:37:30 +01:00
  • 5a67c8b4fe Merge remote-tracking branch 'tknoelle/develop' into tls_v1.1_and_v1.2_support David A. Velasco 2014-11-11 13:34:50 +01:00
  • 539ea8f71a TLSv1.1 and TLSv1.2 fix Thorsten Knöller 2014-10-30 17:55:22 +01:00
  • 4f315c7e06 Merge pull request #40 from owncloud/fix_https_access_via_proxy jabarros 2014-10-30 14:24:23 +01:00
  • 2289015b77 Minor change in order to enforce Travis to be launched jabarros 2014-10-30 14:08:08 +01:00
  • 2199a16064 Line wrap at 120 characters David A. Velasco 2014-10-28 12:34:02 +01:00
  • a17dfaed4d AdvancedSslSocketFactory needs to implement SecureProtocolSocketFactory so that the connection manager tunnel correctly through the proxy David A. Velasco 2014-10-28 12:31:23 +01:00
  • 5bd0d73877 Merge branch 'master' into develop jabarros 2014-10-20 14:44:34 +02:00
  • d709798359 Merge branch 'release-1.6.0' oc-android-library-0.9.3 jabarros 2014-10-20 13:02:35 +02:00
  • 8764ac8f63 Update travis.yml file for building with new Android support in Travis jabarros 2014-10-20 11:24:12 +02:00
  • 67c41d8ec3 Check Travis update jabarros 2014-10-20 10:42:26 +02:00
  • 6491ae18c3 Update pom.xml LukeOwncloud 2014-10-12 21:32:01 +02:00
  • 70bcb55f27 Update pom.xml LukeOwncloud 2014-10-12 21:30:39 +02:00
  • d2d782ccbd Merge pull request #39 from owncloud/load_proxy_settings_from_system jabarros 2014-10-10 10:33:08 +02:00
  • 3d8162d6d7 Increase SYN_READ_TIMEOUT in ReadRemoteFileOperation until 40000 milliseconds jabarros 2014-10-01 12:44:02 +02:00
  • c29631b8bf Proxy settings read from System and loaded in host configuration David A. Velasco 2014-09-22 12:23:30 +02:00
  • ff0de72ea5 Merge pull request #37 from owncloud/better_loggin_system David A. Velasco 2014-09-17 09:38:06 +02:00
  • b7508d8462 Fixed error in logs in AdvancedSslSockectFactory class after CR jabarros 2014-09-17 09:24:54 +02:00
  • 79d586637e Merge branch 'move_files_and_folders' into develop David A. Velasco 2014-09-12 13:37:36 +02:00
  • 0924277662 Update logger for not start logging each time it is something appended jabarros 2014-09-12 13:33:07 +02:00
  • 022c3befea Merge branch 'master' into develop David A. Velasco 2014-09-12 13:07:43 +02:00
  • 79dfca74a5 Update pom.xml LukeOwncloud 2014-09-12 12:29:05 +02:00
  • cb7b547cd7 Create method for making available the change of the log folder jabarros 2014-09-12 11:22:46 +02:00
  • b0fe841c3e Add Log_OC class and update the log references jabarros 2014-09-12 09:30:54 +02:00
  • 5d146c9236 Some improvementes in tests on failed move operations David A. Velasco 2014-09-04 13:53:51 +02:00
  • df84917376 Redirect 'destination' header in custom redirections David A. Velasco 2014-09-03 11:42:23 +02:00
  • 2ef5d3baf3 Merge remote-tracking branch 'origin/move_files_and_folders' into move_files_and_folders David A. Velasco 2014-09-01 14:53:46 +02:00
  • 80cbe24524 Greater timeouts for moving and renaming folders David A. Velasco 2014-09-01 14:53:13 +02:00
  • 3a5df9dcdf Add failed test cases into moving file test jabarros 2014-08-27 17:17:04 +02:00
  • e5010c1a6b Fixed library demo client David A. Velasco 2014-08-27 12:18:56 +02:00
  • 9d286636d5 Added success cases to MoveFileTest David A. Velasco 2014-08-22 15:29:20 +02:00
  • dc26392647 Fixed MoveFileTest.java David A. Velasco 2014-08-21 18:04:14 +02:00
  • d4af8a6a33 Added unit tests for MoveRemoteFileOperation (WIP), with new approach dependant on AndroidTest instead of InstrumentationActivityTest David A. Velasco 2014-08-21 17:37:16 +02:00
  • b4e974491e Added operation to move remote files David A. Velasco 2014-08-21 17:36:16 +02:00
  • a2e5ecc035 Merge pull request #35 from owncloud/unsecured_server_connection jabarros 2014-08-07 14:16:31 +02:00
  • e43e43f51a Fixed logic of HTTPS downgrade detection for multiple redirections, and grant that redirection if followed for HTTP servers David A. Velasco 2014-08-06 11:16:17 +02:00
  • 07f3d9caae Fixed check of HTTPS downgrade so that works with multiple redirections, and done without an extra request David A. Velasco 2014-08-06 10:59:33 +02:00
  • 585054092d Fixed bug. It is not possible to connect to a http server jabarros 2014-08-04 14:25:31 +02:00
  • fe6f99ea6a Detect when there is a change bewwen a https connection to a non-secure one and generated a new erro code. jabarros 2014-08-04 10:18:21 +02:00
  • 6b155fb802 Merge pull request #34 from owncloud/update_error_messages_for_non_permitted_actions David A. Velasco 2014-07-24 18:28:20 +02:00
  • 7636d9e037 Update ErrorMessageAdapter class to generate appropiate error messages for operations failed due to lack of permissions (ResultCode.FORBIDDEN) jabarros 2014-07-10 17:29:43 +02:00
  • 0862c66b7d Update RemoteOperation.ResultCode to include enum value for FORBIDDEN results jabarros 2014-07-10 16:31:32 +02:00
  • 5ebf81e26e Merge pull request #33 from owncloud/release-0.9.2 oc-android-library-0.9.2 jabarros 2014-07-24 08:13:33 +02:00
  • f7c992f38b Enforcing Travis retry without changes David A. Velasco 2014-07-23 18:19:01 +02:00
  • 4e3814d6c0 Merge pull request #32 from owncloud/accept_200_as_ok_for_propfind jabarros 2014-07-14 10:48:01 +02:00
  • 78fa893027 Accept 200 as a valid response for PROPFIND David A. Velasco 2014-07-10 14:05:10 +02:00
  • 0f4f4edf6c Fully disable cookie tracking by default, as before introducing OwnCloudClientManager; only SingleSessionManager tracks cookies David A. Velasco 2014-07-10 13:08:10 +02:00
  • 14d757ad9f Removed unused methods from WebdavUtils David A. Velasco 2014-07-10 12:25:18 +02:00
  • 9af57b477e Back to save cached SimpleDateFormat instances to parse dates from server, to avoid huge performance problem in Android 2.x devices David A. Velasco 2014-07-10 12:24:31 +02:00
  • 0f23df1b7b Avoid log cookies jabarros 2014-07-07 14:36:01 +02:00
  • e72fec72a3 Merge pull request #29 from owncloud/add_cookie_based_session_support rperezb 2014-07-01 14:26:49 +02:00
  • 3c116514fb Added unit test for SimpleFactoryManager David A. Velasco 2014-07-01 13:32:43 +02:00
  • 7fe8979846 Added unit test for SingleSessionManager David A. Velasco 2014-07-01 13:26:29 +02:00
  • be03f46c7e Added lost import David A. Velasco 2014-07-01 12:45:10 +02:00
  • 0071a97e8b Merge branch 'develop' into add_cookie_based_session_support David A. Velasco 2014-07-01 12:44:19 +02:00
  • f323dda044 Fixed parsing of dateformats in WebDAV responses David A. Velasco 2014-07-01 10:57:31 +02:00
  • 48d43b576c Merge pull request #31 from owncloud/see_files_shared_with_me David A. Velasco 2014-07-01 09:26:57 +02:00