Basic
Crouton now can be used on any Android device with API level 4+.
Changes the package name to de.keyboardsurfer.android.widget
Adds possibility to set a custom width
Can now be added to any ViewGroup (@coreform)
Integration with TalkBack (@coreform)
Adds Accessibility features (@coreform)
Fixes bug that got Crouton out of sync with reality (@coreform)
New LifecycleCallback (@coreform)
initializeCroutonView was refactored, to make it easier on the eyes
removes redundant initialization within Style.Builder
documentation improvments