Android (Google) Code Review
1bd16a1511
Merge change Ibaef6141 into eclair
...
* changes:
libbinder: add a NO_CACHING flag to MemoryHeapBase
2009-11-02 17:55:43 -05:00
Android (Google) Code Review
a9888b50aa
Merge change Id095e180 into eclair
...
* changes:
Make sure the visualization stops immediately when sound stops, instead of continuing for a fraction of a second.
2009-11-02 17:36:52 -05:00
Android (Google) Code Review
7d7b798534
Merge change Ib7a6c434 into eclair
...
* changes:
Fix some leaks. This fixes the major malloc memory leak in allApps. Still tracking some much more minor issues.
2009-11-02 17:31:15 -05:00
Android (Google) Code Review
d5f2202842
Merge change Icbb3aa0a into eclair
...
* changes:
Use setRepeating() rather than setInexactRepeating() for backup scheduling, and add some random fuzz to the scheduling times, to make sure we aren't creating hour-aligned server load spikes.
2009-11-02 16:58:26 -05:00
Android (Google) Code Review
d826e1ed3e
Merge change I0d7dc3b8 into eclair
...
* changes:
Fix notification bar performance.
2009-11-02 16:29:31 -05:00
Android (Google) Code Review
dcdeafc029
Merge change I73680cd9 into eclair
...
* changes:
Fix 2194140: [Passion] Support Audience chip.
2009-11-02 15:34:28 -05:00
Android (Google) Code Review
aa628c911a
Merge change Ieca126e6 into eclair
...
* changes:
Fix problem with proximity sensor not reawaking screen if the values change too quickly.
2009-11-02 14:42:25 -05:00
Android (Google) Code Review
e6be7cea30
Merge change I60413727 into eclair
...
* changes:
Fix issue #2226370 : Resource versions match with equality
2009-11-02 13:43:52 -05:00
Android (Google) Code Review
04afbd2388
Merge change I29bc113c into eclair
...
* changes:
Fix issue 197683: English IME key-press latency is noticeably higher on passion than sholes. Part 2.
2009-11-02 13:05:08 -05:00
Eric Laurent
134aa9c942
Fix issue 197683: English IME key-press latency is noticeably higher on passion than sholes. Part 2.
...
Reduce sleep time in AudioFlinger mixer thread when no data has been written to output to speed up startup time when exiting standby.
The rest of the modifications for this issues is in kernel driver:
commit 0dbb0ee136ed8de757df1ae26d84556c1751deae for buffer size modification from 8192 to 4800 bytes.
Another kernel improvement that is not submitted yes will reduce delay when audio output is exiting standby.
2009-11-02 00:13:56 -08:00
Dianne Hackborn
c2a04c3f2d
Fix issue #2226370 : Resource versions match with equality
...
Also fixed turned-around increment of version number for resources. :(
Change-Id: I604137272da984bcd69cee4f174e6b7f2c786e46
2009-11-01 21:16:59 -08:00
Iliyan Malchev
0db1a8931b
libbinder: add a NO_CACHING flag to MemoryHeapBase
...
The NO_CACHING flag translates to opening a memory region with O_SYNC.
Signed-off-by: Iliyan Malchev <malchev@google.com>
2009-10-30 18:35:47 -07:00
Android (Google) Code Review
db95a9e824
Merge change I8c0eb9a6 into eclair
...
* changes:
libagl: silence a LOGD
2009-10-30 21:29:56 -04:00
Iliyan Malchev
d95c322af3
libagl: silence a LOGD
...
Signed-off-by: Iliyan Malchev <malchev@google.com>
2009-10-30 18:29:08 -07:00
Android (Google) Code Review
eefdae5122
Merge change I7df84618 into eclair
...
* changes:
Add a privateImeOption to represent that the IME should not show the voice input microphone, if it otherwise would, whenever the search dialog is planning on showing a voice search button (as specified by the current searchable).
2009-10-30 21:12:00 -04:00
Android (Google) Code Review
fa2d144b7b
Merge change I92cdc5ed into eclair
...
* changes:
PerformanceCollector: Collect & report perf measurements in key/value form
2009-10-30 20:02:13 -04:00
Android (Google) Code Review
964d94306b
Merge change Ie3e80456 into eclair
...
* changes:
Turns out the SGX driver is correct and the bug was in this test.
2009-10-30 19:40:09 -04:00
Mathias Agopian
6c7d04b1d0
Turns out the SGX driver is correct and the bug was in this test.
...
make sure the 565 1-texel wide texture is specified with an alignment of 4
which is the OpenGL ES default.
2009-10-30 16:32:52 -07:00
Android (Google) Code Review
fa4c9b8af8
Merge change Id8b28e4f into eclair
...
* changes:
fix [2225964] Android runtime restarted in surfaceflinger/BlurFilter.cpp
2009-10-30 17:54:16 -04:00
Android (Google) Code Review
bd5a0027f4
Merge change I56779290 into eclair
...
* changes:
fix[2222341] Soft reset while going back from camcorder settings
2009-10-30 17:54:10 -04:00
Android (Google) Code Review
b4d8fbb1a7
Merge change If007a2fa into eclair
...
* changes:
return proper error code from eglCreateImageKHR
2009-10-30 17:54:03 -04:00
Mathias Agopian
863e5fdde8
fix[2222341] Soft reset while going back from camcorder settings
...
add a way to convert a mapped "pushbuffer" buffer to a gralloc handle
which then can be safely used by surfaceflinger, without including
gralloc_priv.h
2009-10-30 14:48:50 -07:00
Android (Google) Code Review
b4d306fb49
Merge change Iae849da2 into eclair
...
* changes:
add table maskfilter
2009-10-30 17:03:18 -04:00
Android (Google) Code Review
b00e33d115
Merge change I08c19bee into eclair
...
* changes:
DO NOT MERGE: Another gcc 4.0.3 workaround.
2009-10-30 13:53:32 -04:00
Andy McFadden
550a11455a
DO NOT MERGE: Another gcc 4.0.3 workaround.
...
Temporarily make a function public that doesn't need to be. When
host gcc-4.0.3 is gone from the build servers we can undo this.
(Cherry-picked from eclair-mr2.)
2009-10-30 10:24:06 -07:00
Android (Google) Code Review
db5fcfd064
Merge change I4b3db907 into eclair
...
* changes:
Revert the channge where channels were not selected randomly.
2009-10-30 13:23:43 -04:00
Mathias Agopian
8889a8183c
fix [2225964] Android runtime restarted in surfaceflinger/BlurFilter.cpp
...
crash was due to an unintialized variable, which caused the wrong bluring
format to be used and caused a memory overrrun.
2009-10-29 20:24:44 -07:00
Mathias Agopian
df2d929405
return proper error code from eglCreateImageKHR
2009-10-29 16:45:41 -07:00
Android (Google) Code Review
a248b0f5b8
Merge change Iee0486e2 into eclair
...
* changes:
Dump media recorder PID in dumpsys media.player, and fix minor bugs.
2009-10-29 19:01:23 -04:00
Android (Google) Code Review
99cb34f244
Merge change I4e036287 into eclair
...
* changes:
update line test to expose some bug on SGX530 ed4
2009-10-29 18:48:10 -04:00
Mathias Agopian
3810c2b6c6
update line test to expose some bug on SGX530 ed4
2009-10-29 15:47:12 -07:00
Android (Google) Code Review
6c2f16c6f2
Merge change I9efe265f into eclair
...
* changes:
unhide AccountManagerResponse
2009-10-29 17:47:52 -04:00
Android (Google) Code Review
106bf71d27
Merge change Id6f158b3 into eclair
...
* changes:
Removed javadoc link to hidden class (temporary fix for build)
2009-10-29 17:08:34 -04:00
Android (Google) Code Review
2c4035e623
Merge change I26a2d829 into eclair
...
* changes:
Add -P flag to ps in dumpstate
2009-10-29 16:40:32 -04:00
Android (Google) Code Review
704597fce5
Merge change Idc4c7714 into eclair
...
* changes:
Revert the changes that introduced new exception that wouldn't have occured before, applications don't seem to be able to handle them and we get crashes.
2009-10-29 16:18:35 -04:00
Android (Google) Code Review
b0d0de329d
Merge change Ieab4c75b into eclair
...
* changes:
Fix type in Java enums. Not currently used, easier to fix now than when apps are using it.
2009-10-29 15:48:51 -04:00
Android (Google) Code Review
97727c16ff
Merge change I3b7d5cbe into eclair
...
* changes:
Copy the selection args when creating a CPO since callers often reuse the passed in array.
2009-10-29 15:11:40 -04:00
Android (Google) Code Review
ef792c1c22
Merge change Ia5109a87 into eclair
...
* changes:
process: Add debug code to log process group transitions
2009-10-29 15:02:53 -04:00
Android (Google) Code Review
dbe85139d0
Merge change I4a943184 into eclair
...
* changes:
Avoid trying to throw multiple exceptions at once.
2009-10-29 13:02:53 -04:00
Android (Google) Code Review
c6b782ad4d
Merge change I6cae32c7 into eclair
...
* changes:
When upgrading packages with shared user ids make sure we are eliminating the package about to be deleted or upgraded when updating permissions associated with the shared user. Include a simple null check when retrieving the permission.
2009-10-29 03:55:49 -04:00
Scott Main
ff33bb8f60
am 3534dadd: docs: fix XSS vulnerability in search
...
Merge commit '3534daddeefefbd42ea0a3819348327e5d85315c' into eclair
* commit '3534daddeefefbd42ea0a3819348327e5d85315c':
docs: fix XSS vulnerability in search
2009-10-28 23:32:13 -07:00
Wu-cheng Li
986e0dcf7a
Use image rect information to display zoomed picture.
2009-10-29 13:20:26 +08:00
Android (Google) Code Review
d6223663f7
Merge change I911458a0 into eclair
...
* changes:
Fix x offset for boxed textures
2009-10-28 19:02:24 -04:00
Android (Google) Code Review
3eb0aaa342
Merge change Ic03d28b9 into eclair
...
* changes:
Check that the window which wants to force hide is visible before setting the flag forceHiding to true. If we do layout the surfaces again this flag gets set no matter what since the keyguard window is always present in the list of tokens and this hides the window which would have become visible since the keyguard just got dismissed. This causes unnecessary focus changes due to changes in visibility of current window.
2009-10-28 18:28:42 -04:00
Android (Google) Code Review
5a0f5e0ccc
Merge change Id572ffc7 into eclair
...
* changes:
don't throw an exception when we can't find a pending sync operation in the database
2009-10-28 18:05:09 -04:00
Mathias Agopian
2ad8ec50a5
fix [2071412] work around mdp 32-bits fade limitation
...
in the case where we fade a 32-bits surface (ie: GL_MODULATE w/ a,a,a,a + blending),
we first make a copy of the background into a RGB buffer, then we blend the 32-bits
surface as usual (without the alpha component), and finally blend the copy of
the background on top with 1-a. This uses a lot of bandwidth, but no CPU time.
2009-10-28 14:49:44 -07:00
Android (Google) Code Review
d5493f3f5e
Merge change I8e7f5f07 into eclair
...
* changes:
DO NOT MERGE: Fix loss of focus after wakeup into incall screen
2009-10-28 15:09:29 -04:00
Scott Main
bc0bd61b6c
am d14f1bd7: Merge change Iacb6e122 into eclair-sdk
...
Merge commit 'd14f1bd7e4ba28489bdc472aa736aee5a587cb98' into eclair
* commit 'd14f1bd7e4ba28489bdc472aa736aee5a587cb98':
docs: add 2.0 video to developer site feature videos
2009-10-28 11:40:09 -07:00
Dirk Dougherty
ad94e2edf2
am 5a4d6696: Merge change Ib80db923 into eclair-sdk
...
Merge commit '5a4d66965d3c5061d47201fcaa62c90d126e7187' into eclair
* commit '5a4d66965d3c5061d47201fcaa62c90d126e7187':
doc change: some fixes for online sdk docs. update "testing" section of screens support doc.
2009-10-28 11:39:55 -07:00
Android (Google) Code Review
47c62b2af3
Merge change Iacb6e122 into eclair-sdk
...
* changes:
docs: add 2.0 video to developer site feature videos
2009-10-28 14:27:48 -04:00