Releases: keyboardsurfer/Crouton
Spicy.5
Spicy.4
Fixes occasional NullPointerException
Spicy.3
Back to Java 1.6 compatibility
Allows usage of multiple Gravity attributes (@angeldevil)
Adds setTextColorValue to add colors directly (@angeldevil)
Spicy.2
Building with gradle
Now Crouton is available as .jar and .aar file
Gravity fixes
Translucent ActionBar support
Crouton.hide()
allows hiding of a crouton directly
Using Java 1.7 compatibility
Spicy.1
You'll get all the features of 1.8 but without a pesky issue with Configuration.
Spicy
Improves support for custom views
Smoothing out animations for multiple line Croutons
Cleans up Style
Configuration is now available for non-UI information
Style only holds UI-relevant information
Introduces DURATION_SHORT and DURATION_LONG constants
Salty
Crouton.setOnClickListener(OnClickListener) has been introduced.
Infinite display of Crouton is possible via Style.setDuration(Style.DURATION_INFINITE)
Via Crouton.hide(Crouton) a Crouton can be hidden.
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