- Update README with comprehensive documentation - Add release signing configuration - Create GitHub Pages site in docs/
50 lines
1.5 KiB
Markdown
50 lines
1.5 KiB
Markdown
---
|
|
layout: default
|
|
title: FastMask - Fastmail Masked Email Manager for Android
|
|
---
|
|
|
|
# FastMask
|
|
|
|
A native Android app for managing Fastmail masked emails.
|
|
|
|
Create, view, edit, and manage your masked email addresses directly from your Android device.
|
|
|
|
## Download
|
|
|
|
**[Download Latest APK](https://github.com/pawelorzech/FastMask/releases/latest)**
|
|
|
|
## Features
|
|
|
|
- **View Masked Emails** - Browse all your Fastmail masked email addresses
|
|
- **Create New Masks** - Generate new masked email addresses instantly
|
|
- **Enable/Disable** - Toggle masked emails on or off
|
|
- **Edit Details** - Update description, domain, and URL
|
|
- **Copy to Clipboard** - Quick one-tap copy
|
|
- **Search** - Filter your masked emails
|
|
- **Material You** - Modern Material 3 design
|
|
|
|
## Requirements
|
|
|
|
- Android 8.0 (API 26) or higher
|
|
- Fastmail account with API access
|
|
|
|
## Quick Start
|
|
|
|
1. Download the APK from [Releases](https://github.com/pawelorzech/FastMask/releases)
|
|
2. Install the app on your Android device
|
|
3. Create a Fastmail API token at [Fastmail Settings](https://www.fastmail.com/settings/security/tokens)
|
|
4. Enter your token in FastMask to start managing your masked emails
|
|
|
|
## Privacy
|
|
|
|
- Your API token is stored securely using Android's EncryptedSharedPreferences
|
|
- Direct communication with Fastmail's API - no third-party servers
|
|
- No analytics or tracking
|
|
|
|
## Source Code
|
|
|
|
FastMask is open source. View the code on [GitHub](https://github.com/pawelorzech/FastMask).
|
|
|
|
---
|
|
|
|
Made with Kotlin and Jetpack Compose
|