Skip to content

Releases: KingJA/LoadSir

1.3.8

08 Mar 16:04
Compare
Choose a tag to compare
  • 适配Android X
  • 支持ConstraintLayout的子View注册(详见Ps[1])
  • 修复子view有margin,注册后出现双倍margin问题
    Ps:
    [1]要注册RelativeLayout或ConstraintLayout的子View,如果该子View被其它子View约束,建议在子View外层再包一层布局,参考sample中acitivy_view.xm和activity_constraintlayout.xml

1.3.5

02 Jan 01:06
Compare
Choose a tag to compare
  • add API public Class<? extends Callback> getCurrentCallback()
  • deprecated API public LinearLayout getTitleLoadLayout(Context context, ViewGroup rootView, View titleView)

1.3.2

21 Oct 01:26
Compare
Choose a tag to compare
  • add API public boolean getSuccessVisible() used for displaying callback above successView.
  • fix layout fault when register in View.

1.3.0

13 Oct 02:02
Compare
Choose a tag to compare
  • in default, addView(SuccessfulView). Hide SuccessfulView instead of removeView(SuccessfulView).
  • add default Callback ProgressCallback, HintCallback.

1.2.2

28 Sep 06:42
Compare
Choose a tag to compare
  • change minSdkVersion 16 to 14 issues #8
  • modify callback dynamically issues #11 issues #7
  • add TitleBar sample issues #12
  • add API in Callback issues #10
    • protected abstract int onCreateView()
    • public void onDetach()
    • public void onAttach(Context context, View view)
  • make LoadLayout public

1.2.0

22 Sep 08:14
Compare
Choose a tag to compare
  • Improve API naming notations.