- Notifications
You must be signed in to change notification settings - Fork10
Mobile app for AnonAddy.com.
License
KhalidWar/anonaddy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Mobile app foraddy.io (AnonAddy). This apputilisesaddy.io's API to interact with user account.
Your support will help the continuous development of this project. Click on QR codes to getcopy-able wallet address.
- 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.
AddyManager requiresAccess Token to access and manage youraddy.io account. It utilizes securestorage,Keychainfor iOS andKeyStore for Android, tosafely and securely store provided access token.
Your access token is NOT sent to us or any third party server. However, access token is required tointeract with your addy.io account and is used to fetch aliases, recipients, domains...etc.
AddyManager is free and open source software licensedunderMIT. 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 andare DELETED upon log out. Again, what's yours is yours.
Please refer topubspec.yaml forall packages used in this project.
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 ataddymanager@khalidwar.com.
- Feel free to fork this repo and help out
- Make small, concise, and well documented commits.
- No idea where to start? Contact me and I will assign you appropriate tasks.
Check outFlutter's official guide to installing andrunning Flutter on your system.
- Download IDE eitherAndroid StudioorVSC
- Install Flutter SDK and Dart plugin.
- Flutter stable channel is used for development.
- Mobile device (emulator or physical).
- 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 ownAPI Access Token,found under API section.
- Sign in with your API Access Token.
- All set!
This project is licensedunderMIT License. It means you're freeto use, copy, modify, merge, publish, distribute, sublicense, and/or sell this project.
Special thanks to addy.io's team for providing us with their free and welldocumentedAPI.
AddyManager is independently created byKhalid War as a tool to helpyou manage your addy.io account and is not associated with the official addy.io project or team.
About
Mobile app for AnonAddy.com.