Todd Kennedy
75c1fb0f48
Merge "Splits without restart" into nyc-dev
...
am: e8498cd006
* commit 'e8498cd0066113068f2b0294144837546f213bd1':
Splits without restart
2016-03-03 21:52:59 +00:00
Robert Carr
10312fdfc6
Merge "Reimplement PIP animation to not use drag resizing." into nyc-dev
...
am: adef831761
* commit 'adef831761017d6d84d7bd4a388714a04fb73d66':
Reimplement PIP animation to not use drag resizing.
2016-03-03 21:50:11 +00:00
Robert Carr
de3d71955b
Merge "Fix pinned stack frame computation." into nyc-dev
...
am: acd7a22cd7
* commit 'acd7a22cd7fe1c2d1a1ba6ed8e97e4e21dd31a1d':
Fix pinned stack frame computation.
2016-03-03 21:44:08 +00:00
Ji Yang
20771666db
Merge "New CarrierMessagingService API for sms filtering" into nyc-dev
...
am: 456b9620f0
* commit '456b9620f0bbd91adf18a4f3e1cf8b1ee21faa5c':
New CarrierMessagingService API for sms filtering
2016-03-03 21:37:01 +00:00
Todd Kennedy
e8498cd006
Merge "Splits without restart" into nyc-dev
2016-03-03 21:34:57 +00:00
Rob Carr
adef831761
Merge "Reimplement PIP animation to not use drag resizing." into nyc-dev
2016-03-03 21:23:55 +00:00
Rob Carr
acd7a22cd7
Merge "Fix pinned stack frame computation." into nyc-dev
2016-03-03 21:23:01 +00:00
Ji Yang
456b9620f0
Merge "New CarrierMessagingService API for sms filtering" into nyc-dev
2016-03-03 21:10:46 +00:00
Ji Yang
a8c9c6c593
New CarrierMessagingService API for sms filtering
...
Add a new sms filtering method to let the carrier app tell
the platform to keep the message while keep it invisible to
the end user.
BUG: 27292180
Change-Id: I306a7dbde6dcb9929e358b3d1bbda9807ef35943
2016-03-03 13:07:13 -08:00
Seigo Nonaka
e40ab5d564
Merge "Fix unexpected ellipsize for long suggestion text." into nyc-dev
...
am: 71208d6f7b
* commit '71208d6f7b1a56dd6a1af101a65c944109a2bbb4':
Fix unexpected ellipsize for long suggestion text.
2016-03-03 20:47:33 +00:00
Seigo Nonaka
71208d6f7b
Merge "Fix unexpected ellipsize for long suggestion text." into nyc-dev
2016-03-03 20:20:45 +00:00
Robert Carr
0d00c2e25b
Reimplement PIP animation to not use drag resizing.
...
When using drag resizing it is difficult to keep big surface
surfaces (e.g. main app windows) and child windows in sync
as we resize. Furthermore it's difficult to resize child windows
quick enough to achieve more than a few frames a second as we have
to propagate through the client UI thread. Our new implementation
uses window scaling.
Bug: 26454664
Change-Id: Iac96619cefc075b1412cfeba3d3c9bcd7ce22f52
2016-03-03 12:00:58 -08:00
Robert Carr
e627558fef
Fix pinned stack frame computation.
...
We want to compute the frames for pinned like we do for freeform
as we are not constraining layout to the suggested display area by the
PhoneWindowManager. Also update applyGravityAndUpdateFrame
to not clip frames to the display for child windows. In the case
of computeFrameLw this would not be a problem as we would then
go on to overwrite mFrame anyway, but in the case of repositionChild
it could create issues (where we have applyGravityAndUpdateframe without
compute frame).
Bug: 26454664
Change-Id: I6fd4c9f37060d51003d041566368edd2b9eb7afd
2016-03-03 11:51:44 -08:00
Dianne Hackborn
623ebce5fb
Merge "Add APIs to find out the time when a process was created." into nyc-dev
...
am: ef1971ffc5
* commit 'ef1971ffc505f75ca71f7ba78d52fb3ed323fa16':
Add APIs to find out the time when a process was created.
2016-03-03 19:50:28 +00:00
Dianne Hackborn
ef1971ffc5
Merge "Add APIs to find out the time when a process was created." into nyc-dev
2016-03-03 19:47:56 +00:00
Steve McKay
f3322fccfa
Merge "Show proper icons for SD and USB attached storage." into nyc-dev
...
am: eef85e0c02
* commit 'eef85e0c02a28b610b4611071749baf48ba67e2f':
Show proper icons for SD and USB attached storage.
2016-03-03 19:43:27 +00:00
Steve McKay
eef85e0c02
Merge "Show proper icons for SD and USB attached storage." into nyc-dev
2016-03-03 19:39:18 +00:00
Steve McKay
ba23e54d26
Show proper icons for SD and USB attached storage.
...
Use USB icon for MTP devices.
Bug: 26883880
Change-Id: I8ce85ffc915a012dca79a5de1cc7c74361776792
2016-03-03 10:58:36 -08:00
Siyamed Sinir
7919b1f7e5
Merge "TextView should fade edges according to text." into nyc-dev
...
am: 1ca7c80844
* commit '1ca7c808447737fb38330a013dae5ab21deea9b9':
TextView should fade edges according to text.
2016-03-03 18:52:21 +00:00
Siyamed Sinir
f1038a8995
Merge "Email address autolink regex updates." into nyc-dev
...
am: 84d0f8775b
* commit '84d0f8775b2d19597e2a2a29dedcdf93ca613d1e':
Email address autolink regex updates.
2016-03-03 18:49:21 +00:00
Siyamed Sinir
ea87a00927
Merge "Update EditText.setEllipsize JavaDoc" into nyc-dev
...
am: 15dfbdd0ea
* commit '15dfbdd0eaf266c49aac07ba127ad28fa1945c95':
Update EditText.setEllipsize JavaDoc
2016-03-03 18:47:21 +00:00
Siyamed Sinir
1ca7c80844
Merge "TextView should fade edges according to text." into nyc-dev
2016-03-03 18:43:23 +00:00
Siyamed Sinir
84d0f8775b
Merge "Email address autolink regex updates." into nyc-dev
2016-03-03 18:42:59 +00:00
Siyamed Sinir
15dfbdd0ea
Merge "Update EditText.setEllipsize JavaDoc" into nyc-dev
2016-03-03 18:42:44 +00:00
Adam Powell
d50e0e2e28
Merge "Fix crash for showing linker errors for apps with no label" into nyc-dev
...
am: f08b7b3698
* commit 'f08b7b3698e09d0aee438108b6a91e92fd805ccd':
Fix crash for showing linker errors for apps with no label
2016-03-03 17:08:21 +00:00
Adam Powell
f08b7b3698
Merge "Fix crash for showing linker errors for apps with no label" into nyc-dev
2016-03-03 17:04:23 +00:00
Adam Powell
d93f3b10e2
Fix crash for showing linker errors for apps with no label
...
Use ApplicationInfo#loadLabel to provide the standard fallback chain
of strings to identify an app instead of getString on the raw label
resource id, which will throw a NotFoundException if 0.
Bug 27469189
Change-Id: I344273c600f029361f3accfe5d91b0d332635b3d
2016-03-03 08:43:37 -08:00
Paul Jensen
171160a352
Have ConnectivityService install packet filters when possible am: 578a76e7de
...
am: 978c80b474
* commit '978c80b474e4b390e62da3e13b5e7e11667005bb':
Have ConnectivityService install packet filters when possible
2016-03-03 14:52:40 +00:00
Paul Jensen
978c80b474
Have ConnectivityService install packet filters when possible
...
am: 578a76e7de
* commit '578a76e7de77492ac33e407fff4fb9a2f5550d8a':
Have ConnectivityService install packet filters when possible
2016-03-03 14:48:45 +00:00
Seigo Nonaka
aa370e1fb3
Merge "Improve forward delete key handling." into nyc-dev
...
am: 19f47929ea
* commit '19f47929ea4fd7d657c83c16672e4004c3d531ba':
Improve forward delete key handling.
2016-03-03 13:03:24 +00:00
Seigo Nonaka
19f47929ea
Merge "Improve forward delete key handling." into nyc-dev
2016-03-03 12:58:03 +00:00
Calin Juravle
44a39b00ac
Merge "Better handling of various types of compilation in DexOptimizer" into nyc-dev
...
am: 0c9ef61944
* commit '0c9ef61944e883219dd167f765a504ab8cdb7710':
Better handling of various types of compilation in DexOptimizer
2016-03-03 10:58:44 +00:00
Calin Juravle
0c9ef61944
Merge "Better handling of various types of compilation in DexOptimizer" into nyc-dev
2016-03-03 10:54:02 +00:00
Paul Jensen
578a76e7de
Have ConnectivityService install packet filters when possible
...
Listen for ICMP6 router advertisements on networks that support
packet filters. Construct packet filters and install them to
ignore redundant future ICMP6 router advertisements.
Bug: 26238573
Change-Id: If78300b9fda257c21f3ee6533e1da7de9f897cb4
2016-03-03 17:32:01 +09:00
Ryan Bavetta
e2e8824861
Merge "Fix soundtrigger test, adds null pointer check" into nyc-dev
...
am: 840c617c38
* commit '840c617c3869222132748fb54f4126f19605de0e':
Fix soundtrigger test, adds null pointer check
2016-03-03 03:50:52 +00:00
Ryan Bavetta
840c617c38
Merge "Fix soundtrigger test, adds null pointer check" into nyc-dev
2016-03-03 03:46:10 +00:00
Ryan Bavetta
ea04e8fe75
Fix soundtrigger test, adds null pointer check
...
BUG:27461735
Change-Id: I95ea641e41bcaefce15004f508ddb4bed0b5f2a8
2016-03-03 03:10:40 +00:00
Christopher Tate
06cfa553e3
Merge "Add API to clear a specific wallpaper" into nyc-dev
...
am: d493ed6c0c
* commit 'd493ed6c0c37b3d70087ea0512811526e41bb8b8':
Add API to clear a specific wallpaper
2016-03-03 01:49:26 +00:00
Dianne Hackborn
d98885c128
Add APIs to find out the time when a process was created.
...
Change-Id: Id0d12c377f278fec6e31a98eab0c865a23c006ec
2016-03-02 17:40:52 -08:00
Vadim Tryshev
dfe2f7ce30
Merge "Adding getManagedUserBadgedDrawableForDensity() to PackageManager." into nyc-dev
...
am: c9f0a1103e
* commit 'c9f0a1103ea307e5e157e63e7915b38f83d27ca3':
Adding getManagedUserBadgedDrawableForDensity() to PackageManager.
2016-03-03 01:31:18 +00:00
Chris Tate
d493ed6c0c
Merge "Add API to clear a specific wallpaper" into nyc-dev
2016-03-03 01:30:35 +00:00
Renat Aksitov
6bfc3bd8f8
Merge "Voice Messaging Intent API." into nyc-dev
...
am: 8351ff25a1
* commit '8351ff25a1ef25dad69cf45431ba8aa82487bcd5':
Voice Messaging Intent API.
2016-03-03 01:25:56 +00:00
Yohei Yukawa
c4759151c4
Merge "Add more JavaDoc to InputConnectionWrapper." into nyc-dev
...
am: 3d68c9d30f
* commit '3d68c9d30fa9c95b49a9d6c8ba6db12dac47c2d7':
Add more JavaDoc to InputConnectionWrapper.
2016-03-03 01:22:45 +00:00
Seigo Nonaka
23a67678e3
Improve forward delete key handling.
...
Forward delete key now deletes characters until the next grapheme
cluster boundary.
Bug: 25737208
Bug: 27035430
Change-Id: Ie2fb510fefa115657cc48063be5319b1eecb30b9
2016-03-02 17:21:36 -08:00
Christopher Tate
79a2457e19
Add API to clear a specific wallpaper
...
There was previously no public API for clearing the keyguard wallpaper
versus the system wallpaper, or both. Now there is.
Bug 27400185
Change-Id: If1789dd430040acdf16d77413c0e4b46bf3789f3
2016-03-02 17:05:25 -08:00
Vadim Tryshev
c9f0a1103e
Merge "Adding getManagedUserBadgedDrawableForDensity() to PackageManager." into nyc-dev
2016-03-03 00:28:17 +00:00
Renat Aksitov
8351ff25a1
Merge "Voice Messaging Intent API." into nyc-dev
2016-03-02 23:47:25 +00:00
Yohei Yukawa
3d68c9d30f
Merge "Add more JavaDoc to InputConnectionWrapper." into nyc-dev
2016-03-02 23:35:35 +00:00
Wale Ogunwale
feb39e5ba8
Merge "config_supportsMultiWindow for device to specify multi-window support" into nyc-dev
...
am: 3716e52be5
* commit '3716e52be592482534943d32ba0f72309305a224':
config_supportsMultiWindow for device to specify multi-window support
2016-03-02 22:55:55 +00:00
Vadim Tryshev
66ae66a7f7
Adding getManagedUserBadgedDrawableForDensity() to PackageManager.
...
It allows badging an image regardless of of the user (no
user id parameter). The styling for managed users is applied.
This is useful for new cases where the existing functions
wouldn't badge the icon, but we need it.
Bug: 25192539
Change-Id: I2fd2f226f626fb2e6cda1cfe072013350e12b41c
2016-03-02 14:55:04 -08:00