Skip to content

Release log

JingYeoh edited this page Aug 16, 2018 · 12 revisions

V1.4.3 [2018/8/16]

V1.4.2 [2018/8/15]

V1.4.1 [2018/8/13]

  • Bugfix: fix LeakMemory leaked by SwipeActivityManager.

V1.4.0 [2018/8/5]

  • Feature done: add swipe back to exit Activity/Fragment.

V1.3.0 [2018/4/23]

  • Feature done: Add onBackPressed method support for the fragment that is not added into stack.

V1.2.1 [2018/3/6]

  • Bugfix: startFragmentForResult issue.

V1.2.0 [2018/2/1]

  • Fix bug that Fragment will be hidden when showFragment method is called twice with same fragment or tag.
  • Extent showFagment method, add showRepeatAnim parameter.

V1.1.2 [2018/1/31]

  • Optimize library,fix memory leak in Rigger#mPuppetMap.

V1.1.1 [2018/1/25]

  • Option to support for custom fragment tag.
  • Add method Rigger.setFragmentTag()
  • Add method getFragmentTag() for fragment.
  • Update ProGuard rule.

V1.0.1 [2018/1/10]

  • Update point cut to optimize library.
  • Add isLazyLoading method for rigger.

V1.0.0 [2017/12/15]

  • Finish base functions.