index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
layoutlib
/
bridge
/
src
/
android
/
graphics
Commit message (
Expand
)
Author
Age
Files
Lines
*
Layoutlib tests now check methods return value [DO NOT MERGE]
Deepanshu Gupta
2014-04-15
2
-5
/
+6
*
Set default text style in layoutlib as NORMAL [DO NOT MERGE]
Deepanshu Gupta
2014-02-19
1
-0
/
+3
*
Improve text rendering and measurement.
Deepanshu Gupta
2014-02-06
1
-40
/
+45
*
Merge "Fix the measurement of text bounds." into klp-dev
Deepanshu Gupta
2014-02-06
3
-41
/
+60
|
\
|
*
Fix the measurement of text bounds.
Deepanshu Gupta
2014-01-07
3
-41
/
+60
*
|
Fix a bug in Nine Patch library.
Deepanshu Gupta
2014-02-05
1
-2
/
+2
|
/
*
Update delegate methods in layoutlib.
Deepanshu Gupta
2013-11-25
4
-89
/
+21
*
Update changed delegate method in Bitmap_Delegate. DO NOT MERGE
Deepanshu Gupta
2013-11-13
1
-1
/
+2
*
Fix layoutlib for KK
Deepanshu Gupta
2013-10-16
1
-7
/
+28
*
Merge "Add isPremultiplied option to Bitmap_Delegate in LayoutLib" into klp-dev
Deepanshu Gupta
2013-09-09
2
-14
/
+88
|
\
|
*
Add isPremultiplied option to Bitmap_Delegate in LayoutLib
Deepanshu Gupta
2013-09-04
2
-14
/
+88
*
|
am b50de495: am dd4efc22: am 3a762d8b: Merge "Fix text rendering" into jb-mr2...
Deepanshu Gupta
2013-09-05
3
-187
/
+253
|
\
\
|
|
/
|
/
|
|
*
Fix text rendering
Deepanshu Gupta
2013-09-05
3
-187
/
+253
*
|
Add inPremutiplied option to BitmapFactory.Options, functionality in Bitmap
Chris Craik
2013-08-20
1
-2
/
+4
*
|
Refactor Canvas.drawPicture() to delegate to Picture
Jonathan Dixon
2013-08-08
1
-8
/
+0
|
/
*
Add missing native methods.
Deepanshu Gupta
2013-05-23
3
-35
/
+63
*
Update framework to support r5967 of Skia.
Derek Sollenberger
2012-12-12
1
-5
/
+0
*
Add missing native method to Canvas_Delegate.
Xavier Ducrohet
2012-05-08
1
-0
/
+5
*
Fix Paint_Delegate with missing native method.
Xavier Ducrohet
2012-04-23
1
-1
/
+20
*
Embed layout padding in nine patch images
Amith Yamasani
2012-04-04
1
-1
/
+2
*
Add Delegate for ViewRootImpl#isInTouchMode to prevent IPC call in Eclipse.
Xavier Ducrohet
2012-03-23
1
-4
/
+14
*
Setup ActionBars in layoutlib the same way the platform does it.
Xavier Ducrohet
2012-02-06
1
-2
/
+2
*
Make Layoutlib compile on Java 6.
Xavier Ducrohet
2012-02-02
7
-0
/
+31
*
Merge "Remove unused code"
Romain Guy
2012-01-19
1
-11
/
+0
|
\
|
*
Remove unused code
Romain Guy
2012-01-19
1
-11
/
+0
*
|
Fix broken drawCircle LayoutLib.
Xavier Ducrohet
2012-01-18
1
-1
/
+1
|
/
*
LayoutLib: fix support for textScaleX.
Xavier Ducrohet
2011-10-04
1
-1
/
+1
*
Layoutlib: Typeface support for loading fonts manually.
Xavier Ducrohet
2011-10-04
1
-3
/
+38
*
Layoutlib now parses system_fonts.xml instead of its own.
Xavier Ducrohet
2011-10-04
1
-11
/
+1
*
Layoutlib: add support for ITextServicesManager.
Xavier Ducrohet
2011-10-03
1
-0
/
+3
*
LayoutLib: add native delegate for set/getHinting in Paint.
Xavier Ducrohet
2011-08-22
1
-0
/
+25
*
Make some methods/fields package private so that layoutlib can access them.
Xavier Ducrohet
2011-08-11
2
-4
/
+27
*
Misc layoutlib fix in preparation of the access change in framework code.
Xavier Ducrohet
2011-08-01
1
-1
/
+1
*
Layoutlib: misc fix + start of AndroidBidi support.
Xavier Ducrohet
2011-07-19
1
-27
/
+0
*
Fix changed native method delegates in layoutlib for ICS.
Xavier Ducrohet
2011-06-15
2
-3
/
+37
*
am abc83871: am f6e47999: am 2a6dc7f1: Merge "Import the Layoutlib from hc-mr...
Xavier Ducrohet
2011-06-07
1
-2
/
+2
|
\
|
*
Import the Layoutlib from hc-mr1.
Xavier Ducrohet
2011-06-03
1
-2
/
+2
|
*
Merge 59aad78e from master. do not merge.
Xavier Ducrohet
2011-04-07
1
-1
/
+8
|
/
*
LayoutLib: Fix Arc rendering.
Xavier Ducrohet
2011-03-14
2
-30
/
+52
*
LayoutLib: fix Capabilities and getDimensionPixelSize
Xavier Ducrohet
2011-03-08
1
-1
/
+1
*
LayoutLib: Implement some missing add###() method in Path.
Xavier Ducrohet
2011-03-07
1
-25
/
+80
*
LayoutLib: fix incorrect indices in one of the 2 native_drawTextRun methods.
Xavier Ducrohet
2011-02-24
1
-3
/
+2
*
LayoutLib: Add debug mode.
Xavier Ducrohet
2011-02-23
14
-14
/
+14
*
LayoutLib: misc fixes.
Xavier Ducrohet
2011-02-23
2
-25
/
+102
*
LayoutLib: Hold onto delegate references.
Xavier Ducrohet
2011-02-23
35
-112
/
+113
*
LayoutLib: remove some exceptions.
Xavier Ducrohet
2011-02-09
4
-44
/
+78
*
LayoutLib: Annotate the custom delegate methods.
Xavier Ducrohet
2011-02-09
37
-74
/
+408
*
LayoutLib: improved rendering for system/title/action bars.
Xavier Ducrohet
2011-02-06
2
-43
/
+86
*
LayoutLib: Replace custom BitmapFactory by a simpler delegate
Xavier Ducrohet
2011-02-04
3
-605
/
+118
*
LayoutLib: render system/title/action bars.
Xavier Ducrohet
2011-02-04
1
-1
/
+28
[next]