Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
d21bc9e
Dev (#193)
D4vidDf Jun 2, 2026
48198e4
chore: bump version code and update localizations for v0.5.0
D4vidDf Jun 3, 2026
df011ff
chore: bump version code and name to v0.5.1
D4vidDf Jun 7, 2026
89c5f1a
fix(service): resolve WhatsApp duplication and update flashing/crashe…
D4vidDf Jun 7, 2026
95c2091
Fix: call islands lingering, permanent island flicker, and system cra…
D4vidDf Jun 7, 2026
1612293
fix: implement Featured Notification diagnostics and stability refine…
D4vidDf Jun 7, 2026
a0af24a
Fix/system UI crash (#204)
D4vidDf Jun 8, 2026
6c20908
perf: optimize Notification Listener via synchronous memory caching (…
D4vidDf Jun 8, 2026
b2ffe59
feat: implement Inline Reply overlay and theme customization (#207)
D4vidDf Jun 8, 2026
bad44ae
fix: refine UI navigation and bottom sheet dismissal
D4vidDf Jun 8, 2026
07b7f33
feat: implement Inline Reply strings and localization refinements
D4vidDf Jun 9, 2026
7a4df04
feat: implement overlay permission for inline reply and refine onboar…
D4vidDf Jun 9, 2026
140a112
refactor: improve initialization logic, error handling, and update as…
D4vidDf Jun 9, 2026
dcef9e2
fix: NLS reliability, Safe Mode crash loop, and implement auto-migrat…
D4vidDf Jun 11, 2026
04761b0
fix: clamp progress percent to [0, 100] to prevent SystemUI crash (#214)
Wangtaotaoo Jun 11, 2026
1aaefdb
build: bump version to 0.5.4
D4vidDf Jun 11, 2026
9c93546
Feaature/better messaging (#217)
D4vidDf Jun 12, 2026
6f6482a
build: update version to 0.5.5
D4vidDf Jun 12, 2026
bd07df6
chore: remove 98 unused strings without breaking UTF-8 encoding (#219)
D4vidDf Jun 12, 2026
11a8107
Improve discard logic and prevent notification drops (#221)
D4vidDf Jun 12, 2026
f4c2130
Feature/improve permanent island (#222)
D4vidDf Jun 12, 2026
160bc0a
Fix string characters from feature/cleanup-strings
D4vidDf Jun 13, 2026
5924773
Fix Live Update icons and add inline reply logic (#224)
D4vidDf Jun 13, 2026
bba183e
chore: update bug report template with new app versions
D4vidDf Jun 13, 2026
5507692
Merge remote-tracking branch 'origin/master'
D4vidDf Jun 13, 2026
7990e90
Update 0.5.5 changelogs with latest fixes in English and Spanish
D4vidDf Jun 13, 2026
2cdfa3e
chore: bump versionCode to 30
D4vidDf Jun 13, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ body:
label: App Version
description: "Which version is causing the issue? (Check tags: https://github.com/D4vidDf/HyperBridge/tags)"
options:
- v0.5.5
- v0.5.4
- v0.5.3
- v0.5.2
- v0.5.0
- v0.4.0 (Stable)
- v0.4.0-rc1
- Dev Build (Please specify in description)
Expand Down
75 changes: 62 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,64 @@
# Built application files
*.apk
*.aar
*.ap_
*.aab

# Files for the ART/Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/
out/

# Gradle files
.gradle/
build/

# Local configuration file (sdk path, etc)
local.properties

# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation/

# Android Studio captures folder
captures/

# IntelliJ
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.idea/
!.idea/codeStyles/
!.idea/runConfigurations/
!.idea/vcs.xml

# Keystore files
*.jks
*.keystore

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
.cxx
local.properties
.cxx/

# Mac OS X
.DS_Store

# Compose compiler metrics and reports
*compose_metrics.txt
*compose_reports.txt

# Custom HyperBridge project additions
caps_build.txt
gradle/gradle-daemon-jvm.properties
.idea/deploymentTargetSelector.xml
.idea/deploymentTargetSelector.xml
.idea/misc.xml
1 change: 1 addition & 0 deletions .idea/CrowdinSettingsPlugin.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</p>

<p align="center">
<img src="https://img.shields.io/badge/version-0.4.2-blue?style=for-the-badge&logo=github" alt="Version 0.4.2" />
<img src="https://img.shields.io/badge/version-0.5.0-blue?style=for-the-badge&logo=github" alt="Version 0.5.0" />
<img src="https://img.shields.io/badge/kotlin-%237F52FF.svg?style=for-the-badge&logo=kotlin&logoColor=white" alt="Kotlin" />
<img src="https://img.shields.io/badge/Android-3DDC84?style=for-the-badge&logo=android&logoColor=white" alt="Android" />
<img src="https://img.shields.io/badge/Material%20Design-757575?style=for-the-badge&logo=material-design&logoColor=white" alt="Material Design" />
Expand All @@ -31,18 +31,21 @@
## 🚀 Features

* **Native Visuals:** Transforms notifications into HyperOS system-style islands.
* **🎨 Theme Engine (New):** Customize every pixel.
* **🎨 Theme Engine:** Customize every pixel.
* **Theme Creator:** Built-in editor to design your own themes with real-time previews.
* **Smart Colors:** Automatically extract vibrant brand colors from app icons.
* **Icon Shaping:** Choose between shapes like *Squircle*, *Clover*, *Arch*, and *Cookie*.
* **Granular Control:** Per-app overrides for colors, icons, and action styles.
* **🧩 Widgets (New):** Pin standard Android widgets to the island layer for quick access—even on the Lockscreen!
* **Smart Icon Tinting:** Intelligently tints dark/monochrome icons to remain visible.
* **🧩 Widgets:** Pin standard Android widgets to the island layer for quick access—even on the Lockscreen!
* **🧠 Intelligent Permanent Island:** The permanent island now automatically hides itself whenever an active widget is shown on the screen, preventing awkward overlaps.
* **Smart Integration:**
* **🎵 Media:** Show album art and "Now Playing" status with visualizer support.
* **🧭 Navigation:** Real-time turn-by-turn instructions (Google Maps, Waze).
* **⬇️ Downloads:** Circular progress ring with a satisfying "Green Tick" animation upon completion.
* **⬇️ Downloads:** Dedicated circular progress layout with a satisfying "Green Tick" animation upon completion.
* **📞 Calls:** Dedicated layout for incoming and active calls with timers.
* **🛡️ Spoiler Protection:** Define blocked terms globally or per-app to prevent specific notifications (e.g., message spoilers) from popping up on the Island.
* **Sui & Shizuku Support:** Fully supports Sui and Shizuku for enhanced network operations and seamless integration on rooted devices.
* **Total Control:** Choose exactly which apps trigger the island, customize timeouts, and toggle floating behavior per app.

## 👩‍💻 For Developers: Create Themes
Expand Down
4 changes: 3 additions & 1 deletion app/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/build
/build
/debug
/release
31 changes: 17 additions & 14 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.kotlin.android)
alias(libs.plugins.kotlin.compose)
alias(libs.plugins.ksp)
id("org.jetbrains.kotlin.plugin.serialization") version "2.3.0"
id("org.jetbrains.kotlin.plugin.serialization") version "2.3.21"
}

android {
Expand All @@ -15,10 +14,9 @@ android {
defaultConfig {
applicationId = "com.d4viddf.hyperbridge"
minSdk = 35
targetSdk = 36
versionCode = 16
versionName = "0.5.0-alpha01"

targetSdk = 37
versionCode = 30
versionName = "0.5.5"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

Expand All @@ -37,12 +35,8 @@ android {
}
buildFeatures {
compose = true
}
}

kotlin {
compilerOptions {
jvmTarget.set(org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_11)
buildConfig = true
aidl = true
}
}

Expand All @@ -59,7 +53,6 @@ dependencies {
implementation(libs.androidx.ui)
implementation(libs.androidx.appcompat)
implementation(libs.androidx.palette.ktx)
implementation(libs.androidx.material3)
ksp(libs.androidx.room.compiler)
implementation(libs.androidx.room.runtime)
implementation(libs.androidx.room.ktx)
Expand All @@ -72,13 +65,23 @@ dependencies {
debugImplementation(libs.androidx.compose.ui.test.manifest)

implementation(libs.hyperisland.kit)
implementation(libs.haze)
implementation(libs.androidx.datastore.preferences)
implementation(libs.androidx.lifecycle.viewmodel.compose)

implementation(libs.gson)
implementation(libs.kotlinx.serialization.json)

// Navigation 3
implementation(libs.androidx.navigation3.runtime)
implementation(libs.androidx.navigation3.ui)
implementation(libs.androidx.lifecycle.viewmodel.navigation3)

// Shizuku
implementation(libs.api)
implementation(libs.provider)
}

configurations.all {
exclude(group = "com.intellij", module = "annotations")
}
}
10 changes: 9 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,12 @@

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile

# Strip Debug and Info logs in Release (AGP 9.1+ named level syntax)
-assumenosideeffects class android.util.Log {
public static boolean isLoggable(java.lang.String, int);
public static int v(...);
public static int d(...);
public static int i(...);
}
36 changes: 33 additions & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@

<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.POST_PROMOTED_NOTIFICATIONS" />

<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"
tools:ignore="QueryAllPackagesPermission" />
tools:ignore="PackageVisibilityPolicy,QueryAllPackagesPermission" />

<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<uses-permission android:name="moe.shizuku.manager.permission.API_V23" />

<queries>
<intent>
Expand All @@ -22,6 +23,7 @@
</queries>

<application
android:directBootAware="true"
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
Expand All @@ -46,10 +48,16 @@
<receiver
android:name=".receiver.BootReceiver"
android:enabled="true"
android:exported="false">
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.intent.action.LOCKED_BOOT_COMPLETED" />
<action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
<action android:name="android.intent.action.QUICKBOOT_POWERON" />
<action android:name="android.intent.action.USER_UNLOCKED" />
<action android:name="android.intent.action.USER_PRESENT" />
<action android:name="android.intent.action.USER_SWITCHED" />
<action android:name="com.d4viddf.hyperbridge.ACTION_TEST_MIGRATION" />
</intent-filter>
</receiver>

Expand Down Expand Up @@ -99,6 +107,15 @@
</intent-filter>
</activity>

<receiver
android:name=".receiver.InlineReplyReceiver"
android:exported="false" />

<service
android:name=".service.InlineReplyService"
android:enabled="true"
android:exported="false" />

<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.provider"
Expand All @@ -108,6 +125,19 @@
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths" />
</provider>

<!-- Required by Shizuku API -->
<meta-data
android:name="moe.shizuku.privileged.api_version"
android:value="13" />

<provider
android:name="rikka.shizuku.ShizukuProvider"
android:authorities="${applicationId}.shizuku"
android:multiprocess="false"
android:enabled="true"
android:exported="true"
android:permission="android.permission.INTERACT_ACROSS_USERS_FULL" />
</application>

</manifest>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.d4viddf.hyperbridge;

interface IPrivilegedLogCallback {
void log(int level, String tag, String message);
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package com.d4viddf.hyperbridge;

import com.d4viddf.hyperbridge.IPrivilegedLogCallback;

interface IPrivilegedService {
void setLogCallback(IPrivilegedLogCallback callback);
boolean setPackageNetworkingEnabled(int uid, boolean enabled);
}
Loading