Releases: aghontpi/ad-silence
v0.8.0 - (Jan 10th, 2026)
Added
- Edit Preloaded Apps: Ability to edit preloaded apps & control unmute delay, keywords in #315
- Casting Support: Support for casting (Spotify.. etc in chromecast..) in #308, #319.
- Custom Apps Improvements: Added unmute delay timer support for apps in #302
- App Support: Added preloaded support for Jio Saavn in #318
- Fastlane Validation: Added validation steps to ensure valid fastlane configuration in #305
- Settings Menu: New settings for mute behaviour, casting, and other options in #292
- Casting menu option in #317
Updates
- Force Mute: Added option to force-mute the music stream, ensuring it stays muted even if the user manually unmutes (music stream only) in #307
- Mute Logic: Changed default mute logic to target the music stream instead of the entire device (can be reverted in settings) in #292
- Select Apps: Removed "Add Custom App" from main screen; integrated into the "Select Apps" view in #294
Fixes
- MIUI Support: specific fix for MIUI devices regarding auto-restart notification listener & Autostart dialog in #322
- Casting Mute: Fix for casting mute logic and unmute consistency in #321
- Fastlane Config: Fixes for fastlane configuration issues in #306
You can get it on google PlayStore & FDroid
(note: there might be a delay for the updates to be reflected in playstore & fdroid)️Google Play Protect Notice
Google Play Protect might block the installation of this app because it requests notification permissions. This is a known issue due to recent verification changes, and we've already raised an appeal with Google.
If you encounter this, you may need to temporarily pause Google Play Protect to install the app.
Security Verification
The app is built via GitHub Actions. You can trust debug/release builds downloaded directly from:
- This GitHub repository/ Release
- F-Droid
- Google Play Store
Please do not trust builds from other sources.
Certificate Fingerprint
Signer Certificate SHA-256: ce85a4f2d43f04b6bdcf1d855fb9266fc49bf254bf14c565f5aca16ded2e9c4c
Full Changelog: v0.7.1...v0.8.0
v0.7.1 - (Dec 13,2025)
Stable - requires android 5 or higher
Updates
- Update CI to take dev version always instead of prod during pull request builds
- Remove the version number from main screen
Fixes
- Fix: #296 - add note to enable notifications if facing issue.
️Google Play Protect Notice
Google Play Protect might block the installation of this app because it requests notification permissions. This is a known issue due to recent verification changes, and i've already raised an appeal with Google.
If you encounter this, you may need to temporarily pause Google Play Protect to install the app.
Security Verification
The app is built via GitHub Actions. You can trust debug/release builds downloaded directly from:
- This GitHub repository/ Release
- F-Droid
- Google Play Store
Please do not trust builds from other sources.
Certificate Fingerprint
Signer Certificate SHA-256: ce85a4f2d43f04b6bdcf1d855fb9266fc49bf254bf14c565f5aca16ded2e9c4c
You can get it on google playstore & fdroid
note: there might be a delay for the updates to be reflected in playstore & fdroid)
Full Changelog: v0.7.0...v0.7.1
v0.7.0 - (Dec 6,2025)
Stable - requires android 5 or higher
Added
- Custom Apps Support: Ability to add, edit, and delete custom apps to be silenced. (#282 (comment))
- Debug Log View: A new view to inspect internal logs for debugging, you have to enable it first. (#282 (comment))
- Each debug logs are timestamped, gives out the parsing decision like what it matched against and whether there is a match or not. (#282 (comment))
Updates
- UI redesign (check the new design from readme directly: https://github.com/aghontpi/ad-silence?tab=readme-ov-file#motivation)
- Update detection triggers
Fixes
- Race condition in spotify detection
- Loss of granted permission of android 15 and above when turning it off.
️Google Play Protect Notice
Google Play Protect might block the installation of this app because it requests notification permissions. This is a known issue due to recent verification changes, and i've already raised an appeal with Google.
If you encounter this, you may need to temporarily pause Google Play Protect to install the app.
Security Verification
The app is built via GitHub Actions. You can trust debug/release builds downloaded directly from:
- This GitHub repository/ Release
- F-Droid
- Google Play Store
Please do not trust builds from other sources.
Certificate Fingerprint
Signer Certificate SHA-256: ce85a4f2d43f04b6bdcf1d855fb9266fc49bf254bf14c565f5aca16ded2e9c4c
You can get it on google playstore & fdroid
note: there might be a delay for the updates to be reflected in playstore & fdroid)
Full Changelog: v0.6.2...v0.7.0
v0.6.2 - (Feb 28,2025)
Fixes
- Fix AccuRadio ad detection not working in #153
Updates
- Update Gradle wrapper to 8.12 & update build tools to 8.8.2 in #154 & #157
- Upgrade CI&CD in #155
- upgrade to android 14, sdk 34 in #158
- upgrade to android 15, sdk 35 in #159
You can get it on google playstore & fdroid
(note: there might be a delay for the updates to be reflected in playstore & fdroid)
Full Changelog: v0.6.1...v0.6.2
v0.6.1 - (Jan 26, 2024)
Added
- add soundcloud Support thanks to @Xt3ns1s, @Zerzokt, @nnaghibi400 for the feature request (#94, #104, #112) in #107, #108
- Update spotify detections, add spotify detection for "Catalan" lang and others , thanks to @bluegeekgh (#98) in #106
- Add info on restricted settings, thanks to @barbe6 (#103) in #117
- Handle Hibernation in #92
- Added version numbers in about screen in #91
Fixes
- Fix Accuradio not working on high dpi devices #102
You can get it on google playstore & fdroid
(note: there might be a delay for the updates to be reflected in playstore & fdroid)
Full Changelog: v0.6.0...v0.6.1
v0.6.0 - (Apr 3,2023)
Stable - requires android 5 or higher
Added
- Add support for android 13 (#86)
- devices with android 13 and above can disable notifications
- update target SDK, Kotlin dependencies & gradle
Updates
- Update CI (#88)
You can get it on google playstore & fdroid
(note: there might be a delay for the updates to be reflected in playstore & fdroid)
Full Changelog: v0.5.5...v0.6.0
v0.5.5 - (Jul 16,2022)
Added
- Added Italian translation, thanks to @code-a1 in #46 (5e9c18f, 371198e)
- Added new way of
addetection forSpotify, thanks to @citizenserious in #64 (b25e915, cbf769a, 6bbbbe8, 58fa6f0, 0c19451)- for detailed infromation, refer comments in #64
- Added Keywords/triggers for
spotify, thanks to @unseenlarks in #62 (47e5803, 2bc7ce6)
Updates
You can get it on google playstore & fdroid
New Contributors
Full Changelog: v0.5.4...v0.5.5
v0.5.4 - (Mar 30,2022)
Fixes
- fix ads detection in
Spotify(e2a77c6) thanks to @unseenlarks & @famewolf in #29
You can get it on google playstore & fdroid
Full Changelog: v0.5.3...v0.5.4
v0.5.3 - (Mar 8,2022)
v0.5.2 - (Jan 22,2022)
Stable - requires android 5 or higher
fixes
- fix: android 5.x.x unmute issue (bfbaa9a, 1751559, 89aaced) thanks to @wackydroid in #20
other
You can get it on google playstore & fdroid
Full Changelog: v0.5.1...v0.5.2

