-
Notifications
You must be signed in to change notification settings - Fork 667
Changelog
keyboardsurfer edited this page Nov 26, 2014
·
7 revisions
####Deprecated
Check releases page for full changelogs
####1.8.3
- Back to Java 1.6 compatibility
- Allows usage of multiple Gravity attributes (@AngelDevil)
- Adds setTextColorValue to add colors directly (@AngelDevil)
####1.8.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
####1.8.1 You'll get all the features of 1.8 but without a pesky issue with Configuration.
####1.8
- 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
####1.7
-
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.
####1.6
- 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
Please see the git log