tdxtxt

Results 14 issues of tdxtxt

如何判断指纹变更,需要自己实现吗?

- Logger version:2.2.0 ![tim 20180523181304](https://user-images.githubusercontent.com/5369160/40418585-5ba249ec-5eb5-11e8-8101-ee194bf61791.png) This is my own configuration: public static void init() { FormatStrategy formatStrategy = PrettyFormatStrategy.newBuilder() .showThreadInfo(false) .methodCount(0) .methodOffset(7) .tag("postalong-ton") .build(); Logger.clearLogAdapters(); Logger.addLogAdapter(new AndroidLogAdapter(formatStrategy){ @Override public boolean...

Please try to fill all questions below before submitting an issue. - Android studio version:3.1.2 - Android gradle plugin version:2.3.3 - Logger version:2.2.0

waiting for reply

``` public class ResponseBody{ public String status; public T data; public String msg; } ``` ``` public class Test { public static void main(String[] args){ Hawk.init(DevApp.getContext()).build(); ResponseBody body = new...

测试在HeaderViewPager布局上使用OverScrollDecor发现不能滑动

Valid中check过程是一个异步的操作才能知道结果,请问如何实现呢