Aegis/app/src/main/java/com/beemdevelopment/aegis
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.
2020-01-04 22:09:13 +01:00
..
crypto Use the old encode method for passwords over 64 bytes and repair the slot (#98) 2019-05-26 23:52:20 +02:00
encoding Replace hardcoded encoding names with constants 2019-03-28 20:01:00 +01:00
helpers Rename "Database" to "Vault" 2019-12-25 19:21:34 +01:00
importers Rename "Database" to "Vault" 2019-12-25 19:21:34 +01:00
otp Check for the possibility of an overflow when parsing OTP period 2019-08-28 19:46:47 +02:00
services Always cancel the persistent notification when the app task is removed 2020-01-02 13:05:45 +01:00
ui Rewrite the export functionality to use the Storage Access Framework 2020-01-04 22:09:13 +01:00
util Introduce UUIDMap for storing objects that are keyed by a UUID 2019-08-03 17:50:25 +02:00
vault Rewrite the export functionality to use the Storage Access Framework 2020-01-04 22:09:13 +01:00
AegisApplication.java Rename "Database" to "Vault" 2019-12-25 19:21:34 +01:00
CancelAction.java Add temporary backpress fix 2019-09-06 21:48:17 +02:00
Preferences.java Add the option to highlight entries when tapped 2019-09-21 12:58:35 +02:00
SortCategory.java Rename "Database" to "Vault" 2019-12-25 19:21:34 +01:00
Theme.java Fix the last couple of sorting bugs (#77) 2019-05-15 21:29:45 +02:00
ViewMode.java Move entry divider logic to EntryListView 2019-06-09 22:41:50 +02:00