-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[a11y] 11.1.4.11 Non-text contrast #4433
Conversation
778f050
to
37a0516
Compare
1d0fb58
to
57dce08
Compare
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.
This needs a general recheck @Aitorbp, not valid to move it to QA yet
owncloudApp/src/main/java/com/owncloud/android/presentation/spaces/SpacesListFragment.kt
Show resolved
Hide resolved
owncloudApp/src/main/java/com/owncloud/android/ui/activity/FileDisplayActivity.kt
Outdated
Show resolved
Hide resolved
owncloudApp/src/main/java/com/owncloud/android/ui/activity/FileDisplayActivity.kt
Outdated
Show resolved
Hide resolved
owncloudApp/src/main/java/com/owncloud/android/ui/activity/FolderPickerActivity.kt
Outdated
Show resolved
Hide resolved
owncloudApp/src/main/java/com/owncloud/android/ui/activity/ToolbarActivity.kt
Outdated
Show resolved
Hide resolved
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.
Some more changes requested here @Aitorbp
owncloudApp/src/main/java/com/owncloud/android/ui/activity/ToolbarActivity.kt
Outdated
Show resolved
Hide resolved
owncloudApp/src/main/java/com/owncloud/android/ui/activity/ToolbarActivity.kt
Show resolved
Hide resolved
owncloudApp/src/main/java/com/owncloud/android/ui/activity/ToolbarActivity.kt
Outdated
Show resolved
Hide resolved
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 now
Research: The
The
In this PR we are trying to unify the common appearance (colors, size...) of both toolbars in a single place. We are moving the general behaviour of the toolbar from the child classes to the This way, the following classes don't need to display the
We need to do this now because these classes extend from On the other hand, we have fixed a bug. Now, when we are in the spaces view, the text hint of the SearchView is |
03e856d
to
701c8f7
Compare
QA checks: Personal Space
Edit shared Link
Spaces
Toolbar checks
New brandable fieldsBackground color of the searchview: |
(1) [FIXED]With a branded
It looks like this: IMO, it shouldn't overlap the share and 3-dot icons NOTE: same in every folder without the avatar, f. ex, in the root of any space except personal Pixel 2, Android 11 |
About (1), i notice that the regression behaviour is that one. The point is, if the new bubble makes it a bit weird. With the same color it looks good, with two colors... maybe not. Open to discussion. |
There is a non-regressive problem in the search bar: it stops working after changing device orientation. It will be addressed in a separate issue |
Problem with filtering after rotating: #4441 |
About the search hint color
That default color was added to the color's list, but is not brandable for the search hint. Is that right? i'd go for the first approach, but we should not forget that the bubble background and the top bar are brandable. |
We've left it in the |
I would leave it as it is now, but adding a margin end to the toolbar. In all the applications I have seen (Drive, Instagram, WhatsApp, LinkedIn) when you click on the searchview, the search element expands the entire screen, removing the other elements that were previously there. |
Approved on my side. A problem was detected, as no regression was moved to another place: #4441 |
… bubble searchview
…agment and ReceiveExternalFilesActivity
…nd removed useless functionality about toolbar
…ed super() to onCreateOptionsMenu func
…yed in those classes
86f1cd8
to
663ea64
Compare
Related Issues
App:
ReleaseNotesViewModel.kt
creating a newReleaseNote()
with String resources (if required)QA
QA checks:
#4433 (comment)