| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge "Create unique files, root ordering, UI bugs." into klp-dev | Jeff Sharkey | 2013-09-22 | 1 | -0/+13 |
| |\ |
|
| | * | Create unique files, root ordering, UI bugs. | Jeff Sharkey | 2013-09-21 | 1 | -0/+13 |
| * | | Merge "Surfaces ParcelFileDescriptor#parseMode() as API" into klp-dev | Adam Lesinski | 2013-09-20 | 2 | -29/+2 |
| |\ \ |
|
| | * | | Surfaces ParcelFileDescriptor#parseMode() as API | Adam Lesinski | 2013-09-20 | 2 | -29/+2 |
| | |/ |
|
| * / | Ensures that CompatibilityInfo is always set in Resources | Adam Lesinski | 2013-09-20 | 1 | -12/+13 |
| |/ |
|
| * | Merge "Finish issue #10779747: Calendar Storage crash observed..." into klp-dev | Dianne Hackborn | 2013-09-18 | 1 | -2/+8 |
| |\ |
|
| | * | Finish issue #10779747: Calendar Storage crash observed... | Dianne Hackborn | 2013-09-18 | 1 | -2/+8 |
| * | | Merge "Fix provider leak in PFD" into klp-dev | Amith Yamasani | 2013-09-18 | 1 | -2/+1 |
| |\ \
| |/
|/| |
|
| | * | Fix provider leak in PFD | Amith Yamasani | 2013-09-18 | 1 | -2/+1 |
| * | | Guard against null Context in attachInfo(). | Jeff Sharkey | 2013-09-17 | 1 | -2/+4 |
| |/ |
|
| * | Merge "Add a feature to specify if device admins are supported on the device"... | Amith Yamasani | 2013-09-17 | 1 | -0/+7 |
| |\ |
|
| | * | Add a feature to specify if device admins are supported on the device | Amith Yamasani | 2013-09-16 | 1 | -0/+7 |
| * | | Merge "Introduce maxSdkVersion for <uses-permission>" into klp-dev | Christopher Tate | 2013-09-17 | 1 | -10/+21 |
| |\ \ |
|
| | * | | Introduce maxSdkVersion for <uses-permission> | Christopher Tate | 2013-09-16 | 1 | -10/+21 |
| | |/ |
|
| * | | Fix build. | Dianne Hackborn | 2013-09-16 | 1 | -0/+1 |
| * | | Implement issue #10691359: Kill long-running processes | Dianne Hackborn | 2013-09-16 | 1 | -19/+2 |
| |/ |
|
| * | am bb3b431d: am 8bf0c9ae: am a23fd887: more javadocs for onTrimMemory() | Scott Main | 2013-09-13 | 2 | -11/+86 |
| |\ |
|
| | * | am 8bf0c9ae: am a23fd887: more javadocs for onTrimMemory() | Scott Main | 2013-09-13 | 2 | -11/+86 |
| | |\ |
|
| | | * | more javadocs for onTrimMemory() | Scott Main | 2013-09-13 | 2 | -11/+86 |
| * | | | Add hidden API for querying available 'home' activities | Christopher Tate | 2013-09-13 | 2 | -0/+13 |
| * | | | Merge "Handle pipe thumbnails, acquire unstable refs." into klp-dev | Jeff Sharkey | 2013-09-12 | 1 | -0/+4 |
| |\ \ \ |
|
| | * | | | Handle pipe thumbnails, acquire unstable refs. | Jeff Sharkey | 2013-09-11 | 1 | -0/+4 |
| * | | | | Merge "Add consumer IR framework" into klp-dev | Alexander Ray | 2013-09-11 | 1 | -0/+10 |
| |\ \ \ \ |
|
| | * | | | | Add consumer IR framework | Erik Gilling | 2013-09-11 | 1 | -0/+10 |
| | |/ / / |
|
| * | | | | Merge "More on issue #10130785: Restore silence and vibrate settings..." into... | Dianne Hackborn | 2013-09-11 | 2 | -6/+10 |
| |\ \ \ \ |
|
| | * | | | | More on issue #10130785: Restore silence and vibrate settings... | Dianne Hackborn | 2013-09-11 | 2 | -6/+10 |
| * | | | | | Fix issue #10688644: Java crash in com.android.phone: | Dianne Hackborn | 2013-09-11 | 4 | -7/+20 |
| |/ / / / |
|
| * / / / | Revert services assist context in KitKat | Adam Skory | 2013-09-11 | 3 | -45/+10 |
| |/ / / |
|
| * | | | Merge "Fix getCallingPackage() to handle reentrance." into klp-dev | Jeff Sharkey | 2013-09-10 | 1 | -25/+34 |
| |\ \ \ |
|
| | * | | | Fix getCallingPackage() to handle reentrance. | Jeff Sharkey | 2013-09-09 | 1 | -25/+34 |
| * | | | | Merge "Disabled states, more UX work, bug fixes." into klp-dev | Jeff Sharkey | 2013-09-10 | 1 | -1/+4 |
| |\| | | |
|
| | * | | | Disabled states, more UX work, bug fixes. | Jeff Sharkey | 2013-09-09 | 1 | -1/+4 |
| * | | | | Preserve CTS fail behaviour on null bundle for old API | Matthew Williams | 2013-09-09 | 1 | -0/+3 |
| |/ / / |
|
| * | | | Work on issue #10130785: Restore silence and vibrate settings... | Dianne Hackborn | 2013-09-06 | 5 | -1/+251 |
| * | | | Fix issue #10560472: ApplicationInfo.manageSpaceActivity not parsed... | Dianne Hackborn | 2013-09-06 | 4 | -26/+69 |
| * | | | Provide calling package to ContentProviders. | Jeff Sharkey | 2013-09-06 | 1 | -25/+91 |
| * | | | Merge "Added support for supports-input manifest element" into klp-dev | Michael Wright | 2013-09-06 | 1 | -0/+3 |
| |\ \ \ |
|
| | * | | | Added support for supports-input manifest element | Michael Wright | 2013-09-05 | 1 | -0/+3 |
| * | | | | Merge "Remove unused APIs and rename others based on API review" into klp-dev | Amith Yamasani | 2013-09-05 | 1 | -4/+7 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | Remove unused APIs and rename others based on API review | Amith Yamasani | 2013-09-05 | 1 | -4/+7 |
| * | | | | Change build version from KEY_LIME_PIE to KITKAT | Chet Haase | 2013-09-05 | 1 | -7/+7 |
| * | | | | Merge "Revert "Re-@hide activity-level FLAG_IMMERSIVE and helpers."" into klp... | John Spurlock | 2013-09-05 | 1 | -1/+1 |
| |\ \ \ \ |
|
| | * | | | | Revert "Re-@hide activity-level FLAG_IMMERSIVE and helpers." | John Spurlock | 2013-09-05 | 1 | -1/+1 |
| * | | | | | Merge "Re-@hide activity-level FLAG_IMMERSIVE and helpers." into klp-dev | John Spurlock | 2013-09-05 | 1 | -1/+1 |
| |\| | | | |
|
| | * | | | | Re-@hide activity-level FLAG_IMMERSIVE and helpers. | John Spurlock | 2013-09-04 | 1 | -1/+1 |
| | |/ / / |
|
| * / / / | Fix issue #10461600: KLP API Review: UndoManager | Dianne Hackborn | 2013-09-04 | 3 | -0/+6 |
| |/ / / |
|
| * | | | Add provideAssistData attr to public.xml | Adam Skory | 2013-09-04 | 1 | -1/+1 |
| * | | | Fix issue #10461469: KLP API Review: EXTRA_SHUTDOWN_USERSPACE_ONLY | Dianne Hackborn | 2013-09-03 | 1 | -2/+4 |
| * | | | Merge "DO NOT MERGE. Remove service component for KLP." into klp-dev | Matthew Williams | 2013-08-30 | 4 | -356/+103 |
| |\ \ \ |
|
| | * | | | DO NOT MERGE. Remove service component for KLP. | Matthew Williams | 2013-08-30 | 4 | -356/+103 |