XAOP icon indicating copy to clipboard operation
XAOP copied to clipboard

🔥A lightweight AOP(Android) application framework. Includes the most practical AOP applications.(一个轻量级的AOP(Android)应用框架。囊括了最实用的AOP应用)

Results 6 XAOP issues
Sort by recently updated
recently updated
newest added

[升级aspectj版本 但是你没有发版哎

如果可以的话希望解决下,因为可能会使用到gson 2.8.6的一些特性降级gson可能不太方便

1. AspectJ本身在移动端已经属于重量级AOP框架了,建议用ASM 2. 插件AOP织入我看到是通过javaCompile去织入,这样有个问题就是不同Module需要每次都依赖插件,因为javaCompile只会编译单个Module起效,建议在Gradle插件中通过Transform将字节码用AspectJ去切,这样只需要在APP Module中Apply插件即可

作者的这个库为开发省了很多事,在此十分感谢!!!另外提一个小建议,希望作者能把拦截器改成OkHttp拦截器那种思想的,单纯用返回true和false来控制后续代码是否执行不是很灵活,因为在拦截器中可能会做异步操作,这个时候返回true和false就控制不了了。希望采纳!!!

help wanted

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....