Releases: mikepenz/AboutLibraries
Releases · mikepenz/AboutLibraries
v5.3.4
library
- Seperating LibraryTask instance creation from execution THANKS @PDDStudio
- Added support for custom thread execution handling and possibility to listen to thread start/stop events via callback THANKS @PDDStudio
library-definitions
- Added floatingsearchview THANKS @manjunathc23
- Added floatingactionbutton, paper and quickreturn THANKS @PDDStudio
- Fix AndroidAnnotations version and license
sample
- add sample for LibTaskCallback, and LibsUIListener
- remove old obsolete information
v5.3.3
v5.3.2
library
- fix memory leak of the item animator
definition files
- Update internal Butter Knife data THANKS @wKovacs64
v5.3.1
library
- additional nullcheck. do not allow to start the libstask if we do not have a builder through
onAttach
- get the
LibsBuilder
from theArguments
duringonCreateView
- remove Overriden
onAttach
method from fragments - change
withAnimations()
towithSlideInAnimation()
as the default is now the normal `DefaultItemAnimator - add new api to define a different
ItemAnimator
- notify adapter for new items
sample
- update materialdrawer to v4.4.4
general
- update to gradle v2.8
v5.3.0
MIGRATION
- change
.fragment()
to.supportFragment()
andLibsFragment
toLibsSupportFragment
CHANGES
- move logic of LibsFragment to LibsFragmentCompat
- create new LibsFragment and LibsSupportFragment
- Rename all references to LibsFragment to LibsSupportFragment
- improve and change to ContextCompat
- use correct getContext method
- add new supportFragment() method to LibsBuilder
- add new TargetAPI annotation to fragment() method
DETAIL INFO
- moved logic of the fragment to the new
LibsFragmentCompat
class- create new
LibsSupportFragment
which extends theandroid.support.v4.app.Fragment
- change the
LibsFragment
which now extends theandroid.app.Fragment
- create new
- add new method
.supportFragment()
which returnsandroid.support.v4.app.Fragment
- change
.fragment()
which now returnsandroid.app.Fragment
v5.2.7
- Cancel and discard LibraryTask instance upon destroying the view
- FIX #168 THANKS @wKovacs64
- add new builder methods to set the listeners via the builder
- add new listener to hook into the RecyclerViews onBindView method for header and normal views
- FIX #169
- add some more coments