HaiChao Fan

Results 6 issues of HaiChao Fan

当EditText增加了maxLength属性时,当EditText输入达到maxLength值时,切换到标点,再输入一个标点就会崩溃。 KebboardUtil中的内部类OnKeyboardActionListener的onText方法,需要增加判断ed.getText()的长度是否大于maxLength的长度。

### Description in sdk26 is OK, in sdk28 when i `new Gson().toJson(bluetoothDevice) ` is "{}"

#### 插件内的崩溃会引起宿主的崩溃,但如何区分出崩溃是出在插件还是宿主?

#### 问题详细描述 Detailed description of the problem #### 复现问题步骤 Steps to reproduce the problem 1. 2. #### 其它重要信息 Other important information replugin-host-lib/gradle Version: rePlugin-plugin-lib/gradle Version: Android API Version: Android 手机型号&ROM(Phone...

#### 问题详细描述 Detailed description of the problem 插件需要根据宿主的配置,来动态改变字体大小 #### 复现问题步骤 Steps to reproduce the problem 1. 宿主改变了字体大小,但是插件不变,也获取到宿主的配置了,但是ContextWrapper不起作用 #### 其它重要信息 Other important information replugin-host-lib/gradle Version: rePlugin-plugin-lib/gradle Version: Android API Version: Android...

宿主和插件不再一个工程里,插件打的是内置的jar形式,如何才能进行debug断点调试。