summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix a build break. Too many branches to keep track of.Jason Sams2009-11-022-3/+0
|
* Fix some leaks. This fixes the major malloc memory leak in allApps. Still ↵Jason Sams2009-11-025-0/+9
| | | | tracking some much more minor issues.
* Merge change I73680cd9 into eclairAndroid (Google) Code Review2009-11-022-2/+4
|\ | | | | | | | | * changes: Fix 2194140: [Passion] Support Audience chip.
| * Fix 2194140: [Passion] Support Audience chip.Eric Laurent2009-11-022-2/+4
| | | | | | | | | | Added new input device DEVICE_IN_BACK_MIC. Added new audio source AUDIO_SOURCE_CAMCORDER.
* | Merge change Ieca126e6 into eclairAndroid (Google) Code Review2009-11-021-0/+2
|\ \ | | | | | | | | | | | | * changes: Fix problem with proximity sensor not reawaking screen if the values change too quickly.
| * | Fix problem with proximity sensor not reawaking screen if the values change ↵Mike Lockwood2009-11-021-0/+2
| |/ | | | | | | | | | | | | | | | | | | | | too quickly. The logic that disables user activity while turning off the screen should not affect proximity sensor. Fixes bug b/2228734 (in-call, prox sensor gets confused) Change-Id: Ieca126e6f79bf7baa5741981aea72d306ba03edc Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Merge change I60413727 into eclairAndroid (Google) Code Review2009-11-022-3/+3
|\ \ | |/ |/| | | | | * changes: Fix issue #2226370: Resource versions match with equality
| * Fix issue #2226370: Resource versions match with equalityDianne Hackborn2009-11-012-3/+3
| | | | | | | | | | | | Also fixed turned-around increment of version number for resources. :( Change-Id: I604137272da984bcd69cee4f174e6b7f2c786e46
* | Merge change I29bc113c into eclairAndroid (Google) Code Review2009-11-021-3/+6
|\ \ | | | | | | | | | | | | * changes: Fix issue 197683: English IME key-press latency is noticeably higher on passion than sholes. Part 2.
| * | Fix issue 197683: English IME key-press latency is noticeably higher on ↵Eric Laurent2009-11-021-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Do not advance mLastEventTime when enabling or disabling user activity.Mike Lockwood2009-11-021-1/+0
|/ / | | | | | | | | | | | | | | | | | | Fixes a race condition between the keyguard and power key that sometimes resulted in the power key failing to turn off the screen. Fixes bug b/2212852 (Power button does not put phone to sleep) Change-Id: I92498c5fddf2bfc32b105ea1a7ea14a06d83888e Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Add warning that hardware auto-brightness is deprecated and will be removed ↵Mike Lockwood2009-11-011-1/+12
| | | | | | | | | | | | | | in the next release. Change-Id: I90eae78f71f377f6479d0aaf7ced38a7b988a7ee Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Manage button and keyboard backlights with light sensor in both manual and ↵Mike Lockwood2009-11-011-14/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | automatic mode. Now the manual brightness mode only applies to the LCD backlight and button and keyboard backlights are always managed automatically. Fixes bug b/2195798 (Passion capacitive key backlights don't always come on) This change only affects the framework based auto-brightness implementation. Hardware auto-brightness is not affected. Change-Id: Ib88310d642d498591e8879c8269d630ff3f7c8af Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Don't turn on keyboard backlights when keyboard is closed in auto brightness ↵Mike Lockwood2009-10-311-2/+16
| | | | | | | | | | | | | | | | | | mode. For framework light sensor support (does not affect hardware based approach). Change-Id: I6896a7c5b3fd3ed136c4f25c63a0e5813c349f68 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Use separate flags for enabling hardware and software auto-brightness.Mike Lockwood2009-10-311-18/+25
| | | | | | | | | | | | | | | | This cleans up the code in preparation for some other auto-brightness changes and fixes support for devices without light sensors. Change-Id: I3d4802cf860a865ffd86a8bb57cd57b46359433d Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Merge change I8c0eb9a6 into eclairAndroid (Google) Code Review2009-10-301-1/+2
|\ \ | | | | | | | | | | | | * changes: libagl: silence a LOGD
| * | libagl: silence a LOGDIliyan Malchev2009-10-301-1/+2
| | | | | | | | | | | | Signed-off-by: Iliyan Malchev <malchev@google.com>
* | | Merge change I7df84618 into eclairAndroid (Google) Code Review2009-10-301-0/+12
|\ \ \ | | | | | | | | | | | | | | | | * 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).
| * | | Add a privateImeOption to represent that the IME should not showMike LeBeau2009-10-301-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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). The IME will respect this shortly. http://b/2228562
* | | | Merge change I92cdc5ed into eclairAndroid (Google) Code Review2009-10-303-77/+240
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | * changes: PerformanceCollector: Collect & report perf measurements in key/value form
| * | | PerformanceCollector: Collect & report perf measurements in key/value formJack Wang2009-10-283-77/+240
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added new functions to PerformanceCollector and PerformanceResultsWriter - Modified unit tests to test new functionality and fix flakiness reported in 2218327 and 2118268 - Added PerformanceCollectorTest to small suite
* | | | Merge change Ie3e80456 into eclairAndroid (Google) Code Review2009-10-301-2/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Turns out the SGX driver is correct and the bug was in this test.
| * | | | Turns out the SGX driver is correct and the bug was in this test.Mathias Agopian2009-10-301-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | make sure the 565 1-texel wide texture is specified with an alignment of 4 which is the OpenGL ES default.
* | | | | Merge change Id8b28e4f into eclairAndroid (Google) Code Review2009-10-301-3/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: fix [2225964] Android runtime restarted in surfaceflinger/BlurFilter.cpp
| * | | | | fix [2225964] Android runtime restarted in surfaceflinger/BlurFilter.cppMathias Agopian2009-10-291-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | crash was due to an unintialized variable, which caused the wrong bluring format to be used and caused a memory overrrun.
* | | | | | Merge change I56779290 into eclairAndroid (Google) Code Review2009-10-303-22/+42
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: fix[2222341] Soft reset while going back from camcorder settings
| * | | | | | fix[2222341] Soft reset while going back from camcorder settingsMathias Agopian2009-10-303-22/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | Merge change If007a2fa into eclairAndroid (Google) Code Review2009-10-303-7/+39
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | * changes: return proper error code from eglCreateImageKHR
| * | | | | | return proper error code from eglCreateImageKHRMathias Agopian2009-10-293-7/+39
| |/ / / / /
* | | | | | Merge change Iae849da2 into eclairAndroid (Google) Code Review2009-10-302-0/+67
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | * changes: add table maskfilter
| * | | | | add table maskfilterMike Reed2009-10-302-0/+67
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | hidden for now, since it need only be seen by Launcher2 http://b/issue?id=2210685
* | | | | Merge change I08c19bee into eclairAndroid (Google) Code Review2009-10-301-0/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | * changes: DO NOT MERGE: Another gcc 4.0.3 workaround.
| * | | | DO NOT MERGE: Another gcc 4.0.3 workaround.Andy McFadden2009-10-301-0/+2
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | 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.)
* | | | Merge change I4b3db907 into eclairAndroid (Google) Code Review2009-10-301-19/+4
|\ \ \ \ | |/ / / |/| | | | | | | | | | | * changes: Revert the channge where channels were not selected randomly.
| * | | Revert the channge where channels were not selected randomly.Jaikumar Ganesh2009-10-301-19/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Bluez SDP bug has been fixed. Reverting parts of the commit: 16fb88a673c41b93c5d57ccb28c2697e7d87701a Bug: 2173752 Dr No: Eastham
* | | | Avoid NPE when callers send null selection args.Jeff Sharkey2009-10-291-2/+6
| | | | | | | | | | | | | | | | Fixes http://b/2226007
* | | | Merge change Iee0486e2 into eclairAndroid (Google) Code Review2009-10-294-3/+33
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Dump media recorder PID in dumpsys media.player, and fix minor bugs.
| * | | | Dump media recorder PID in dumpsys media.player, and fix minor bugs.Gloria Wang2009-10-294-3/+33
| | | | |
* | | | | Merge change I4e036287 into eclairAndroid (Google) Code Review2009-10-291-11/+8
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | * changes: update line test to expose some bug on SGX530 ed4
| * | | | update line test to expose some bug on SGX530 ed4Mathias Agopian2009-10-291-11/+8
| | |/ / | |/| |
* | | | Merge change I9efe265f into eclairAndroid (Google) Code Review2009-10-292-3/+72
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: unhide AccountManagerResponse
| * | | | unhide AccountManagerResponseFred Quintana2009-10-282-3/+72
| | | | |
* | | | | Merge change Id6f158b3 into eclairAndroid (Google) Code Review2009-10-291-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Removed javadoc link to hidden class (temporary fix for build)
| * | | | | Removed javadoc link to hidden class (temporary fix for build)Ed Heyl2009-10-291-1/+1
| | | | | |
* | | | | | process: Disable debuggingSan Mehat2009-10-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | | | | | Merge change I26a2d829 into eclairAndroid (Google) Code Review2009-10-292-3/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Add -P flag to ps in dumpstate
| * | | | | | Add -P flag to ps in dumpstateEvan Millar2009-10-292-3/+20
| | | | | | |
* | | | | | | Merge change Idc4c7714 into eclairAndroid (Google) Code Review2009-10-292-76/+26
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | * 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.
| * | | | | | Revert the changes that introduced new exception that wouldn't have occured ↵Costin Manolache2009-10-292-76/+26
| | |/ / / / | |/| | | | | | | | | | | | | | | | before, applications don't seem to be able to handle them and we get crashes.
* | | | | | Merge change Ieab4c75b into eclairAndroid (Google) Code Review2009-10-291-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix type in Java enums. Not currently used, easier to fix now than when apps are using it.