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

286 Commits

Author SHA1 Message Date
agarcia
b287cb9148 Compile project with latest changes from OkHttp and dav4jvm 2020-08-04 17:27:58 +02:00
agarcia
93026e8180 First step to replace interceptor 2020-08-04 17:27:58 +02:00
agarcia
c5cf0a8c0f Migrate http methods to kotlin 2020-08-04 17:27:57 +02:00
agarcia
aebd7288cd Migrate DavUtils to kotlin and fix a compilation error 2020-08-04 17:27:57 +02:00
agarcia
7f2d94bc78 Migrate webdav wrappers to kotlin 2020-08-04 17:27:57 +02:00
agarcia
c5fd59c825 Add support for version.hide config 2020-08-04 17:27:57 +02:00
agarcia
f93887732c Fix path dav4android -> dav4jvm 2020-08-04 17:27:57 +02:00
agarcia
ffe7d9d8e3 Update dav4android and okttp versions to 4.6.0 2020-08-04 17:27:57 +02:00
agarcia
390ef9fbd7 Update versionCode and versionName 2020-08-04 17:27:57 +02:00
agarcia
23a38a7fe6 Refresh stored client credentials when needed 2020-06-30 18:32:38 +02:00
Hannes Achleitner
070ac89fa9 Use Android separator instead of homemade one 2020-06-25 06:14:16 +02:00
agarcia
7536ba8f3c Apply code review suggestions 2020-06-16 17:21:15 +02:00
agarcia
d6ea5800eb Take care when quota available and used are 0 2020-06-16 17:21:15 +02:00
agarcia
59229aa6ab Remove avatar dimension from Service constructor 2020-06-16 17:21:15 +02:00
agarcia
ac21650da7 Manage responses with no avatar 2020-06-16 17:21:15 +02:00
agarcia
d997c84a80 Keep working on avatar rearquitecture 2020-06-16 17:21:15 +02:00
agarcia
6f74907af6 Migrate GetRemoteUserAvatarOperation to kotlin 2020-06-16 17:21:15 +02:00
agarcia
8a88fbd938 Apply CR suggestions 2020-06-16 17:21:15 +02:00
agarcia
bbac8d0278 Polish remote operation 2020-06-16 17:21:15 +02:00
agarcia
337c57da1a Include GetQuota in UserService 2020-06-16 17:21:15 +02:00
agarcia
85782e4818 Migrate GetRemoteUserQuotaOperation to kotlin 2020-06-16 17:21:15 +02:00
agarcia
76a808cb0d Use TLSv1.3 if available 2020-06-15 14:16:45 +02:00
agarcia
7710db7612 Upgrade target version to v29 2020-06-09 11:26:23 +02:00
agarcia
1cee1a7a65 Update versionCode and versionName 2020-05-27 12:54:34 +02:00
agarcia
e2f858238b Add chunking capability 2020-05-15 10:10:18 +02:00
agarcia
837aa39b23 Removed unused capabilities 2020-05-14 09:58:28 +02:00
agarcia
fc8c256463 Update versionCode and versionName 2020-05-12 13:09:21 +02:00
agarcia
fba6436b56 Update versionCode and versionName 2020-05-06 13:59:06 +02:00
agarcia
42b923c3b8 Allow capabilities to be null 2020-05-05 08:51:39 +02:00
agarcia
679b91df7c Apply CR suggestions 2020-05-05 08:51:39 +02:00
agarcia
b10e74afec Use moshi to parse capabilities 2020-05-05 08:51:39 +02:00
abelgardep
7b29f8f09e Create a common response to parse json 2020-05-05 08:51:39 +02:00
abelgardep
48ee263951 First attempt to use Moshi to parse capabilities 2020-05-05 08:51:39 +02:00
davigonz
d957d48279 Move some OAuth constants out of the library 2020-04-29 17:32:54 +02:00
davigonz
7b32f7bbe4 Move OAuthConnectionBuilder to presentation layer, along with the rest of AppAuth dependencies 2020-04-29 17:32:54 +02:00
davigonz
5371c682d4 Add oidc scope constant 2020-04-29 17:32:54 +02:00
davigonz
f20d2554bf Fix crash when response body is empty and solve issue when retrieving auth methods 2020-04-29 17:32:54 +02:00
agarcia
54d03cdfd5 Remove search min length capability 2020-04-22 10:07:03 +02:00
agarcia
9e46b83901 A little cleanup 2020-04-16 14:31:08 +02:00
davigonz
18b0abb01a Apply CR changes 2020-04-16 14:31:08 +02:00
davigonz
bec5643714 Include services implementation so that can be used by library users 2020-04-16 14:31:08 +02:00
davigonz
cf06126ce1 Move account version constant to a better place within AccountUtils 2020-04-16 14:31:08 +02:00
davigonz
0028d63292 Create account version constant 2020-04-16 14:31:08 +02:00
agarcia
c6e88b127c Fix a potential null pointer exception 2020-04-16 14:31:08 +02:00
agarcia
d2ee1294f2 Rename services 2020-04-16 14:31:08 +02:00
agarcia
7e6b63db1f A little cleanup and improve some log messages 2020-04-16 14:31:08 +02:00
agarcia
1536a455a6 Move constants and utils to proper files 2020-04-16 14:31:08 +02:00
agarcia
4f07187fa2 Rename remote operations 2020-04-16 14:31:08 +02:00
Abel García de Prada
3829a1ca32 Start working on login usecase 2020-04-16 14:31:08 +02:00
abelgardep
ec5c9fc4aa Remove ugly dependency from GetRemoteStatusOperation
Create AnonymousService for operations that not require authentication
2020-04-16 14:31:08 +02:00