Skip to content
Snippets Groups Projects
  1. Oct 21, 2020
    • Matthias Urhahn's avatar
      Fix automatic data reset on for users affected by encryption issues... · 4a6e4398
      Matthias Urhahn authored
      Fix automatic data reset on for users affected by encryption issues (EXPOSUREAPP-3313, EXPOSUREAPP-3335) (#1433)
      
      * I overlooked that `KeyException` is a subclass of `GeneralSecurityException`.
      This causes us to continue with `KeyException` which then fails the message matching test.
      As the underlying Tink code throws the GeneralSecurityException first, we check the type of the last exception.
      
      * Add additional specific test cases for nested exceptions.
      
      * The dialog shouldn't automatically dismiss when the user clicks details.
      They may not have read the dialog message completely or want to re-read it.
      Unverified
      4a6e4398
  2. Oct 12, 2020
  3. Oct 09, 2020
  4. Oct 08, 2020
  5. Oct 07, 2020
  6. Oct 06, 2020
  7. Oct 05, 2020
  8. Oct 02, 2020
Loading