-
Notifications
You must be signed in to change notification settings - Fork 95
Declarative UI #1836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Declarative UI #1836
Conversation
46595dc to
09cf421
Compare
e424b9f to
be1621e
Compare
12510b0 to
373cb73
Compare
373cb73 to
c8eff09
Compare
library/src/androidTest/java/com/owncloud/android/AbstractIT.java
Outdated
Show resolved
Hide resolved
|
|
||
| data class App( | ||
| val version: Double, | ||
| @SerializedName("context-menu") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this is not using kotlinx.parcelize.Parcelize as well ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no need for it.
Serialiazed name is needed to parse json.
...ry/src/main/java/com/nextcloud/android/lib/resources/clientintegration/ElementTypeAdapter.kt
Show resolved
Hide resolved
...a/com/nextcloud/android/lib/resources/clientintegration/GetClientIntegrationJsonOperation.kt
Outdated
Show resolved
Hide resolved
library/src/main/java/com/nextcloud/android/lib/resources/clientintegration/Row.kt
Outdated
Show resolved
Hide resolved
library/src/main/java/com/nextcloud/android/lib/resources/clientintegration/TooltipResponse.kt
Outdated
Show resolved
Hide resolved
...a/com/nextcloud/android/lib/resources/clientintegration/GetClientIntegrationJsonOperation.kt
Outdated
Show resolved
Hide resolved
library/src/main/java/com/owncloud/android/lib/resources/status/Method.kt
Show resolved
Hide resolved
...y/src/main/java/com/nextcloud/android/lib/resources/clientintegration/ClientIntegrationUI.kt
Outdated
Show resolved
Hide resolved
f51ba3b to
1639bf8
Compare
|
stable-IT test failed: https://www.kaminsky.me/nc-dev/android-library-integrationTests/4806-IT-stable-14-24/debug/ |
|
master-IT test failed: https://www.kaminsky.me/nc-dev/android-library-integrationTests/4806-IT-master-14-27/debug/ |
Signed-off-by: tobiasKaminsky <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: tobiasKaminsky <[email protected]>
Signed-off-by: tobiasKaminsky <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
Signed-off-by: alperozturk <[email protected]>
16fc939 to
7f61654
Compare
|
stable-IT test failed: https://www.kaminsky.me/nc-dev/android-library-integrationTests/4838-IT-stable-08-53/debug/ |
|
master-IT test failed: https://www.kaminsky.me/nc-dev/android-library-integrationTests/4838-IT-master-08-56/debug/ |
|
@tobiasKaminsky Some tests are failing ??
|

No description provided.