Disclaimer AdGuard for Android is not an open-source project. We use Github as an open bug tracker for users to see what developers are working on.
In this version we focused on updating CoreLibs. Namely, we dealt with the priority of existing modifiers and added several new ones: $denyallow
, $redirect-rule
, $removeheader
, and $specifichide
. It might be of interest to users who’d like to create their own ad filters. Besides, we’ve made userscript exclusions work properly and fixed all issues found.
We know you are waiting for v4.0, so are we. Trust us, it’s worth it.
Changelog
- [Fixed] Proxy gets disabled after each AdGuard VPN update #3680
- [Fixed] Stealth mode settings configured in the setup wizard are not applied #3747
- [Fixed] AdGuard doesn't let users of the MEGA app log in #3837
- [Fixed] "NetworkCallback was not registered" error when stopping protection #3870
- [Fixed] Instagram doesn't work in Local HTTP Proxy mode (root access) #3879
- [Fixed] NektoMe doesn't work when AdGuard is enabled #374
- [Fixed] If a phone has access to an IPv6 connection, AdGuard for Android fails to connect to DNS-over-QUIC servers that are only accessible over IPv4 #3927
- [Fixed] The issue with changing the language in the DNS section #3731
- [Fixed] Root + Local HTTP proxy slowdown on Android 7 #3844
- [Fixed] Check proxy connection status error #3848
- [Fixed] TikTok doesn't work when AdGuard is enabled #3866
- [Fixed] Wrong exclusions suggested for
$removeparam
rules in the filtering log #3873 - [Fixed] Don't pass DNS64 settings to DNSLibs if IPv4 network interface is present #3886
- [Fixed] Connection issues on Fujitsu devices
- [Fixed] Issue with an expired security certificate
- [Fixed] Extend public networks list to force IPv4 default route
- [Fixed]
com.android.browser
connection issues on several devices - [Fixed] Stealth mode screen can't be scrolled
- [Enhancement] Updated DnsLibs to v1.6.29 #3952
- [Enhancement] DNS-over-QUIC (Removed "experimental" label) #3842
- [Enhancement] Turkey - Turkcell VoWifi new IP address #3864
- [Enhancement] Fanboy's Annoyance List's Subscription URL is broken #3865
- [Enhancement] Enable HTTPS filtering by default for Edge Dev, Edge Beta, and Styx Browser #3897
- [Enhancement] Do not hardcode excluding AdGuard VPN package from filtering #3923
- [Enhancement] Added Yandex Browser to the list of browsers #3951
Updated CoreLibs to v1.8.163 #3945
- [Fixed] Rule with
$important
modifier should has higher priority than rule with$all
modifier #1440 - [Fixed] Userscript exclusions do not work as they should #1425
- [Enhancement] Add
$denyallow
modifier #1304 - [Enhancement] Add
$redirect-rule
modifier #1303 - [Enhancement] Add
$removeheader
modifier #1427 - [Enhancement] Add
$specifichide
modifier #1166 - [Enhancement] Add an option to send Global Privacy Control's Do NotSell signal to Stealth Mode #1451
- [Enhancement] Improve the way negation works for
$redirect
rules #1388 - [Other] Rules with
$extension
modifier unblock blocked requests #1350