Abodunrinwa Toki
ae64758edd
Merge "Replace Settings.ACTION_KEYBOARD_LAYOUT_SETTINGS with Settings.ACTION_HARD_KEYBOARD_SETTINGS" into nyc-dev
2016-03-23 16:02:36 +00:00
Chet Haase
5084bd66dd
Merge "Clarify docs around weak references to animator targets" into nyc-dev
2016-03-23 12:46:30 +00:00
Yohei Yukawa
c1a72b6b74
Merge "Remove redundant IMM#mServedInputConnection." into nyc-dev
2016-03-23 05:41:08 +00:00
Yohei Yukawa
afb6558c8f
Remove redundant IMM#mServedInputConnection.
...
Following two fields have basically the same lifetime.
- InputMethodManager#mServedInputConnection
- InputMethodManager#mServedInputConnectionWrapper
Hence we do not need to maintain both of them.
This is a preparation CL for Bug 25332806 and does not change any
user-visible behavior.
Bug: 25332806
Change-Id: I1181e067aa5bedbdf0c7ec1bcec479257aea511c
2016-03-22 20:53:08 -07:00
Pierre Imai
82a3637fce
Merge "Improve NetworkCapabilities command chaining." into nyc-dev
2016-03-23 01:11:15 +00:00
Chet Haase
e60a693d84
Clarify docs around weak references to animator targets
...
Issue #26069047 Weak reference to the target in animators
can cause interrupted animations
Change-Id: I719f619006e93a94af907c4de7840c691a5aed37
2016-03-22 16:20:46 -07:00
Paul Stewart
68ffbba158
Merge changes Iddeebeb8,Idd1e37a3 into nyc-dev
...
* changes:
WifiManager: Use ConnectivityThread
Create ConnectivityThread
2016-03-22 22:23:48 +00:00
Alex Klyubin
238ec1f7c7
Merge "Unbreak verifying v2 signatures of large APKs." into nyc-dev
2016-03-22 19:40:32 +00:00
Alan Viverette
9e6fe19046
Merge "Ensure that popup width and height are correct on update" into nyc-dev
2016-03-22 19:31:28 +00:00
Jeff Sharkey
c6f0d15c7d
Merge "Update TrafficStats SystemApi docs." into nyc-dev
2016-03-22 18:39:52 +00:00
Jeff Sharkey
7067487821
Merge "Throw the right exception flavor." into nyc-dev
2016-03-22 18:39:39 +00:00
Adam Powell
005b272529
Merge "Only call Drawable.setVisible(false) for visible outgoing drawables" into nyc-dev
2016-03-22 18:16:34 +00:00
Adam Powell
35e2ea0203
Only call Drawable.setVisible(false) for visible outgoing drawables
...
In framework views where we're handling the new visibility aggregated
call we only update the drawable visibility when we're attached to a
window. For old outgoing drawables being replaced, gate this on
whether the drawable is already marked visible instead.
This catches a case where views being inflated might set drawables in
in a superclass constructor and have them replaced in a later
constructor. Gating the call into a drawable that might invoke its
callback (the view being constructed) avoids potential problems where
overridden methods are called unexpectedly on a view subclass that has
not finished running its constructor.
This is a better check than isAttachedToWindow, as isAttachedToWindow
will return false if the view has been temporarily detached from its
parent by a view-recycling container. In those cases, the view would
not correctly update the outgoing drawable.
Bug 27461617
Change-Id: I733a2dd3e3df0a8d80d5dc542ca7b30064159d5d
2016-03-22 11:14:16 -07:00
Chong Zhang
3db51d1999
Merge "Don't change geometry in relayout if preserve geometry is requested" into nyc-dev
2016-03-22 18:05:33 +00:00
Felipe Leme
3ef62ca404
Merge "Documented that UserDictionary is not directly available anymore." into nyc-dev
2016-03-22 17:47:36 +00:00
Chong Zhang
6136273888
Don't change geometry in relayout if preserve geometry is requested
...
This causes scaling to be applied in the relayout window since the
requested size won't match the window size. Apply the requested size
in repositionChild instead.
bug: 27676101
Change-Id: I03beee2b9fe118a6be329b5fd1338d54e48d9a22
2016-03-22 10:28:27 -07:00
Abodunrinwa Toki
07177140e4
Replace Settings.ACTION_KEYBOARD_LAYOUT_SETTINGS with Settings.ACTION_HARD_KEYBOARD_SETTINGS
...
Bug: 26943892
Change-Id: I1eb6bd7a9e816190b96dc1516d5874eb966385a4
2016-03-22 17:12:22 +00:00
Aga Wronska
5f7d673f3b
Merge "Add config flag to show/hide internal storage. Hide internal storage by default." into nyc-dev
2016-03-22 17:04:28 +00:00
Jeff Sharkey
11caddafb0
Update TrafficStats SystemApi docs.
...
Bug: 25726690
Change-Id: I221d62eaaf1e0fca8c26e4f19cb25d306710a849
2016-03-22 10:20:35 -06:00
Jeff Sharkey
0c2ccd0598
Throw the right exception flavor.
...
Change-Id: Ie017fce925ed0122d3820c3f3d91e1b86982a7b1
2016-03-22 10:05:47 -06:00
Tony Mak
8673b2899e
Revert getUserInfo change and add isManagedPorfile(int userId)
...
Bug: 26469166
Change-Id: I60b70170ddc80432fc8f638b1f63c4e9f5212785
2016-03-22 15:26:05 +00:00
Alan Viverette
f95b2d9aab
Ensure that popup width and height are correct on update
...
Bug: 26696843
Change-Id: I8b0409aeca02b4ad551689bdf003d95f5435e567
2016-03-22 11:23:05 -04:00
Jeff Sharkey
a17b7d0163
Merge "Store trace files in app-specific dirs." into nyc-dev
2016-03-22 15:12:44 +00:00
Pierre Imai
c8419a8717
Improve NetworkCapabilities command chaining.
...
setNetworkSpecifier() now returns this.
BUG: 26797290
Change-Id: Ia8bd0836d9ac715408eca102bf4a2d23f044fa72
2016-03-22 22:29:22 +09:00
Lorenzo Colitti
3527a2f1a2
Merge "Delete dead code." into nyc-dev
2016-03-22 11:40:29 +00:00
Benjamin Franz
517a9583a8
Merge "Clean up some javadoc issues" into nyc-dev
2016-03-22 11:30:47 +00:00
Benjamin Franz
ea95624290
Clean up some javadoc issues
...
Bug: 27672974
Bug: 25881314
Change-Id: Ida53e3bf23b2492c26f4a82878fa192110a8794f
2016-03-22 11:26:48 +00:00
Lorenzo Colitti
bf4a6574b1
Delete dead code.
...
Change-Id: If8052efaa00f15e5c7eb038435be33206d54276a
2016-03-22 16:27:41 +09:00
Erik Kline
a2d29407d0
Support registering a request for the default network
...
Change-Id: I079f5be97b585cf5692dd4c7a144b993d168a9a5
2016-03-22 15:44:16 +09:00
Lorenzo Colitti
e6109ddd3e
Merge "Remove framework code that calls SIOCKILLADDR" into nyc-dev
2016-03-22 05:37:09 +00:00
Lorenzo Colitti
ed7bf2e04e
Remove framework code that calls SIOCKILLADDR
...
Bug: 26976388
Change-Id: I652361d9e650a77085070d6c26b28b7638ba2dfe
2016-03-22 12:54:32 +09:00
Jakub Pawlowski
c9d13c3e3e
Use handles to identify GATT attributes (4/4)
...
Bug: 27778668
Change-Id: I01e095939df2f8dc433f14b473957c815ecade74
2016-03-21 20:10:54 -07:00
Jakub Pawlowski
bf0faed359
Change how services are passed up to the stack
...
Right now we pass all services, characteristics and descriptors one by one.
This patch changes that - now we pass whole GATT database at once.
Bug: 27455533
Change-Id: Ie42cd80072538e411904b9c9b011a978f26158b9
2016-03-21 19:58:27 -07:00
Daichi Hirono
fe39386a96
Merge "Add USB_HOST_CONNECTED extra to ACTION_USB_STATE sticky intent." into nyc-dev
2016-03-22 01:21:13 +00:00
Aga Wronska
1719b3555d
Add config flag to show/hide internal storage.
...
Hide internal storage by default.
Revert "Always show intern storage."
This reverts commit 7c4395804e .
Bug: 27683276
Change-Id: I04ea8b9a307babcea003f9bec200d41265a42c7f
2016-03-21 17:33:27 -07:00
Chris Tate
c823df1435
Merge "Add API to read the current wallpaper's ID" into nyc-dev
2016-03-22 00:03:14 +00:00
Felipe Leme
078af194e6
Documented that UserDictionary is not directly available anymore.
...
BUG: 25993626
BUG: 27777198
Change-Id: I463ad25bdbf5cad47977b8ca295b7b0f9b04dff0
2016-03-21 16:46:05 -07:00
Jeff Sharkey
3a6e0ec223
Store trace files in app-specific dirs.
...
The previous default location of "/sdcard" became painful to use
starting in M, because it required a runtime permission. So now we
default to storing trace files in app-specific directories on shared
storage, which apps always have write access to with no additional
permissions.
Update docs to be consistent between all overloads.
Bug: 22807654
Change-Id: If4feca7c8778dfdf4ccce8cfb68418dc416260b5
2016-03-21 16:54:11 -06:00
Yohei Yukawa
b8a95d2c9a
Merge "Add a comment about ResultReceiver lifetime." into nyc-dev
2016-03-21 22:45:21 +00:00
Christopher Tate
e409f0e462
Add API to read the current wallpaper's ID
...
Also regularize cross-user call handling throughout.
Bug 27743435
Change-Id: Ibc530d0576d657723a613888357a6ea71b482763
2016-03-21 15:32:57 -07:00
Jeff Sharkey
c57fc4787f
Merge "Ignore wildcard network policies." into nyc-dev
2016-03-21 21:11:57 +00:00
Alan Viverette
f2e6a10b38
Merge "Set drawable callbacks last" into nyc-dev
2016-03-21 20:25:14 +00:00
Wale Ogunwale
85941cff0c
Merge "Added support to specify animation duration when resizing stack" into nyc-dev
2016-03-21 20:04:20 +00:00
Alan Viverette
aa43b1563c
Merge "Account for top and bottom padding in ListPopupWindow" into nyc-dev
2016-03-21 19:30:15 +00:00
Jeff Sharkey
7474fe7b42
Ignore wildcard network policies.
...
They never should have been persisted to disk in the first place.
Bug: 24972775
Change-Id: If9254f74455823f9fda9545fdf543fc7250a4016
2016-03-21 13:13:28 -06:00
Adrian Roos
6f54b224af
Merge "Don't copy Bitmaps when cloning RemoteViews" into nyc-dev
2016-03-21 19:03:51 +00:00
Tenghui Zhu
68e5b9601a
Merge "API review: Hide ComplexColor and GradientColor" into nyc-dev
2016-03-21 18:19:54 +00:00
Wale Ogunwale
e75a9adfbd
Added support to specify animation duration when resizing stack
...
Needed for sys-ui to control the duration of various Pip transitions.
Bug: 27674339
Change-Id: I7bad27aaa19755a73c594e88b88b56db033e1a45
2016-03-21 11:17:19 -07:00
Phil Weaver
104138198f
Merge "Clarify docs about event recycling." into nyc-dev
2016-03-21 18:11:27 +00:00
Teng-Hui Zhu
e03c469fd4
API review: Hide ComplexColor and GradientColor
...
b/27532267
Change-Id: I01582e067ec8f4897c34dcec0f7c14700c40e02b
2016-03-21 11:09:16 -07:00