Phil Weaver
94126cc631
Strengthen language about use of a11y API. am: 752047dd3d am: 8f27aabc12
...
am: f5b9956bdb
Change-Id: Id34ef1868cded7ba0161aaa42227ab65d1ff8c9b
2016-09-14 20:11:56 +00:00
liulvping
83a219be68
Merge "fix NullPointerException in RegisteredServicesCache" am: 4b1a8f46d6 am: 506bf0741a am: 5f4f8d2441
...
am: 9eadea585c
Change-Id: I928d9cccf7c99f36540dcde1cf31c4e35b3d79ff
2016-09-14 20:11:40 +00:00
Wale Ogunwale
45dcd8fb9e
Immediately deliver new intent to paused activity in docked stack am: 826c706156 am: 35871b76b3
...
am: f872ce62c4
Change-Id: I266b97e858e7b4aa9c56fd3b55401970b4575698
2016-09-14 19:59:55 +00:00
Lorenzo Colitti
ae747eb76f
Add a NET_CAPABILITY_FOREGROUND capability. am: f0e9a33435 am: aaec66110d
...
am: 9ba472d619
Change-Id: I08ca73666668ddc6c9bfe002844a9d2e0ecb28e4
2016-09-14 19:22:54 +00:00
Alan Viverette
f612a576ca
Cancel pending selection before filtering input am: 57fe701ddf am: 1fd7fadfe4
...
am: 24e9362289
Change-Id: I4836b0ac8b4b2addee6d757f45d2774508869cca
2016-09-14 06:16:57 +00:00
Robert Carr
1838dcb6ef
PopupWindow: Don't ignore top decorations in getMaxAvailableHeight. am: 701d73084d am: 5712f5474a
...
am: 5f09d331f3
Change-Id: I24e2d71371de96fd95b6905258f950ea2fb06145
2016-09-14 05:43:48 +00:00
Lorenzo Colitti
786a4b8300
Add a background NetworkRequest type for mobile data always on. am: 3d4a10617c am: 9396da4e10
...
am: 4c698d3eed
Change-Id: I9e11b75fe0af8a116593394b151c7fb4d1e167f8
2016-09-14 05:02:12 +00:00
Bryce Lee
6d5ad4c0eb
Support telecom related operations for watch back button usage. am: db776ce7f9
...
am: 9b2027a71c
Change-Id: I62a31f771ea390c59a4fafc4763a9ca3ec7c3228
2016-09-14 04:57:03 +00:00
Aurimas Liutikas
c68bf72f47
Fix SearchView measure for UNSPECIFIED height. am: f6a50be25c am: edaac91993
...
am: 6386de2524
Change-Id: Iffb9953d25665f8260bcff43040e91cf074ba71c
2016-09-14 04:26:41 +00:00
Todd Kennedy
f3a88c353d
Add filter ordering am: c2e96d45d2 am: cdda4eed12
...
am: 792cac6fd6
Change-Id: I94c998b9b32c4e6d3e7162cda4ff8bc7723dd2d9
2016-09-13 23:26:22 +00:00
Kirill Grouchnikov
2c52d1b5e4
Merge "Tweak the logic of AbsListView smoothScrollToPositionFromTop"
2016-09-13 23:05:55 +00:00
Phil Weaver
f5b9956bdb
Strengthen language about use of a11y API. am: 752047dd3d
...
am: 8f27aabc12
Change-Id: I6c5195bf391bdc3dd374c818b4303ecc4c0bf016
2016-09-13 22:29:29 +00:00
Phil Weaver
8f27aabc12
Strengthen language about use of a11y API.
...
am: 752047dd3d
Change-Id: I30567206c699d7fd1fc537a3ec0d635fab73799d
2016-09-13 22:25:43 +00:00
TreeHugger Robot
bdff0542ec
Merge "Implementing ContactNameColumns in PhoneLookup too"
2016-09-13 21:42:44 +00:00
liulvping
9eadea585c
Merge "fix NullPointerException in RegisteredServicesCache" am: 4b1a8f46d6 am: 506bf0741a
...
am: 5f4f8d2441
Change-Id: Iedcf57ee7856fb9abac459230e686a351370543d
2016-09-13 21:15:51 +00:00
liulvping
5f4f8d2441
Merge "fix NullPointerException in RegisteredServicesCache" am: 4b1a8f46d6
...
am: 506bf0741a
Change-Id: I0ec538fc78a512441517d1205ac3d34232ce992e
2016-09-13 21:10:22 +00:00
liulvping
506bf0741a
Merge "fix NullPointerException in RegisteredServicesCache"
...
am: 4b1a8f46d6
Change-Id: I1ba9512647d515aedbaf09eb2d7ac524477e5296
2016-09-13 21:04:55 +00:00
Treehugger Robot
4b1a8f46d6
Merge "fix NullPointerException in RegisteredServicesCache"
2016-09-13 20:57:11 +00:00
Wale Ogunwale
f872ce62c4
Immediately deliver new intent to paused activity in docked stack am: 826c706156
...
am: 35871b76b3
Change-Id: I987f75b6c8055da5f43880419c4be72d1479ee93
2016-09-13 20:30:34 +00:00
Wale Ogunwale
35871b76b3
Immediately deliver new intent to paused activity in docked stack
...
am: 826c706156
Change-Id: Iba980390fba4946ef8e28da99821fed3d731d4e4
2016-09-13 20:22:32 +00:00
Wale Ogunwale
826c706156
Immediately deliver new intent to paused activity in docked stack
...
When the docked stack is minimized and we are unminimizing it
due to a request to start it's currently paused top activity,
it is possible for the new intent not do be delivered immediately
because it isn't resumed due to another activity been launched in
the system (Recents) which is resumed instead. So, the user won't
see the effect of the new intent until they touch the docked activity
causing it to get the new intent and resume.
We now deliver new intents to the top activity in the docked stack if
it is in a minimized state. Then on the client side we temporarily
resume the activity and pause it again to guarantee onResume is called
after onNewIntent.
Bug: 31371093
Change-Id: Ib1764ccf5efc9d6498ce6cc8a34236c79fc07dad
2016-09-13 10:38:30 -07:00
Lorenzo Colitti
9ba472d619
Add a NET_CAPABILITY_FOREGROUND capability. am: f0e9a33435
...
am: aaec66110d
Change-Id: I78d6aa21f8e4c6bbd9cefb4a36f1b77f4bbe4104
2016-09-13 16:23:10 +00:00
Lorenzo Colitti
aaec66110d
Add a NET_CAPABILITY_FOREGROUND capability.
...
am: f0e9a33435
Change-Id: If6ebd0023998d713f885db208fa9fe1c7b334478
2016-09-13 16:17:03 +00:00
Vladislav Kaznacheev
048cc637c7
Update JavaDoc for DragEvent.getLocalState am: 048f3bfaf0 am: f96d962aac
...
am: ad4df22dc6
Change-Id: Ic45bc7172e9dcdb5f58db23809a38f0fb5b5da52
2016-09-13 08:18:00 +00:00
Lorenzo Colitti
f0e9a33435
Add a NET_CAPABILITY_FOREGROUND capability.
...
Bug: 23113288
Change-Id: I90cb9ffb5751f0d9ec822933f37680c401e49966
2016-09-13 12:02:13 +09:00
Alan Viverette
24e9362289
Cancel pending selection before filtering input am: 57fe701ddf
...
am: 1fd7fadfe4
Change-Id: I66956f1c2b2c7ebb10e8d893e09cee6112c33c4a
2016-09-12 22:14:54 +00:00
Alan Viverette
1fd7fadfe4
Cancel pending selection before filtering input
...
am: 57fe701ddf
Change-Id: I54c33948716e7b37976c65b0f822d626a518b03a
2016-09-12 22:08:43 +00:00
TreeHugger Robot
a4e2b2a1c1
Merge "Cancel pending selection before filtering input" into nyc-mr1-dev
2016-09-12 21:57:15 +00:00
Ariel Gertzenstein
4f52fe2336
Merge "Add api to WearableExtender for setting and getting the bridge tag. Make a change in the comment of setDismissalId."
2016-09-12 21:36:56 +00:00
Robert Carr
5f09d331f3
PopupWindow: Don't ignore top decorations in getMaxAvailableHeight. am: 701d73084d
...
am: 5712f5474a
Change-Id: Ief4d42a0b35774dcc93b4493a743d89d71cd3cb4
2016-09-12 21:32:11 +00:00
Robert Carr
5712f5474a
PopupWindow: Don't ignore top decorations in getMaxAvailableHeight.
...
am: 701d73084d
Change-Id: Ie8fba517534ca2bd2324b3d88e05b8854700bcc4
2016-09-12 21:26:11 +00:00
Phil Weaver
fc42d07993
Merge "Fix docs for AccessibilityAction."
2016-09-12 20:50:27 +00:00
Rob Carr
33c879fe14
Merge "PopupWindow: Don't ignore top decorations in getMaxAvailableHeight." into nyc-mr1-dev
2016-09-12 18:43:42 +00:00
Phil Weaver
c379129b15
Fix docs for AccessibilityAction.
...
Bug: 31428314
Change-Id: Ifd28b470f1bcd1c59f1456294c8d8bea986a27a4
2016-09-12 11:10:53 -07:00
John Reck
106253bdf2
Merge "Illegal behavior -> Exception"
2016-09-12 17:17:13 +00:00
Kirill Grouchnikov
29840f30b1
Merge "Javadocs fixes for deprecated methods on OverScroller"
2016-09-12 17:13:15 +00:00
John Reck
d94094e062
Illegal behavior -> Exception
...
Throw an IllegalStateException if the contract
of OnDrawListener is violated.
Change-Id: Ic86f6a0c8cd69ee7a8daa0ba135a3df76f56a213
2016-09-12 08:20:00 -07:00
Lorenzo Colitti
4c698d3eed
Add a background NetworkRequest type for mobile data always on. am: 3d4a10617c
...
am: 9396da4e10
Change-Id: I4b0e05e8bb87e37bf2564fd255b8be7a2b20118a
2016-09-12 13:48:53 +00:00
Lorenzo Colitti
9396da4e10
Add a background NetworkRequest type for mobile data always on.
...
am: 3d4a10617c
Change-Id: I489fea5d8ae635be5cdbe79b2f891efd72d9b941
2016-09-12 13:38:23 +00:00
Lorenzo Colitti
d6feb60383
Merge changes I40f73526,Ia08900c5 into nyc-mr1-dev
...
* changes:
Add a background NetworkRequest type for mobile data always on.
Rematch requests first and listens second.
2016-09-12 13:30:21 +00:00
Bryce Lee
9b2027a71c
Support telecom related operations for watch back button usage.
...
am: db776ce7f9
Change-Id: I713a2c9b5c1a1bfb5bd498997ff6680f1e89764d
2016-09-11 01:13:11 +00:00
Bryce Lee
a480d0d81f
Merge "Support telecom related operations for watch back button usage." into cw-f-dev
2016-09-11 01:07:10 +00:00
Svet Ganov
c78be8772a
[DO NOT MERGE] Don't show account access request UI until app launched. am: d63cde7ba4
...
am: 99d29ddf42
Change-Id: I1e6977d2478bf695d9840a72cba6e0e1b600b1e6
2016-09-10 01:01:50 +00:00
Aurimas Liutikas
6386de2524
Fix SearchView measure for UNSPECIFIED height. am: f6a50be25c
...
am: edaac91993
Change-Id: I57f3e96c94803d4dbc7b57fd0feb5a80a8253906
2016-09-10 00:55:19 +00:00
Svet Ganov
99d29ddf42
[DO NOT MERGE] Don't show account access request UI until app launched.
...
am: d63cde7ba4
Change-Id: I06a6b98c9c4a1cd67ed155d42cf4fe5149015675
2016-09-10 00:54:43 +00:00
Svetoslav Ganov
32ce3c8797
Merge "[DO NOT MERGE] Don't show account access request UI until app launched." into nyc-mr1-dev
2016-09-10 00:36:21 +00:00
Aurimas Liutikas
edaac91993
Fix SearchView measure for UNSPECIFIED height.
...
am: f6a50be25c
Change-Id: If436923fe690252efb224a072ac0c79ddb9d58d9
2016-09-10 00:29:07 +00:00
Svet Ganov
171b77b91e
[DO NOT MERGE] Backup account access grants am: 72ed12c55f
...
am: 0dc4ff0753
Change-Id: Ic6ad395f958b2e09d66467f41bd40e84c34851b9
2016-09-10 00:28:50 +00:00
Svet Ganov
0dc4ff0753
[DO NOT MERGE] Backup account access grants
...
am: 72ed12c55f
Change-Id: I80029a2db1cbddc22ae545879fd757446610e154
2016-09-10 00:20:52 +00:00
TreeHugger Robot
fceb3598f9
Merge "Fix SearchView measure for UNSPECIFIED height." into nyc-mr1-dev
2016-09-10 00:18:51 +00:00