Jeff Brown
ca3d655d20
Merge "Use input transport for communications between app and IME." into jb-mr2-dev
2013-03-27 02:43:54 +00:00
Dianne Hackborn
483ac9a779
am b404ecc9: Merge "Fix build." into jb-mr2-dev
...
* commit 'b404ecc91a5dd3dd027554490b2ca18c1048bdba':
Fix build.
2013-03-26 18:04:00 -07:00
Dianne Hackborn
b404ecc91a
Merge "Fix build." into jb-mr2-dev
2013-03-27 01:01:36 +00:00
Dianne Hackborn
f3d46ce88f
Fix build.
...
Change-Id: I51b87ee5f0b7f396aad7e239893d9f0764f04bb6
2013-03-26 18:00:42 -07:00
Fabrice Di Meglio
fc7a102071
am a803b094: Merge "Fix bug #8480245 ViewGroup layout margins can be wrong in RTL mode" into jb-mr2-dev
...
* commit 'a803b094c6c60539426396ad57f0733cbe212664':
Fix bug #8480245 ViewGroup layout margins can be wrong in RTL mode
2013-03-26 17:48:21 -07:00
Dianne Hackborn
bfd15fa005
am 6b96e2f0: Merge "Two REMOVE_PROVIDER messages caused by race condition."
...
* commit '6b96e2f0006b5c33973b3500d3bb72a8c7a3bd38':
Two REMOVE_PROVIDER messages caused by race condition.
2013-03-26 17:46:21 -07:00
Fabrice Di Meglio
a803b094c6
Merge "Fix bug #8480245 ViewGroup layout margins can be wrong in RTL mode" into jb-mr2-dev
2013-03-27 00:44:48 +00:00
Romain Guy
79bb82de96
am 3cb5ed8b: Merge "Path precaching creates duplicate cache entries Bug #8478275 " into jb-mr2-dev
...
* commit '3cb5ed8bb369df6f5f519169ccd1ec0854e3d4b5':
Path precaching creates duplicate cache entries Bug #8478275
2013-03-26 17:44:43 -07:00
Romain Guy
3cb5ed8bb3
Merge "Path precaching creates duplicate cache entries Bug #8478275 " into jb-mr2-dev
2013-03-27 00:41:46 +00:00
Romain Guy
4500a8d5d7
Path precaching creates duplicate cache entries
...
Bug #8478275
Change-Id: Ib541ea051e42e01cc0d277790e9c09de38ef72ee
2013-03-26 17:29:51 -07:00
Fabrice Di Meglio
0072f64939
Fix bug #8480245 ViewGroup layout margins can be wrong in RTL mode
...
- fix resolution of MarginLayoutParams
- update related RelativeLayout code
Change-Id: I261f127a8897f60d316fed2a73e6e76020e542cc
2013-03-26 17:27:33 -07:00
Dianne Hackborn
177543db55
am 3bcc2fba: Merge "Fix issue #8470131 : Process thrash kills battery" into jb-mr2-dev
...
* commit '3bcc2fbaad4064360cee26708d702b7ee575f448':
Fix issue #8470131 : Process thrash kills battery
2013-03-26 17:26:52 -07:00
Dianne Hackborn
a482078913
am 5871b258: Merge "Change wm commands to return size and density info." into jb-mr2-dev
...
* commit '5871b258afd0bf3a2d58dea437b340a4f5b382cf':
Change wm commands to return size and density info.
2013-03-26 17:26:50 -07:00
Dianne Hackborn
3bcc2fbaad
Merge "Fix issue #8470131 : Process thrash kills battery" into jb-mr2-dev
2013-03-27 00:24:04 +00:00
Romain Guy
5e83199dc9
am 2509437e: Merge "Avoid multiple font cache texture uploads Bug #8378964 " into jb-mr2-dev
...
* commit '2509437e309827dbfe8bf3797d59c0d01af13972':
Avoid multiple font cache texture uploads Bug #8378964
2013-03-26 17:23:13 -07:00
Dianne Hackborn
5871b258af
Merge "Change wm commands to return size and density info." into jb-mr2-dev
2013-03-27 00:22:28 +00:00
Romain Guy
2509437e30
Merge "Avoid multiple font cache texture uploads Bug #8378964 " into jb-mr2-dev
2013-03-27 00:21:05 +00:00
Nick Kralevich
7a8c135177
AppSecurityPermissions: Add isGranted to isDisplayablePermission
...
Modify isDisplayablePermission to display a permission if the
app update will grant a new optional permission to the app.
Change-Id: Ic647826b0c48f9f7ec8e4f69b90197211f83278d
2013-03-26 17:18:32 -07:00
Dianne Hackborn
6b96e2f000
Merge "Two REMOVE_PROVIDER messages caused by race condition."
2013-03-27 00:17:41 +00:00
Guobin Zhang
9e3e526650
Two REMOVE_PROVIDER messages caused by race condition.
...
Fix a bug in unstable ContentProvider.
IllegalStateException: ref counts can't go to zero here: stable=0 unstable=0
IllegalStateException: unstable count < 0: -1
There is a race between main thread and background database thread. Main thread
is responsible for handling the REMOVE_PROVIDER message. Database thread starts
insert or query request again and again. acquireProvider in db thread will often
snatch provider from the jaws of death, sometime it fails to remove REMOVE_PROVIDER
which is already fired out from MessageQueue. But completeRemoveProvider in main
thread gets suspended when trying to execute the critical section. If db thread
released the provider before main thread resumes the execution, then two
REMOVE_PROVIDER messages will be executed.
Change-Id: I8588aa1d1a8bc444dcd2adf6f8bc3f055cebbdc4
Signed-off-by: Guobin Zhang <guobin.zhang@intel.com>
2013-03-27 00:17:27 +00:00
Martijn Coenen
1fa2aff21b
Add direct NDEF push API.
...
Hidden for now. Also, modified callback that is called
from NfcService to pass all data in a single object
(BeamShareData). This avoids having to do multiple IPCs
at touch time.
Bug: 5134061
Change-Id: I235f608cef9935041b33b4b7a6980f109c15576c
2013-03-26 17:07:37 -07:00
Elliott Hughes
08dbf6a88a
am 82718153: am 6f14ef70: am 083bfa5a: Merge "Remove dead DateUtils code that was never in an API level."
...
* commit '827181538c5c1387d18b9ad5a257295c7dfff686':
Remove dead DateUtils code that was never in an API level.
2013-03-26 16:55:35 -07:00
Elliott Hughes
827181538c
am 6f14ef70: am 083bfa5a: Merge "Remove dead DateUtils code that was never in an API level."
...
* commit '6f14ef70664d13295ffca524fb0b08365351b1f7':
Remove dead DateUtils code that was never in an API level.
2013-03-26 16:51:10 -07:00
Amith Yamasani
8813998628
am e450c3cd: Merge "Fix docs build." into jb-mr2-dev
...
* commit 'e450c3cd8d135972eaa8237f1d4587ed7d887c2f':
Fix docs build.
2013-03-26 16:26:47 -07:00
Amith Yamasani
e450c3cd8d
Merge "Fix docs build." into jb-mr2-dev
2013-03-26 23:23:32 +00:00
Amith Yamasani
ca050adc13
Fix docs build.
...
Change-Id: I959db164f0ed7badfcdf921ffa1bfff60b4fb952
2013-03-26 16:19:46 -07:00
Michael Wright
09f4d8198a
am cf797a5e: Merge "Deliver key repeats for artificial dpad events" into jb-mr2-dev
...
* commit 'cf797a5e43873ef819974f67dea29e424b244079':
Deliver key repeats for artificial dpad events
2013-03-26 16:13:12 -07:00
Michael Wright
cf797a5e43
Merge "Deliver key repeats for artificial dpad events" into jb-mr2-dev
2013-03-26 23:11:15 +00:00
Adam Powell
36375eca1a
am 7f51ae71: Merge "Fix some visibility state transition issues with ActionBarView" into jb-mr2-dev
...
* commit '7f51ae71f170f61439516321a107507c4d1c0ac0':
Fix some visibility state transition issues with ActionBarView
2013-03-26 15:56:45 -07:00
Adam Powell
7f51ae71f1
Merge "Fix some visibility state transition issues with ActionBarView" into jb-mr2-dev
2013-03-26 22:51:52 +00:00
Jeff Brown
c28867a1d6
Use input transport for communications between app and IME.
...
The input method manager service now supplies an input channel for
communication while creating an IME session on behalf of the
application.
This change significanly reduces the overhead of IME event dispatch
by using a standard input channel to send input events rather than
using binder. This results in fewer thread context switches
and fewer object allocations.
What's more, the IME may perform additional batching of the motion
events that it receives which may help it catch up if it is
getting behind while processing them.
Bug: 7984576
Bug: 8473020
Change-Id: Ibe26311edd0060cdcae80194f1753482e635786f
2013-03-26 15:42:39 -07:00
Adam Powell
6684e92ae8
Fix some visibility state transition issues with ActionBarView
...
Restore state as expected for titles and expanded action views.
Bug 8246128
Bug 8479205
Change-Id: Icad59685c5eab241f19ecd94479dc5e7a9f678b6
2013-03-26 15:38:26 -07:00
Amith Yamasani
ed7d0e0e65
am 05191053: Match tests to new API.
...
* commit '05191053545065c9c71afae173d3ab42a2d947fa':
Match tests to new API.
2013-03-26 15:36:58 -07:00
Elliott Hughes
6f14ef7066
am 083bfa5a: Merge "Remove dead DateUtils code that was never in an API level."
...
* commit '083bfa5a4cc867a62723537fc6f9a5213865bb19':
Remove dead DateUtils code that was never in an API level.
2013-03-26 15:34:25 -07:00
Amith Yamasani
0519105354
Match tests to new API.
...
Change-Id: I9a537a437c721ae64d9307b889b9de5d5429670f
2013-03-26 15:32:29 -07:00
Amith Yamasani
f3dc9f0aa9
am df5e9fe1: Merge "Device Owner, a special kind of device admin" into jb-mr2-dev
...
* commit 'df5e9fe1819099097901641b1267374ca0bbc319':
Device Owner, a special kind of device admin
2013-03-26 15:28:55 -07:00
Amith Yamasani
df5e9fe181
Merge "Device Owner, a special kind of device admin" into jb-mr2-dev
2013-03-26 22:27:13 +00:00
Elliott Hughes
083bfa5a4c
Merge "Remove dead DateUtils code that was never in an API level."
2013-03-26 22:25:22 +00:00
Romain Guy
96885eb480
Avoid multiple font cache texture uploads
...
Bug #8378964
This change defers drawing into layers until after the renderer for FBO0
is ready to draw. At that point, all the precaching is done which means
all glyphs can be uploaded at once in the font caches.
Change-Id: Ie1f7a7ff30f76f06fb3dbc72c7d05e66207d1ecb
2013-03-26 15:25:07 -07:00
Dianne Hackborn
672cf45de7
Change wm commands to return size and density info.
...
Change-Id: Id25722fe5f0cd9470d04d657f067e5ad29927c98
2013-03-26 15:24:24 -07:00
Irfan Sheriff
db3792d129
am 8074cc0c: Merge "Fix string for tablet" into jb-mr2-dev
...
* commit '8074cc0c068c06cea7e174f82c0f1c235fae43a7':
Fix string for tablet
2013-03-26 15:15:16 -07:00
Elliott Hughes
fbf37c79bd
Remove dead DateUtils code that was never in an API level.
...
Also rewrite @deprecated comments to use an initial capital so they
look right in the generated documentation.
Also improve formatIpAddress documentation.
Change-Id: I317ebe411ef76e16a4535318ce73e00b63af38da
2013-03-26 15:11:28 -07:00
Irfan Sheriff
8074cc0c06
Merge "Fix string for tablet" into jb-mr2-dev
2013-03-26 22:11:11 +00:00
Amith Yamasani
71e6c697e5
Device Owner, a special kind of device admin
...
A Device Owner cannot be uninstalled and is available to all users. It must
be registered before the device_provisioned flag is set.
Device admins can be disabled until used, but visible to device policy
manager, so that users wont be bothered with update requests.
Opened up a few related APIs for use by a system-installed Device Owner.
Change-Id: I847b5fe68c0f724863f778a67602b5bddc79d8e5
2013-03-26 15:09:08 -07:00
Elliott Hughes
08b025bd3d
am c5f790f3: am 145e60b3: am 6c75deb5: Merge "Remove the fixed-length buffer in DdmHandleNativeHeap.getLeakInfo."
...
* commit 'c5f790f3ba6981c0ddf0046fffeaea1ee04b008d':
Remove the fixed-length buffer in DdmHandleNativeHeap.getLeakInfo.
2013-03-26 15:02:36 -07:00
Elliott Hughes
c5f790f3ba
am 145e60b3: am 6c75deb5: Merge "Remove the fixed-length buffer in DdmHandleNativeHeap.getLeakInfo."
...
* commit '145e60b3e31f8daaf8e12dba0668c12e47968dd1':
Remove the fixed-length buffer in DdmHandleNativeHeap.getLeakInfo.
2013-03-26 14:58:10 -07:00
Elliott Hughes
145e60b3e3
am 6c75deb5: Merge "Remove the fixed-length buffer in DdmHandleNativeHeap.getLeakInfo."
...
* commit '6c75deb5050c7fdde15b04aa96aa61c7b586e1f9':
Remove the fixed-length buffer in DdmHandleNativeHeap.getLeakInfo.
2013-03-26 14:56:03 -07:00
Elliott Hughes
6c75deb505
Merge "Remove the fixed-length buffer in DdmHandleNativeHeap.getLeakInfo."
2013-03-26 21:39:51 +00:00
Michael Wright
40f8f0d136
Deliver key repeats for artificial dpad events
...
Bug: 8425219
Change-Id: Ib41b06ed40d43f2e30ce2a647871a76cea80177b
2013-03-26 14:34:14 -07:00
Jeff Sharkey
e07cc0f399
am 0e93adc6: Merge "Update TrafficStats docs to reflect behavior." into jb-mr2-dev
...
* commit '0e93adc6e93cd16b6e8485d699a29c91878c791e':
Update TrafficStats docs to reflect behavior.
2013-03-26 14:24:06 -07:00