Crouton v1.6 Release Notes

Release Date: 2013-07-02 // almost 11 years ago
  • 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