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

59 Commits

Author SHA1 Message Date
davigonz
b1f2c0cbef Implement upload progress 2018-09-04 15:50:24 +02:00
davigonz
ff17ab6837 Working on having the upload progress 2018-09-04 15:50:24 +02:00
davigonz
524dc587db Refactor wrapper constructors and start to implement uploadoperations in library 2018-09-04 15:47:29 +02:00
davigonz
bcc8a78bcf Move OkHttp and dav4android dependencies to the new wrapper 2018-09-04 15:38:04 +02:00
davigonz
944a1186d9 Use new wrapper in GetRemoteUserAvatar operation 2018-09-04 13:38:31 +02:00
davigonz
12429b7ab9 Update operation to get remote user quota 2018-05-18 09:28:13 +02:00
theScrabi
0abc3a6b29 fix empty screen 2018-04-13 08:59:58 +02:00
David A. Velasco
9fe3e11c52 Add privatelink property support to webdav reponses 2017-10-30 10:53:33 +01:00
David A. Velasco
a4386bb4fe Allow client objects to decide if RemoteOperations should silently refresh access token when expired 2017-08-02 18:43:07 +02:00
davigonz
7f98b3804c Include refresh token grantype before throwing an exception when building oauth2 operation 2017-08-01 17:09:04 +02:00
davigonz
99334c2e45 Include refresh token operation in library, builder 2017-08-01 11:55:47 +02:00
davigonz
aa717b3e7b Use proper grant type to get new access token using refresh token 2017-07-31 10:47:20 +02:00
David A. Velasco
ae8e3ca904 Simplify operation to refresh OAuth2 access token 2017-07-25 19:04:59 +02:00
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