Skip to content

Commit

Permalink
Update feature description
Browse files Browse the repository at this point in the history
  • Loading branch information
nain-F49FF806 committed Dec 25, 2024
1 parent 5d3d5a3 commit e8415ae
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
defaultConfig {
minSdk = rootProject.extra["minSdkVersion"] as Int
targetSdk = rootProject.extra["targetSdkVersion"] as Int
versionCode = 1735158000
versionCode = 1735159000
versionName = "2024.12.25"
applicationId = "alt.nainapps.aer"
vectorDrawables {
Expand Down
26 changes: 14 additions & 12 deletions metadata/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,22 @@ Instead of being a stand-alone file manager, Aer hooks into various components o
making it feel like a native part of the operating system. Moreover, it provides ways for the user
to export contents from other apps and save them in Aer storage.

Features
<em>Features</em>

- Create folders and organize files freely
- All files in the Aer private storage won't appear in the other apps
- Access using the system Files application (the DocumentsProviderUI)
- An optional shortcut is offered for devices that do not expose the system Files app
- The system Files app is also used as file picker, so you can pick Aer files to share
- Lock access to the private storage
- Quick tile
- Auto lock after set delay
- Password for locking access to the files
- Import content into Aer using the Android share functionality
<ul>
<li> Create folders and organize files freely
<li> All files in the Aer private storage won't appear in the other apps
<li> Access using the system Files application (the DocumentsProviderUI)
<li> An optional shortcut is offered for devices that do not expose the system Files app
<li> The system Files app is also used as file picker, so you can pick Aer files to share
<li> Lock access to the private storage
<li> Quick tile
<li> Auto lock after set delay (experimental)
<li> Password for locking access to the files
<li> Import content into Aer using the Android share functionality
</ul>

Aer vs Anemo
<em>Aer vs Anemo</em>

In addition to Anemo features above, Aer adds support for external storage, like encrypted SD cards.
When available Aer will store your files on external storage (which tend to have larger capacity).
Expand Down

0 comments on commit e8415ae

Please sign in to comment.