###Upgrade Notes
- Change
void onLibTaskFinished()tovoid onLibTaskFinished(FastItemAdapter fastItemAdapter)
- renamed
withAnimations()towithSlideInAnimation()and change the default tofalse - now use the
DefaultItemAnimatorto animate the displaying of the elements - you can now define a different
ItemAnimatorviaLibsConfiguration.getInstance().setItemAnimator()
- change
.fragment()to.supportFragment()andLibsFragmenttoLibsSupportFragment
INFO
- moved logic of the fragment to the new
LibsFragmentCompatclass - create new
LibsSupportFragmentwhich extends theandroid.support.v4.app.Fragment - change the
LibsFragmentwhich now extends theandroid.app.Fragment - add new method
.supportFragment()which returnsandroid.support.v4.app.Fragment - change
.fragment()which now returnsandroid.app.Fragment