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

1307 Commits

Author SHA1 Message Date
davigonz
f20d2554bf Fix crash when response body is empty and solve issue when retrieving auth methods 2020-04-29 17:32:54 +02:00
Abel García de Prada
64bfd6a7f7
Merge pull request #314 from owncloud/fix/short_names_not_found_as_recipients
Remove search min length capability
2020-04-22 11:02:22 +02:00
agarcia
54d03cdfd5 Remove search min length capability 2020-04-22 10:07:03 +02:00
David González Verdugo
5ecd3c9311
Merge pull request #307 from owncloud/new_arch/login
[New arch] Login
2020-04-17 15:41:01 +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
abelgardep
ad533c8307 Migrate GetRemoteStatusOperation to Kotlin 2020-04-16 14:31:08 +02:00
abelgardep
921983c16e Migrate ExistenceCheckRemoteOperation to Kotlin 2020-04-16 14:31:08 +02:00
abelgardep
99ced8bf41 Refactor GetRemoteUserInfoOperation
Start using Moshi to parse json responses.
Create RemoteUserInfo and UserInfoResponse.
Create UserService.
Migrate GetRemoteUserInfoOperation to kotlin.
2020-04-16 14:31:08 +02:00
Abel García de Prada
c5e64bd7ac
Merge pull request #312 from owncloud/fix/parseFileItemSourceAsString
Parse file_source and item_source as string
2020-04-16 09:28:10 +02:00
Abel García de Prada
96ea90e349
Merge pull request #305 from owncloud/verify-gradle
verify Gradle
2020-04-15 13:34:31 +02:00
agarcia
18f4775db6 Perform gradle validation only on pr 2020-04-15 11:20:42 +02:00
agarcia
9ec6e74d6e Parse file_source and item_source as string 2020-04-15 10:50:53 +02:00
Hannes Achleitner
ffcf603b8b verify Gradle 2020-04-08 10:39:22 +02:00
Abel García de Prada
9331f7e8b3
Merge pull request #310 from owncloud/AndroidStudio-3.6.1
Android Studio 3.6.2
2020-04-07 08:13:52 +02:00
agarcia
48f720011d Use last kotlin version 2020-04-06 08:52:32 +02:00
Hannes Achleitner
1945d311d7 Android Studio 3.6.1 2020-03-17 18:08:00 +01:00
Jesús Recio Rincón
1d767f1e13
Merge pull request #296 from owncloud/UpdateCopyRightYear
Update Copyright year to 2020 (library)
2020-03-17 17:51:17 +01:00
Hannes Achleitner
6803a347bf Update Copyright year to 2020 2020-03-17 15:50:50 +01:00
Abel García de Prada
e6e3af2082
Merge pull request #311 from owncloud/fix/support_for_special_username
Support for usernames with character +
2020-03-12 11:10:58 +01:00
agarcia
8d5524da75 Support for usernames with character + 2020-03-10 14:19:40 +01:00
David González Verdugo
f7a54a8218
Merge pull request #306 from owncloud/fix/sample_client
Fix sample client
2020-02-18 16:48:22 +01:00
davigonz
e343a720f7 Fix sample client 2020-02-18 12:18:02 +01:00
David González Verdugo
8f9bed2d9f
Merge pull request #300 from owncloud/new_arch/oauth_app_auth
Implement OAuth2 with AppAuth
2020-02-12 18:27:52 +01:00
davigonz
0f1f232c16 Fix crash when client is revoked from web UI 2020-02-12 10:51:49 +01:00
davigonz
4a9eb24d69 Include hostname verifier 2020-02-11 16:46:15 +01:00
David González Verdugo
b77cecedab
Merge pull request #294 from owncloud/preventCrash
prevent a crash
2020-02-11 08:39:56 +01:00
davigonz
1b4ce388b3 Apply changes requested in code review 2020-02-06 15:03:50 +01:00
davigonz
4153ee4e35 Remove no longer used OAuth classes 2020-02-05 17:16:06 +01:00
davigonz
261be8bf85 Create OAuth scope param to save it in AccountManager during OAuth process 2020-02-05 16:32:50 +01:00
davigonz
b7033e53bf Use custom connection builder to work with http requests along with AppAuth library 2020-02-05 10:16:33 +01:00
David González Verdugo
fb8dc389a4
Merge pull request #301 from owncloud/fix/oauth_multiaccount
Fix multiaccount with OAuth does not work + Owncloud Client factories cleanup
2020-02-05 09:48:26 +01:00
davigonz
b04a314478 Remove unnecessary method 2020-02-05 08:49:24 +01:00
davigonz
c7f9c9d201 Clean up owncloud client factories 2020-02-04 17:49:35 +01:00
davigonz
5b3c21ba82 Change policy name in ownCloudClientManagerFactory 2020-02-04 15:33:00 +01:00
Hannes Achleitner
e2be78c8f8 prevent a crash 2020-01-30 22:33:43 +01:00
David González Verdugo
015011b6e0
Merge pull request #297 from owncloud/BuildSampleApp
Build sample app successful
2020-01-30 14:40:34 +01:00
davigonz
ffbd4e9128 Use latest gradle version 2020-01-28 17:33:16 +01:00
Abel García de Prada
11a2ec1d3e Replace stacktrace with timber log 2020-01-21 13:11:54 +01:00
Hannes Achleitner
9beb25d019 fix lint issues 2020-01-21 13:10:01 +01:00