The Ultimate Floating Utility Hub for Android — Radial Wheel, Material You Widgets & 12 On-Demand Tools
100% On-Device Processing · Zero Tracking · Modern Material Design 3 · Fluid 120Hz Animations
QuickDash transforms your Android experience with a lightweight, customizable floating overlay that brings 12 essential productivity utilities to your fingertips — accessible from any app without context-switching.
Whether you need to generate a UPI QR code, translate on-screen text, jot down a note, calculate arithmetic, or set a countdown timer, QuickDash makes it instantaneous.
- 🎯 Customizable Radial Wheel: Long-press (350ms) or flick the floating bubble to instantly fire your top 4 pinned shortcuts. Customize any slot directly from Settings!
- 📱 Material You Glance Widgets: Responsive 1x1 Compact (1-Tap Bubble Toggle), 2x1 Quick Bar, and 2x2 Hub widgets with Android 12+ wallpaper dynamic color theming.
- ⚡ 120Hz Fluid Animations: RenderThread-accelerated spring physics via
Modifier.graphicsLayerfor zero-jank performance on Android 15 & 16. - 🔐 Encrypted Local Backups: Secure AES-256-GCM encrypted
.qdbackupexport & restore with PBKDF2 passphrase protection. - 🛡️ Complete Privacy: Zero ads, zero tracking, and zero telemetry. All text extraction (OCR), calculations, and clipboard processing run locally on-device.
| Tool | Icon | Description |
|---|---|---|
| Radial Quick-Wheel | 🎯 | Instant 4-cardinal directional gesture menu for top pinned tools. |
| Glance M3 Widgets | 📱 | Interactive 1x1, 2x1, and 2x2 dynamic home screen widgets. |
| Encrypted Backup | 🔐 | AES-256-GCM encrypted database export and password-protected restore. |
| Translator | 🔤 | On-screen multi-language translator running locally on your device. |
| Clipboard Manager | 📋 | Smart history tracking, search, pinned favorites, and 1-tap paste. |
| UPI Pay & QR | 💳 | Instant UPI payment QR code generator with custom amounts. |
| Quick Notes | 📝 | Floating scratchpad with Room DB auto-sync and markdown export. |
| Calculator | 🔢 | Modern floating calculator with history and memory functions. |
| Wi-Fi Share | 📶 | Share Wi-Fi credentials effortlessly via generated QR codes. |
| Unit Converter | ⚖️ | Convert length, currency, weight, temperature, area, and speed. |
| Text Extractor (OCR) | 👁️ | Extract text from screen captures using on-device ML Kit OCR. |
| Color Picker | 🎨 | Sample screen colors with instant RGB & Hex clipboard copy. |
| Timer & Stopwatch | ⏱️ | Floating countdown timers with exact AlarmManager triggers. |
| Battery Diagnostics | 🔋 | Real-time voltage, temperature, health, and battery cycle monitor. |
Download the latest signed release APK directly from GitHub Releases.
Get official updates and join beta releases on the Google Play Store.
- Obtainium: Add
https://github.com/Balajitechlabs/quickdashfor direct GitHub release updates. - F-Droid: Build recipe metadata available in
metadata/com.balajitechlabs.quickdash.yml.
# Clone the repository
git clone https://github.com/Balajitechlabs/quickdash.git
cd quickdash
# Build Debug APK
./gradlew assembleDebug
# Run Unit Tests
./gradlew testDebugUnitTest
# Run Lint Analysis
./gradlew lintRequirements: Android Studio Ladybug+, JDK 17+, Android SDK 36 (Android 16). For complete setup steps, check out SETUP.md.
| Layer | Technologies Used |
|---|---|
| Language | Kotlin 2.2 |
| UI Framework | Jetpack Compose + Material Design 3 |
| App Widgets | AndroidX Glance Material 3 (glance-material3:1.1.1) |
| Architecture | MVVM + Repository Pattern + Clean Architecture |
| Dependency Injection | Dagger Hilt |
| Local Persistence | Room Database + Jetpack DataStore + Proto DataStore |
| Security & Crypto | AndroidX Security Crypto (EncryptedSharedPreferences, AES-256-GCM, PBKDF2) |
| Networking | OkHttp 4.12 |
| Build System | Gradle 9.5 + Kotlin DSL + Version Catalogs |
quickdash/
├── app/ # Main Android application module
│ ├── src/main/java/ # Kotlin source code (core, features, widgets)
│ └── src/main/res/ # Material 3 drawables, layouts, and strings
├── website/ # Showcase website & documentation (React + Vite)
├── release/ # Release notes, changelogs, and APK artifacts
├── metadata/ # F-Droid store listing metadata
├── ARCHITECTURE.md # Full architecture and data-flow specifications
├── CHANGELOG.md # Comprehensive release history
├── SETUP.md # Development environment setup guide
├── CONTRIBUTING.md # Contribution guidelines
├── SECURITY.md # Security policies & vulnerability reporting
└── LICENSE # Open source license
A huge thank you to everyone who has contributed to making QuickDash better!
Contributions of all shapes and sizes are warmly welcomed! Please read our Contributing Guide to get started.
QuickDash is licensed under the PocketOps Custom Open Source Fork License.
- Original Base: Forked from PocketOps by Aakarsh (L192) / IIXII™.
- Modifications: Includes >30% major new architecture, widgets, security hardening, and feature additions (see LICENSE).
- Compliance: All original copyright notices, licenses, and acknowledgments are preserved in full.
© 2026 BalajiTechLabs. Free to use, modify, and distribute.
Website · Play Store · Releases · Issues · Discussions