markzhai

Results 27 issues of markzhai

1. 保留英文间的空格 2. 中文,也应该可以在词之间加上空格(常见场景,多关键词搜索)

enhancement

The router implementation is quite elegant, but it is standalone, what if add a middleware implementation to coordinate it with Redux, just like what [react-router-redux](https://github.com/reactjs/react-router-redux) does.

Currently BlockCanary directly calls `getMainLooper().setMessageLogging()` to do monitor, which may conflicts with the original logging set by app, we can add a append mode for those situation.

enhancement

Analyze log files and output to readable format. For analyze, I consider: 1. parse stacktrace 2. rank 3. category Any language can be fine, as it's done offline on pc...

enhancement
help wanted

enhancement
help wanted

Make animation part independent from view/layout, and can be used directly on Toolbar

enhancement
help wanted

TagView private void drawTags() { ... View tagLayout = (View) mInflater.inflate(R.layout.tagview_item, null); ... } drawTags is called in addTag, which makes it inflate multiple times if we iterator server result...

enhancement

As nineoldandroids ObjectAnimator uses reflection to access get/sets, we need proguard rules to protect RippleDrawable.

It would be slow if calling the same reflection methods from time to time, can the library provide this function? Like https://github.com/Qihoo360/DroidPlugin/tree/master/project/Libraries/DroidPlugin/src/com/morgoo/droidplugin/reflect `FieldUtils.java`: ``` java public class FieldUtils { private...

P: Low
T: Enhancement
T: Incompatible change