Dan Sandler
34f24aef58
am eba923cc: am 04a1557c: Merge "Fix inset hinting when adding window" into lmp-mr1-dev
...
* commit 'eba923ccce573ac9f426d58d79e23a1fcd8ee1a7':
Fix inset hinting when adding window
2014-11-10 22:04:09 +00:00
Dan Sandler
04a1557c49
Merge "Fix inset hinting when adding window" into lmp-mr1-dev
2014-11-10 18:10:36 +00:00
Alan Viverette
8eb4bf6017
am 7213a52c: am 82aaf332: Merge "Update above/below backgrounds in PopupWindow.setBackground()" into lmp-mr1-dev
...
* commit '7213a52c42e5dd176b30f01c274f36c63e32718e':
Update above/below backgrounds in PopupWindow.setBackground()
2014-11-10 17:32:38 +00:00
Alan Viverette
82aaf332b6
Merge "Update above/below backgrounds in PopupWindow.setBackground()" into lmp-mr1-dev
2014-11-10 17:18:49 +00:00
Andres Morales
9e19c118a1
am 9467926b: am cc8d56f6: Merge "Unhide DISALLOW_OUTGOING_BEAM" into lmp-mr1-dev
...
* commit '9467926bd14a2d7f92fcdfdc7207f84d951f6e1f':
Unhide DISALLOW_OUTGOING_BEAM
2014-11-10 16:58:53 +00:00
Andres Morales
cc8d56f66c
Merge "Unhide DISALLOW_OUTGOING_BEAM" into lmp-mr1-dev
2014-11-10 16:48:45 +00:00
Adrian Roos
37d7a68de7
Fix inset hinting when adding window
...
Windows with FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS were
getting an incorrect content inset hint, because the
hinting didn't see the adjusted systemUiVisibility.
Also adds hinting for the stable insets.
Bug: 17508238
Change-Id: If9647277feb6811b15665b801accd896c51dbd12
2014-11-10 17:46:57 +01:00
Pete Gast
2ad988aa6e
am 642b4d93: am 705c9c13: Merge "Expand WearableExtender to customize labels." into lmp-mr1-dev
...
* commit '642b4d93b9ce73866d7985172d31661a55aed7be':
Expand WearableExtender to customize labels.
2014-11-10 16:45:02 +00:00
Pete Gast
705c9c131a
Merge "Expand WearableExtender to customize labels." into lmp-mr1-dev
2014-11-10 16:35:57 +00:00
George Mount
47b4cf3ac4
am 98b4cbf2: am 8f7d3715: Merge "Allow PathMotion to affect translations in ChangeTransform." into lmp-mr1-dev
...
* commit '98b4cbf21b0be8a17d006b1b0ddad45510c7a7bf':
Allow PathMotion to affect translations in ChangeTransform.
2014-11-10 15:33:40 +00:00
George Mount
8f7d3715c5
Merge "Allow PathMotion to affect translations in ChangeTransform." into lmp-mr1-dev
2014-11-10 15:25:10 +00:00
Alexandra Gherghina
40345df276
am e5332972: am 72e32fd5: Merge "Clarify documentation for DevicePolicyManager" into lmp-mr1-dev
...
* commit 'e5332972119319c747976f0e7dbee6388295b937':
Clarify documentation for DevicePolicyManager
2014-11-10 14:30:14 +00:00
Alexandra Gherghina
541afcd0b7
Clarify documentation for DevicePolicyManager
...
Bug: 17634106
Change-Id: I93e4c10cb942bc8452043f81f460a5db6c3bd0a4
2014-11-10 10:22:47 +00:00
Adam Powell
3e03e8b20b
am 61effdd2: am e5a6f821: Merge "Don\'t register more receivers and observers for every DateTimeView" into lmp-mr1-dev
...
* commit '61effdd2c2c945504fd788ee0dce5ccc5d57e66b':
Don't register more receivers and observers for every DateTimeView
2014-11-09 19:27:31 +00:00
Adam Powell
e5a6f82139
Merge "Don't register more receivers and observers for every DateTimeView" into lmp-mr1-dev
2014-11-09 19:18:54 +00:00
Jim Miller
481fc7427b
am c6a04240: Merge "Change Configure structure to List<PersistableBundle>" into lmp-mr1-dev automerge: 5292069
...
* commit 'c6a042401a740b360790f71884b66fd3a2a09447':
Change Configure structure to List<PersistableBundle>
2014-11-08 13:45:08 +00:00
Mike Lockwood
5a880e7202
am d73463c6: Merge "Add dumpsys support for bluetooth" into lmp-mr1-dev automerge: 95c05a5
...
* commit 'd73463c61a9ada1083155214be15ba3c653b73f5':
Add dumpsys support for bluetooth
2014-11-08 03:00:35 +00:00
Amith Yamasani
2a21f24788
am 1aeab291: Merge "Inform PendingIntent sender if broadcast was not queued." into lmp-mr1-dev automerge: 395b519
...
* commit '1aeab291764b77ffa2c6e6eb28441beec6fa041c':
Inform PendingIntent sender if broadcast was not queued.
2014-11-08 02:59:55 +00:00
Jim Miller
529206907f
Merge "Change Configure structure to List<PersistableBundle>" into lmp-mr1-dev
2014-11-08 02:37:17 +00:00
Mike Lockwood
95c05a590f
Merge "Add dumpsys support for bluetooth" into lmp-mr1-dev
2014-11-08 02:15:28 +00:00
Amith Yamasani
395b519f4b
Merge "Inform PendingIntent sender if broadcast was not queued." into lmp-mr1-dev
2014-11-08 01:39:12 +00:00
Jim Miller
0814d41c73
Change Configure structure to List<PersistableBundle>
...
Adding the new structure was making it difficult for
LMP devices to have common source with upcoming API version.
Fixes bug 17008504
Change-Id: I704503cf0ebff113874c87ab11e37735dbe7b8d7
2014-11-07 17:18:37 -08:00
Amith Yamasani
83b6ef01a0
Inform PendingIntent sender if broadcast was not queued.
...
If the broadcast could not be queued due to a stopped user, the
party trying to send a PendingIntent should be notified right away.
Otherwise, for instance, AlarmManager could be waiting forever to
be called back after the broadcast is delivered.
This is a potential fix for:
Bug: 18290018
Change-Id: I07c0751e80f11e69dfa2be5c96a033aecb298b81
2014-11-07 15:34:04 -08:00
Jeff Sharkey
284ab646d8
am f13fe148: am 001b2e93: Merge "ProcessCpuTracker touching proc is fine." into lmp-mr1-dev
...
* commit 'f13fe14853ca13830e2bf293f3a24a965570b507':
ProcessCpuTracker touching proc is fine.
2014-11-07 23:13:41 +00:00
Christopher Tate
b63fd56b39
am e5205d1a: am 48a7c3b5: Merge "Enable runtime turndown of backup/restore services" into lmp-mr1-dev
...
* commit 'e5205d1ae491a97197d12fc2bc5afe1a449cf75d':
Enable runtime turndown of backup/restore services
2014-11-07 23:08:49 +00:00
Jeff Sharkey
001b2e9303
Merge "ProcessCpuTracker touching proc is fine." into lmp-mr1-dev
2014-11-07 23:03:12 +00:00
Christopher Tate
48a7c3b522
Merge "Enable runtime turndown of backup/restore services" into lmp-mr1-dev
2014-11-07 23:00:24 +00:00
Adam Powell
740da4753a
Don't register more receivers and observers for every DateTimeView
...
SystemUI uses several of these per notification, so be a little more
conservative and track individual views to update per process instead.
Bug 16902706
Change-Id: Ib77a8e7727d027cae39d5e6f431cac1d1ff8a121
2014-11-07 14:56:43 -08:00
John Reck
f1923c368c
am 8dda03a0: am ca93f69c: Merge "Have an actual fallback if the surface is lost" into lmp-mr1-dev
...
* commit '8dda03a08603f45b3c2c90633491ce2c1fea266b':
Have an actual fallback if the surface is lost
2014-11-07 22:55:32 +00:00
Jeff Sharkey
ccce016fb1
ProcessCpuTracker touching proc is fine.
...
Otherwise we spew hundreds of StrictMode violations.
Bug: 18261125
Change-Id: I2e5ff697b99f55bb73e806f04dba8384e6f1b935
2014-11-07 14:55:17 -08:00
John Reck
ca93f69c96
Merge "Have an actual fallback if the surface is lost" into lmp-mr1-dev
2014-11-07 22:41:03 +00:00
Sander Alewijnse
1b0dbd5c95
am 8c1cd7e6: am 3eed90f3: Merge "Added the restrictions pending application restrictions key." into lmp-mr1-dev
...
* commit '8c1cd7e61f050afd450cb05add633e2fbe0b195a':
Added the restrictions pending application restrictions key.
2014-11-07 22:35:51 +00:00
Sander Alewijnse
3eed90f393
Merge "Added the restrictions pending application restrictions key." into lmp-mr1-dev
2014-11-07 22:25:00 +00:00
Sander Alewijnse
53d63dcd04
Added the restrictions pending application restrictions key.
...
Bug:17632522
Change-Id: If5a0d0ea1f479b0584fc0b1cff2a179d296d2904
2014-11-07 22:19:48 +00:00
Alan Viverette
ce8c358712
Update above/below backgrounds in PopupWindow.setBackground()
...
BUG: 17718714
Change-Id: I936dfede60bc006a59cd3eb1b18548c7702ae0ee
2014-11-07 13:19:38 -08:00
John Reck
692135effb
am 76adcd6e: am ea4e76f6: Merge "Fix finalizer ordering/double-free issue" into lmp-mr1-dev
...
* commit '76adcd6ec551637f57f2630a60f6cdb2bbbf908b':
Fix finalizer ordering/double-free issue
2014-11-07 19:41:08 +00:00
John Reck
ea4e76f68a
Merge "Fix finalizer ordering/double-free issue" into lmp-mr1-dev
2014-11-07 19:29:47 +00:00
Jason Monk
81f5fa7422
am 88aad1af: am 2f04d16f: Merge "Plumbing for screen pinning request from sysui" into lmp-mr1-dev
...
* commit '88aad1af7f6f3f775d10b8ea5e61225c0c89d3d1':
Plumbing for screen pinning request from sysui
2014-11-07 19:07:15 +00:00
John Reck
aa95a88327
Have an actual fallback if the surface is lost
...
Bug: 17516789
This will force a relayout/reinitialize pass if the Surface
is lost mid-render instead of crashing on the next frame
Change-Id: If08bfa16f740728fa7c05904fa11e26f07b81e2e
2014-11-07 11:02:07 -08:00
Jason Monk
2f04d16f16
Merge "Plumbing for screen pinning request from sysui" into lmp-mr1-dev
2014-11-07 18:53:54 +00:00
John Reck
cabf8a7064
am f7d3ce6a: am 4b19b7aa: Merge "Fix wrong-thread issue" into lmp-mr1-dev
...
* commit 'f7d3ce6a3ca88b23a227e29a5fa3285e24f7b2b1':
Fix wrong-thread issue
2014-11-07 18:48:43 +00:00
Jeff Davidson
6eab8d67c3
am d9475786: am ea09c7da: Merge "Let scorers fine-tune scoring heuristics." into lmp-mr1-dev
...
* commit 'd9475786081fd89769901685bb9ba42f00da976d':
Let scorers fine-tune scoring heuristics.
2014-11-07 18:43:23 +00:00
Christopher Tate
bbe23b31dc
Enable runtime turndown of backup/restore services
...
The heavy implementation of the backup manager service is now sitting
behind a lightweight trampoline that actually provides the binder
call interface. The indirection allows us now to tear down the
implementation on the fly without breaking callers who have cached
binder references to the backup services: these callers will simply
see their future invocations failing benignly.
In addition there is now an API for suitably privileged callers such
as device policy management to effect this turndown.
Finally, there is now a static system property, "ro.backup.disable",
that a product can use to outright remove backup/restore operation
from the system's operation. The public APIs will continue to be
safely usable on such products but no data will be moved to or
from the device.
Bug 17367491
Change-Id: I8108e386ef3b5c967938fae483366d6978fe4e04
2014-11-07 18:40:47 +00:00
John Reck
4b19b7aaff
Merge "Fix wrong-thread issue" into lmp-mr1-dev
2014-11-07 18:34:55 +00:00
John Reck
c298f9c917
Fix finalizer ordering/double-free issue
...
Bug: 18289984
If Surface:finalize() happens after HwuiContext:finalize()
it would try to manipulate a destroyed object. However, as
Surface:finalize() always calls HwuiContext:destroy() this
can be fixed by simply getting rid of HwuiContext's finalizer
Change-Id: I7c912214417ab32891b1c58d045c9721e5f01965
2014-11-07 10:33:36 -08:00
John Reck
12f5e34332
Fix wrong-thread issue
...
Bug: 18259560
Change-Id: Ic63a86efba9c86f21defac0695a73db8b09ae284
2014-11-07 10:31:53 -08:00
Jeff Davidson
ea09c7da01
Merge "Let scorers fine-tune scoring heuristics." into lmp-mr1-dev
2014-11-07 17:38:38 +00:00
Ignacio Solla
ad87ec5bba
am cf045ea8: am 803908b0: Merge "[WebView] Remove WEBVIEW_DATA_REDUCTION_PROXY setting." into lmp-mr1-dev
...
* commit 'cf045ea8e4b91ac662d0aff74df429a2569d8e46':
[WebView] Remove WEBVIEW_DATA_REDUCTION_PROXY setting.
2014-11-07 10:08:22 +00:00
Ignacio Solla
803908b0db
Merge "[WebView] Remove WEBVIEW_DATA_REDUCTION_PROXY setting." into lmp-mr1-dev
2014-11-07 09:44:59 +00:00
Winson Chung
675a0b6bc9
am 513aa792: am 3ed9f2f9: Merge "Adding bounce animation for affiliated tasks. (Bug 16656169)" into lmp-mr1-dev
...
* commit '513aa79290dd17400c4cce82d1d801c05ff3776f':
Adding bounce animation for affiliated tasks. (Bug 16656169)
2014-11-07 01:45:11 +00:00