Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-15 | update OWNERS | ||
Bug: 63633199 Change-Id: I538ca012b68e27106fee8924f588a9fc1aef88f8 | |||
2018-03-15 | Merge "MediaPlayer2Impl: fix several functions" into pi-dev | ||
2018-03-15 | Merge "Fix occasional NPE" into pi-dev | ||
2018-03-15 | Merge "Display Cutout: invalidate overlay view when cutout changes" into pi-dev | ||
2018-03-15 | Merge "Add new hidden API." into pi-dev | ||
2018-03-15 | Merge "Update a bunch of AndroidTest for apct suite" into pi-dev | ||
2018-03-15 | Merge "Update packages for 1.0.0-beta1" into pi-dev | ||
2018-03-15 | Merge "Add IMS#BACK_DISPOSITION_ADJUST_NOTHING" into pi-dev | ||
2018-03-15 | Merge "Greylist DevicePolicyManager#setDefaultSmsApplication" into pi-dev | ||
2018-03-15 | Add new hidden API. | ||
bug: 74938974 Test: m Change-Id: Idc2f9c9f707ef813c792764334ec124583e4ca33 | |||
2018-03-15 | Merge "Add jaewan@ to OWNERS" into pi-dev | ||
2018-03-15 | Merge "Whitelist UsbPortStatus and UsbRequest members" into pi-dev | ||
2018-03-15 | Fix occasional NPE | ||
Change-Id: Ia815d2160b1860b2f10a5d30019d03d1ee777fe8 Fixes: 73558046 Test: none | |||
2018-03-15 | Merge "perfetto: Add setting to enable/disable traced" into pi-dev | ||
2018-03-15 | perfetto: Add setting to enable/disable traced | ||
This will help us run P/H experiments by controlling the whether traced runs through P/H. This will allow to gradually roll out traced and, in an emergency, remotely disable it. Run: $ adb shell 'ps -A | grep traced' Should see traced. $ adb shell 'settings put global sys_traced 0' $ adb shell 'ps -A | grep traced' Should no longer see traced. Test: See above. Bug: b/71737179 Bug: b/74383547 Change-Id: I1f564421d9abae14d7d80769e9517eb363dae33a Merged-In: I1f564421d9abae14d7d80769e9517eb363dae33a | |||
2018-03-15 | Merge "Add new APIs." into pi-dev | ||
2018-03-15 | Whitelist UsbPortStatus and UsbRequest members | ||
Bug: 74424953 Test: N/A Change-Id: Idf0c71c16bb7d3747e00b357a88e03a27c10e9d6 | |||
2018-03-15 | Merge "MediaSession2: Implement skipTo APIs" into pi-dev | ||
2018-03-15 | Merge "Allow restoring of apps that rotated key" into pi-dev | ||
2018-03-15 | Add new APIs. | ||
bug: 64382372 Test: m Change-Id: I6be84f5d5062737dcdd51c60be5196ac2a2a5c4b | |||
2018-03-15 | Add jaewan@ to OWNERS | ||
Bug: 74897795 Test: N/A Change-Id: I5cf110bd6f99b20f5ed2fc5d2ccdba318b0d99f8 | |||
2018-03-15 | MediaSession2: Implement skipTo APIs | ||
This implements following APIs from both session and controller. - skipToPlaylistItem() - skipToNextItem() - skipToPreviousItem() Bug: 74175632 Test: Run CTS with MediaComponents/runcts.sh Change-Id: I47d94346c997314ff39797bac3034aa507058036 | |||
2018-03-15 | Merge "Remove mtOffset from drawTextRun" into pi-dev | ||
2018-03-15 | Merge "Add sysWhitelistedAppsExceptIdle in whitelist" into pi-dev | ||
2018-03-15 | Merge "Check AppOps bit for TelephonyManager#getForbiddenPlmns" into pi-dev | ||
2018-03-15 | Remove mtOffset from drawTextRun | ||
Bug: 72998298 Test: atest CtsWidgetTestCases:EditTextTest CtsWidgetTestCases:TextViewFadingEdgeTest FrameworksCoreTests:TextViewFallbackLineSpacingTest FrameworksCoreTests:TextViewTest FrameworksCoreTests:TypefaceTest CtsGraphicsTestCases:TypefaceTest CtsWidgetTestCases:TextViewTest CtsTextTestCases FrameworksCoreTests:android.text CtsWidgetTestCases:TextViewPrecomputedTextTest Change-Id: Ia886c1ce9f7387559d7fe00b34ce03378d56ecec | |||
2018-03-15 | Merge changes from topic "latency" into pi-dev | ||
* changes: use the dedicated latency field in logmaker add reserved latency field | |||
2018-03-15 | Merge "Add notification category: CATEGORY_NAVIGATION; Add @SystemApi @hide ↵ | ||
notification categories: CATEGORY_CAR_EMERGENCY, CATEGORY_CAR_WARNING, and CATEGORY_CAR_INFORMATION." into pi-dev | |||
2018-03-15 | Merge "Fix cleartext default for the manifest value" into pi-dev | ||
2018-03-15 | Merge "Update text alignment when using drawTextOnPath." into pi-dev | ||
2018-03-15 | Merge "Add msg to shade when dnd is suppressing notis" into pi-dev | ||
2018-03-15 | Merge "Fix PIP settings icons shows in unexpanded state." into pi-dev | ||
2018-03-15 | Merge "Set options for activity being brought to front." into pi-dev | ||
2018-03-15 | Merge "Making wakelock tag in PowerManager dump AUTO." into pi-dev | ||
2018-03-14 | Check AppOps bit for TelephonyManager#getForbiddenPlmns | ||
Bug: 73884967 Test: Telephony Sanity and Compile Merged-In: I0cf7920e138892fbcab71fae0eed1293f0b2e404 (cherry picked from commit 52102d28685b8b75a7f290ad42b31fc4029ee5cd) Change-Id: I9e3456e5f1e479b0e2b102f6c90db57cd0e977fe | |||
2018-03-15 | Merge "Set span boundary at word boundary in perf test" into pi-dev | ||
2018-03-15 | Merge "Support slicing by chain." into pi-dev | ||
2018-03-15 | Merge "Disable clicks on buttons without actions" into pi-dev | ||
2018-03-15 | Merge "WifiConfiguration: Undeprecate WPA_PSK" into pi-dev | ||
2018-03-15 | Merge "Fixed data connection state callback not working" into pi-dev | ||
2018-03-15 | Merge "[RTT][AWARE] Minor update to distance documentation" into pi-dev | ||
2018-03-15 | Merge "Don't time out startForegroundService when debugging the app" into pi-dev | ||
2018-03-15 | Merge "DO NOT MERGE Fix the null return value of getTrustedHardwareCertPath" ↵ | ||
into pi-dev | |||
2018-03-14 | use the dedicated latency field in logmaker | ||
Bug: 65724609 Test: runtest systemui Change-Id: Ic5d3f569c06f641454c356f64f773db59140fedc | |||
2018-03-14 | add reserved latency field | ||
Bug: 65724609 Test: make Change-Id: I9bc8d9bf6818c93cd21c02962d93ab1193d56fc9 | |||
2018-03-15 | Merge changes I68dab076,Ife50c3d3,I705518be,I949fbe81 into pi-dev | ||
* changes: Disable move animations for ScreenDecor overlays. WindowManager: Use WindowSurfaceController for seamless rotation Prevent freezing the display while rotating seamlessly. Eliminate usage of global transaction for display configuration. | |||
2018-03-15 | Merge "Added hackbod@ & ogunwale@ to display owners file." into pi-dev | ||
2018-03-15 | Merge "Unhiding APIs in UsageEvents for public use" into pi-dev | ||
2018-03-14 | Added hackbod@ & ogunwale@ to display owners file. | ||
We need to be able to submit stuff while michaelwr@ is OOO. For example: ag/3690123 Test: can merge is stuff Bug: 72038766 Change-Id: I1dd2260b54d95bbb6ebd27d871aeddfe3eefacdd | |||
2018-03-15 | Merge "Telephony(MSIM): Default NW mode property for each slot" into pi-dev | ||