summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* dumpstate: Pick up the last kernel log from /procDima Zavin2009-11-251-1/+1
| | | | | | | This is needed since its no longer copied to /data/dontpanic by init. Change-Id: I5217da73ec470653824b7fb9a31e093e263a8dc9 Signed-off-by: Dima Zavin <dima@android.com>
* Merge change Ic9f6bf94 into eclairAndroid (Google) Code Review2009-11-255-0/+243
|\ | | | | | | | | * changes: Add a test app that will drain the battery. NOT IN BUILD.
| * Add a test app that will drain the battery. NOT IN BUILD.Joe Onorato2009-11-255-0/+243
| |
* | Merge change I5aa3adcf into eclairAndroid (Google) Code Review2009-11-251-2/+6
|\ \ | | | | | | | | | | | | * changes: Improve the exception message text by including eglGetError().
| * | Improve the exception message text by including eglGetError().Jack Palevich2009-11-251-2/+6
| | | | | | | | | | | | Should help us track down the cause of bug 2285187
* | | Merge change Ie552036f into eclairAndroid (Google) Code Review2009-11-251-11/+0
|\ \ \ | | | | | | | | | | | | | | | | * changes: Fix issue #2286419: maxSdkVersion causes existing apps to disappear.
| * | | Fix issue #2286419: maxSdkVersion causes existing apps to disappear.Dianne Hackborn2009-11-251-11/+0
| | |/ | |/| | | | | | | Change-Id: Ie552036f4ea673e0ce9981ff1cbd1fbe08678510
* | | Add keyguard permission to instrumented ImfTest package.Brett Chabot2009-11-251-0/+2
|/ / | | | | | | | | | | Workaround to fix bug 2284623 Change-Id: I80afc37ed5ffae0447e0aedba686c13d682c8076
* | Merge changes I0c77eca9,Ibd184157,I81947f67 into eclairAndroid (Google) Code Review2009-11-256-40/+68
|\ \ | |/ |/| | | | | | | | | * changes: Rename WebChromeClient.addMessageToConsole to WebChromeClient.onConsoleMessage. Do not merge. Update JavaDoc for CacheManger.CacheResult, WebChromeClient.getDefaultVideoPoster and WebChromeClient.getVideoLoadingProgressView. Do not merge. Improves documentation for GeolocationPermissions class. Do not merge.
| * Rename WebChromeClient.addMessageToConsole to ↵Ben Murdoch2009-11-244-21/+21
| | | | | | | | | | | | | | | | | | | | WebChromeClient.onConsoleMessage. Do not merge. BUG=b/2271636 This has already been submitted to eclair-mr2. Change-Id: I81947f671f58be006ee3e1b30d73c6cb6cf2ebee
| * Update JavaDoc for CacheManger.CacheResult, ↵Ben Murdoch2009-11-242-6/+16
| | | | | | | | | | | | | | | | WebChromeClient.getDefaultVideoPoster and WebChromeClient.getVideoLoadingProgressView. Do not merge. This has already been submitted to eclair-mr2. Change-Id: Ibd184157a90b0031141c91c3b3bbbf4ef86e44e4
| * Improves documentation for GeolocationPermissions class. Do not merge.Steve Block2009-11-242-13/+31
| | | | | | | | | | | | | | | | | | | | Also sets an explicit type for GeolocationPermissions.getOrigins. This is a partial fix for bug http://b/issue?id=2271636 This has already been submitted to eclair-mr2. Change-Id: I0c77eca94eb56d16c2a9a29a72eb221e4a7a52a6
* | Merge change Ib71193bf into eclairAndroid (Google) Code Review2009-11-241-2/+2
|\ \ | | | | | | | | | | | | * changes: Fix 2283089 - ERD47B: Force Close of Launcher2 process when hitting Search button to invoke QSB
| * | Fix 2283089 - ERD47B: Force Close of Launcher2 process when hitting Search ↵Joe Onorato2009-11-241-2/+2
| | | | | | | | | | | | | | | | | | | | | button to invoke QSB In this case, as opposed to what was happening in 1977685, the focused view wasn't the one that was directly removed, it was a child of the removed view.
* | | Merge change I16925b91 into eclairAndroid (Google) Code Review2009-11-241-13/+24
|\ \ \ | | | | | | | | | | | | | | | | * changes: Finish fixing issue #2228381: android.view.InflateException...
| * | | Finish fixing issue #2228381: android.view.InflateException...Dianne Hackborn2009-11-241-13/+24
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...Binary XML file line #37: Error inflating class <unknown> after adding a secondary account The problem was that we weren't dealing well with the situation where we start a transition from activity A to B, then transition back to A before B is shown (it finishes before being shown), then transition from A to C. At this point we had some state showing that we were in the process of showing A from it being hidden (due to the middle transition from B to A), which would cause the layout pass to ensure its window is hidden before the transition starts. The solution is to detect the case where we are showing a token and it is already actually shown, and in this case not do all of the token setup for it to wait for its windows to be displayed before it is shown. This isn't needed, the windows are already displayed or the token is already set up to wait for them to be displayed. Change-Id: I16925b91e1e2449dd65ade162a5758173c6e2695
* | | Merge change Ibf0c320a into eclairAndroid (Google) Code Review2009-11-241-0/+3
|\ \ \ | | | | | | | | | | | | | | | | * changes: When using MDP, we needed to use a texture for diming.
| * | | When using MDP, we needed to use a texture for diming.Mathias Agopian2009-11-231-0/+3
| | |/ | |/|
* | | Merge change I6c6c166b into eclairAndroid (Google) Code Review2009-11-241-111/+106
|\ \ \ | | | | | | | | | | | | | | | | * changes: Fix 2268841: Updated portrait tab lockscreen to match latest PPL.
| * | | Fix 2268841: Updated portrait tab lockscreen to match latest PPL.Jim Miller2009-11-231-111/+106
| | | |
* | | | Merge change I816428ae into eclairAndroid (Google) Code Review2009-11-242-0/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Temporarily add explicit step to disable keyguard to imf tests to attempt solve test flakiness. Bug number : 2177113
| * | | | Temporarily add explicit step to disable keyguard to imf tests to attempt ↵Swarna Kumar2009-11-242-0/+9
| | |_|/ | |/| | | | | | | | | | | | | | | | | | solve test flakiness. Bug number : 2177113
* | | | Force a crash under conditions where white square bug in all apps is likely ↵Jason Sams2009-11-244-3/+32
|/ / / | | | | | | | | | to occur.
* | | Merge change Iefdb6f97 into eclairAndroid (Google) Code Review2009-11-241-1/+1
|\ \ \ | |_|/ |/| | | | | | | | * changes: Fixing minor doc typo in android.widget.SimpleCursorAdapter.
| * | Fixing minor doc typo in android.widget.SimpleCursorAdapter.Trevor Johns2009-11-131-1/+1
| | | | | | | | | | | | Changed "thelayout" to "the layout".
* | | Fix simulator build.Dave Sparks2009-11-231-3/+12
| | |
* | | Merge change I0f9a53d4 into eclairAndroid (Google) Code Review2009-11-233-27/+75
|\ \ \ | | | | | | | | | | | | | | | | * changes: Set metadata retriever thread group to the caller's group.
| * | | Set metadata retriever thread group to the caller's group.Dave Sparks2009-11-233-27/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch modifies the native binder interface to the metadata retriever to pass the caller's thread group across the binder interface. On the server side, the thread scheduler group is set to the caller's scheduler group temporarily and restored after the request has completed. This patch also reverts a previous patch where the priority of the thread was forced to a low priority foreground thread. This should give apps more control over the priority of their metadata retrieval, particularly allow background process to run without hogging the CPU.
* | | | Merge change I2d32301b into eclairAndroid (Google) Code Review2009-11-239-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Add 4 new notification sounds.
| * | | | Add 4 new notification sounds.Dave Sparks2009-11-239-0/+4
| |/ / /
* | | | Merge change I36176536 into eclairAndroid (Google) Code Review2009-11-231-2/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Fix ref counting bug that could cause memory leak in allApps.
| * | | | Fix ref counting bug that could cause memory leak in allApps.Jason Sams2009-11-231-2/+1
| | | | |
* | | | | Fix issue #2281046: Size and pressure don't changeDianne Hackborn2009-11-231-0/+4
| |_|_|/ |/| | | | | | | | | | | Change-Id: Iadc1d438a494bb1495ee6d93d0dd3b4a491a378f
* | | | sdk doc change for esr: updates for android 1.6 r2, tools r4, api levels.Dirk Dougherty2009-11-2311-53/+159
|/ / / | | | | | | | | | | | | Bug: 2160782 Change-Id: Ia576dc9b2312d89bbe194d94640c3cc79216067b
* | | Merge change Ie7096ebb into eclairAndroid (Google) Code Review2009-11-231-1/+1
|\ \ \ | | | | | | | | | | | | | | | | * changes: Add logging of headset events to help debug issue.
| * | | Add logging of headset events to help debug issue.Eric Olsen2009-11-231-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Eric Olsen <eolsen@android.com>
* | | | am 5e7f1fbe: Merge change Id2ee762d into eclair-sdkScott Main2009-11-231-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '5e7f1fbe161d7015dde6e893351238749f906c8a' into eclair * commit '5e7f1fbe161d7015dde6e893351238749f906c8a': droiddoc change: add flag to offline docs build to signal
| * \ \ \ Merge change Id2ee762d into eclair-sdkAndroid (Google) Code Review2009-11-231-0/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: droiddoc change: add flag to offline docs build to signal that we're building offline docs so that we do not generate all of the web pages for the sample apps source code.
| | * | | | droiddoc change: add flag to offline docs build to signalScott Main2009-11-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that we're building offline docs so that we do not generate all of the web pages for the sample apps source code. This depends on change 33762 (sha I06c40454), meaning, this will break the build without that. Change-Id: Id2ee762de13f23c3da15d55e763c1838b11ac31c
* | | | | | Merge change I1691f3d3 into eclairAndroid (Google) Code Review2009-11-231-0/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | * changes: Add CPUFREQ_STATS event tag DO NOT MERGE
| * | | | | Add CPUFREQ_STATS event tagDan Egnor2009-11-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | DO NOT MERGE
* | | | | | Merge change I2083b297 into eclairAndroid (Google) Code Review2009-11-231-46/+56
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix issue 2265111: Loss of downlink audio while listening, and get a MT call.
| * | | | | | Fix issue 2265111: Loss of downlink audio while listening, and get a MT call.Eric Laurent2009-11-201-46/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The cause of the problem is that under certain circumstance the HeadsetObserver receives unexpected connection events. For instance, when removing a bad quality 3.5mm stereo jack without mic the following events can be received: 1 connection of a headset with mic 2 removal of a headset with mic. The result is that the no mic headset is never disconnected and audio policy manager considers it is still present. Then the music or downlink call audio is always routed to headset even if none is connected giving the impression that audio is lost, except whne you reconnect a headset of enable speaker phone. The fix consists in adding more checks in HeadsetObserver to reject illegal transitions in headset state received from event observer.
* | | | | | | Fix issue #2267665 IME keyboard appears as Blank in compose view...Dianne Hackborn2009-11-231-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...if you re-lunch messaging application after deleting the character and pressing home key Change-Id: Idc7da05e54730958644e80069764237e5db6f288
* | | | | | | Merge change Id886fb28 into eclairAndroid (Google) Code Review2009-11-231-19/+25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix deadlock in WindowManagerService.reenableKeyguard()
| * | | | | | | Fix deadlock in WindowManagerService.reenableKeyguard()Mike Lockwood2009-11-221-19/+25
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If reenableKeyguard() is called before the previous disableKeyguard() call is processed, then TokenWatcher.sendNotificationLocked() will cancel the request, resulting in neither the TokenWatcher acquired() or released() methods being called. In that case, reenableKeyguard() will hang waiting for released() to set mWaitingUntilKeyguardReenabled to false. Now we only wait in reenableKeyguard() if the TokenWatcher acquired() method is called and the keyguard has actually been disabled. This should fix bug b/2270192 Change-Id: Id886fb28df607dbb4543124f2db6997121d6a682 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | | | Merge change I43f72dd1 into eclairAndroid (Google) Code Review2009-11-231-2/+7
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | * changes: Don't block TIME_TICK broadcasts in the DigitalClock widget.
| * | | | | | Don't block TIME_TICK broadcasts in the DigitalClock widget.Daniel Sandler2009-11-201-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change applies the fix -- originally by phanna in https://android-git.corp.google.com/g/#change,33669 -- to the com.android.internal.widget version of DigitalClock, which is used by the keyguard and pattern lock screens. Change-Id: I43f72dd144423e55f73ba52903d52163c8f65591
* | | | | | | Merge change Ia3acc2ee into eclairAndroid (Google) Code Review2009-11-223-7/+11
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | * changes: Fix pairings lost on reboot.
| * | | | | | Fix pairings lost on reboot.Jaikumar Ganesh2009-11-203-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug:2277376 Dr No:Eastham