-
-
Notifications
You must be signed in to change notification settings - Fork 401
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
Replace deprecated startActivityForResult #1238
Replace deprecated startActivityForResult #1238
Conversation
Ok, the test fails on the master as well. |
Did you disable all animations on your device/emulator before running the tests? The tests will be flaky with animations enabled. |
Oh okay, works now |
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.
Thanks for working on this!
Do we want to replace the non-deprecated "Activity.startActivityForResult" as well
Yes, let's do that as well.
...java/com/beemdevelopment/aegis/ui/fragments/preferences/ImportExportPreferencesFragment.java
Outdated
Show resolved
Hide resolved
Alright, working on this |
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 remark. Other than that, this looks good to me! Could you squash your commits?
Sure, everything's fixed and squashed |
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.
Thanks!
Hi Aegis team,
this PR can hopefully finally close #807.
As #998 didn't come to a merge, maybe we can tackle that once again.
Things to discuss:
Example: https://github.com/cyb3rko/aegis/blob/9ad3a7925f0e8e980b7eb88ca7cdffbd1c8cb85d/app/src/main/java/com/beemdevelopment/aegis/ui/EditEntryActivity.java#L492 which is defined here https://github.com/cyb3rko/aegis/blob/9ad3a7925f0e8e980b7eb88ca7cdffbd1c8cb85d/app/src/main/java/com/beemdevelopment/aegis/vault/VaultManager.java#L308