Releases: johnkil/Android-RobotoTextView
Releases · johnkil/Android-RobotoTextView
2.1.0
- Support Roboto Typefaces from Android L (Material Design).
- Implementation of Alternative Attributes to Set the Typeface.
- Use Sub-Pixel Rendering.
- Support Gradle 0.11.
2.0.1
- Make typeface constants public.
- Default to Roboto Regular instead of Thin when no typeface is specified.
2.0
- Separated sample from library project.
- Pushed to Maven Central.
1.5
- Support brand new
Roboto Condensed
font from Android 4.4 (info).
- Update Gradle build (support gradle v 1.8).
1.4
- Support brand new
Roboto
typefaces from Android 4.3 (info).
- Add Gradle build.
- Fix: #14 RobotoMultiAutoCompleteTextView inheritance.
1.3
- 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
).
1.2
- 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.
1.1
- Fix: Reuse of created typefaces.
- Fix: Support for changing the font size of the settings.