Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.29 KB

changelog.md

File metadata and controls

33 lines (26 loc) · 1.29 KB

Changelog

1.3.6

  • modify code inshowWithCallback(boolean successVisible), use INVISIBLE instead of GONE thanks @X

1.3.5

  • add API public Class<? extends Callback> getCurrentCallback()
  • deprecated API public LinearLayout getTitleLoadLayout(Context context, ViewGroup rootView, View titleView)

1.3.2

  • add API public boolean getSuccessVisible() used for displaying callback above successView.
  • fix layout fault when register in View.

1.3.0

  • in default, addView(SuccessfulView). Hide SuccessfulView instead of removeView(SuccessfulView).
  • add default Callback ProgressCallback, HintCallback.

v1.2.2

  • 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

v1.2.0

  • Improve API naming notations.

v1.1.1

  • Initial release .