| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
This is needed since its no longer copied to /data/dontpanic by init.
Change-Id: I5217da73ec470653824b7fb9a31e093e263a8dc9
Signed-off-by: Dima Zavin <dima@android.com>
|
|\
| |
| |
| |
| | |
* changes:
Add a test app that will drain the battery. NOT IN BUILD.
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Improve the exception message text by including eglGetError().
|
| | |
| | |
| | |
| | | |
Should help us track down the cause of bug 2285187
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Fix issue #2286419: maxSdkVersion causes existing apps to disappear.
|
| | |/
| |/|
| | |
| | | |
Change-Id: Ie552036f4ea673e0ce9981ff1cbd1fbe08678510
|
|/ /
| |
| |
| |
| |
| | |
Workaround to fix bug 2284623
Change-Id: I80afc37ed5ffae0447e0aedba686c13d682c8076
|
|\ \
| |/
|/|
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
WebChromeClient.onConsoleMessage. Do not merge.
BUG=b/2271636
This has already been submitted to eclair-mr2.
Change-Id: I81947f671f58be006ee3e1b30d73c6cb6cf2ebee
|
| |
| |
| |
| |
| |
| |
| |
| | |
WebChromeClient.getDefaultVideoPoster and WebChromeClient.getVideoLoadingProgressView. Do not merge.
This has already been submitted to eclair-mr2.
Change-Id: Ibd184157a90b0031141c91c3b3bbbf4ef86e44e4
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Fix 2283089 - ERD47B: Force Close of Launcher2 process when hitting Search button to invoke QSB
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Finish fixing issue #2228381: android.view.InflateException...
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
...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
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
When using MDP, we needed to use a texture for diming.
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Fix 2268841: Updated portrait tab lockscreen to match latest PPL.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* changes:
Temporarily add explicit step to disable keyguard to imf tests to attempt solve test flakiness. Bug number : 2177113
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
solve test flakiness.
Bug number : 2177113
|
|/ / /
| | |
| | |
| | | |
to occur.
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
* changes:
Fixing minor doc typo in android.widget.SimpleCursorAdapter.
|
| | |
| | |
| | |
| | | |
Changed "thelayout" to "the layout".
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Set metadata retriever thread group to the caller's group.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* changes:
Add 4 new notification sounds.
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* changes:
Fix ref counting bug that could cause memory leak in allApps.
|
| | | | | |
|
| |_|_|/
|/| | |
| | | |
| | | | |
Change-Id: Iadc1d438a494bb1495ee6d93d0dd3b4a491a378f
|
|/ / /
| | |
| | |
| | |
| | | |
Bug: 2160782
Change-Id: Ia576dc9b2312d89bbe194d94640c3cc79216067b
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Add logging of headset events to help debug issue.
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Eric Olsen <eolsen@android.com>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Merge commit '5e7f1fbe161d7015dde6e893351238749f906c8a' into eclair
* commit '5e7f1fbe161d7015dde6e893351238749f906c8a':
droiddoc change: add flag to offline docs build to signal
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* 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.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | |
| | | | | |
| | | | | | |
* changes:
Add CPUFREQ_STATS event tag DO NOT MERGE
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
DO NOT MERGE
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* changes:
Fix issue 2265111: Loss of downlink audio while listening, and get a MT call.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
...if you re-lunch messaging application after deleting the
character and pressing home key
Change-Id: Idc7da05e54730958644e80069764237e5db6f288
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* changes:
Fix deadlock in WindowManagerService.reenableKeyguard()
|
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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>
|
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | |
| | | | | | |
| | | | | | | |
* changes:
Don't block TIME_TICK broadcasts in the DigitalClock widget.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | |
| | | | | | |
| | | | | | | |
* changes:
Fix pairings lost on reboot.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Bug:2277376
Dr No:Eastham
|