summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/src
Commit message (Expand)AuthorAgeFilesLines
* am 98ac6c79: resolved conflicts for merge of cb7cdd50 to klp-modular-dev-plus...Narayan Kamath2014-01-311-1/+1
|\
| * resolved conflicts for merge of cb7cdd50 to klp-modular-dev-plus-aospNarayan Kamath2014-01-313-3/+3
| |\
| | * Fix a few more delegate methods in layoutlib.Narayan Kamath2014-01-293-4/+4
| * | resolved conflicts for merge of b82b2f98 to klp-dev-plus-aospNarayan Kamath2014-01-2838-344/+344
| |\ \ | | |/
| | * Track 64bit changes to android/graphics.Narayan Kamath2014-01-2838-344/+344
| * | Update delegate methods in layoutlib.Deepanshu Gupta2013-11-255-89/+25
| * | Update ICU_Delegate methods. DO NOT MERGEDeepanshu Gupta2013-11-181-2/+2
| |/
| * Fix NPE in layoutlib. DO NOT MERGEDeepanshu Gupta2013-11-131-1/+0
| * Update changed delegate method in Bitmap_Delegate. DO NOT MERGEDeepanshu Gupta2013-11-131-1/+2
| * Relayout windows that handle their own config change.Craig Mautner2013-11-121-1/+1
| * Fix text size in Fake Action BarDeepanshu Gupta2013-11-081-1/+1
| * Add a method to set a list of uids for a wake lockMarco Nelissen2013-10-251-0/+5
| * Merge "Fix layoutlib for KK" into klp-devDeepanshu Gupta2013-10-184-15/+50
| |\
| | * Fix layoutlib for KKDeepanshu Gupta2013-10-164-15/+50
| * | Layoutlib: Add DateIntervalFormat_Delegate required by CalendarViewDeepanshu Gupta2013-10-171-0/+70
| * | am 873c76d0: am fb1ee08c: am a49c3585: Merge "Fix CalendarView to show the ri...Deepanshu Gupta2013-10-171-0/+61
| |\ \
| | * \ Merge "Fix CalendarView to show the right month and year label." into jb-mr2-devDeepanshu Gupta2013-10-171-0/+61
| | |\ \
| | | * | Fix CalendarView to show the right month and year label.Deepanshu Gupta2013-10-161-0/+61
| * | | | am 92a80b18: am 9b827a7d: am ec555902: Merge "Layoutlib: Update the wifi icon...Deepanshu Gupta2013-10-171-4/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge "Layoutlib: Update the wifi icon in the status bar." into jb-mr2-devDeepanshu Gupta2013-10-171-4/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Layoutlib: Update the wifi icon in the status bar.Deepanshu Gupta2013-10-141-4/+1
| * | | | am 9568ad39: am 94e5ada7: am 81f74f4b: Fix DatePicker and Calendar widget in ...Deepanshu Gupta2013-10-171-2/+8
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | Fix DatePicker and Calendar widget in layoutlib.Deepanshu Gupta2013-10-161-2/+8
| | |/
| * | Ignore certain WindowManager flags when touch exploration is enabledAlan Viverette2013-10-071-0/+4
| * | Merge "Fix layoutlib build" into klp-devMarco Nelissen2013-10-031-0/+6
| |\ \
| | * | Fix layoutlib buildMarco Nelissen2013-10-031-0/+6
| * | | Update liblayoutJohn Reck2013-10-021-2/+2
| |/ /
| * | Fix permissions on WindowManagerService.showAssistant()Jim Miller2013-09-271-5/+0
| * | am 31207780: am 0ecfe381: am 54d88f76: Fix ClassCastException when rendering ...Deepanshu Gupta2013-09-134-129/+156
| |\ \ | | |/
| | * Fix ClassCastException when rendering ListViewDeepanshu Gupta2013-09-104-129/+156
| * | Merge "Preparation for deleting WebViewClassic" into klp-devJonathan Dixon2013-09-111-16/+0
| |\ \
| | * | Preparation for deleting WebViewClassicJonathan Dixon2013-08-251-16/+0
| * | | Fix issue #10688644: Java crash in com.android.phone:Dianne Hackborn2013-09-111-0/+6
| * | | Merge "Add isPremultiplied option to Bitmap_Delegate in LayoutLib" into klp-devDeepanshu Gupta2013-09-092-14/+88
| |\ \ \
| | * | | Add isPremultiplied option to Bitmap_Delegate in LayoutLibDeepanshu Gupta2013-09-042-14/+88
| | |/ /
| * | | Fix build.Dianne Hackborn2013-09-081-0/+10
| * | | am b50de495: am dd4efc22: am 3a762d8b: Merge "Fix text rendering" into jb-mr2...Deepanshu Gupta2013-09-055-193/+300
| |\ \ \ | | | |/ | | |/|
| | * | Fix text renderingDeepanshu Gupta2013-09-055-193/+300
| * | | am 97c88368: am c78d173b: am 68411471: Merge "Fix layout rendering for RTL lo...Deepanshu Gupta2013-09-057-19/+79
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Fix layout rendering for RTL localesDeepanshu Gupta2013-09-047-19/+79
* | | Fix buildDeepanshu Gupta2014-01-291-1/+1
* | | Fix native method signaturesDeepanshu Gupta2014-01-297-15/+104
* | | Manual merge of changes from klp-devDeepanshu Gupta2014-01-297-98/+37
* | | AArch64: Use of long for pointers in PropertyValuesHolderAshok Bhat2014-01-291-4/+4
* | | Track 64bit changes to android/graphics.Narayan Kamath2014-01-2838-344/+344
* | | Update BridgeInflater and delegate to support inheritContext argAlan Viverette2014-01-272-13/+14
* | | Support API change.Craig Mautner2014-01-271-1/+1
* | | Fix text size in Fake Action BarDeepanshu Gupta2014-01-271-1/+1
* | | Manual merge of changes from frameworks/base/toolsDeepanshu Gupta2014-01-277-21/+190
* | | Update a test corresponding to I11ed9a767588f808Satoshi Kataoka2014-01-271-0/+5