Skip to content

Latest commit

 

History

History
164 lines (88 loc) · 3.76 KB

CHANGELOG.md

File metadata and controls

164 lines (88 loc) · 3.76 KB

Change Log

Version 4.0.0

2017-07-26

  • Support AppCompat v26.0.0. Changed attribute names:
    • typeface -> robotoTypeface
    • fontFamily -> robotoFontFamily
    • textWeight -> robotoTextWeight
    • textStyle -> robotoTextStyle

Version 3.0.0

2017-02-14

  • Updated roboto fonts v2.136.
  • Implemented RobotoInflater to apply roboto typeface for original TextView (like a Calligraphy).
  • Implemented gradle plugin for managing the roboto fonts.
  • Refactoring of implementation:
    • Removed deprecated class RobotoDigitalClock.
    • Joined of RobotoTypefaceManager and RobotoTypefaceUtils into RobotoTypefaces.
  • Support AppCompat v25.1.1.

Version 2.5.1

2016-08-26

  • Support AppCompat v24.2.

Version 2.5.0

2016-01-22

  • Support brand new Roboto Mono typefaces.
  • Rename method for set up typeface for TextView/Paint (setup(...) -> setUp(...)).
  • Updated build tools and dependencies (Gradle Plugin 2.0.0-alpha6, AppCompat v23.1.1).

Version 2.4.3

2015-09-11

  • Implemented RobotoTextAppearanceSpan.
  • Updated build tools and dependencies (Gradle Plugin 1.5.0-beta2, AppCompat v23.1).

Version 2.4.2

2015-08-31

  • Sync roboto fonts with latest version from Google Fonts.
  • Fix: Russian rouble glyph in pre-lollipop android.

Version 2.4.1

2015-08-19

  • Support AppCompat v23.

Version 2.4.0

2015-04-22

Version 2.3.0

2015-01-23

  • Support Tint widgets from AppCompat v21.
  • Support Gradle 1.0.

Version 2.2.0

2014-10-06

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

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

2013-08-11

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

Version 1.3.0

2013-05-20

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

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

2013-03-20

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

Version 1.0.0

2013-03-18

Initial release.