Commit Graph

308902 Commits

Author SHA1 Message Date
Bill Yi
4eabb5dff8 Import translations. DO NOT MERGE
Change-Id: I585aa8798b0ebebe1b6290dfa18783259a0f413b
Auto-generated-cl: translation import
2017-02-28 00:44:48 -08:00
Alan Viverette
7485a9bbb3 Setting focusableInTouchMode clears FOCUSABLE_AUTO
Bug: 35726873
Test: View_FocusHandlingTest#testHasFocusable
Change-Id: I10ec94684846dc2280ba0bd7922d9304bf8a95db
2017-02-27 23:34:25 +00:00
Jeff Sharkey
32ce5be843 Merge "Consider disabled authorities for notifs." 2017-02-27 23:30:23 +00:00
TreeHugger Robot
a120091195 Merge "Fix PiP being out of bounds when launched into forced orientation" 2017-02-27 22:40:11 +00:00
Phil Weaver
2fe5752635 Merge "Document null labels for standard a11y actions" 2017-02-27 22:35:02 +00:00
TreeHugger Robot
c33b943f25 Merge "deprecate replayClips" 2017-02-27 22:22:16 +00:00
Alan Viverette
8a8e33dbb0 Merge "Always handle hover events if the View is already hovered" 2017-02-27 22:16:55 +00:00
Jeff Sharkey
2d0c0e35a6 Consider disabled authorities for notifs.
They're still valid providers, even when they're disabled.

Test: builds, boots, disabled authorities considered
Bug: 35791633
Change-Id: Ie1c40ae92a72b5b9f6869ea3dca19f2b74f80bae
2017-02-27 14:38:37 -07:00
Brad Ebinger
eb422ead0c Merge "Adds read/modify permission checks to ImsService" am: 3e64003641 am: 175213e1ee
am: 055adc457a

Change-Id: I41289905222c0bc83fe1d6b075427b79afe9b0db
2017-02-27 21:34:30 +00:00
Brad Ebinger
055adc457a Merge "Adds read/modify permission checks to ImsService" am: 3e64003641
am: 175213e1ee

Change-Id: Ia55e5751b222e3e95780e16821e832f760b2d7c5
2017-02-27 21:30:19 +00:00
Brad Ebinger
175213e1ee Merge "Adds read/modify permission checks to ImsService"
am: 3e64003641

Change-Id: Ia4cb2c789a13658de86c0a36648a09e7abceb621
2017-02-27 21:26:50 +00:00
Brad Ebinger
3e64003641 Merge "Adds read/modify permission checks to ImsService" 2017-02-27 21:19:18 +00:00
Youhan Wang
d632305e37 Merge "Add Resource for TelephonyMonitor debug switch." 2017-02-27 21:14:53 +00:00
Dianne Hackborn
59774e209c Merge "Add new job scheduler constraints for "battery not low"." 2017-02-27 21:11:29 +00:00
Peng Xu
2e2c35febf Merge "Added implementation of shared memory NDK API" 2017-02-27 20:58:23 +00:00
TreeHugger Robot
321ea18167 Merge "media: Add more detail for the use of metadata track." 2017-02-27 20:40:17 +00:00
TreeHugger Robot
6ff8367dc2 Merge "AccessPoint - Add Builder; Add unit tests for compareTo()" 2017-02-27 20:39:36 +00:00
TreeHugger Robot
ffffb47569 Merge "Change internal intents from android.* to com.android.internal.*" 2017-02-27 20:34:21 +00:00
TreeHugger Robot
6087ea2b9d Merge "Provide some compatibility story for devs in the past" 2017-02-27 20:28:58 +00:00
TreeHugger Robot
bdaded344f Merge "Don't log privapp-permissions violations for updated apps" 2017-02-27 20:25:53 +00:00
TreeHugger Robot
1058a3dd95 Merge "Push chooser targets to the shortcut manager." 2017-02-27 20:24:57 +00:00
TreeHugger Robot
694986326b Merge "Added customization to SaveInfo." 2017-02-27 19:49:19 +00:00
TreeHugger Robot
06067a1fda Merge "media: Add new key for latency support" 2017-02-27 19:40:56 +00:00
TreeHugger Robot
5d8caaafa6 Merge "Fix ShapeDrawable mutate, add clone() support to ArcShape, OvalShape" 2017-02-27 19:34:13 +00:00
Android Build Merger (Role)
419f1ed143 Merge "DO NOT MERGE: Add the option to skip the initial brightness ramp when the screen turns on. am: 106f1443c1 -s ours am: 8beca4cc6f am: 5792d09b3d -s ours" 2017-02-27 19:25:09 +00:00
Julius D'souza
6017bce8e3 DO NOT MERGE: Add the option to skip the initial brightness ramp when the screen turns on. am: 106f1443c1 -s ours am: 8beca4cc6f
am: 5792d09b3d  -s ours

Change-Id: I3528973859744f0decee45e2e108ad61f9e5558c
2017-02-27 19:24:19 +00:00
Jorim Jaggi
231f603027 Merge "Update paint filer when updating thumbnail" 2017-02-27 19:22:31 +00:00
Julius D'souza
5792d09b3d DO NOT MERGE: Add the option to skip the initial brightness ramp when the screen turns on. am: 106f1443c1 -s ours
am: 8beca4cc6f

Change-Id: I798681141b035eb3f29ab4824f2807cdb21010d9
2017-02-27 19:18:11 +00:00
Julius D'souza
8beca4cc6f DO NOT MERGE: Add the option to skip the initial brightness ramp when the screen turns on.
am: 106f1443c1  -s ours

Change-Id: I8541342d3466e4e1d686b3faa890830edadba940
2017-02-27 19:14:07 +00:00
Dianne Hackborn
a06ec6a943 Add new job scheduler constraints for "battery not low".
Clean up the implementation of boolean constraints so that
they are in a single flags value that gets propagated all of
the way from JobInfo.Builder in to the JobStatus.  Much simpler
and easier to add new constraints!

Also introduce some shell commands to make it easier to write
tests against the job scheduler (and other things tied to power).
One of the big things here is that there is a new sequence number
that propagates with battery updates, which we can look for in
the job scheduler to determine when a change the test has made
to battery state has actually gotten applied, to allow it to
safely and minimally wait until executing the condition being
tested.

Test: New BatteryConstraintTest suite added.

Change-Id: I11076d90b80ec25ee604c29b6a6dc2337fd867ce
2017-02-27 10:54:06 -08:00
Etan Cohen
fbad632f12 Merge "[AWARE] Remove (hide) sendMessage with retryCount API" am: f81911bcd2 am: 97bf0f5e9b
am: 07864e35c8

Change-Id: Ic53ad1fed518057d75a59fd7d91dd7f4882700ce
2017-02-27 18:51:46 +00:00
Yifan Hong
04dbcae4c4 Merge "Vr HAL uses "default" service name" 2017-02-27 18:46:26 +00:00
Etan Cohen
07864e35c8 Merge "[AWARE] Remove (hide) sendMessage with retryCount API" am: f81911bcd2
am: 97bf0f5e9b

Change-Id: Ib62285494ffee7a4c35bc3583417e0cacc0d5d83
2017-02-27 18:46:11 +00:00
Etan Cohen
97bf0f5e9b Merge "[AWARE] Remove (hide) sendMessage with retryCount API"
am: f81911bcd2

Change-Id: I3791ee5fbd0c16de6156b0ad36e50091eea498f9
2017-02-27 18:42:05 +00:00
TreeHugger Robot
ff8351a311 Merge "don't call settings provider with pkg mgr lock" 2017-02-27 18:38:14 +00:00
Makoto Onuki
9687767d75 Merge "Allow querying providers with a specific metadata." 2017-02-27 18:35:20 +00:00
Etan Cohen
f81911bcd2 Merge "[AWARE] Remove (hide) sendMessage with retryCount API" 2017-02-27 18:33:35 +00:00
Hangyu Kuang
2563ddcca4 media: Add more detail for the use of metadata track.
Test: None as just documentation.
Bug: 28536560
Change-Id: Ie9a765b02fb304b16146c314eeb89758b9cd4a4d
2017-02-27 10:28:16 -08:00
TreeHugger Robot
2a434d17b1 Merge "Remove tint from network logging icon" 2017-02-27 18:24:10 +00:00
Felipe Leme
b72f012cb4 Added customization to SaveInfo.
Bug: 35727295
Test: CtsAutoFillServiceTestCases pass
Test: m update-api

Change-Id: I7eba36b6ab8181ae1cdbd10b0879927b9f9cf086
2017-02-27 10:14:41 -08:00
Hangyu Kuang
cd923a219f media: Add new key for latency support
Test: NONE
Bug: 34221970
Change-Id: Id2d64f9be6bffaff1897079b5132388046882334
2017-02-27 18:10:17 +00:00
Winson Chung
47f2bf605f Fix PiP being out of bounds when launched into forced orientation
- Ensure that we use the right bounds when calculating the post-rotation
  bounds (it should always be the target bounds)
- Ensure that we update the controller when the task stack bounds change

Bug: 35402420
Test: android.server.cts.ActivityManagerPinnedStackTests
Test: #testEnterPipToOtherOrientation
Change-Id: Ie0e3fc6a93b4eb6250c60584e80afb029b3c599a
2017-02-27 10:09:02 -08:00
TreeHugger Robot
eba6e6c7dc Merge "Move the lock item for the QS WifiPicker." 2017-02-27 18:04:06 +00:00
Bryce Lee
6d4d9b8038 Merge "Remove activity from task if not set properly." 2017-02-27 17:51:05 +00:00
Andrei Stingaceanu
81926e39f0 Merge "AutoSize TextView (part 11) - fix final APIs" 2017-02-27 17:42:19 +00:00
TreeHugger Robot
956545b07f Merge "Exit touch mode on mouse/stylus click" 2017-02-27 17:40:03 +00:00
Hakan Seyalioglu
58fc95dc57 Push chooser targets to the shortcut manager.
More info at go/direct-share-push

Test: Some basic testing currently in, more to be added.

Change-Id: I069f9779988c3eca2c4d8b83ec62501983854355
2017-02-27 09:39:10 -08:00
TreeHugger Robot
592637dc69 Merge "Implicitly cast views obtained via View.findView methods" 2017-02-27 17:33:37 +00:00
TreeHugger Robot
5c54947355 Merge "Fix build using ANDROID_COMPILE_WITH_JACK=false" 2017-02-27 17:31:24 +00:00
Winson Chung
a629d524e7 Merge "Fixing regression when going to fullscreen from PiP." 2017-02-27 17:23:47 +00:00