Results 7 issues of 兔骑

RT, may this library support 'colors' rather than begin/center/end color? --- 如题,似乎可以支持设置colors 来支持更强的渐变效果,而不是限制死 begin/center/end颜色。 为什么不这么做,是有什么坑么?

代码中 知乎日报的 ViewPager是不是不可以轮播?我没有发现相关的处理。 --谢谢

似乎停止维护了。 当数据少时,界面不能填充完全RecyclerView,滑动界面出现抖动问题。

在应用接入 KOOM-native 时,发现 native leak完全无法 捕获。 对 native 的代码进行分析:打印日志如下: ``` 2024-02-28 19:00:22.351 3764-3906 leak_monitor E GetLeakAllocs live before 0xb400007cf6ab5c00 ``` 指针前缀带有0xb4的标识。经排查 如果将demo target 33 API 会出现这样的分配。 见官方文档:https://source.android.com/docs/security/test/tagged-pointers?hl=zh-cn 临时解决方案,在app xml 中使用如下标记,可以临时解决。...

> NV21(实际上就是YUV420SP的格式)或者NV12(实际上就是YUV420P的格式) 1. 参考[FORUCC](https://www.fourcc.org/yuv.php)定义,nv12和nv21同属于yuv420sp 2. 结合实际,此处应修正为YV12 3. 感谢输出优质文章!

When data class implement Serializable, kapt or ksp processor cannot compile! data class 不支持实现java 序列化,编译会报错。

Merge actual implementation in https://github.com/google/ExoPlayer/pull/7132.