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

46 Commits

Author SHA1 Message Date
davigonz
95fdf75d38 Rename get refreshed access token operation 2017-07-25 12:17:32 +02:00
davigonz
c6f8430876 Move OAuth2GetRefreshedAccessTokenOperation to the library and prepare RemoteOperation to retry the last failed operation when access token expires 2017-07-25 12:14:22 +02:00
David A. Velasco
0dc859c071 Move OAuth2 support classes from app to library 2017-07-21 13:30:29 +02:00
David A. Velasco
e4b57e8063 WIP 2017-07-20 11:10:13 +02:00
David A. Velasco
11363adedb Clean up after CR 2017-04-25 12:31:04 +02:00
David A. Velasco
9fe7c995dd Add write timeout if socket implementation supports it, so that chances of blocking and upload if network is removed are minimized 2017-04-21 16:10:16 +02:00
David A. Velasco
20c9830922 Updated copyright 2016-08-02 13:31:56 +02:00
David A. Velasco
0bfc385707 Improved detection of exceptions in uplaods due to local errors 2016-03-21 17:07:23 +01:00
David A. Velasco
8b91c71d6f Updated build target to Android APIv23 2016-02-13 21:24:10 +01:00
David A. Velasco
f61b466124 Improved ETag parsing 2015-09-28 10:49:45 +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
409e8d6671 Fix problems reading quota values: NullPointerException 2015-05-26 13:43:30 +02:00
masensio
0449645fca Changes from comments in PR#63 2015-05-15 10:51:34 +02:00
masensio
0e7319e4ed Adapt WebDav parser for receiving exponential values in QUOTAS 2015-05-11 14:29:55 +02:00
masensio
b36670adb1 Update imports 2015-03-09 14:19:12 +01:00
masensio
2f32ffbc1f Changes from comments in PR#55 2015-03-09 11:34:14 +01:00
masensio
91e4a44157 Fix bug: No files are shown when login in oc8.1 2015-03-06 10:13:21 +01:00
masensio
21b0e27e31 Merge branch 'develop' into update_propfind_for_server_8.1 2015-03-06 09:10:34 +01:00
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
f899fbee6f Add quota-used-bytes and quota-available-bytes to WebDavEntry 2015-03-04 21:31:28 +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
David A. Velasco
24110ba178 Updated unit tests 2015-02-10 12:58:55 +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
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
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
b7508d8462 Fixed error in logs in AdvancedSslSockectFactory class after CR 2014-09-17 09:24:54 +02:00
jabarros
b0fe841c3e Add Log_OC class and update the log references 2014-09-12 09:30:54 +02:00
David A. Velasco
14d757ad9f Removed unused methods from WebdavUtils 2014-07-10 12:25:18 +02:00
David A. Velasco
9af57b477e Back to save cached SimpleDateFormat instances to parse dates from server, to avoid huge performance problem in Android 2.x devices 2014-07-10 12:24:31 +02:00
David A. Velasco
f323dda044 Fixed parsing of dateformats in WebDAV responses 2014-07-01 10:57:31 +02:00
David A. Velasco
b478a48ff3 Updated name of constants for extended WebDAV properties 2014-07-01 09:15:48 +02:00
jabarros
570c35c921 Update parsing of PROPFIND responses to save, if exists, the value of the properties oc:permissions and oc:id 2014-06-24 12:41:40 +02:00
Michael Wood
5b61790975 WebdavUtils Don't statically allocate the SimpleDateObject
When accessing this from multiple threads we get inconsistent states of
parsed value leading to the wrong date being returned.
2014-05-27 10:27:51 +02:00
masensio
ff4dd08dd5 Use WebdavUtils.parseResponseDate for parsing expiration date in ShareXMLParser 2014-03-20 09:25:14 +01:00
masensio
b274963153 OC-3163: Check if the certificate is in the app cetificates repository (mKnownServers of NetworkUtils) 2014-03-05 12:15:07 +01: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