We continue to unify the code base of our products, and AdGuard for Android is no exception. Updates will now be more stable and new features will be added faster. Also, in the new version we have accelerated the loading of large amounts of data in Statistics, as well as updated CoreLibs and DnsLibs.
From this version, AdGuard for Android only supports Android 9 or higher.
Changelog
Fixes
- Beeline Wi-Fi calls do not work #5583
- The CPU background value increases drastically after a few series of quitting/starting the app #5504
- Custom DNS does not work after importing settings #5618
CoreLibs (Filtering engine)
- CoreLibs updated to v1.17.88 #5620
DnsLibs (DNS filtering engine)
- DnsLibs updated to v2.5.63 #5607
Improvements
- Added
matter._tcp.default.service.arpa
to the list of default exclusions #230 - Block RFC9462 (_dns.resolver.arpa) queries #228
- Use
pretty_str()
in errors reported inDnsRequestProcessedEvent
#223
Fixes
- Long waiting time for response when blocking by DNS #1887
$dnsrewrite=IPv4
rule does not block IPv6 resolution #224
UserscriptsWrapper
- UserscriptsWrapper updated to v2.0.1
Scriptlets (JavaScript enhancement for filtering rules)
- Scriptlets updated to v2.1.4
Improvements
trusted-click-element
— check forcontainsText
of all matched selectors #468
Fixes
trusted-click-element
— element was removed and added again before it was clicked #391