Commit Graph

56574 Commits

Author SHA1 Message Date
Adam Powell
a825277f5f Merge "Fix crash for showing linker errors for apps with no label" into nyc-dev am: f08b7b3698
am: d50e0e2e28

* commit 'd50e0e2e2898e938e0372e3cd4d7dd76649498ec':
  Fix crash for showing linker errors for apps with no label
2016-03-03 17:10:40 +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
4e0421a558 Have ConnectivityService install packet filters when possible am: 578a76e7de am: 978c80b474
am: 171160a352

* commit '171160a35286c12fb89058cd89d1bf93ff8943bf':
  Have ConnectivityService install packet filters when possible
2016-03-03 14:54:43 +00: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
146dd3ad1c Merge "Improve forward delete key handling." into nyc-dev am: 19f47929ea
am: aa370e1fb3

* commit 'aa370e1fb31f808530212a420eace630a01c8d8e':
  Improve forward delete key handling.
2016-03-03 13:05:33 +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
7f842bab67 Merge "Better handling of various types of compilation in DexOptimizer" into nyc-dev am: 0c9ef61944
am: 44a39b00ac

* commit '44a39b00ac9fcd35804fd8375fcdea826a82b570':
  Better handling of various types of compilation in DexOptimizer
2016-03-03 11:00:52 +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
6b55707df7 Merge "Fix soundtrigger test, adds null pointer check" into nyc-dev am: 840c617c38
am: e2e8824861

* commit 'e2e882486123828fd8a4a54ac44bdb00ba909ff9':
  Fix soundtrigger test, adds null pointer check
2016-03-03 03:52:59 +00: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
41d41c3622 Merge "Add API to clear a specific wallpaper" into nyc-dev am: d493ed6c0c
am: 06cfa553e3

* commit '06cfa553e3da6f13daa42a045bb1abf8aa89cbfc':
  Add API to clear a specific wallpaper
2016-03-03 02:29:02 +00:00
Vadim Tryshev
07522d52c2 Merge "Adding getManagedUserBadgedDrawableForDensity() to PackageManager." into nyc-dev am: c9f0a1103e
am: dfe2f7ce30

* commit 'dfe2f7ce30dcb40d013da982a975258186195e09':
  Adding getManagedUserBadgedDrawableForDensity() to PackageManager.
2016-03-03 02:09:25 +00:00
Renat Aksitov
e6a7d979de Merge "Voice Messaging Intent API." into nyc-dev am: 8351ff25a1
am: 6bfc3bd8f8

* commit '6bfc3bd8f872e717723fd04d89f47fdec09aabf7':
  Voice Messaging Intent API.
2016-03-03 02:00:22 +00:00
Yohei Yukawa
6b7e4d2c60 Merge "Add more JavaDoc to InputConnectionWrapper." into nyc-dev am: 3d68c9d30f
am: c4759151c4

* commit 'c4759151c43d9d18da6b60e08975603cc1213172':
  Add more JavaDoc to InputConnectionWrapper.
2016-03-03 01:54:58 +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
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
Selim Gurun
12a563f457 Merge "Revert "Add some View methods overrides and WebViewDelegate interfaces."" 2016-03-03 00:52:39 +00:00
Selim Gurun
7ef5429637 Revert "Add some View methods overrides and WebViewDelegate interfaces."
This reverts commit 73a7494231.

Change-Id: I3a403c224a074cfc9952d3b421027c9538eaa30b
2016-03-03 00:52:11 +00: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
a0c55d2700 Merge "config_supportsMultiWindow for device to specify multi-window support" into nyc-dev am: 3716e52be5
am: feb39e5ba8

* commit 'feb39e5ba8f6866360ff0fcc48317f73ed4aed68':
  config_supportsMultiWindow for device to specify multi-window support
2016-03-02 23:11:00 +00:00
Eino-Ville Talvala
0fd379edd6 Merge "Camera2: Switch to auto-gen C++ binder interfaces" into nyc-dev am: 74989b4d3f
am: 72071de87c

* commit '72071de87c62717cc85937b319df8df10cf4b7e9':
  Camera2: Switch to auto-gen C++ binder interfaces
2016-03-02 23:08:24 +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
Eino-Ville Talvala
72071de87c Merge "Camera2: Switch to auto-gen C++ binder interfaces" into nyc-dev
am: 74989b4d3f

* commit '74989b4d3ffdcd3def599e1f973d481062ba8e6f':
  Camera2: Switch to auto-gen C++ binder interfaces
2016-03-02 22:50:14 +00:00
Ido Ofir
89348096d9 Merge "checking additional metadata and completed categories before displaying suggested actions in settings." into nyc-dev am: 51e06e011d
am: 379db962ef

* commit '379db962ef703e7ad7bb2d8abeb789f0abbf06df':
  checking additional metadata and completed categories before displaying suggested actions in settings.
2016-03-02 22:49:30 +00:00
Wale Ogunwale
3716e52be5 Merge "config_supportsMultiWindow for device to specify multi-window support" into nyc-dev 2016-03-02 21:55:22 +00:00
Chong Zhang
3021300491 Merge "Force disconnect when the surface is about to be saved." into nyc-dev am: f8fd852060
am: d1f8eb3f7b

* commit 'd1f8eb3f7b387af17b6fa0412293782d64d5828d':
  Force disconnect when the surface is about to be saved.
2016-03-02 21:50:27 +00:00
Eino-Ville Talvala
74989b4d3f Merge "Camera2: Switch to auto-gen C++ binder interfaces" into nyc-dev 2016-03-02 21:47:13 +00:00
Robin Lee
fbf2544cae Merge "DevicePolicyManager#removeKeyPair- update contract" into nyc-dev am: e4872f2a52
am: 460af2050b

* commit '460af2050ba7ba60d809768cbdbf1772876de3bb':
  DevicePolicyManager#removeKeyPair- update contract
2016-03-02 21:45:54 +00:00
Ido Ofir
379db962ef Merge "checking additional metadata and completed categories before displaying suggested actions in settings." into nyc-dev
am: 51e06e011d

* commit '51e06e011d3694d410718dafe15341f8bd9cd392':
  checking additional metadata and completed categories before displaying suggested actions in settings.
2016-03-02 21:43:58 +00:00
Ido Ofir
51e06e011d Merge "checking additional metadata and completed categories before displaying suggested actions in settings." into nyc-dev 2016-03-02 21:30:36 +00:00
Steve McKay
24dd9ad0c0 Merge "Always show intern storage." into nyc-dev am: b4672ef6df
am: 1788dfd223

* commit '1788dfd223c7c62005b8c1e98cd25737f685a912':
  Always show intern storage.
2016-03-02 20:32:39 +00:00
Chong Zhang
d1f8eb3f7b Merge "Force disconnect when the surface is about to be saved." into nyc-dev
am: f8fd852060

* commit 'f8fd8520606ff579f966a0f76864c7e5ee1b35ef':
  Force disconnect when the surface is about to be saved.
2016-03-02 20:30:52 +00:00
Robin Lee
460af2050b Merge "DevicePolicyManager#removeKeyPair- update contract" into nyc-dev
am: e4872f2a52

* commit 'e4872f2a52b1929b25e982e7cd050b0f95d73cc1':
  DevicePolicyManager#removeKeyPair- update contract
2016-03-02 20:27:06 +00:00
Chong Zhang
a65c68cb3d Merge "Don\'t change resize mode if AM didn\'t dock the task as requested" into nyc-dev am: 5d9de3ab6f
am: 20862420c2

* commit '20862420c23bab9a83d79ac5c81745e7aae24536':
  Don't change resize mode if AM didn't dock the task as requested
2016-03-02 20:25:35 +00:00