Skip to content

Releases: mikepenz/AboutLibraries

v5.6.2

25 Mar 13:50
Compare
Choose a tag to compare

MIGRATION

  • Change void onLibTaskFinished() to void onLibTaskFinished(FastItemAdapter fastItemAdapter)

library

  • update to the latest FastAdapter v1.2.9
  • pass the FastItemAdapter with the onLibTaskFinished listener s it is possible to add / remove / modify the items within the aboutLibs

library-definitions

v5.6.1

22 Mar 18:47
Compare
Choose a tag to compare

INFO

  • the support libraries from google will now also show up by default, you can exclude them via
.withExcludedLibraries("appcompat_v7", ...);

library

  • add travis ci support THANKS @jaredsburrows
  • update to latest FastAdapter v1.2.8

definition-files

  • add appcompat-v7
  • add support-v4
  • add recyclerview-v7
  • add support design
  • add okio
  • add support annotations
  • add appintro
  • add easy_pref
  • add stream
  • update retrofit
    THANKS @jaredsburrows

v5.6.0

18 Mar 17:12
Compare
Choose a tag to compare

library

  • remove .fragment() method from the LibsBuilder and move it to new LibsCompat
    • FIX #195 The crash was caused because when serializing the LibsBuilder for the bundle it hit the method with the Fragment which does not exist on API 10
  • use ContextCompat within the UIUtils
  • remove unnecessary type definition of lists
  • udpate to latest Android iconics-core v2.5.10
  • update to latest FastAdapter v1.2.6

sample

  • remove the fima.cardsui sample from the sample app so the sample app is now comaptible with API 10
  • update to latest MaterialDrawer v5.1.5

v5.5.9

16 Mar 19:07
Compare
Choose a tag to compare

library

  • update to latest FastAdapter v1.2.5

sample

  • update sample to latest MaterialDrawer

v5.5.8

11 Mar 15:37
Compare
Choose a tag to compare

library

  • update to latest android support libraries v23.2.1
  • update android-iconics to v2.5.9
  • update fastadapter to v1.2.4

v5.5.7

25 Feb 22:39
Compare
Choose a tag to compare

MIGRATION

  • update to latest support appcompat v23.2.0

library

  • correctly set back arrow color via theme
  • update to latest support libraries v23.2.0
  • update to latest FastAdapter v1.2.0
  • update to latest Android-Iconics v2.5.8

general

  • update to latest gradle 2.11

v5.5.6

24 Feb 20:22
Compare
Choose a tag to compare

library

  • update to latest FastAdapter v1.1.2

library-definition

  • Update StyledDialogs library info

sample

  • update to latest MaterialDrawer v5.0.5

v5.5.5

22 Feb 23:56
Compare
Choose a tag to compare

library

  • update to latest FastAdapter v1.1.0
    • this version fixes many bugs
  • update to latest Android-Iconics v2.5.7

v5.5.2

12 Feb 17:18
Compare
Choose a tag to compare

library

  • properly display the cards on devices with RTL language FIX #186
  • update to latest FastAdapter v1.0.5

sample

  • use ItemAnimator inside the sample app

v5.5.1

06 Feb 14:42
Compare
Choose a tag to compare

library

  • update to latest FastAdapter

sample

  • update to latest MaterialDrawer

general

  • update to latest build tools