-
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
[TECHNICAL] Changes in accessibility role management #4466
Conversation
Report 1: As I said earlier in the pr: Assigning an So if we try to access an
Not working. Therefore I would leave it as it is and until Likewise, we cannot remove the Report 2: I don't see a problem that now the oncreateView is created in the parent and not in the children. To give more detail to the structure, leave here what the menu would look like. In
FileFragment inheritances:
|
Research passcode visibility when introducing numbers from the keyboard First of all, we need to mention that the operating system has internal mechanisms to manage text input interactions, both from physical and virtual keyboards. In the case of physical keyboards, when typing into a password Therefore, in our code, two functionalities coexist: first, the system behavior is executed, followed by our own implementation. The most optimal solution we have found is to set the |
8c007fd
to
9a74b81
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.
Some comments here for you to check @Aitorbp
...oudApp/src/main/java/com/owncloud/android/presentation/security/passcode/PassCodeActivity.kt
Outdated
Show resolved
Hide resolved
...oudApp/src/main/java/com/owncloud/android/presentation/security/passcode/PassCodeActivity.kt
Outdated
Show resolved
Hide resolved
...oudApp/src/main/java/com/owncloud/android/presentation/security/passcode/PassCodeActivity.kt
Outdated
Show resolved
Hide resolved
owncloudApp/src/main/java/com/owncloud/android/extensions/ActivityExt.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.
One more change, and check the previous CR comments
62de37c
to
58d48cc
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.
LGTM, let's move this to QA 🚀
Here the |
This task is a refactor over other task in the same milestone that already has an entry in Calens file. That means, we don't need two entries for the same feature in the same release/milestone. Please, join all together the roles management stuff in just one entry in the Calens. |
Ok, maybe removing this one is ok because this issue handle two differents issues. What do you thing ? @jesmrec |
it depends. If the stuff in the current PR adds something new and relevant to the work in the other, it should be added. If it is just refactor, corrections and bugfixing you are right, we could get rid of the current entry. |
Some checks over navegability in passcode view: Open create view and ...
Open unlock view and ...
On 1 and...
Mixed input (software and physical keyboard) -> doing some exploratory testing with success. Focus was checking if all keys in both keyboards have the proper effect on the created or input passcode |
58d48cc
to
ff822d5
Compare
Approved on my side |
…m keyboard and external keyboard
79d41fa
to
c24e458
Compare
Related Issues
App:
ReleaseNotesViewModel.kt
creating a newReleaseNote()
with String resources (if required)QA