Skip to content

Latest commit

 

History

169 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickDash Logo

Get it on Google Play    Get it on Orion Store    View on GitHub


The Ultimate Floating Productivity Hub for Android
100% On-Device Processing · Zero Trackers · Material Design 3 · Fluid 120Hz Animations


Badge Views    Obtainium    Telegram Community    Reddit Community

Latest Release    CI Status    GitHub Downloads    Play Store Installs    GitHub Stars    GitHub Forks

Platform Android 8.0+    Kotlin 2.4.10    Jetpack Compose M3 Expressive    Exodus Privacy    100% Ad-Free    License

QuickDash Hero Showcase


🎬 Featured in Tech Reviews: "I Found 5 CLEVER Android Apps You'll Use Everyday"
QuickDash Featured on YouTube
Watch on YouTube


⚡ What is QuickDash?

QuickDash transforms your Android experience with a lightweight, customizable floating overlay that brings 20+ essential productivity utilities to your fingertips - accessible from any app without context-switching.

Whether you need to generate a UPI QR code, manage clipboard history, translate on-screen text, jot down a note, or set a Pomodoro timer, QuickDash makes it instantaneous.


Key Highlights

  • Floating Capsule & Bubble — Draggable gesture window with spring-physics dismiss.
  • Material 3 Expressive — Pitch-black AMOLED palette with fluid 120Hz motion.
  • Offline QR & Barcode — Rapid 1D/2D scanning with flashlight & gallery decode.
  • 100% On-Device Privacy — Zero Firebase, zero ads, and zero analytics.
  • Encrypted Local Backups — Secure AES-256-GCM export and password restore.

Built-in Tool Suite

QuickDash features 17 built-in floating productivity tools, each accessible anywhere over any application without context switching:

Tool Preview Focus Area Description
Floating Bubble & Capsule Floating Bubble System Draggable floating capsule with spring-physics swipe-to-dismiss & gesture bubble handoff
Smart Clipboard Smart Clipboard Productivity Searchable clipboard history with sensitive OTP auto-masking & quick eye toggle
Quick Notes Quick Notes Productivity Floating scratchpad with Room DB auto-sync and instant markdown copy
Quick Calculator Quick Calculator Utilities Floating basic & scientific arithmetic calculator with live expression history
Quick Collect (UPI) Quick Collect Payments Instant UPI QR code generator with custom amounts and direct payment handoff
QR & Barcode Scanner QR Scanner Utilities Universal offline 1D/2D scanner with camera flashlight & gallery image decoding
Quick Chat Quick Chat Messaging Direct messaging launcher for WhatsApp & Telegram without saving contacts
Currency & Unit Converter Converter Utilities Multi-category unit converter with live currency exchange rates & quick swap
Timer & Stopwatch Timer Utilities Floating countdown timers and precision lap stopwatch backed by AlarmManager
Focus & Pomodoro Focus Productivity Distraction-free focus sessions with custom work/break intervals and session stats
Voice Memos Voice Memos Media Background floating audio recorder with high-fidelity local voice memo storage
Wi-Fi Hub Wi-Fi Hub Connectivity Current network diagnostics, transfer speed tests, and instant Wi-Fi QR sharing
Quick Translator Quick Translator Productivity Fast multi-language on-device translation for instant phrase and text conversion
Quick Contact Quick Contact Utilities Instant vCard generator, business card QR share, and fast direct phonebook dialing
Password Generator Password Generator Security Cryptographically secure password generator with entropy strength rating
Screen Recorder & Capture Screen Recorder Media Floating screen video recording and instant screenshot annotation companion
Quick Reminders Quick Reminders Productivity Floating sticky reminders and scheduled alerts that stay persistent on screen

Installation Options

1. Direct GitHub Releases (Recommended)

Download the latest signed release APK directly from GitHub Releases.

2. Google Play Store

Official production builds and beta channel updates are available on Google Play.

3. Orion Store

Get it on Orion Store

4. Obtainium & F-Droid

  • Obtainium: Add https://github.com/balajitechlabs/quickdash for automated release updates.
  • F-Droid: Build recipe metadata maintained in metadata/com.balajitechlabs.quickdash.yml.

Build from Source

# Clone the repository
git clone https://github.com/balajitechlabs/quickdash.git
cd quickdash

# Build Debug APK
./gradlew :app:assembleDebug

# Run Unit Tests
./gradlew :app:testDebugUnitTest

# Install to connected device via ADB
adb install -r app/build/outputs/apk/debug/app-arm64-v8a-debug.apk

Requirements: Android Studio Meerkat+, JDK 17+, Android SDK 37 (Android 16).


️ Technology Stack

Layer Technologies
Language Kotlin 2.4.10
UI Framework Jetpack Compose + Material Design 3 Expressive
Architecture MVVM / UDF + Clean Architecture
Dependency Injection Dagger Hilt 2.59 (Pure KSP)
Local Storage Room Database 2.8.4 + Proto DataStore + Preferences DataStore
Security & Crypto AndroidX Security Crypto (EncryptedSharedPreferences, AES-256-GCM)
Barcode / QR ZXing Core 3.5.3 + ZXing Android Embedded 4.3.0
Networking OkHttp 5.5.0 + GitHub Releases API
Build System Gradle 9.3 + Kotlin DSL + Version Catalog (libs.versions.toml)

Project Architecture

quickdash/
├── app/ # Main Android application module
│ ├── src/main/java/ # Kotlin source code (core, features, widgets)
│ └── src/main/res/ # Material 3 drawables, layouts, and strings
├── docs/ # Engineering documentation, ADRs, and developer setup
├── website/ # Showcase landing website (React + Vite)
├── workers/ # Cloudflare Workers API proxy
├── metadata/ # F-Droid store listing metadata
├── .github/ # Workflows, security policy, and code of conduct
├── ARCHITECTURE.md # Architecture and data-flow specifications
├── CHANGELOG.md # Version release history
├── CONTRIBUTING.md # Contributor guidelines
├── THIRD_PARTY_NOTICES.md # Open-source licenses and third-party notices
└── LICENSE # Open source license

Contributing

Contributions, bug reports, and feature proposals are warmly welcomed! Please read our Contributing Guide before submitting pull requests.


🚀 Latest Updates (v5.2.3)

  • ⚡ Semantic In-App Updater — Real-time update checks, ABI matching, and clean GitHub release tagging.
  • 🛡️ 100% Zero-Tracker Architecture — Removed Firebase Crashlytics & ML Kit; binary size dropped by over 30MB.
  • 👁️ Sensitive Clipboard Shield — Auto-masking for OTPs and credentials with interactive eye toggle.
  • 🎨 Essentials Floating Dock — Unified bottom dock with spring-animated [Settings, Home, About] navigation.

📖 For complete version history and historical releases, see the Changelog.


License & Attribution

QuickDash is licensed under the PocketOps Custom Open Source Fork License.

  • Original Base: Forked from PocketOps by Aakarsh (L192) / IIXII™.
  • Modifications: Over 40% major architectural rebuild, modern Compose M3 Expressive UI, ZXing integration, in-app semantic updater, and security hardening (see LICENSE).
  • Third-Party Notices: Open-source libraries and component attributions are documented in THIRD_PARTY_NOTICES.md.
  • Compliance: All original notices, licenses, and attributions are strictly preserved in full.

© 2026 ||BTL||™ (balajitechlabs). Free to use, modify, and distribute.


WebsiteOrion StorebalajitechlabsChangelogThird-Party Notices
Designed & Developed with precision by balajitechlabs in Bengaluru, India 🇮🇳
Copyright © 2026 ||BTL||™ (balajitechlabs) • All Rights Reserved
Last updated: September 5, 2026 at 19:16 IST

About

Unified utility dashboard for Android. Fast UPI/PayPal collection, WhatsApp direct chat, and Instagram shortcuts under a Custom Open Source license.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

19 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages