-
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
| public void after() { | ||
| removeOnClient(client); | ||
| removeOnClient(client2); | ||
| // removeOnClient(client); |
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.
I guess these are needed for local testing and you need to revert.
|
|
||
| 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 ?
...ry/src/main/java/com/nextcloud/android/lib/resources/clientintegration/ElementTypeAdapter.kt
Show resolved
Hide resolved
| import com.owncloud.android.lib.resources.OCSRemoteOperation | ||
| import org.apache.commons.httpclient.HttpStatus | ||
|
|
||
| /** |
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.
Small but :)
/**
* Get client integration
*/
No need for this comment. GetClientIntegrationJsonOperation already says same/similar thing. This comment is not explain anything.
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
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
f51ba3b to
1639bf8
Compare
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
|
stable-IT test failed: https://www.kaminsky.me/nc-dev/android-library-integrationTests/4805-IT-stable-14-14/debug/ |
|
master-IT test failed: https://www.kaminsky.me/nc-dev/android-library-integrationTests/4805-IT-master-14-16/debug/ |
|
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/ |
No description provided.