AlarmControl v0.1.0
AlarmControl v0.1.0 is the first public GitHub release of the offline notification-filtering app.
Highlights
- Rules-first notification filtering with a bundled seven-intent LiteRT classifier:
MARKETING,TRANSACTIONAL,SECURITY,DELIVERY,SOCIAL,OTHER, andAMBIGUOUS - A Settings toggle to disable bundled semantic analysis at any time
- English, Korean, and system-default app-language options
- Redesigned Insights cards with clearer contrast and statistics
- Local-only operation: no account, telemetry, runtime download, or
android.permission.INTERNET - Documented import path for a user-provided compatible LLM; imported LLMs are not executed in
v0.1.0 and no generative model is bundled with this release
Install
Download both release assets:
AlarmControl-0.1.0-universal.apkAlarmControl-0.1.0-universal.apk.sha256
Verify the checksum before sideloading the APK, then grant AlarmControl notification-listener
access in Android Settings. The universal APK supports all native ABIs packaged by the project and
requires Android 8.0 (API 26) or later.
See the English user guide
or 한국어 사용 설명서.
Verification
- APK size:
178,664,194bytes - APK SHA-256:
6a70ea6000d982ac1b238db45406279e0bbdd6373f21283fbfef184db6ec7687 - Signing certificate SHA-256:
8b8f094e3972bea11f90e0cda66d1093e4c6957e8e285614e913a827893b9105 - Package/version:
com.alarmcontrol, version0.1.0(versionCode=1) - APK Signature Scheme v2, one signer
The protected PR gate passed JVM/Robolectric, static analysis, formatting, offline enforcement,
release APK/AAB compilation, and all instrumented-test APK builds. The tagged release workflow
also passed Room migration/SQL, real bundled LiteRT, and app/Hilt/navigation Managed Device tests
before publishing these assets.
Full changelog: https://github.com/SLemon418/AlarmControl/commits/v0.1.0