AdblockAndroid icon indicating copy to clipboard operation
AdblockAndroid copied to clipboard

A adblock engine (ad filter) library for Android WebView

Results 5 AdblockAndroid issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/20734687/192672893-fac1a5f1-2cef-4c94-ad7a-07c85bc159fd.png)

Execution failed for task ':app:checkDebugAarMetadata'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could not find com.github.Edsuns.AdblockAndroid:ad-filter:1.0. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/github/Edsuns/AdblockAndroid/ad-filter/1.0/ad-filter-1.0.pom - https://repo.maven.apache.org/maven2/com/github/Edsuns/AdblockAndroid/ad-filter/1.0/ad-filter-1.0.pom - https://jitpack.io/com/github/Edsuns/AdblockAndroid/ad-filter/1.0/ad-filter-1.0.pom...

有时候启动软件会白屏,实际检查代码发现这里可能导致ANR ![image](https://github.com/Edsuns/AdblockAndroid/assets/27729606/28becdbb-7ff0-4f3f-8b85-6d8d2c7c5d59) getWorkInfosForUniqueWork得到的是一个Future,在UI线程执行,当workManager没有很快返回就会导致ANR,实际测试发现它有可能一直没有返回结果,从而导致软件一直白屏

Could not determine the dependencies of task ':app:lintVitalRelease'. > Could not resolve all artifacts for configuration ':app:debugCompileClasspath'. > Could not find com.github.Edsuns.AdblockAndroid:ad-filter:1.0. Required by: project :app

Hello! I would like to inquire if there are any plans to transition to Kotlin Script (KTS) for project build configurations instead of the traditional .gradle files. I believe this...