Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nain-f49ff806/anemo-aer
Private (secondary) storage for Android
https://github.com/nain-f49ff806/anemo-aer
android android-application kotlin storage
Last synced: 5 days ago
JSON representation
Private (secondary) storage for Android
- Host: GitHub
- URL: https://github.com/nain-f49ff806/anemo-aer
- Owner: nain-F49FF806
- License: gpl-3.0
- Created: 2024-06-18T19:57:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-25T21:51:29.000Z (about 1 month ago)
- Last Synced: 2025-01-13T13:19:18.228Z (12 days ago)
- Topics: android, android-application, kotlin, storage
- Language: Kotlin
- Homepage:
- Size: 2.98 MB
- Stars: 198
- Watchers: 4
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Aer - fork of [Anemo]
> [!NOTE]
> - This fork focuses on supporting app's *private location* on external storage (~ SD card)
> - If no external storage exists it'll gracefully fall back to using internal storage
> - Anemo and Aer can be used side by side for maximal profit[Anemo]: https://github.com/2bllw8/anemo
[![Aer CI](https://github.com/nain-F49FF806/anemo-aer/actions/workflows/main.yml/badge.svg)](https://github.com/nain-F49FF806/anemo-aer/actions/workflows/main.yml)
[![Latest release](https://img.shields.io/github/v/release/nain-F49FF806/anemo-aer?label=download)](https://github.com/nain-F49FF806/anemo-aer/releases/latest)Aer is a private local storage utility application for android.
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 operating system.
Moreover it provides ways for the user to export contents from other apps and save them as files.## 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
- Lock access to the private storage
- Quick tile
- **Auto lock after set delay**
- Password for locking access to the files
- Import content using the share Android functionality
- **Option to select which private storage location to use**## Download
[](https://f-droid.org/en/packages/alt.nainapps.aer/)
Alternatively, get it from github [releases](https://github.com/nain-F49FF806/anemo-aer/releases)
## Build
With Gradle:
- `./gradlew :app:assembleRelease`
- `./gradlew :app:assembleDebug`## Get help
Open an discussion [on github](https://github.com/2bllw8/anemo/discussions/new?category=Q-A)
## Contributions
**Every contributions, including ideas, bug reports and Pull Requests are welcome!**
- **Solve bug(s)**, add **feature(s)** or **translate** Aer to your native language by making a **[pull request](https://help.github.com/articles/about-pull-requests/)**
- You have an idea for improvement or a new feature? Open a feature request **[upstream](https://github.com/2bllw8/anemo/issues/new?assignees=&labels=enhancement&template=feature_request.yml&title=[Feature+request]+)** or specifically **[for Aer](https://github.com/nain-F49FF806/anemo-aer/issues/new?assignees=&labels=enhancement&template=feature_request.yml&title=[Feature+request]+)**
- You faced a bug, let us know by opening a **[bug report](https://github.com/nain-F49FF806/anemo-aer/issues/new?assignees=&labels=bug&template=bug_report.yml&title=%5BBug%5D+)**## License
Aer is licensed under the [GNU General Public License v3 (GPL-3)](http://www.gnu.org/copyleft/gpl.html).