Skip to content

Commit

Permalink
Update app listing description
Browse files Browse the repository at this point in the history
  • Loading branch information
nain-F49FF806 committed Oct 10, 2024
1 parent d247e91 commit c918b9a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 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 = 1728545000
versionCode = 1728553000
versionName = "2024.10.10"
applicationId = "alt.nainapps.aer"
vectorDrawables {
Expand Down
19 changes: 11 additions & 8 deletions metadata/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,28 @@ Aer is a private local (+secondary) storage utility application for android.
Do you worry about your private pictures or files appearing in other apps?
That's where Aer private storage comes in. Files in Aer storage won't appear in the other apps.

Instead of being a stand-alone file manager user interface, it hooks into various components of
Android making it feel like a native part of the operative system.
Moreover it provides ways for the user to export contents from other apps and save them as files.
Note: Aer is in development 🏗️. Accidents happen. Please keeps backups 👷‍♀️ for your protection.

Instead of being a stand-alone file manager, Aer hooks into various components of Android,
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

- Create folders and organize files freely
- All files in the private storage won't appear in the other apps
- Access in the system Files application (the _DocumentsProviderUI_)
- An optional shortcut for devices that do not expose the system Files app is offered
- 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 15 minutes
- Password for locking access to the files
- Import content using the share Android functionality
- Import content into Aer using the Android share functionality

Aer vs Anemo

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).
This also allows accessing your private files on your computer when connected using USB (MTP).
This also allows accessing your private files on your computer when connected using USB cable (MTP).
The storage backend used is also manually configurable.

0 comments on commit c918b9a

Please sign in to comment.