Releases: mikepenz/AboutLibraries
Releases · mikepenz/AboutLibraries
v5.6.2
MIGRATION
- Change
void onLibTaskFinished()
tovoid onLibTaskFinished(FastItemAdapter fastItemAdapter)
library
- update to the latest FastAdapter v1.2.9
- pass the
FastItemAdapter
with theonLibTaskFinished
listener s it is possible to add / remove / modify the items within the aboutLibs
library-definitions
- Add Assent library THANKS @rubengees
v5.6.1
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
library
- remove
.fragment()
method from theLibsBuilder
and move it to newLibsCompat
- 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
- FIX #195 The crash was caused because when serializing the LibsBuilder for the bundle it hit the method with the
- 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
v5.5.8
v5.5.7
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