Skip to content

Latest commit

 

History

History
75 lines (45 loc) · 2.12 KB

CHANGELOG.md

File metadata and controls

75 lines (45 loc) · 2.12 KB

Change Log

Version 2.2.0 (2014-10-06)

  • Imlemented RobotoTypefaceSpan.
  • Use Anti-Alias rendering.
  • Support Gradle 0.13.

Version 2.1.0 (2014-06-26)

  • Support Roboto Typefaces from Android L (Material Design).
  • Implementation of Alternative Attributes to Set the Typeface.
  • Use Sub-Pixel Rendering.
  • Support Gradle 0.11.

Version 2.0.1 (2014-04-28)

  • Make typeface constants public.
  • Default to Roboto Regular instead of Thin when no typeface is specified.

Version 2.0.0 (2013-12-05)

  • Separated sample from library project.
  • Pushed to Maven Central.

Version 1.5 (2013-11-06)

  • Support brand new Roboto Condensed font from Android 4.4 (info).
  • Update Gradle build (support gradle v 1.8).

Version 1.4 (2013-08-11)

  • Support brand new Roboto typefaces from Android 4.3 (info).
  • Add Gradle build.
  • Fix: #14 RobotoMultiAutoCompleteTextView inheritance.

Version 1.3 (2013-05-20)

  • 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).

Version 1.2 (2013-03-31)

  • 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.

Version 1.1 (2013-03-20)

  • Fix: Reuse of created typefaces.
  • Fix: Support for changing the font size of the settings.

Version 1.0 (2013-03-18)

Initial release.