summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/src/android/graphics/Typeface_Delegate.java
Commit message (Expand)AuthorAgeFilesLines
* Check Bridge init before disposing.Deepanshu Gupta2014-10-201-7/+16
* LayoutLib: support font weights.Deepanshu Gupta2014-09-101-4/+32
* Don't show warnings for fonts not bundled.Deepanshu Gupta2014-08-111-1/+11
* Update delegatesDeepanshu Gupta2014-07-111-54/+2
* Support Typeface.createFromFile()Deepanshu Gupta2014-07-011-4/+35
* LayoutLib: Better support for compact/elegant fonts.Deepanshu Gupta2014-06-121-11/+29
* LayoutLib: Font variantsDeepanshu Gupta2014-06-051-4/+16
* Layoutlib: Fix FontFamily_Delegate use after unrefDeepanshu Gupta2014-05-281-6/+8
* Layoutlib fixes for L [DO NOT MERGE]Deepanshu Gupta2014-05-271-98/+45
* Set default text style in layoutlib as NORMALDeepanshu Gupta2014-02-191-0/+3
* Track 64bit changes to android/graphics.Narayan Kamath2014-01-281-8/+8
* Revert "Move frameworks/base/tools/ to frameworks/tools/"Adam Lesinski2014-01-271-0/+211
* Move frameworks/base/tools/ to frameworks/tools/Mike Lockwood2013-08-281-211/+0
* Update framework to support r5967 of Skia.Derek Sollenberger2012-12-121-5/+0
* Layoutlib: Typeface support for loading fonts manually.Xavier Ducrohet2011-10-041-3/+38
* Layoutlib now parses system_fonts.xml instead of its own.Xavier Ducrohet2011-10-041-11/+1
* LayoutLib: Add debug mode.Xavier Ducrohet2011-02-231-1/+1
* LayoutLib: Hold onto delegate references.Xavier Ducrohet2011-02-231-4/+12
* LayoutLib: Annotate the custom delegate methods.Xavier Ducrohet2011-02-091-0/+8
* LayoutLib: update logs to use new data bundleXavier Ducrohet2011-01-141-2/+2
* LayoutLib: Use the new log tag constants from LayoutLogXavier Ducrohet2011-01-131-3/+3
* LayoutLib: use tags in logs.Xavier Ducrohet2011-01-121-2/+5
* LayoutLib: finish Typeface and unload them in dispose.Xavier Ducrohet2011-01-071-5/+5
* LayoutLib: add support for unsupported drawing modifiers.Xavier Ducrohet2010-12-241-3/+0
* Layoutlib: New bridge implementation using the new API 5.Xavier Ducrohet2010-11-111-2/+2
* Layoutlib Canvas and Paint implementation through native delegatesXavier Ducrohet2010-11-011-1/+5
* Implement the layoutlib Bitmap through a native delegate.Xavier Ducrohet2010-10-291-10/+10
* Move layoutlib typeface implementation to delegate.Xavier Ducrohet2010-10-271-0/+171