| Commit message (Expand) | Author | Age | Files | Lines |
* | Move CancellationSignal to android.os package. | Jeff Brown | 2012-05-07 | 1 | -1/+1 |
* | Small tweaks to orientation. | Jeff Brown | 2012-05-07 | 2 | -6/+14 |
* | Remove obsolete tool. | Jeff Brown | 2012-05-03 | 2 | -62/+0 |
* | Add system insets to windows. | Dianne Hackborn | 2012-04-30 | 2 | -4/+4 |
* | Merge "When a window is first shown only draw once while animating." into jb-dev | Dianne Hackborn | 2012-04-27 | 1 | -0/+4 |
|\ |
|
| * | When a window is first shown only draw once while animating. | Dianne Hackborn | 2012-04-27 | 1 | -0/+4 |
* | | Merge "Work around build break in layoutlib." into jb-dev | Jeff Brown | 2012-04-27 | 1 | -5/+7 |
|\ \
| |/
|/| |
|
| * | Work around build break in layoutlib. | Jeff Brown | 2012-04-27 | 1 | -5/+7 |
* | | Apply --extra-packages in case --custom-pacakge is also specified. | Ying Wang | 2012-04-26 | 1 | -14/+17 |
|/ |
|
* | Fix Paint_Delegate with missing native method. | Xavier Ducrohet | 2012-04-23 | 2 | -2/+21 |
* | Add new API to find smallest/largest screen size. | Dianne Hackborn | 2012-04-19 | 1 | -0/+4 |
* | Merge "Support loading keyboard layout overlays from resources." | Jeff Brown | 2012-04-17 | 1 | -1/+2 |
|\ |
|
| * | Support loading keyboard layout overlays from resources. | Jeff Brown | 2012-04-17 | 1 | -1/+2 |
* | | Merge "Add new scale-up window manager animation." | Dianne Hackborn | 2012-04-16 | 1 | -0/+6 |
|\ \ |
|
| * | | Add new scale-up window manager animation. | Dianne Hackborn | 2012-04-16 | 1 | -0/+6 |
| |/ |
|
* | | Add new aapt dump badging output explaining implicit badging. | Dianne Hackborn | 2012-04-16 | 1 | -1/+46 |
|/ |
|
* | Request key maps from input manager service. | Jeff Brown | 2012-04-10 | 1 | -2/+4 |
* | Merge "Adding a line for android-debuggable to 'dump badging' if AndroidManif... | Dan Morrill | 2012-04-10 | 1 | -0/+10 |
|\ |
|
| * | Adding a line for android-debuggable to 'dump badging' if AndroidManifest.xml | Dan Morrill | 2012-04-03 | 1 | -0/+10 |
* | | Merge "Implement call log permission compatibility." | Dianne Hackborn | 2012-04-06 | 1 | -0/+24 |
|\ \ |
|
| * | | Implement call log permission compatibility. | Dianne Hackborn | 2012-04-05 | 1 | -0/+24 |
* | | | Move some APIs from window manager to input manager. | Jeff Brown | 2012-04-05 | 1 | -117/+0 |
|/ / |
|
* | | Merge "Clean up status bar, system bar, navigation bar management." | Dianne Hackborn | 2012-04-05 | 1 | -3/+2 |
|\ \ |
|
| * | | Clean up status bar, system bar, navigation bar management. | Dianne Hackborn | 2012-04-04 | 1 | -3/+2 |
| |/ |
|
* | | Embed layout padding in nine patch images | Amith Yamasani | 2012-04-04 | 2 | -20/+177 |
|/ |
|
* | Merge "Add Delegate for ViewRootImpl#isInTouchMode to prevent IPC call in Ecl... | Xavier Ducrohet | 2012-03-23 | 3 | -4/+49 |
|\ |
|
| * | Add Delegate for ViewRootImpl#isInTouchMode to prevent IPC call in Eclipse. | Xavier Ducrohet | 2012-03-23 | 3 | -4/+49 |
* | | Add new thumbnail animation. | Dianne Hackborn | 2012-03-23 | 1 | -0/+6 |
|/ |
|
* | frameworks/base: move Zip* from libandroidfw to libutils | Colin Cross | 2012-03-22 | 1 | -1/+1 |
* | Use qsort_r_compat() as a portable wrapper for qsort_r(). | Jeff Brown | 2012-03-19 | 2 | -15/+2 |
* | Fix build break on glibc, for real. | Jeff Brown | 2012-03-19 | 1 | -0/+4 |
* | Fix build break on glibc hosts. | Jeff Brown | 2012-03-19 | 1 | -0/+10 |
* | aapt: Preprocess images in parallel. | Jeff Brown | 2012-03-17 | 4 | -14/+50 |
* | Use quicksort to sort the string pool. | Jeff Brown | 2012-03-16 | 2 | -6/+10 |
* | Add some comments about StringPool sort order. | Jeff Brown | 2012-03-16 | 1 | -2/+4 |
* | Merge "Remove dead code in StringPool." | Jeff Brown | 2012-03-16 | 4 | -106/+22 |
|\ |
|
| * | Remove dead code in StringPool. | Jeff Brown | 2012-03-16 | 4 | -106/+22 |
* | | Merge "Make StringPool entry types trivially movable." | Jeff Brown | 2012-03-16 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | Make StringPool entry types trivially movable. | Jeff Brown | 2012-03-16 | 1 | -0/+9 |
* | | LayoutLib: Properly support attr ns when used in styles. | Xavier Ducrohet | 2012-03-16 | 4 | -198/+183 |
|/ |
|
* | Fix sdk layout rendering in JB. | Xavier Ducrohet | 2012-03-15 | 6 | -13/+316 |
* | Add new "options" argument to all startActivity APIs. | Dianne Hackborn | 2012-03-14 | 1 | -0/+17 |
* | Add new READ_EXTERNAL_STORAGE permission. | Dianne Hackborn | 2012-03-12 | 1 | -0/+12 |
* | Merge "Dispatch screen state change events to Views Bug #6120957" | Romain Guy | 2012-03-08 | 1 | -1/+2 |
|\ |
|
| * | Dispatch screen state change events to Views | Romain Guy | 2012-03-08 | 1 | -1/+2 |
* | | Merge "Fix an issue where a non-styled string could be made into a styled str... | Ben Gruver | 2012-03-08 | 1 | -1/+3 |
|\ \
| |/
|/| |
|
| * | Fix an issue where a non-styled string could be made into a styled string | Ben Gruver | 2012-03-07 | 1 | -1/+3 |
* | | Merge "Fix the build" | Romain Guy | 2012-03-08 | 1 | -0/+5 |
|\ \ |
|
| * | | Fix the build | Romain Guy | 2012-03-08 | 1 | -0/+5 |
| |/ |
|
* | | Fix up getAttributeFlags() function | Ben Gruver | 2012-03-07 | 1 | -6/+2 |
|/ |
|