Commit Graph

36180 Commits

Author SHA1 Message Date
Mathias Agopian
99b49840d3 PermissionCache caches permission checks
This is intended to absorb the cost of the IPC
to the permission controller.
Cached permission checks cost about 3us, while
full blown ones are two orders of magnitude slower.

CAVEAT: PermissionCache can only handle system
permissions safely for now, because the cache is
not purged upon global permission changes.

Change-Id: I8b8a5e71e191e3c01e8f792f253c379190eee62e
2011-06-27 17:42:15 -07:00
James Dong
df63ad85de Merge "Add a testcase to test PNG files support for KenBurn effect." 2011-06-27 17:15:43 -07:00
Dianne Hackborn
0a6dfdec26 am 229ff64b: am 351ddeb2: am 5db9ff97: Update final 13 API def.
* commit '229ff64bde1f8ffeb23a305178a7f6a57bffe1e5':
  Update final 13 API def.
2011-06-27 17:13:16 -07:00
Dianne Hackborn
0af34b495d am 351ddeb2: am 5db9ff97: Update final 13 API def.
* commit '351ddeb2da65fc020e80d77d80f08aa1dfd820d7':
  Update final 13 API def.
2011-06-27 17:11:15 -07:00
Dianne Hackborn
b542ca9d6f am 5db9ff97: Update final 13 API def.
* commit '5db9ff97aa8f36f330f41f5ae42467795ef075b8':
  Update final 13 API def.
2011-06-27 17:07:29 -07:00
Jake Hamby
562e6f8255 Merge "Don't enable Bluetooth when booting into airplane mode." 2011-06-27 16:45:50 -07:00
Brian Carlstrom
aa444e3bfc Merge "Moving ssl_certificate layout, resources, and helper code to SslCertificate Add IKeyChainService.deleteCaCertificate" 2011-06-27 15:15:29 -07:00
Jake Hamby
1f95efb97f Merge "Fix race condition in WakeLocks." 2011-06-27 14:54:24 -07:00
Iliyan Malchev
c31eb73a15 Merge "MemoryHeapBase: Save and binderize the offset" 2011-06-27 14:20:01 -07:00
Iliyan Malchev
f87e822167 Merge "CameraService: Decouple dequeue and lock" 2011-06-27 14:19:53 -07:00
Robert Ly
371758c9d9 am d1e78095: am 0711c86c: am 81cbc294: Merge "docs: fixing new superscript for rs" into honeycomb-mr2
* commit 'd1e78095452379e39a354c651d6c6cab351c52d5':
  docs: fixing new superscript for rs
2011-06-27 14:15:46 -07:00
Anirudh Dewani
5c44514864 am cf33a02b: am 3ba39ef2: am 1f82dc08: Merge "Typo in spinner tutorial." into honeycomb-mr2
* commit 'cf33a02bef19e1d0f11d119194c4f8439a06f1e2':
  Typo in spinner tutorial.
2011-06-27 14:15:37 -07:00
Dianne Hackborn
00018a07e3 am 06ca9b90: (-s ours) am fa5e3b65: am 2dafe771: Merge "DO NOT MERGE. Fix density compat mode." into honeycomb-mr2
* commit '06ca9b90e664235d79304a4611529c09256d060e':
  DO NOT MERGE.  Fix density compat mode.
2011-06-27 14:15:13 -07:00
Jean-Baptiste Queru
1238bd48ac am ec5039b3: am 99c070d8: am 4fea5373: Merge "Add WEBP to the list of Image formats that support Compression."
* commit 'ec5039b3720ee9b92fb2a2c6dd9f468d2dcd7172':
  Add WEBP to the list of Image formats that support Compression.
2011-06-27 14:15:01 -07:00
Jean-Baptiste Queru
61b6b99f00 am 9f1ef6d5: am 7595e84d: (-s ours) am f458d5fd: Merge "Tweak for forward-compatibility"
* commit '9f1ef6d57bbf1ac524eff849c8976acb012b5687':
  Tweak for forward-compatibility
2011-06-27 14:14:57 -07:00
Wink Saville
de81a86d78 am 7eff4bb3: am f49e4d3f: Merge "Temporary re-enabling iface name change handling on HO" into honeycomb-LTE
* commit '7eff4bb3f9c0cf0335dd1b2769bcb352b137dbaa':
  Temporary re-enabling iface name change handling on HO
2011-06-27 14:14:45 -07:00
Scott Main
fced2f899c am 7c58d671: am f169bae8: am f8d37ab6: Merge "docs: add emphasis to adding a search button in activity UI" into honeycomb-mr2
* commit '7c58d671d542f3a9923a9ea2e63b46005d81a445':
  docs: add emphasis to adding a search button in activity UI
2011-06-27 14:14:37 -07:00
Scott Main
a6824afeab am 44b48a37: am db76388e: am 9a05cfe5: docs: update docs for new screen support attributes and qualifiers
* commit '44b48a377d47bb27b667ab87347f0a88ba3fba0b':
  docs: update docs for new screen support attributes and qualifiers
2011-06-27 14:14:26 -07:00
Bart Sears
fcb5222ed2 Merge "Update DroidSansEthiopic to ver 1.03" 2011-06-27 14:10:12 -07:00
Dave Santoro
29abacd2c4 Merge "Renamed INCLUDE_PROFILE param to ALLOW_PROFILE." 2011-06-27 13:52:00 -07:00
Anu Sundararajan
5728a92e29 MemoryHeapBase: Save and binderize the offset
The offset that is used in the creation of the MemoryHeapBase must be saved, so
that it can be used to recreate the Heap when an IMemory object is passed
across process boundary through the binder.

Change-Id: Ie618fb5c0718e6711f55ed9235616fd801e648dc
Signed-off-by: Anu Sundararajan <sanuradha@ti.com>
Signed-off-by: Iliyan Malchev <malchev@google.com>
2011-06-27 13:48:51 -07:00
Chia-chi Yeh
35766cfcc4 Merge "KeyStore: fix test-keystore" 2011-06-27 13:14:13 -07:00
Mike J. Chen
f30745ef6c Merge changes I0077e5e5,I42cbed69
* changes:
  Hookup interface status to other clients
  Revert "Revert "Propagate new link-status-change message to any NetworkManagementService""
2011-06-27 12:56:47 -07:00
Svetoslav Ganov
0c4b1e994c Merge "AccessibilityInjectorTest did not restore the default key binsings." 2011-06-27 12:40:50 -07:00
Svetoslav Ganov
06ea9a8b62 Merge "ArrayIndexOutOfBounds exception in TouchExplorer." 2011-06-27 12:07:27 -07:00
Robert Ly
4743907b0e am 0711c86c: am 81cbc294: Merge "docs: fixing new superscript for rs" into honeycomb-mr2
* commit '0711c86c3886fe869216965b868d30e9bb3abcea':
  docs: fixing new superscript for rs
2011-06-27 11:58:26 -07:00
Robert Ly
2263f5a736 am 81cbc294: Merge "docs: fixing new superscript for rs" into honeycomb-mr2
* commit '81cbc294ddb08c2bc08be9b2abbbcc7c19ec88d9':
  docs: fixing new superscript for rs
2011-06-27 11:49:30 -07:00
Robert Ly
ab2d681800 Merge "docs: fixing new superscript for rs" into honeycomb-mr2 2011-06-27 11:45:41 -07:00
Svetoslav Ganov
26460c7726 Merge "Added scroll and text selection change accessibility events." 2011-06-27 11:41:25 -07:00
Romain Guy
c5155a8238 Merge "Fixing various broken javadoc comments in framework." 2011-06-27 11:23:58 -07:00
Andreas Huber
25b8e5b673 Merge "Fix the new color converter to respect the destination crop rect." 2011-06-27 11:14:19 -07:00
Andreas Huber
7a1099d721 Merge "Log video dimensions and crop rectangle." 2011-06-27 11:14:12 -07:00
Andreas Huber
151e595f03 Merge "Update paths to test content used to run the omx_tests." 2011-06-27 11:14:05 -07:00
Andy McFadden
991bad3b31 Merge "Reduce definition of monthly rep test" 2011-06-27 11:07:40 -07:00
Dianne Hackborn
03148577bd Merge "Turn on HW accel by default for apps that target ICS." 2011-06-27 10:40:41 -07:00
Chia-chi Yeh
6904f14b89 KeyStore: fix test-keystore
Change-Id: I1dcbd5c3cc7569c397d2480cda76288a9e28cd5c
2011-06-27 10:38:10 -07:00
James Dong
d2c1fb945d Merge "Reduce the number of output buffers and force output buffers in display order for SoftAVC decoder" 2011-06-27 10:34:13 -07:00
Anirudh Dewani
db42a422f2 am 3ba39ef2: am 1f82dc08: Merge "Typo in spinner tutorial." into honeycomb-mr2
* commit '3ba39ef20fdbe4512d3c3ad6ad7c833b14318391':
  Typo in spinner tutorial.
2011-06-27 04:33:59 -07:00
Wu-cheng Li
28d427d28c Merge "Add framework support for camcorder zoom." 2011-06-27 02:29:21 -07:00
Anirudh Dewani
5a30692bd9 am 1f82dc08: Merge "Typo in spinner tutorial." into honeycomb-mr2
* commit '1f82dc08f1616a83d8d1c43fa9ac16d0d60dd537':
  Typo in spinner tutorial.
2011-06-26 23:06:04 -07:00
Anirudh Dewani
1ff7546587 Merge "Typo in spinner tutorial." into honeycomb-mr2 2011-06-26 23:02:56 -07:00
Chia-chi Yeh
91a465b73a KeyStore: allow system user to get secrets from keystore.
Change-Id: I9cb41344c17fb33e6614a45d46368a9c43e3dce7
2011-06-26 18:24:19 -07:00
Brian Carlstrom
e709d94a29 Merge "Replace KeyChainActivity placeholder UI with more polished dialog (1 of 5)" 2011-06-26 15:30:37 -07:00
Jamie Gennis
15dfa4a90f Merge "SurfaceTexture: detach from Dalvik when necessary." 2011-06-26 12:23:12 -07:00
Irfan Sheriff
1a10a03038 Merge "WifiWatchdogService - disable bad connections" 2011-06-25 11:20:54 -07:00
Jeff Sharkey
242d852bb6 Merge "Finish any enter animation when jumping to state." 2011-06-24 23:12:38 -07:00
Adam Powell
72afe83ef5 Merge "Fix bug 4903822 - vertical gravity bugs in action bar custom views" 2011-06-24 19:17:38 -07:00
Fabrice Di Meglio
a13d79cef1 Merge "Introduce MarginLayoutParams marginStart and margingEnd" 2011-06-24 19:00:30 -07:00
Romain Guy
7ef040faf4 Merge "Update GLTextureView sample to do something real." 2011-06-24 18:52:47 -07:00
Jim Miller
c2a9092813 Merge "LockScreen layout, button style, and owner info fixes - enable OwnerInfo to appear in status1 if dedicated view not present. - force all status lines to be singleline and marquee. - fix justification in landscape layouts. - use buttonBarStyle for buttons on all LockScreens. - reduce the size of the clock to fit in landscape. - no longer show "Draw a pattern to unlock" help message in LockPatternView." 2011-06-24 18:44:08 -07:00