You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Aegis/app/src/main/java/com/beemdevelopment/aegis
Alexander Bakker 08ab8237e7 Improve backup error handling and frequency
This patch improves our backup functionality in a number of ways:
- Only backup the vault when important changes are made, not when the order of
  entries is changed, for instance.
- Don't bubble up backup errors when saving the vault.
- Instead, show an error bar in the main view if the most recent backup attempt
  failed.

<img src="https://alexbakker.me/u/kbhhj2hcgx.png" width="300" />

Clicking on the error bar will take the user to the backup settings.
5 years ago
..
crypto Don't replace the Bouncy Castle security provider 5 years ago
encoding Fix importing andOTP backups with more than 10000 PBKDF iterations 5 years ago
helpers Rename "Database" to "Vault" 6 years ago
importers Fix importing andOTP backups with more than 10000 PBKDF iterations 5 years ago
otp Add ability to transfer tokens with qr codes 5 years ago
services Always cancel the persistent notification when the app task is removed 6 years ago
ui Improve backup error handling and frequency 5 years ago
util Add support for backups 5 years ago
vault Improve backup error handling and frequency 5 years ago
AegisApplication.java Fix crash that would occur when locking the screen with a locked vault 5 years ago
CancelAction.java Add temporary backpress fix 6 years ago
Preferences.java Improve backup error handling and frequency 5 years ago
SortCategory.java Rename "Database" to "Vault" 6 years ago
Theme.java automatically adapt to system theme 5 years ago
ViewMode.java Move entry divider logic to EntryListView 6 years ago