- Imlemented
RobotoTypefaceSpan
. - Use Anti-Alias rendering.
- Support Gradle 0.13.
- Support Roboto Typefaces from Android L (Material Design).
- Implementation of Alternative Attributes to Set the Typeface.
- Use Sub-Pixel Rendering.
- Support Gradle 0.11.
- Make typeface constants public.
- Default to Roboto Regular instead of Thin when no typeface is specified.
- Separated sample from library project.
- Pushed to Maven Central.
- Support brand new
Roboto Condensed
font from Android 4.4 (info). - Update Gradle build (support gradle v 1.8).
- Support brand new
Roboto
typefaces from Android 4.3 (info). - Add Gradle build.
- Fix: #14 RobotoMultiAutoCompleteTextView inheritance.
- Implemeted of direct/indirect subclasses of TextView with native support for the Roboto fonts (
RobotoAutoCompleteTextView
,RobotoButton
,RobotoCheckBox
,RobotoCheckedTextView
,RobotoChronometer
,RobotoCompoundButton
,RobotoDigitalClock
,RobotoEditText
,RobotoExtractEditText
,RobotoMultiAutoCompleteTextView
,RobotoRadioButton
,RobotoSwitch
,RobotoTextClock
,RobotoToggleButton
).
- Support brand new
Roboto Slab
typefaces by Google. - Use res-auto in namespace URI.
- Fix: Do not try to use custom font in Eclipse Layout Editor.
- Fix: Reuse of created typefaces.
- Fix: Support for changing the font size of the settings.
Initial release.