MrFeng
MrFeng
Types接口允许根据Type接口直接注册类型与其ViewBinder,但Type接口的定义中允许设置一个linker来支持oneToMany的一数据类型对应多个ViewBinder的场景 但MultiTypeAdapter的registerAll方法实现中,在对添加到Types中的每一个Type的处理时,会先将在此之前注册的该数据类型的Type移除,这过程中可能也会移除在Types中OneToMany的Type
jcenter将会在明年停止服务,在此之前是否要迁移到maven?
jcenter将会在明年停止服务,在此之前是否要迁移到maven?
添加增量编译支持
as 3.5 之后,as引入了注释处理器增量编译api支持,可以增加编译速度 BGABadge在这个版本下编译出现了以下警告 > w: [kapt] Incremental annotation processing requested, but support is disabled because the following processors are not incremental: cn.bingoogolapple.badgeview.compiler.BGABadgeProcessor (NON_INCREMENTAL).
## Issues and steps to reproduce When I used padding or dividerDrawable on FlexBoxLayout, I used the flexBasisPercent property on the child view. The width of its child views will...
现在sdk中存在部分日志打印tag不规范,予以修正到均以 Tinker 开头 Now there are some log printing tags in the sdk that are not standardized, and they are corrected to start with Tinker
The "All" folder will collection any chat messages, but when I classify my chat person / group / bot and channel, I cannot identify chats that are not classified by...
AS导航跳转插件:ARouter Helper 在Kotlin代码中,无法显示跳转图标和点击跳转到目标类,在Java中正常 AS版本:3.2.1 插件版本:1.0.0
在AS 3.1.0 中,添加依赖之后,Sync成功,编译失败,这是相关日志 ` Exception in thread "main" java.lang.NullPointerException: Couldn't find outer class com/exyui/android/debugbottle/components/DTDrawerActivity$infoLayout$2$1$1 of com/exyui/android/debugbottle/components/DTDrawerActivity$infoLayout$2$1$1$1 at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:1079) at com.google.devtools.build.android.desugar.ClassVsInterface.isOuterInterface(ClassVsInterface.java:56) at com.google.devtools.build.android.desugar.InterfaceDesugaring.visitOuterClass(InterfaceDesugaring.java:246) at org.objectweb.asm.ClassReader.accept(ClassReader.java:638) at org.objectweb.asm.ClassReader.accept(ClassReader.java:500) at com.google.devtools.build.android.desugar.Desugar.desugarClassesInInput(Desugar.java:477) at com.google.devtools.build.android.desugar.Desugar.desugarOneInput(Desugar.java:361)...
如果从清华大学镜像获取到AOSP源码后,该如何解压它,毕竟Windows磁盘系统是不区分大小写的