Releases: SLemon418/AlarmControl
Release list
AlarmControl v0.2.0
Release verification
- API 34 managed-device suites passed for Room migrations and SQL, bundled TFLite runtime and assets, and app runtime smoke coverage.
releaseCandidatepassed JVM, quality, offline, test-APK, Baseline Profile, payload, ABI, and signer-certificate gates for this tag commit.
Which APK should I download?
- arm64-v8a: most current Android phones and tablets
- armeabi-v7a: older 32-bit ARM devices
- x86_64 / x86: mainly emulators or Intel-based devices
- universal: use this if you are unsure
Download the .sha256 file with the same name as your APK. GitHub does not select an ABI automatically.
What's Changed
- Add ABI-specific GitHub APKs and user-friendly app copy by @SLemon418 in #2
- Harden local processing and prepare v0.2.0 by @SLemon418 in #3
Full Changelog: v0.1.0...v0.2.0
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