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
Erik Kline
9a07b75ba2
Have WakeupMessage call Handler#dispatchMessage() am: a457ebbda6
...
am: 3a28cf3f09
Change-Id: I9faf0c745044cb468c19078409e24b5aacdc0661
2016-09-13 03:38:44 +00:00
Erik Kline
3a28cf3f09
Have WakeupMessage call Handler#dispatchMessage()
...
am: a457ebbda6
Change-Id: I57ef0f980e4b63735affee6127fffe454e44756f
2016-09-13 03:33:39 +00:00
TreeHugger Robot
46de5f4917
Merge "Have WakeupMessage call Handler#dispatchMessage()" into nyc-mr1-dev
2016-09-13 03:25:39 +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
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
Rob Carr
33c879fe14
Merge "PopupWindow: Don't ignore top decorations in getMaxAvailableHeight." into nyc-mr1-dev
2016-09-12 18:43:42 +00: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
TreeHugger Robot
ae9fa16bd0
Merge "[DO NOT MERGE] Backup account access grants" into nyc-mr1-dev
2016-09-10 00:04:28 +00:00
Aurimas Liutikas
f6a50be25c
Fix SearchView measure for UNSPECIFIED height.
...
Previously it would almost always force SearchView to become 0
when height mode was UNSPECIFIED.
Bug: 31302290
Change-Id: Icd2116b84951b1b967666147dbc5762d996408e6
2016-09-09 15:32:55 -07:00
Svet Ganov
d63cde7ba4
[DO NOT MERGE] Don't show account access request UI until app launched.
...
Sync adapters that don't have account access cannot run until
the user explicitly approves in the UI. This is spammy given
the user may not use the app right away. This change doesn't
show the notificaiton until the app has run.
bug:31162498
Change-Id: I1f4f2d2e9426f78763590e8aa542b94d6e93e488
2016-09-09 15:13:07 -07:00
Adam Powell
9415eaf106
Fix duplicate entries in ChooserActivity am: 00e587086b
...
am: 8469ffdcc1
Change-Id: I64faa05b9892d38e71c8ebb91d02f5302a4be69e
2016-09-09 22:10:24 +00:00
Adam Powell
8469ffdcc1
Fix duplicate entries in ChooserActivity
...
am: 00e587086b
Change-Id: I3bfed096c104751f80519f72d2d6be1aeacbd109
2016-09-09 21:35:01 +00:00
TreeHugger Robot
b548ae5d5f
Merge "Fix duplicate entries in ChooserActivity" into nyc-mr1-dev
2016-09-09 21:31:04 +00:00
Todd Kennedy
792cac6fd6
Add filter ordering am: c2e96d45d2
...
am: cdda4eed12
Change-Id: I6c4782393a5f694cba8238a05e60939169bd464f
2016-09-09 20:08:58 +00:00
Todd Kennedy
cdda4eed12
Add filter ordering
...
am: c2e96d45d2
Change-Id: I9bc8994293a45684238c7d1377d30ef8c049ce81
2016-09-09 20:04:30 +00:00
TreeHugger Robot
295f5108f1
Merge "Add filter ordering" into nyc-mr1-dev
2016-09-09 19:59:46 +00:00
Robert Carr
701d73084d
PopupWindow: Don't ignore top decorations in getMaxAvailableHeight.
...
getMaxAvailableHeight is ignoring the top insets, while
findDropDownPosition is not. This is causing getMaxAvailableHeight
to return a fits above position that findDropDownPosition will think
is too large.
Bug: 31048766
Change-Id: Ifa57cb4ebe0944c701a6f38b58d4f144d8b9199c
2016-09-09 12:00:19 -07:00
Vladislav Kaznacheev
8778333a04
Update JavaDoc for DragEvent.getLocalState am: 048f3bfaf0 am: fa05df640f
...
am: c9bab3001f
Change-Id: I81da9817c076b587372888b17bbda71118fb6138
2016-09-09 18:53:17 +00:00
Vladislav Kaznacheev
ad4df22dc6
Update JavaDoc for DragEvent.getLocalState am: 048f3bfaf0
...
am: f96d962aac
Change-Id: I7d46354086a490cf1716cca95cf88b39c5e850e1
2016-09-09 18:47:46 +00:00
Vladislav Kaznacheev
c9bab3001f
Update JavaDoc for DragEvent.getLocalState am: 048f3bfaf0
...
am: fa05df640f
Change-Id: I535a5218bec2f5cf0ea9fa83aaa92ab70f05fcdd
2016-09-09 18:47:41 +00:00
Vladislav Kaznacheev
f96d962aac
Update JavaDoc for DragEvent.getLocalState
...
am: 048f3bfaf0
Change-Id: I53373b3292c4a10a01afa73eb417c105a83c970e
2016-09-09 18:42:35 +00:00
Vladislav Kaznacheev
fa05df640f
Update JavaDoc for DragEvent.getLocalState
...
am: 048f3bfaf0
Change-Id: I72bec54ac999ebce5779062ddc5effd1bb4d61ce
2016-09-09 18:42:34 +00:00
Alan Viverette
57fe701ddf
Cancel pending selection before filtering input
...
There may be a pending selection from a previous filter() call, but the
current filter() call may return an empty string without posting a new
pending selection.
Bug: 31049172
Change-Id: I2cb88b3283a3705b6c85d61f26951c35d2b0acd2
2016-09-09 14:29:35 -04:00
Adam Powell
00e587086b
Fix duplicate entries in ChooserActivity
...
Fix use of wrong index when checking for duplicates.
Bug 31234526
Change-Id: Ia37d1b04a9054b8d90957057db857633e4b79569
2016-09-09 10:26:35 -07:00
Svet Ganov
72ed12c55f
[DO NOT MERGE] Backup account access grants
...
Sync adapters without an account access cannot run until the
user approves the account access (for the case the account
access is not allowed by other policy such as being singed
with the same cert as the authenticator). If the sync adapter
does not have permission to access the account we ask the
user to grant access and take a note. This CL adds backup
for the explicit user grants.
bug:31162498
Change-Id: I31e3f3d010475352c7c54255ac2d3a2fed4d0c72
2016-09-09 10:16:57 -07:00