mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-24 10:00:57 +00:00
The main goals of this patch are to: - Improve the exception handling in Aegis and the way we present errors messages to the user when they occur. - Write exception stack traces to the log in more places, so that the ADB logs we ask for from our users when reporting bugs become more useful. - Reduce the amount of times we throw a RuntimeException, particularly when an Android Keystore operation fails. Achieving the above goals ended up resulting in a very large refactor. The intro and unlock flow of the app need to be retested entirely. |
||
---|---|---|
.. | ||
activity_about.xml | ||
activity_auth.xml | ||
activity_edit_entry.xml | ||
activity_groups.xml | ||
activity_intro.xml | ||
activity_main.xml | ||
activity_scanner.xml | ||
activity_select_entries.xml | ||
activity_slots.xml | ||
card_entry.xml | ||
card_entry_compact.xml | ||
card_entry_small.xml | ||
card_group.xml | ||
card_import_entry.xml | ||
card_slot.xml | ||
content_about.xml | ||
dialog_error.xml | ||
dialog_number_picker.xml | ||
dialog_password.xml | ||
dialog_text_input.xml | ||
dialog_web_view.xml | ||
fragment_authenticated_slide.xml | ||
fragment_authentication_slide.xml | ||
fragment_entry_list_view.xml | ||
popup_password.xml |