Adrian Roos
7a4f3d448b
Add dumpsys facility and a history to TrustManagerService
...
TrustManagerService now keeps track of all events that
influence its state and reports them when it is dumped or
a bugreport is collected.
Bug: 15079129
Change-Id: Iac13de8a848d2b12c8d06168a6969f55b264144a
2014-05-20 16:46:36 +02:00
Sander Alewijnse
c7ae2adbee
Update comment of ACTION_PROFILE_PROVISIONING_COMPLETE.
...
Change-Id: I386c16cc9649d4684bd69966b3c1d2abcb97ca4e
2014-05-20 15:26:48 +01:00
John Reck
1fcc3b1896
Merge "Baby steps"
2014-05-20 14:10:53 +00:00
Adrian Roos
2566bc82cc
Merge "Fix typo causing immersive mode transition flickering."
2014-05-20 14:10:07 +00:00
George Mount
800d72b0e0
Add to activity transition API as requested by consumers.
...
Change-Id: Iae01d7560770bab0ff9a1728d6552b98b17108ce
2014-05-20 07:07:30 -07:00
Narayan Kamath
b851c89d22
Improve ABI handling for shared user ids.
...
The key improvement is that we need to keep track of
the package that's currently being scanned (this includes
new installs and upgrades of existing packages) and treat
it specially. If we didn't do that, In the case of upgrades
we would perform the shared UID calculation based on the ABI
of the old package, and not the current package.
This change also allows us to perform the CPU ABI calculation
before dexopt, which saves us from having to do it twice and
fixes a bug where we were using the wrong package path to
dexopt a package.
This also has the side effect of fixing 15081286.
bug: 15081286
Change-Id: I20f8ad36941fc3df29007f0e83ce82f38f3585c8
2014-05-20 14:09:12 +01:00
Jason Monk
87be9ba1ea
Merge "Fix reference to ProxyInfo extra"
2014-05-20 12:59:52 +00:00
Selim Cinek
37dd822089
Merge "Fixed measuring and layouting of the more card and expandableviews."
2014-05-20 12:48:22 +00:00
Selim Cinek
24d7cfa4d6
Fixed measuring and layouting of the more card and expandableviews.
...
Change-Id: I2848b39c6498ce9ad197ed7bad8423c74b372419
2014-05-20 14:38:08 +02:00
Adrian Roos
cffd1e42d3
Fix typo causing immersive mode transition flickering.
...
Bug: 15095056
Change-Id: Ibc75bb4f61070f4cf00756ab1a216255e38932af
2014-05-20 13:48:37 +02:00
Yuncheol Heo
03e8a834da
Fix the wrong conversion of byte to int.
...
Because 'byte' type is signed, we need a mask when converting it to 'int' type.
Change-Id: I3a8fcb38c9d108c0280d66301e29144391807401
2014-05-20 19:49:58 +09:00
Guang Zhu
47c6514eaa
am cd98ecc6: am 6071e45a: Merge "add a command to list all bonded devices" into klp-modular-dev
...
* commit 'cd98ecc66b968c5d5d0d12522c4c8c9b848bf181':
add a command to list all bonded devices
2014-05-20 09:58:35 +00:00
Wei Wang
05ee041453
Remove a hide tag link.
...
Change-Id: I6781dcfcaf89c6b00e0641549f946b90e4543218
2014-05-20 02:43:02 -07:00
Ben Murdoch
ecf09321c5
am e0d6a6b0: Merge "Add PackagManager flag for WebView system feature." into klp-modular-dev
...
* commit 'e0d6a6b05b0861a5aa6dd8189de61a4da8d39dae':
Add PackagManager flag for WebView system feature.
2014-05-20 09:39:05 +00:00
Ben Murdoch
e0d6a6b05b
Merge "Add PackagManager flag for WebView system feature." into klp-modular-dev
2014-05-20 09:32:43 +00:00
Michael Wright
b3ce4b1b78
am 889814ce: resolved conflicts for merge of 32912e0a to stage-aosp-master
...
* commit '889814cee0ebcf70069d04d3ae77c97c09efb5a1':
wallpaper: limit wallpaper width to sys.max_texture_size
2014-05-20 09:28:40 +00:00
Guang Zhu
cd98ecc66b
am 6071e45a: Merge "add a command to list all bonded devices" into klp-modular-dev
...
* commit '6071e45a64ab764eb86603f2f4496cfd5c8de708':
add a command to list all bonded devices
2014-05-20 09:26:18 +00:00
Wei Wang
adf6aff5b0
Revert "Revert "APIs for BLE scan, scan filter, batch scan, onFound/onLost and multiple advertising.""
...
This reverts commit b1d9fbc0f8dea0c77ed810190b325bfdaaf21789.
Change-Id: Ic8dec9385a7c763170ebeb1bcddd221c72f46e88
2014-05-19 23:52:45 -07:00
Youngsang Cho
48bb35b965
Merge "Make mSessionCallback null in TvView.unbindTvInput"
2014-05-20 05:55:21 +00:00
Michael Wright
889814cee0
resolved conflicts for merge of 32912e0a to stage-aosp-master
...
Change-Id: I140e2024bd0e6e81ab550718103d45220d8bde26
2014-05-19 22:42:58 -07:00
Youngsang Cho
285ff430fa
Make mSessionCallback null in TvView.unbindTvInput
...
Bug: 15096705
Change-Id: I5a13f9ad648bafc76667cbda39bcb138cfbc5de2
2014-05-20 14:37:01 +09:00
Wei Wang
319b40c9cf
Revert "APIs for BLE scan, scan filter, batch scan, onFound/onLost and multiple advertising."
...
This reverts commit 2c4e68a86b7a9b9f760a8907b93ff40ccad56c80.
Change-Id: I98c91343d886ebe22d0bf75a710fa0b0abf738b6
2014-05-20 04:52:35 +00:00
Guang Zhu
6071e45a64
Merge "add a command to list all bonded devices" into klp-modular-dev
2014-05-20 04:36:48 +00:00
Guang Zhu
d22b2413b9
add a command to list all bonded devices
...
Bug: 14601515
Change-Id: I3cc5bb664485ef768bb81f1f8870ed9bf62f8329
2014-05-19 21:36:10 -07:00
Wonsik Kim
f1c025cbcd
Change visibility of TvInputManager.Session.setSurface()
...
Change the visibility from package private to @hide public. This is
to enable use case of TvInputServices wrapping another
TvInputServices so that it can pass the Surface object it has to the
wrapped service.
Change-Id: Ib1cdc4992a26f2adca099077cb9fa7f8b41c3163
2014-05-20 13:26:36 +09:00
Andy Hung
989540264a
Fix 64 bit long pointer size for media scanning
...
Bug: 14993718
Change-Id: I98989caddcca67c2b3257cead948382fddb066da
2014-05-19 21:18:18 -07:00
Michael Wright
32912e0a73
Merge "wallpaper: limit wallpaper width to sys.max_texture_size"
2014-05-20 04:04:01 +00:00
Donghan Ryu
289c273ec4
wallpaper: limit wallpaper width to sys.max_texture_size
...
Image wallpapers are created ~1.5x screen size. On some devices this
may exceed the maximum supported texture size, which will either fail
allocation or fail to composite.
Bug 991597
Change-Id: I9948b09f6e00a724212e73d36901f2bbea42e2f4
2014-05-20 12:00:31 +09:00
Wei Wang
62d5bc745a
APIs for BLE scan, scan filter, batch scan, onFound/onLost and multiple
...
advertising.
Change-Id: I1655eb9cffa890b6fe38108bf51078662e90bc03
2014-05-19 19:40:49 -07:00
Wei Wang
51800847d9
Add a method to check whether a UUID is 32bit.
...
Change-Id: I92e8bab560b2083e9f4855d28b3f54f2120ef628
2014-05-19 19:37:05 -07:00
Selim Cinek
2f4a82af91
Merge "Fixed a big with the vetobutton, circumventing double tapping."
2014-05-20 02:27:17 +00:00
Selim Cinek
863834bd96
Fixed a big with the vetobutton, circumventing double tapping.
...
Change-Id: Ie31d06fe4e2454cf6a3223bef75eca2c76f47b59
2014-05-20 04:20:25 +02:00
Eric Laurent
948d32748c
AudioSystem: add new audio device definitions
...
Change-Id: Ib7675bc33771365b2dbb7694c522469317b11457
2014-05-19 18:43:49 -07:00
Selim Cinek
e704324a01
Merge "Fixed several bugs introduced by the new background views."
2014-05-20 01:42:46 +00:00
Selim Cinek
c9c00ae2fa
Fixed several bugs introduced by the new background views.
...
Also notifications are now limited to 4U again.
Bug: 14880580
Change-Id: I05d19981ad1bb06687bf6c994608e21ac925a759
2014-05-20 03:33:40 +02:00
John Spurlock
f3281e4a3c
Merge "QuickSettings: cap touch feedback to panel."
2014-05-20 01:13:04 +00:00
John Spurlock
ee912bb8ed
QuickSettings: cap touch feedback to panel.
...
Bug:15089348
Change-Id: I0d9cc21d9888e1cc67f61c61dfae5e6c519ace1b
2014-05-19 21:11:14 -04:00
Christopher Tate
f15e3bd9e5
Merge "Move the non-market install setting from Global to per-user Secure"
2014-05-20 01:10:05 +00:00
Christopher Tate
aa036a2db0
Move the non-market install setting from Global to per-user Secure
...
Bug 13760585
Change-Id: I45b0fa87e72dc5c18d687261fb95cbea5d06163a
2014-05-19 18:08:30 -07:00
Amith Yamasani
3fa61b671e
Merge "Allow adding a user while still removing other users"
2014-05-20 01:02:59 +00:00
Amith Yamasani
f584f014db
Allow adding a user while still removing other users
...
When at the user limit, removing and adding a user causes a race
condition where the deleted user is still being removed and adding
another one fails.
This change excludes deleted users from the counting to compare
against the limit.
Also fix an ArrayIndexOutOfBounds recently introduced in AppOpsService.
Bug: 13282768
Change-Id: Ib79659e7604396583a280dbbc560b288a6d9051c
2014-05-19 17:57:25 -07:00
Jim Miller
fe4e1b655f
Merge "Fix infinite loop in TrustManagerService exception handler."
2014-05-20 00:50:05 +00:00
John Spurlock
ce271360da
Merge "Dump the countdown condition, if active."
2014-05-20 00:46:09 +00:00
John Spurlock
fb8eb00bcd
Dump the countdown condition, if active.
...
Change-Id: I3fa1d239379565bae74094dc2bc2da76326f41dd
2014-05-19 20:43:48 -04:00
Jinsuk Kim
96658f7167
New keycode definitions for HDMI-CEC
...
Following keys are added to be mapped to HDMI-CEC standard keys:
KEYCODE_MEDIA_TOP_MENU
KEYCODE_11
KEYCODE_12
KEYCODE_LAST_CHANNEL
KEYCODE_TV_DATA_SERVICE
Also updated the information on the key code update by removing
some files not present any more.
Change-Id: I305d9b578c1824f34c457144a68132717dc9a97f
2014-05-20 00:43:38 +00:00
Jim Miller
577b6f6ae4
Fix infinite loop in TrustManagerService exception handler.
...
Fixes bug 15092272
Change-Id: I972a9134aed18fc160c919eac93e9d488b5691f1
2014-05-19 17:38:13 -07:00
Alan Viverette
d6a91b0bb6
Merge "Fix password obscuring in TextView accessibility node"
2014-05-19 23:56:06 +00:00
John Spurlock
c135fffe99
Merge "Rehide status bar signal problem colors on user builds."
2014-05-19 23:55:18 +00:00
John Spurlock
8a6810e8ea
Rehide status bar signal problem colors on user builds.
...
Bug:15089446
Change-Id: I322156a49e3117c38de2d2c5ba3223cea03abfff
2014-05-19 19:52:07 -04:00
Alan Viverette
0d18871688
Merge "TouchFeedbackDrawable is now RippleDrawable"
2014-05-19 23:51:31 +00:00