Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KhalidWar/anonaddy
Mobile app for AnonAddy.com.
https://github.com/KhalidWar/anonaddy
aliases android android-app anonaddy anonaddy-account email flutter ios ios-app
Last synced: 2 days ago
JSON representation
Mobile app for AnonAddy.com.
- Host: GitHub
- URL: https://github.com/KhalidWar/anonaddy
- Owner: KhalidWar
- License: mit
- Created: 2020-09-10T19:07:19.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T16:18:16.000Z (6 months ago)
- Last Synced: 2024-05-28T17:18:27.267Z (5 months ago)
- Topics: aliases, android, android-app, anonaddy, anonaddy-account, email, flutter, ios, ios-app
- Language: Dart
- Homepage:
- Size: 20.3 MB
- Stars: 102
- Watchers: 6
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# AddyManager - addy.io for Android and iPhone.
Mobile app for [addy.io (AnonAddy)](https://addy.io/). This app
utilises [addy.io's API](https://app.addy.io/docs/) to interact with user account.[![Codemagic build status](https://api.codemagic.io/apps/5fe2a9a115bfd177d368e1b3/5fe2a9a115bfd177d368e1b2/status_badge.svg)](https://codemagic.io/apps/5fe2a9a115bfd177d368e1b3/5fe2a9a115bfd177d368e1b2/latest_build)
## Get it on
[](https://play.google.com/store/apps/details?id=com.khalidwar.anonaddy) [](https://apps.apple.com/us/app/addymanager/id1547461270#?platform=iphone)
## Support AddyManager
Your support will help the continuous development of this project. Click on QR codes to get
copy-able wallet address.[](https://www.buymeacoffee.com/khalidwar)
## Screenshots
## Features
- Get detailed view of all aliases (available or deleted).
- Copy alias email with a single tap.
- Search aliases by email address, domain, alias, or description.
- Activate and deactivate aliases on the fly.
- Create new alias with custom description, domain, and format (UUID and random words).
- Delete and restore aliases.
- Add or remove PGP key.
- Enable or disable PGP Email encryption.
- Adaptive and persistent Light and Dark themes.
- Offline support: access your data even if you're in an airplane.## Security
AddyManager requires [Access Token](https://app.addy.io/settings/api) to access and manage your
addy.io account. It utilizes secure
storage, [Keychain](https://developer.apple.com/documentation/security/keychain_services#//apple_ref/doc/uid/TP30000897-CH203-TP1)
for iOS and [KeyStore](https://developer.android.com/training/articles/keystore) for Android, to
safely and securely store provided access token.Your access token is NOT sent to us or any third party server. However, access token is required to
interact with your addy.io account and is used to fetch aliases, recipients, domains...etc.## Privacy
AddyManager is free and open source software licensed
under [MIT](https://github.com/KhalidWar/anonaddy/blob/master/LICENSE). Free as in free of ads,
analytics, and trackers. What's yours is yours.Your account data, aliases, recipients, domains, search history...etc. do NOT leave your device and
are DELETED upon log out. Again, what's yours is yours.## Packages used
Please refer to [pubspec.yaml](https://github.com/KhalidWar/anonaddy/blob/master/pubspec.yaml) for
all packages used in this project.## Development
### Contribution
You can contribute by reporting bugs, suggesting improvements, and/or by helping out in code.
UI/UX designers are always welcome. You can email directly at [email protected].1. Feel free to fork this repo and help out
2. Make small, concise, and well documented commits.
3. No idea where to start? Contact me and I will assign you appropriate tasks.### Getting Started
Check out [Flutter's official guide](https://flutter.dev/docs/get-started/install) to installing and
running Flutter on your system.### Prerequisites
- Download IDE either [Android Studio](https://developer.android.com/studio)
or [VSC](https://code.visualstudio.com/)
- Install Flutter SDK and Dart plugin.
- Flutter stable channel is used for development.
- Mobile device (emulator or physical).### Steps
- Clone this repo to your local machine: `git clone https://github.com/KhalidWar/anonaddy.git`
- Run `flutter run pub get` in terminal inside project root directory.
- Run `main.dart` on emulator or physical device.
- Create addy.io account and generate your own [API Access Token](https://app.addy.io/settings/api),
found under API section.
- Sign in with your API Access Token.
- All set!---
#### License
This project is licensed
under [MIT License](https://github.com/KhalidWar/anonaddy/blob/master/LICENSE). It means you're free
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell this project.#### Acknowledgement
Special thanks to addy.io's team for providing us with their free and well
documented [API](https://app.addy.io/docs/).#### Disclaimer
AddyManager is independently created by [Khalid War](https://github.com/khalidwar) as a tool to help
you manage your addy.io account and is not associated with the official addy.io project or team.