LanceWu

Results 6 issues of LanceWu

Please complete the following informations. > Expected behavior and actual behavior. > Steps to reproduce the problem. > Android or iOS? OS version? Brand? > More informations such as error...

dependencies
feature

弃用前先观望大家会发布到哪个主流仓库,再决定发布到哪里。

原因:ViewPager的onSizeChanged中进行了滚动位置的重新计算 ``` @Override protected void onSizeChanged(int w, int h, int oldw, int oldh) { super.onSizeChanged(w, h, oldw, oldh); // Make sure scroll position is set correctly. if (w != oldw)...

bug

不松手多指滑动到当前预加载的最前/后一页,松手后会发现新加载出来的视图不会执行动画。考虑Adapter在创建视图的时候根据该页对应的position也去执行一次动画。

enhancement

当调起界面重建后,callback无法正常回调。

bug

请提供构建环境相关信息: - 当前使用的插件版本:3.3.1 - AGP(Android Gradle Plugin)版本:7.2.2 - Gradle版本:7.4.2 发送构建错误时,请先确定是构建错误还是aspectj织入错误: - 请先根据相关记录信息进行自查:[问题排查](https://github.com/wurensen/gradle_plugin_android_aspectjx#%E9%97%AE%E9%A2%98%E6%8E%92%E6%9F%A5) - 如果是aspectj织入发生异常,会在对应`module`下的`build/tmp/transformClassesWithAjxForXXX/logs`目录下产生`ajcore`为前缀的日志文件,请提供该日志文件以便查找问题 - 如果是其它错误,请尽量提供完整的堆栈信息 Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 164 out of bounds for length 163 at org.aspectj.org.eclipse.jdt.internal.compiler.batch.ClasspathJar.ensureOpen(ClasspathJar.java:409) at...

bug