aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/java/org/wordpress/android/widgets/TypefaceCache.java
AgeCommit message (Expand)Author
2016-05-25remove specific code for API < 16Maxime Biais
2016-03-02Fixed commentNick Bradbury
2016-03-02Renamed our "fontFamily" attribute to "wpFontFamily" to avoid confusion with ...Nick Bradbury
2016-03-02Removed calls for default typeface from pref widgetsNick Bradbury
2016-03-02Removed font variation entirelyNick Bradbury
2016-03-02Marked `VARIATION_NORMAL` private, removed usagesNick Bradbury
2016-03-02Removed `fontVariation` from attrs.xmlNick Bradbury
2016-02-05First attempt to fix styles to pass lintNick Bradbury
2016-02-05Removed open sans from webViewsNick Bradbury
2016-02-05TypefaceCache now returns the system font rather than OpenSansNick Bradbury
2016-02-05Replace app:fontVariation="light" with android:fontFamily="sans-serif-light"Nick Bradbury
2016-02-05Replace FAMILY_OPEN_SANS with FAMILY_DEFAULTNick Bradbury
2015-09-03Merge branch 'develop' into feature/site-settings-reviewTony Rankin
2015-09-01Removed merriweather lightNick Bradbury
2015-08-17Merge branch 'feature/site-settings-review' into feature/2886-general-site-se...Tony Rankin
2015-08-04Updated Merriweather fontNick Bradbury
2015-08-01Making TypefaceCache members private.Tony Rankin
2015-06-16Renamed `Merriweather_Light.ttf` to `Merriweather-Light.ttfNick Bradbury
2015-06-16Added Merriweather light font support to TypefaceCacheNick Bradbury
2015-06-08TypefaceCache now supports MerriweatherNick Bradbury
2015-06-06First pass at supporting multiple font families, still need to add Merriweath...Nick Bradbury
2015-03-03Added support for Open Sans light bold & light bold italic.Nick Bradbury
2014-11-03add a fixWidowWord trick in WPTextViewMaxime Biais
2014-09-03Fixed duplicate cache check in `TypefaceCache`.Dan Roundhill
2014-08-28Merge branch 'develop' into feature/notifications-redesignDan Roundhill
2014-08-22Use TypefaceCache rather than loading new typeface. props @nbradburyDanilo Ercoli
2014-07-17Develop merge of *DOOOM*Dan Roundhill
2014-06-30Moved to gradle multiproject build structureBeau Collins