-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Init UiState for activity type filter screen #13439
Conversation
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
You can test the changes on this Pull Request by downloading the APK here. |
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.
It is so nice so see how the view model is being built, thanks for including me in this PR @malinajirka and great job! 🙏 🌟
Guess what... minors and questions from my side, nothing more, nothing less, as you would expect! 😄
...main/java/org/wordpress/android/ui/activitylog/list/filter/ActivityLogTypeFilterViewModel.kt
Outdated
Show resolved
Hide resolved
...main/java/org/wordpress/android/ui/activitylog/list/filter/ActivityLogTypeFilterViewModel.kt
Outdated
Show resolved
Hide resolved
...main/java/org/wordpress/android/ui/activitylog/list/filter/ActivityLogTypeFilterViewModel.kt
Outdated
Show resolved
Hide resolved
...main/java/org/wordpress/android/ui/activitylog/list/filter/ActivityLogTypeFilterViewModel.kt
Outdated
Show resolved
Hide resolved
...main/java/org/wordpress/android/ui/activitylog/list/filter/ActivityLogTypeFilterViewModel.kt
Show resolved
Hide resolved
.../java/org/wordpress/android/ui/activitylog/list/filter/ActivityLogTypeFilterViewModelTest.kt
Outdated
Show resolved
Hide resolved
.../java/org/wordpress/android/ui/activitylog/list/filter/ActivityLogTypeFilterViewModelTest.kt
Outdated
Show resolved
Hide resolved
.../java/org/wordpress/android/ui/activitylog/list/filter/ActivityLogTypeFilterViewModelTest.kt
Show resolved
Hide resolved
…issue/13268-init-ui-state # Conflicts: # WordPress/src/main/java/org/wordpress/android/ui/activitylog/list/filter/ActivityLogTypeFilterAdapter.kt
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.
LGTM 👍.
Partially fixes #13268
This PR initializes uistate for activity type filter screen and adds some basic logic. Since the endpoint for getting available activity types isn't implemented yet, it's just a dummy implementation.
Merge instructions:
To test:
Nothing to test, there is no UI yet.
PR submission checklist:
RELEASE-NOTES.txt
if necessary.