Skip to content

Releases: mikepenz/AboutLibraries

v5.3.4

14 Dec 21:41
Compare
Choose a tag to compare

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

14 Nov 21:01
Compare
Choose a tag to compare
  • update to latest android support libraries v23.1.1

v5.3.2

05 Nov 23:04
Compare
Choose a tag to compare

library

  • fix memory leak of the item animator

definition files

  • Update internal Butter Knife data THANKS @wKovacs64

v5.3.1

04 Nov 19:36
Compare
Choose a tag to compare

library

  • additional nullcheck. do not allow to start the libstask if we do not have a builder through onAttach
  • get the LibsBuilder from the Arguments during onCreateView
  • remove Overriden onAttach method from fragments
  • change withAnimations() to withSlideInAnimation() 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

02 Nov 22:42
Compare
Choose a tag to compare

MIGRATION

  • change .fragment() to .supportFragment() and LibsFragment to LibsSupportFragment

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 the android.support.v4.app.Fragment
    • change the LibsFragment which now extends the android.app.Fragment
  • add new method .supportFragment() which returns android.support.v4.app.Fragment
  • change .fragment() which now returns android.app.Fragment

v5.2.7

02 Nov 22:00
Compare
Choose a tag to compare
  • Cancel and discard LibraryTask instance upon destroying the view
  • 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
  • add some more coments

v5.2.6

30 Oct 22:45
Compare
Choose a tag to compare

improvements

  • move loading the libs to a asynchTask to improve loading performance
  • add additional null check

new library definitions

  • add new library useravatarspack

v5.2.5

15 Oct 18:26
Compare
Choose a tag to compare
  • update to latest appcompat v23.1.0
  • update to latest cardview v23.1.0
  • update to latest recyclerview v23.1.0

v5.2.4

29 Sep 10:58
Compare
Choose a tag to compare
  • add SwipeMenuListView
  • Update BetterPickers aboutLib infos / second try

v5.2.3

17 Sep 21:11
Compare
Choose a tag to compare
  • add library bridge
  • add library glide
  • add library hawk
  • add library RxBinding
  • update library RxAndroid
  • update library jsoup