2017398956

Results 6 issues of 2017398956

设置 mark 标记时 只能使用 2000-1-1 不能使用 2000-01-01

![QQ浏览器截图20211201104945](https://user-images.githubusercontent.com/12185078/144163114-5fe8149b-3067-49de-b85b-cfb76104094e.png) 这样调用 SmartSnackbar.get(activity).show(msg) activity.finish 会触发上面的bug

当开启抓包时,新建以时间戳命名的文件夹如 VpnCapture/Conversation/config/2018:06:19_xxxxx 在部分机型上非法,这是因为在这些机型上文件夹名称中不能有 ‘:’;另外能不能把最新的代码上传一份,当前没有 https 的功能

Log https://jitpack.io/com/github/2017398956/AbcPermission/1.6.1/build.log

stale

## Summary: When using a non-English input method, and the TextInput’s maxLength is set, some temporary characters are also added to the maximum length, which should not be the case....

CLA Signed
Shared with Meta

``` public class TestBean { public static final int[] test = new int[]{1,2,3}; } ``` How to get the value of test? CtField.getConstantValue() return null if the field type is...