A lightweight, privacy-first Android overlay that turns notifications, calls, media playback, battery states, timers, stopwatches, and system activities into a floating glanceable Dynamic Island.
Current release: v5.1.0
Downloads | Screenshots | Features | 5-Gesture Guide | Getting Started | Privacy | Roadmap | Changelog | Telegram Community
Smart Island is an open-source Android application that renders a fluid, dynamic floating pill near your device's camera notch or status bar. It intercepts system notifications, live activities, media playback, calls, charging events, hotspot connections, navigation instructions, timers, stopwatches, and battery alerts locally—expanding into rich interactive cards with zero cloud tracking.
The project is designed to be 100% transparent, hackable, and privacy-conscious: all notification processing and history storage are strictly on-device, preferences are stored in local DataStore, and network access is solely opt-in for in-app release checks.
- Download APK: Obtain the pre-compiled APK directly from the GitHub Releases (v5.1.0) page.
- Total Downloads:
- Telegram Channel: Join our active community at telegram.me/SmartIslandApp to suggest features, get support, and discuss updates.
- Security Verification: To ensure complete safety, inspect packages via VirusTotal or review automatic GitHub Actions CI builds.
| Feature Area | Capabilities & Details |
|---|---|
| Material 3 Expressive UI | Modern MD3 color tokens, dynamic wallpaper color adaptation (Android 12+), rounded shapes, and fluid physics. |
| Inline Reply & IME Focus | Direct text reply input right inside the expanded Island notification card with dynamic WindowManager focus switching, soft keyboard integration, and RemoteInput dispatch. |
| Timer & Stopwatch Modes | Intelligent clock notification parsing for Google Clock, Samsung Clock, MIUI/HyperOS, ColorOS, and Huawei Clock. Collapsed countdown/elapsed badges, expanded circular/linear timer progress, live millisecond stopwatch ticker, and interactive pause/resume/lap/reset controls. |
| SQLite Notification History | Persistent on-device SQLite database storing past notifications with real-time search, app filter chips, category filters, full notification details sheet, and swipe-to-delete. |
| OEM Device Rules Engine | Tailored background protection and autostart management for Xiaomi/HyperOS, Samsung OneUI, OnePlus/Oppo/Realme (ColorOS/OxygenOS), Huawei/Honor, Vivo/iQOO, and Asus to prevent aggressive background kills. |
| In-App GitHub Release Checker | In-app GitHub update checks and changelog insights with an explicit user toggle (allowNetworkChecks) and strict offline mode fallback. |
| Full-Color App Icons | Extracted launcher icons with LRU caching for crisp, authentic app icons in both collapsed pill and expanded cards. |
| Battery Modes (Low & Saver) | Dynamic Battery island displaying Green for Charging, Pulsing Red for Low Battery (≤ 20%), and Warm Amber for Battery Saver ON with live battery percentage badge. |
| 5-Gesture Control Engine | Complete intuitive gesture system: Single Tap, Quick Swipe Up, Hold + Swipe Up (300ms haptic), Swipe Down (Floating window), and Horizontal Swipe Left/Right. |
| Split Island Multi-State | Secondary auxiliary bubble for concurrent background activities (e.g. Music + Hotspot, Call + Bluetooth, Timer + Music). |
| Wavy Music Player | Real-time audio waveform scrubber, ambient album artwork background glow, track metadata, and dynamic color customization. |
| Message Sync Suppression | Automatically filters background message polling notifications (e.g. Snapchat, WhatsApp sync) to prevent download mode hijacking. |
| Live Activity Tracking | Real-time delivery and rideshare tracking (Uber, Swiggy, Zomato, Blinkit, Rapido, Ola) with brand colors. |
| Turn-by-Turn Navigation | Live turn navigation indicators, maneuver direction arrows, remaining distance, and ETA. |
| Download & Upload Progress | Real-time transfer speed meters (MB/s), progress bars, and animated icons. |
| Wi-Fi Hotspot Monitor | Live tethering client counter, SSID badge, data usage, and quick turn-off action. |
| Flashlight & Screen Recording | Active torch toggle card and live screen recording timer overlay. |
| App Shortcuts Launcher | Quick-launch grid with up to 8 pinned apps or auto-filled recent applications. |
| Custom RGB Color Studio | Fine-grained Red, Green, Blue slider color picker with live Hex preview for all 13 dynamic modes. |
| Notch & Layout Presets | Instant 1-tap calibration for Center Hole, Wide Island, Left Corner, Right Corner, and Compact Pill. |
| Precision Sizing Controls | Millimeter-accurate sliders for Width, Height, X Offset, Y Offset, Corner Radius, and Drop Shadows. |
| Shizuku 1-Tap Auto Setup | Automated permission grants for Restricted Settings, Usage Access, Overlay, and Battery Optimization. |
| Lock Screen Privacy Guard | Opt-in lock screen display with customizable sensitive content hiding (App Icon Only vs Full Preview). |
| Landscape Auto-Hide | Automatically removes the floating overlay during full-screen landscape video playback and gaming. |
Smart Island intelligently categorizes and presents live activities into 13 dedicated modes:
- Notification: Standard incoming app alerts with full-color launcher icons, action buttons, and Inline Reply.
- Timer: Live countdown timer with circular/linear progress indicator and pause/resume/stop controls.
- Stopwatch: Live elapsed millisecond ticker with lap tracking and pause/reset controls.
- Music: Media playback with interactive wavy seek bar, ambient album art glow, and repeat/like toggles.
- IncomingCall: Active call timer, caller badge, and waveform animations.
- Battery: Charging speed & time-until-full, low battery pulsing alerts (≤ 20%), and battery saver mode.
- LiveActivity: Delivery and ride-sharing updates (Uber, Zomato, Swiggy, Blinkit, Rapido, Ola) with brand accents.
- Navigation: Turn-by-turn routing indicators, maneuver direction arrows, remaining distance, and ETA.
- DownloadUpload: Real-time download and upload progress bars with MB/s transfer speed meters.
- Hotspot: Tethering status, connected device client counter, and 1-tap toggle.
- Bluetooth: Connected device battery percentage and device status.
- Flashlight: Active torch status indicator with 1-tap shutoff.
- ScreenRecording: Live recording elapsed duration timer.
Smart Island features a comprehensive gesture engine to manage notifications, multitasking, and media effortlessly:
| # | Gesture | Action | Instructions & Feedback |
|---|---|---|---|
| 1 | Single Tap / Click | Expand & Collapse | Tap once on the collapsed pill to open rich details; tap anywhere on the screen background to collapse back. (Cutout region remains active when idle-hidden) |
| 2 | Quick Swipe Up | Dismiss Current | Touch the expanded card and flick upward by ≥ 48dp to dismiss the active notification from the stack. |
| 3 | Hold + Swipe Up | Clear ALL Notifications | Press & hold the expanded card for 300ms until a haptic vibration pulse occurs, then swipe up to dismiss all pending notifications simultaneously. |
| 4 | Swipe Down | Floating Window | Drag downward by ≥ 48dp on the expanded card to launch the application into a freeform floating window overlay. (Requires Shizuku or OEM freeform) |
| 5 | Swipe Left / Right | Switch Notification Stack | Swipe horizontally across expanded cards to navigate smoothly between multiple active notifications, timers, and media sessions. |
flowchart TD
subgraph System["Android OS & System Services"]
A[Status Bar Notifications] --> B[SmartIslandNotificationListenerService]
Sys[System Broadcasts: Power, Battery, BT, Torch] --> SER[SystemEventReceiver]
end
subgraph Parsers["Parsers & Rules Engine"]
B -->|Filter & Suppress Sync| NF[NotificationFilter]
B -->|Parse Timers & Stopwatches| TSP[TimerStopwatchParser]
B -->|Parse Turn-by-Turn Navigation| NP[NavigationParser]
B -->|Parse Tethering Clients| HU[HotspotUtil]
OEM[OEM Vendor Detection] --> ODR[OemDeviceRules / Autostart]
end
subgraph Repositories["Data Repositories & State"]
NF --> NR[SmartIslandNotificationRepository]
TSP --> NR
NP --> NR
HU --> NR
SER --> NR
ODR --> NR
B -->|Persist Alerts| NHD[NotificationHistoryRepository / SQLite DB]
DS[(AndroidX DataStore Settings)] --> SR[SmartIslandSettingsRepository]
GH[GitHub Releases API] -->|User Opt-In| GHS[GitHubApiService]
end
subgraph Presentation["UI & Overlay Presentation"]
NR --> VM[IslandViewModel]
SR --> VM
VM --> OS[SmartIslandOverlayService]
OS --> WM[WindowManager Overlay]
WM -->|Compose State| OV[IslandOverlayView / IslandExpandedContent]
OV -->|Inline Reply Focus Switch| OS
OV -->|5-Gesture Engine| VM
end
| Layer | Technology |
|---|---|
| Language | Kotlin 2.0+ (JVM Target 17) |
| UI Framework | Jetpack Compose & Material 3 Expressive Design System |
| Architecture | Clean Architecture, MVI/Repository Pattern |
| Dependency Injection | Dagger Hilt |
| State & Async | Kotlin Coroutines, StateFlow, Atomic Mutex |
| Local Persistence | AndroidX DataStore Preferences & SQLite (NotificationHistoryDbHelper) |
| System Services | NotificationListenerService, Accessibility Floating Service, WindowManager Overlays, Shizuku |
| Network & Updates | In-app GitHub Release API via GitHubApiService (strictly opt-in via allowNetworkChecks) |
| Build & CI | Gradle Wrapper, AGP 9.0+, GitHub Actions CI (@v4) |
- Android Version: Android 8.0+ (API 26 through API 36)
- JDK: Java Development Kit 17
- Permissions: Overlay (
SYSTEM_ALERT_WINDOW) and Notification Listener access
git clone https://github.com/agupta07505/SmartIsland.git
cd SmartIslandOn Windows:
.\gradlew.bat assembleDebugOn macOS / Linux:
./gradlew assembleDebugadb install -r app/build/outputs/apk/debug/app-debug.apk
adb shell am start -n com.agupta07505.smartisland/.MainActivitySmart Island is strictly privacy-first:
| Permission | Purpose |
|---|---|
SYSTEM_ALERT_WINDOW |
Draws the floating dynamic island overlay above other applications. |
BIND_NOTIFICATION_LISTENER_SERVICE |
Intercepts notification metadata to display alerts, media playback, timers, and system states. |
FOREGROUND_SERVICE & SPECIAL_USE |
Keeps the overlay service active in the background without being killed by the OS. |
ACCESS_RESTRICTED_SETTINGS (Optional Shizuku) |
Grants 1-tap automated permissions without manual menu navigation. |
INTERNET (Opt-in) |
Used strictly for user-opted GitHub release update checks (allowNetworkChecks). Zero notification data, metadata, or telemetry is ever transmitted over the network. |
Note: All notification processing and notification history are stored 100% locally on-device. See PRIVACY.md.
Contributions are warmly welcomed! Please read CONTRIBUTING.md before submitting pull requests, and use our issue templates for bug reports or feature suggestions.
Smart Island is licensed under the GNU General Public License v3.0.
Copyright (C) 2026 Animesh Gupta.















