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/vault
Alexander Bakker 1ede56e137 Rewrite the export functionality to use the Storage Access Framework
We noticed after the v1.1 release that we need to switch our external storage
access code over to use the Storage Access Framework. The export functionality
was the only piece of code that still used the deprecated method and this patch
addresses that.

The Storage Access Framework is a little annoying to work with, but I don't
think it'll be too painful for our usecase. This switch comes with some nice
benefits for users as well. Users are now able to select a custom storage
location, which can be local or in the cloud.

This also removes ``requestLegacyExternalStorage`` from the manifest, as we
don't need it anymore.
6 years ago
..
slots Rename "Database" to "Vault" 6 years ago
Vault.java Rename "Database" to "Vault" 6 years ago
VaultEntry.java Rename "Database" to "Vault" 6 years ago
VaultException.java Rename "Database" to "Vault" 6 years ago
VaultFile.java Rename "Database" to "Vault" 6 years ago
VaultFileCredentials.java Rename "Database" to "Vault" 6 years ago
VaultFileException.java Rename "Database" to "Vault" 6 years ago
VaultManager.java Rewrite the export functionality to use the Storage Access Framework 6 years ago
VaultManagerException.java Rename "Database" to "Vault" 6 years ago