summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib
Commit message (Expand)AuthorAgeFilesLines
* Even more reshaping integration...David Kohen2010-08-061-103/+0
* Fix the layoutlib Paint.set(Paint) method.Xavier Ducrohet2010-07-241-0/+2
* Improved BiDi text rendering.Dudy Kohen2010-06-301-18/+141
* Adds back the finalize method on the replaced Paint class.Xavier Ducrohet2010-04-081-0/+6
* Fix issue #2519590: Lock screen stuck in landscape modeDianne Hackborn2010-03-181-1/+1
* Add correct copyright headers to multiple filesKenny Root2010-03-111-0/+16
* Re-arrange android-common so framework no longer links with it.Dianne Hackborn2010-02-252-2/+2
* Merge "Remove empty finalize methods."Carl Shapiro2010-02-243-15/+0
|\
| * Remove empty finalize methods.Carl Shapiro2010-02-243-15/+0
* | Fix the layoutlib to still support fill_parent.Xavier Ducrohet2010-02-232-2/+6
|/
* Work on issue #2263557: PMF3000 showing hybrid of portrait and landscape modesDianne Hackborn2010-02-181-1/+2
* Fix in layoutlib due to some changes in the frameworks.Xavier Ducrohet2010-02-112-37/+10
* Introduce special UI modes for night and car usage.Tobias Haamel2010-02-111-1/+2
* New external storage APIs.Dianne Hackborn2010-02-091-0/+12
* am 3bd6dc65: am b44051ee: Merge "ADT/Layoutlib: implement sweep gradient." in...Xavier Ducrohet2010-01-223-60/+140
|\
| * ADT/Layoutlib: implement sweep gradient.Xavier Ducrohet2010-01-193-60/+140
* | am 60e3c09e: am 6866daee: Merge "ADT/Layoutlib: implement radial gradient." i...Xavier Ducrohet2010-01-223-219/+338
|\ \ | |/
| * ADT/Layoutlib: implement radial gradient.Xavier Ducrohet2010-01-193-219/+338
* | am da84d6a1: am 908a8111: Merge "ADT/Layoutlib: Add dash support to stroke." ...Xavier Ducrohet2010-01-213-38/+92
|\ \ | |/
| * ADT/Layoutlib: Add dash support to stroke.Xavier Ducrohet2010-01-153-38/+92
* | am c0ea805c: am 2b30a4a5: Merge "ADT/Layoutlib: properly handle stroke inform...Xavier Ducrohet2010-01-212-2/+41
|\ \ | |/
| * ADT/Layoutlib: properly handle stroke information.Xavier Ducrohet2010-01-142-2/+41
* | am 20cc5570: am 79f05bb4: Merge "ADT/Layoutlib: improved gradient drawing for...Xavier Ducrohet2010-01-211-3/+9
|\ \ | |/
| * Merge "ADT/Layoutlib: improved gradient drawing for perf." into eclairXavier Ducrohet2010-01-141-3/+9
| |\
| | * ADT/Layoutlib: improved gradient drawing for perf.Xavier Ducrohet2010-01-141-3/+9
* | | am 38fa9eee: am 89d538dc: ADT/Layoutlib: don\'t draw 0-sized rectangle, AWT d...Xavier Ducrohet2010-01-211-28/+32
|\ \ \ | |/ /
| * | ADT/Layoutlib: don't draw 0-sized rectangle, AWT doesn't like that.Xavier Ducrohet2010-01-141-28/+32
| |/
* | am 895c92a4: am 240298f9: Merge "ADT/Layoutlib: always use custom gradient (j...Xavier Ducrohet2010-01-211-30/+17
|\ \ | |/
| * ADT/Layoutlib: always use custom gradient (java) Paint.Xavier Ducrohet2010-01-141-30/+17
* | am 31ef2e77: am b847fbf2: Merge "ADT/Layout: support for 3+ color in linear g...Xavier Ducrohet2010-01-211-6/+243
|\ \ | |/
| * ADT/Layout: support for 3+ color in linear gradientsXavier Ducrohet2010-01-141-6/+243
* | am f95e3dd2: am 5e083024: ADT/Layoutlib: shader clean-up.Xavier Ducrohet2010-01-197-7/+14
|\ \ | |/
| * ADT/Layoutlib: shader clean-up.Xavier Ducrohet2010-01-147-7/+14
* | am e1a99147: am d3026e16: Merge "ADT/Layoutlib: 2 color, linear gradient supp...Xavier Ducrohet2010-01-198-56/+92
|\ \ | |/
| * ADT/Layoutlib: 2 color, linear gradient support.Xavier Ducrohet2010-01-138-56/+92
* | am 1da2735c: am f73bd14a: Merge "ADT/Layoutlib: implement Canvas.concat(Matri...Xavier Ducrohet2010-01-192-18/+34
|\ \ | |/
| * ADT/Layoutlib: implement Canvas.concat(Matrix)Xavier Ducrohet2010-01-132-18/+34
* | am cff6c845: am ae4bd059: ADT/Layoutlib: Reimplement parts of BitmapFactoryXavier Ducrohet2010-01-193-0/+605
|\ \ | |/
| * ADT/Layoutlib: Reimplement parts of BitmapFactoryXavier Ducrohet2010-01-133-0/+605
* | am f5a84f8a: am dfe25b0e: Merge "LayoutLib: support for custom styles." into ...Xavier Ducrohet2010-01-111-3/+14
|\ \ | |/
| * LayoutLib: support for custom styles.Xavier Ducrohet2010-01-111-3/+14
* | Fix duplicate constant in layoutbridge.Romain Guy2010-01-081-1/+1
* | Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-084-12/+14
* | am de0ef181: am ce60d4b2: Merge "Move Layoutlib API library to sdk.git" into ...Xavier Ducrohet2010-01-0712-642/+0
|\ \ | |/
| * Move Layoutlib API library to sdk.gitXavier Ducrohet2010-01-0712-642/+0
* | Update imports to android-commonTom Taylor2009-12-212-2/+2
|/
* Layoutlib: Add a constant for default density value.Xavier Ducrohet2009-12-111-0/+3
* Fix build.Dianne Hackborn2009-11-161-6/+6
* Minor fix for the parent style computation in the layoutlib.Xavier Ducrohet2009-11-151-8/+11
* Properly implement Paint.breakText for layoutlib.Xavier Ducrohet2009-11-131-2/+12