mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-21 09:21:27 +00:00
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. |
||
---|---|---|
.. | ||
crypto | ||
encoding | ||
helpers | ||
importers | ||
otp | ||
services | ||
ui | ||
util | ||
vault | ||
AegisApplication.java | ||
CancelAction.java | ||
Preferences.java | ||
SortCategory.java | ||
Theme.java | ||
ViewMode.java |