lsjwzh

Results 9 issues of lsjwzh

Why don't use DetailActivity.IntentBuilder as class name ?

Hi,@emilsjolander After few weeks of work i added some features to Sprinkles, and i also modified the test files for new features. This version may have some bad smell,could you...

1.fix bug:main thread blocking on support-v4-r11+ 2.support infinite loop and ViewPagerIndicator by default 3.change project structure to gradle project form 4.add demo module

compatiable with jquery layout plugin, support set 100%width ,height. but there is a potential problem: if you continually create and destroy element with "behavior:..." on ie 6, stack overflow may...

move to gradle

https://github.com/krimin-killr21/MaterialScrollBar

try { Method originMethod = View.class.getDeclaredMethod("requestLayout"); Method hookMethod = Profiling.class.getDeclaredMethod("requestLayoutHook", Object.class); HookManager.getDefault().hookMethod(originMethod, hookMethod); } catch (NoSuchMethodException e) { e.printStackTrace(); } 。。。。。。 public static void requestLayoutHook(Object view) { HookManager.getDefault().callSuper(view); } 此时在有些调用requestlayout的地方,会有以下异常...

1.生成实体类时,跳过实体类中的静态字段 2.修复某些情况下finaldb lazyload 获取不到数据的原因 3.增加对sd卡上数据库的升级操作的支持 4.一对多增加指定排序字段功能 5.创建字段时指定数值字段类型,以免排序或查找时出错 6.增加索引创建功能 7.增加FinalBitmap display 时进行前置处理的功能,确保loadCompletedisplay能在每次display时调用,便于展示前处理图片(如圆角处理) …