Fernando Sanz
|
7baf3e43a5
|
The ShareXMLParser has been removed from RemoveRemoteShareOperation.kt class.
|
2021-08-31 12:37:36 +02:00 |
|
Fernando Sanz
|
6285c6c70a
|
The ShareXMLParser has been removed from GetRemoteSharesForFileOperation.kt class.
|
2021-08-31 11:59:41 +02:00 |
|
Fernando Sanz
|
b40a394ab1
|
The ShareXMLParser has been removed from CreateRemoteShareOperation.kt class.
|
2021-08-31 10:43:29 +02:00 |
|
Fernando Sanz
|
037a2b30df
|
Fixed some bugs on how to create shares.
|
2021-08-31 08:52:55 +02:00 |
|
Abel García de Prada
|
45fb12df0e
|
Fix shares parsing
|
2021-08-27 15:38:49 +02:00 |
|
Fernando Sanz
|
27b18c33a9
|
The way to retrieve list of shares has been modified from java to kotlin and its result has been parsed to ShareResponse.kt object.
|
2021-08-27 14:08:58 +02:00 |
|
Christian Schabesberger
|
fbf0fab800
|
add error log when content-length not equal to transfaired bytes
|
2021-08-17 12:41:35 +02:00 |
|
Abel García de Prada
|
7b5c070175
|
Update version name and version code
|
2021-07-15 09:55:21 +02:00 |
|
Abel García de Prada
|
20070775d7
|
Add parameters required for PKCE
|
2021-07-14 12:40:08 +02:00 |
|
Abel García de Prada
|
22719c8f40
|
Return unit in the remote operation
|
2021-07-08 12:24:21 +02:00 |
|
Abel García de Prada
|
12b009e378
|
Update operation
|
2021-07-05 09:17:37 +02:00 |
|
Abel García de Prada
|
5c2be25d66
|
Override contentLength in content uri request body to fix uploads to ocis
|
2021-07-05 09:17:37 +02:00 |
|
Abel García de Prada
|
99e636e8f6
|
Add a new operation to upload files directly with a content uri
|
2021-07-05 09:17:37 +02:00 |
|
Abel García de Prada
|
351682cc7f
|
Use userId instead of username to build the webdavurl
|
2021-05-21 13:16:04 +02:00 |
|
Abel García de Prada
|
634c4a0f93
|
Update version name and version code for release 1.0.11
|
2021-05-18 12:19:40 +02:00 |
|
Abel García de Prada
|
2c18ae4ebb
|
Clean unused imports
|
2021-05-10 09:56:18 +02:00 |
|
Christian Schabesberger
|
594ed2ee1b
|
fix xodo file sync bug
|
2021-04-30 15:58:42 +02:00 |
|
Abel García de Prada
|
8c4a2708c2
|
Make some fields not mandatory in discovery response
|
2021-04-22 12:50:27 +02:00 |
|
Abel García de Prada
|
13344ae622
|
Fix lint errors
|
2021-04-21 18:59:17 +02:00 |
|
Abel García de Prada
|
1287035311
|
Fix some ktlint findings
|
2021-04-12 08:18:32 +02:00 |
|
Hannes Achleitner
|
4df880357c
|
Fix ktlint findings
|
2021-03-24 11:37:48 +01:00 |
|
dependabot[bot]
|
a5574e1e45
|
Bump robolectric from 4.3.1 to 4.5.1
Bumps [robolectric](https://github.com/robolectric/robolectric) from 4.3.1 to 4.5.1.
- [Release notes](https://github.com/robolectric/robolectric/releases)
- [Commits](https://github.com/robolectric/robolectric/compare/robolectric-4.3.1...robolectric-4.5.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-03-22 11:27:08 +00:00 |
|
Abel García de Prada
|
663e067d08
|
Update client with latest url
|
2021-03-16 12:40:51 +01:00 |
|
Abel García de Prada
|
a60c4909f4
|
Prepare 1.0.10 release
|
2021-03-16 11:11:39 +01:00 |
|
Abel García de Prada
|
46495e0df2
|
Update versionCode and versionName
|
2021-03-08 16:26:20 +01:00 |
|
Abel García de Prada
|
f248448e08
|
Update licenses, naming and apply CR suggestions
|
2021-03-02 10:35:51 +01:00 |
|
Abel García de Prada
|
3a79a86cd7
|
Fix 301 redirections
|
2021-03-02 10:34:39 +01:00 |
|
Abel García de Prada
|
1194b9a412
|
Use the same ownCloudClient across the whole login process
|
2021-03-02 10:34:39 +01:00 |
|
Christian Schabesberger
|
2a23a1c773
|
remove result from status requester
|
2021-03-02 10:34:39 +01:00 |
|
Schabi
|
9ad0e8f9bc
|
apply codereview
|
2021-03-02 10:34:39 +01:00 |
|
Schabi
|
61ee5aab91
|
add test from redirect from http to http
|
2021-03-02 10:34:39 +01:00 |
|
Schabi
|
950d3a50da
|
fix wrong handling of redirect to unsecure connection
|
2021-03-02 10:34:39 +01:00 |
|
Schabi
|
8eaa98af30
|
accept ssl connections for status when OK is returned
|
2021-03-02 10:34:39 +01:00 |
|
Christian Schabesberger
|
f9ea701e2f
|
remove cookie persistence
|
2021-03-02 10:34:38 +01:00 |
|
Christian Schabesberger
|
51dacd0bb0
|
remove KEY_OC_VERSION key
|
2021-03-02 10:34:38 +01:00 |
|
Christian Schabesberger
|
033e6822a2
|
prevent acumulating cookies on account change
|
2021-03-02 10:34:38 +01:00 |
|
agarcia
|
f8904dca9d
|
Make get cookies static
|
2021-03-02 10:34:38 +01:00 |
|
Christian Schabesberger
|
654efea7e5
|
add tests for cookie jar
|
2021-03-02 10:34:38 +01:00 |
|
Christian Schabesberger
|
c3189b7b46
|
replace old cookies but don't delete them
|
2021-03-02 10:34:38 +01:00 |
|
agarcia
|
c54f1c98f6
|
Update some tests naming and remove unused dependencies
|
2021-03-02 10:34:38 +01:00 |
|
Christian Schabesberger
|
cba63c060f
|
use robolectric for android tests
|
2021-03-02 10:34:38 +01:00 |
|
Christian Schabesberger
|
d0a710e31b
|
add fixes according to review
|
2021-03-02 10:33:49 +01:00 |
|
Christian Schabesberger
|
91c7900d5c
|
fix ip address without http prefix not recognized
|
2021-03-02 10:33:49 +01:00 |
|
Christian Schabesberger
|
b207fd1c67
|
fix rellative redirect
|
2021-03-02 10:33:49 +01:00 |
|
Christian Schabesberger
|
dac7bcc0e7
|
pleasure the linter
|
2021-03-02 10:33:49 +01:00 |
|
Christian Schabesberger
|
270e127940
|
fix according to review
|
2021-03-02 10:33:49 +01:00 |
|
Christian Schabesberger
|
84240ef78b
|
detach request logic from operation
|
2021-03-02 10:33:49 +01:00 |
|
Christian Schabesberger
|
9d4b88cad7
|
refactor run function
|
2021-03-02 10:33:49 +01:00 |
|
Christian Schabesberger
|
cbfd977350
|
clean up tryConnect function
|
2021-03-02 10:33:49 +01:00 |
|
Christian Schabesberger
|
257cbcff03
|
add basic test functionality for andorid library
|
2021-03-02 10:33:49 +01:00 |
|