summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib
Commit message (Expand)AuthorAgeFilesLines
* Merge "When a window is first shown only draw once while animating." into jb-devDianne Hackborn2012-04-271-0/+4
|\
| * When a window is first shown only draw once while animating.Dianne Hackborn2012-04-271-0/+4
* | Work around build break in layoutlib.Jeff Brown2012-04-271-5/+7
|/
* Fix Paint_Delegate with missing native method.Xavier Ducrohet2012-04-232-2/+21
* Add new API to find smallest/largest screen size.Dianne Hackborn2012-04-191-0/+4
* Add new scale-up window manager animation.Dianne Hackborn2012-04-161-0/+6
* Move some APIs from window manager to input manager.Jeff Brown2012-04-051-117/+0
* Merge "Clean up status bar, system bar, navigation bar management."Dianne Hackborn2012-04-051-3/+2
|\
| * Clean up status bar, system bar, navigation bar management.Dianne Hackborn2012-04-041-3/+2
* | Embed layout padding in nine patch imagesAmith Yamasani2012-04-041-1/+2
|/
* Merge "Add Delegate for ViewRootImpl#isInTouchMode to prevent IPC call in Ecl...Xavier Ducrohet2012-03-233-4/+49
|\
| * Add Delegate for ViewRootImpl#isInTouchMode to prevent IPC call in Eclipse.Xavier Ducrohet2012-03-233-4/+49
* | Add new thumbnail animation.Dianne Hackborn2012-03-231-0/+6
|/
* LayoutLib: Properly support attr ns when used in styles.Xavier Ducrohet2012-03-164-198/+183
* Fix sdk layout rendering in JB.Xavier Ducrohet2012-03-156-13/+316
* Add new "options" argument to all startActivity APIs.Dianne Hackborn2012-03-141-0/+17
* Dispatch screen state change events to ViewsRomain Guy2012-03-081-1/+2
* Fix the buildRomain Guy2012-03-081-0/+5
* am 77fdcbff: am f038868d: am 44e63a21: Support rendering layout that use the ...Xavier Ducrohet2012-02-272-3/+13
|\
| * am f038868d: am 44e63a21: Support rendering layout that use the new res-auto ...Xavier Ducrohet2012-02-242-3/+13
| |\
| | * Support rendering layout that use the new res-auto namespace.Xavier Ducrohet2012-02-242-3/+13
* | | resolved conflicts for merge of 34706a4c to masterDianne Hackborn2012-02-241-5/+6
|\ \ \ | |/ /
| * | am e65a9ab1: am 5786f5cf: Merge "Fix build." into ics-mr1Dianne Hackborn2012-02-241-5/+8
| |\ \ | | |/
| | * Fix build.Dianne Hackborn2012-02-241-5/+8
* | | am f8e737cb: am 22701ec5: am 503247f2: Merge "Make sure resource references a...Xavier Ducrohet2012-02-232-19/+176
|\ \ \ | |/ /
| * | am 22701ec5: am 503247f2: Merge "Make sure resource references are resolved."...Xavier Ducrohet2012-02-222-19/+176
| |\ \ | | |/
| | * Make sure resource references are resolved.Xavier Ducrohet2012-02-212-19/+176
| | * Setup ActionBars in layoutlib the same way the platform does it. do not merge.Xavier Ducrohet2012-02-064-21/+57
| |/
* | Encapsulate the ViewRootImpl's handler.Jeff Brown2012-02-151-1/+1
* | Add an api to switch to the next IME and subtypesatok2012-02-101-0/+6
* | Fix a setBackgroundDrawable in layoutlib.Xavier Ducrohet2012-02-061-1/+1
* | Setup ActionBars in layoutlib the same way the platform does it.Xavier Ducrohet2012-02-064-21/+57
* | Merge "Rename CancellationSignal using preferred spelling."Jeff Brown2012-02-021-3/+3
|\ \
| * | Rename CancellationSignal using preferred spelling.Jeff Brown2012-02-021-3/+3
* | | Make Layoutlib compile on Java 6.Xavier Ducrohet2012-02-0226-56/+526
|/ /
* | Implement a cancelation mechanism for queries.Jeff Brown2012-01-271-2/+8
* | am ab9601cd: am 230a7092: Merge "Fix 5863053: Add method to lock screen immed...Jim Miller2012-01-201-0/+4
|\ \ | |/
| * Fix 5863053: Add method to lock screen immediately.Jim Miller2012-01-171-0/+4
* | Merge "Remove unused code"Romain Guy2012-01-191-11/+0
|\ \
| * | Remove unused codeRomain Guy2012-01-191-11/+0
* | | Fix broken drawCircle LayoutLib.Xavier Ducrohet2012-01-181-1/+1
|/ /
* | Merge "Upgrade layoutlib generation code to use ASM 4.0"Tor Norbye2011-12-069-242/+413
|\ \
| * | Upgrade layoutlib generation code to use ASM 4.0Tor Norbye2011-12-059-242/+413
* | | Use a Choreographer to schedule animation and drawing.Jeff Brown2011-12-051-2/+5
|/ /
* | am 496f6e2a: am b54980d1: Merge "Fix issue #5588689: Black camera preview aft...Dianne Hackborn2011-11-281-1/+5
|\ \ | |/
| * Fix issue #5588689: Black camera preview after coming back from gmailDianne Hackborn2011-11-281-1/+5
* | Set theme-tag in render log when failing to find styleTor Norbye2011-11-011-1/+1
|/
* Add hasNavigationBar() to the window manager.Daniel Sandler2011-10-191-0/+4
* Fix ownership of CursorWindows across processes.Jeff Brown2011-10-091-10/+13
* Merge "Fix issue #5371530: SYSTEMUI_FLAG_HIDE_NAVIGATION reasserts itself imm...Dianne Hackborn2011-10-062-4/+5
|\