summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/src
Commit message (Expand)AuthorAgeFilesLines
* Add missing interface method.Craig Mautner2012-07-101-0/+5
* Replace LruCache implementation for layoutlib.Xavier Ducrohet2012-07-104-18/+427
* Use two fingers to work some magic...Dianne Hackborn2012-06-251-0/+6
* Disable debug output in SDK layoutlib.Xavier Ducrohet2012-06-191-1/+1
* Fix build.Dianne Hackborn2012-06-041-2/+2
* Fix (mostly) issue #5109947: Race condition between retrieving a...Dianne Hackborn2012-05-291-0/+5
* Fix build.Dianne Hackborn2012-05-131-1/+1
* Implement new window cropping.Dianne Hackborn2012-05-131-1/+1
* Merge "Making transition out of recents look better" into jb-devMichael Jurka2012-05-101-1/+1
|\
| * Making transition out of recents look betterMichael Jurka2012-05-091-1/+1
* | Add infrastructure for accessing "unstable" content providers.Dianne Hackborn2012-05-091-0/+10
|/
* Add missing native method to Canvas_Delegate.Xavier Ducrohet2012-05-081-0/+5
* Move CancellationSignal to android.os package.Jeff Brown2012-05-071-1/+1
* Add system insets to windows.Dianne Hackborn2012-04-302-4/+4
* 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-231-1/+20
* 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-232-4/+48
|\
| * Add Delegate for ViewRootImpl#isInTouchMode to prevent IPC call in Eclipse.Xavier Ducrohet2012-03-232-4/+48
* | 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-155-10/+312
* 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-063-15/+53
| |/
* | 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-063-15/+53
* | 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-0219-55/+317
|/ /
* | Implement a cancelation mechanism for queries.Jeff Brown2012-01-271-2/+8