-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
fix(tests)+refactor(new reviewer): move preferences to Prefs #17829
Conversation
5321d68
to
b31205e
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.
The concept of the FIXME looks great, but I think the implementation is flaky
Tests sometimes feels like illusionism. Idk why I tried to replace JUnit5 with 4, nor why that solved some of the flakiness. Thanks for the heads up about the lambda. Also thanks to Mike for the flaky hammer (and to GitHub for running it for free because I used it more than I should). I would give up if it didn't exist. https://github.com/BrayanDSO/Anki-Android/actions/runs/12814915193/job/35732459859 |
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 know how the yak shaves feel. Android strikes again!
Great going!
+ fix(tests) fix(tests): Prefs Sometimes the order wasn't right, and the delegated methods weren't being parsed refactor: add autoFocusTypeAnswer to Prefs refactor: add ignoreDisplayCutout to Prefs refactor: add HideSystemBars to Prefs
0b8a045
to
e815af1
Compare
Squashed as requested. Ready to go |
Approach
Move a pref in each commit
How Has This Been Tested?
I'm trusting the unit tests
Checklist
Please, go through these checks before submitting the PR.