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

1195 Commits

Author SHA1 Message Date
masensio
8edf9fdaf6 Modify requests to get the properties, adding properties specifically instead of DavConstants.PROPFIND_ALL_PROP 2015-03-05 10:55:10 +01:00
masensio
bbe8836365 Complete RemoteFile with new parameters in WebDavEntry 2015-03-04 21:38:22 +01:00
masensio
f899fbee6f Add quota-used-bytes and quota-available-bytes to WebDavEntry 2015-03-04 21:31:28 +01:00
masensio
690e85eb93 Add size value into RemoteFile 2015-03-04 13:11:54 +01:00
masensio
47dfdd2396 Read oc:size property in WebDavEntry 2015-03-04 13:07:57 +01:00
masensio
eca87d20c7 Update headers 2015-03-04 11:06:47 +01:00
masensio
942971a202 Merge pull request #52 from owncloud/update_OC_client_manager
Update oc client manager
2015-02-24 14:05:47 +01:00
masensio
c2b5ddd236 Verify null recentCredential in SingleSessionManager.keepCreadentialsUpdated 2015-02-18 10:57:17 +01:00
David A. Velasco
24110ba178 Updated unit tests 2015-02-10 12:58:55 +01:00
David A. Velasco
f5fe254c09 Load of credentials from AccountManager is refactored out from constructor 2015-02-09 15:27:44 +01:00
David A. Velasco
2f178c9c34 Relaxed timeout for creating folders and deleting files oc-android-library-0.9.5 2015-02-06 14:51:01 +01:00
jabarros
e87f5f25ad Merge pull request #49 from owncloud/update_Android_Gradle_plug_in
Update android gradle plug in
2015-01-19 11:28:29 +01:00
David A. Velasco
4c67f5473a Updated Graddle wrapper properties for individual build (without app project) 2015-01-19 11:06:58 +01:00
David A. Velasco
04c522659e Updated version of Android Gradle plug in for Android Stuido 1.0+ 2015-01-19 10:55:06 +01:00
LukeOwncloud
4f52b875d1 added log message for ResultCode.FILE_NOT_FOUND 2014-12-12 14:39:22 +01:00
David A. Velasco
8261865ff2 Merge branch 'master' into develop 2014-12-03 11:20:06 +01:00
jabarros
7ff0bc0d83 Merge pull request #38 from owncloudChalmers/buildsystem/gradle_develop
Gradle building system
2014-11-28 08:37:05 +01:00
Marcello Steiner
7fe3a83b5a Added the missing character in the .travis.yml 2014-11-26 18:44:54 +01:00
Jorge Antonio Diaz-Benito Soriano
9732d61d38 Restore .gitignore, remove files that were added 2014-11-25 21:32:32 +01:00
David A. Velasco
0030d82ee8 Merge pull request #46 from owncloud/instant_uploads_set_path
Buf fixes: released some stale connections
oc-android-library-0.9.4
2014-11-25 14:08:20 +01:00
David A. Velasco
07daf8c58c Grant that connections are released per level when a folder with depth > MAX_CONNECTIONS is created with all its ancestors 2014-11-24 14:13:18 +01:00
Jorge Antonio Diaz-Benito Soriano
005dd85fdc Update .gitignore and readded missing files 2014-11-24 12:02:35 +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
Marcello Steiner
ef768b7d1b Merge branch 'develop' of github.com:owncloud/android-library into buildsystem/gradle_develop
Conflicts:
	.travis.yml
2014-11-21 13:22:46 +01:00
Marcello Steiner
04299bdf3c Added gradle support to the owncloud-android-library 2014-11-21 13:20:05 +01:00
jabarros
2799b3e853 Merge pull request #43 from owncloud/tls_v1.1_and_v1.2_support
TLS v1.1 and v1.2 support, plus test project refactored to use "same" socket factory as library
2014-11-17 15:12:42 +01:00
David A. Velasco
a5a2b2890f Let the setup() - testXXX() - tearDown() flow normally 2014-11-17 12:34:17 +01:00
David A. Velasco
fcf3bd2769 Clean-up at NetworkUtils.java 2014-11-17 10:47:37 +01:00
David A. Velasco
93e08bc215 Grant that all supported secure protocol is enabled, but no unsupported protocol is tried to be enabled 2014-11-17 10:41:35 +01:00
David A. Velasco
9881150410 Grant that a security provider supporting TLSv1.2 is requested 2014-11-17 09:56:54 +01:00
David A. Velasco
5ce6e92b53 Enabling secure protocols in a single method 2014-11-17 09:40:47 +01:00
David A. Velasco
950a3ff8f7 Apply protocol enabling to extra createSocket method after merging fix on tunneled HTTP 2014-11-14 14:59:05 +01:00
David A. Velasco
d66d5047b4 Move build_number resource to the right context 2014-11-12 19:14:07 +01:00
David A. Velasco
57173b175c REALLY use Travis build number to avoid parallel tests interfere each other 2014-11-12 18:18:04 +01:00
David A. Velasco
1f27c0f318 Ignore timeouts in setups() and teardowns() to work around response time of test server 2014-11-12 14:28:21 +01:00
David A. Velasco
0149ee813d Use Travis build number to avoid parallel tests interfere each other 2014-11-12 14:18:22 +01:00
David A. Velasco
c1564e8c38 Avoid remove in teardown of testUploadFileNotFound 2014-11-11 14:19:37 +01:00
David A. Velasco
5f11b3d998 Refactored test project to work correctly with AdvancedSslSocketFactory as base to create sockets 2014-11-11 13:37:30 +01:00
David A. Velasco
5a67c8b4fe Merge remote-tracking branch 'tknoelle/develop' into tls_v1.1_and_v1.2_support 2014-11-11 13:34:50 +01:00
Thorsten Knöller
539ea8f71a TLSv1.1 and TLSv1.2 fix 2014-10-30 17:55:22 +01:00
jabarros
4f315c7e06 Merge pull request #40 from owncloud/fix_https_access_via_proxy
Fix access to HTTPS servers via proxy
2014-10-30 14:24:23 +01:00
jabarros
2289015b77 Minor change in order to enforce Travis to be launched 2014-10-30 14:08:08 +01:00
David A. Velasco
2199a16064 Line wrap at 120 characters 2014-10-28 12:34:02 +01:00
David A. Velasco
a17dfaed4d AdvancedSslSocketFactory needs to implement SecureProtocolSocketFactory so that the connection manager tunnel correctly through the proxy 2014-10-28 12:31:23 +01:00
jabarros
5bd0d73877 Merge branch 'master' into develop 2014-10-20 14:44:34 +02:00
jabarros
d709798359 Merge branch 'release-1.6.0' oc-android-library-0.9.3 2014-10-20 13:02:35 +02:00
jabarros
8764ac8f63 Update travis.yml file for building with new Android support in Travis 2014-10-20 11:24:12 +02:00
jabarros
67c41d8ec3 Check Travis update 2014-10-20 10:42:26 +02:00
LukeOwncloud
6491ae18c3 Update pom.xml
update android sdk 19 to revision 4
2014-10-12 21:32:01 +02:00
LukeOwncloud
70bcb55f27 Update pom.xml
update android sdk 19 to revision 4
2014-10-12 21:30:39 +02:00