Skip to content

Releases: keyboardsurfer/Crouton

Spicy.5

17 Jul 14:52
Compare
Choose a tag to compare

Occasional crash resolved #176
ActionBar Overlay fix #174
RelativeLayout fix #171
Custom font support #170

Spicy.4

22 Mar 16:40
Compare
Choose a tag to compare

Fixes occasional NullPointerException

Spicy.3

03 Feb 17:06
Compare
Choose a tag to compare

Back to Java 1.6 compatibility
Allows usage of multiple Gravity attributes (@angeldevil)
Adds setTextColorValue to add colors directly (@angeldevil)

Spicy.2

13 Jan 12:50
Compare
Choose a tag to compare

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

02 Jul 23:20
Compare
Choose a tag to compare

You'll get all the features of 1.8 but without a pesky issue with Configuration.

Spicy

02 Jul 23:17
Compare
Choose a tag to compare

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

02 Jul 23:16
Compare
Choose a tag to compare

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

02 Jul 23:15
Compare
Choose a tag to compare

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