1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-17 11:22:54 +00:00

Refactor GetRemoteUserInfoOperation

Start using Moshi to parse json responses.
Create RemoteUserInfo and UserInfoResponse.
Create UserService.
Migrate GetRemoteUserInfoOperation to kotlin.
This commit is contained in:
abelgardep
2020-01-24 21:51:39 +01:00
committed by davigonz
parent c5e64bd7ac
commit 99ced8bf41
8 changed files with 236 additions and 111 deletions
+6
View File
@@ -9,6 +9,12 @@ dependencies {
api 'com.gitlab.ownclouders:dav4android:oc_support_1.0.1'
api 'com.github.hannesa2:Logcat:1.6.0'
api 'net.openid:appauth:0.7.1'
// Moshi
implementation ("com.squareup.moshi:moshi-kotlin:$moshiVersion") {
exclude module: "kotlin-reflect"
}
kapt "com.squareup.moshi:moshi-kotlin-codegen:$moshiVersion"
}
allOpen {