| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
always check that the visible region isn't empty after all visible regions are recomputed
clear he freeze-lock if it is.
|
|\
| |
| |
| |
| | |
* changes:
Fix issue 2192673: Music Pausing Even when notifications are set to silent.
|
|/
|
|
| |
Do not play ringtones, notifications or camera sounds if ringer mode is silent.
|
|\
| |
| |
| |
| | |
* changes:
Add a test app that will drain the battery. NOT IN BUILD.
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Improve the exception message text by including eglGetError().
|
| |/
|/|
| |
| |
| | |
* changes:
Fix issue #2286419: maxSdkVersion causes existing apps to disappear.
|
|\ \
| |/
|/|
| |
| |
| |
| | |
* 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.
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Fix 2283089 - ERD47B: Force Close of Launcher2 process when hitting Search button to invoke QSB
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* changes:
Finish fixing issue #2228381: android.view.InflateException...
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* 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
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
* changes:
Fixing minor doc typo in android.widget.SimpleCursorAdapter.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Set metadata retriever thread group to the caller's group.
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* changes:
Add 4 new notification sounds.
|
| |_|/
|/| |
| | |
| | |
| | | |
* changes:
Fix ref counting bug that could cause memory leak in allApps.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
Add logging of headset events to help debug issue.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | |
| | | | | |
| | | | | | |
* changes:
Add CPUFREQ_STATS event tag DO NOT MERGE
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* changes:
Fix issue 2265111: Loss of downlink audio while listening, and get a MT call.
|
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | | |
* changes:
Fix deadlock in WindowManagerService.reenableKeyguard()
|
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | |
| | | | | | |
| | | | | | | |
* changes:
Don't block TIME_TICK broadcasts in the DigitalClock widget.
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | |
| | | | | | |
| | | | | | | |
* changes:
Fix pairings lost on reboot.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* changes:
Issue 2265163: Audio still reported routed through earpiece on sholes
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This is a second attempt to fix the audio routed to earpiece syndrom.
The root cause identified this time is the crash of an application having an active AudioTrack playing on the VOICE_CALL stream type.
When this happens, the AudioTrack destructor is not called and the audio policy manager is not notified of the track stop.
Results a situation where the VOICE_CALL stream is considered as always in use by audio policy manager which makes that audio is routed to earpiece.
The fix consists in moving the track start/stop/close notification to audio policiy manager from AudioTrack to AudioFlinger Track objet.
The net result is that in the case of a client application crash, the AudioFlinger TrackHandle object (which implements the remote side of the IAudioTrack binder interface) destructor is called which in turn destroys the Track object and we can notify the audio policy manager of the track stop and removal.
The same modification is made for AudioRecord although no bug related to record has been reported yet.
Also fixed a potential problem if record stop is called while the record thread is exiting.
|
|\ \ \ \ \ \ \ \
| | |_|_|_|/ / /
| |/| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Merge commit '160ab363d738728456d561bb80d54d3448e7580a' into eclair
* commit '160ab363d738728456d561bb80d54d3448e7580a':
docs change for ESR: add platform notes document for
|
| | |_|_|_|/ /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* changes:
docs change for ESR: add platform notes document for Android 2.0.1. Also update the homepage sdk and adp announcements.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* changes:
Debugging for issue #2228381 android.view.InflateException
|
| | |_|/ / / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Binary XML file line #37: Error inflating class <unknown> after adding a secondary account
Now that I have these debug logs, I want to keep them since they will make
debugging these kinds of issues a lot easier in the future. (Note in this
case there was no problem in the framework.)
Change-Id: If2b0bbeda4706b7c5dc1ba4a5db04b74f40e1543
|
|\ \ \ \ \ \ \
| | |_|_|/ / /
| |/| | | | |
| | | | | | |
| | | | | | | |
* changes:
AlarmManagerService: Fix daylight savings time offset computation
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | |
| | | | | | |
| | | | | | | |
* changes:
sdk doc change for esr: Add api diff report 5->6. Update previous diff reports to fix false positives.
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | / / /
| | |_|/ / /
| |/| | | | |
* changes:
Add the checking for mediaplayer stress test.
|
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Merge commit '820a4e7dd6adeff162a92ca40ebe2f109561036b' into eclair
* commit '820a4e7dd6adeff162a92ca40ebe2f109561036b':
docs change for ESD: add samples html pages for offline docs
|
|\ \ \ \ \ \
| |/ / / / /
| | | | / /
| |_|_|/ /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
should be cancelled before connecting to a device
Merge commit '6d95fc0a2ca910212a43c4547c0ef000659b72dc' into eclair
* commit '6d95fc0a2ca910212a43c4547c0ef000659b72dc':
docs for ESR: add docs to bluetooth explainin that discovery should
|
|\ \ \ \ \
| | |/ / /
| |/| | |
| | | | |
| | | | | |
* changes:
Add a test app that has 100 icons. None of them do anything when clicked.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* changes:
fix [2235414] libagl glDeleteBuffers() crashes
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
don't dereference null pointers, would happen if one of the array wasn't bound.
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
* changes:
More on issue #2271640: Fix wallpaper etc docs
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* changes:
backout a workaround that is not needed anymore
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
we had to add a call to glFinish() before glReadPixels() because of a bug in the GL ES
driver of a certain device. This is not needed anymore.
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | | |
* changes:
frameworks: base: dumpstate: Dump kernel cpufreq speeds.
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | | |
* changes:
fix [2269022] The raw picture displayed post shutter seems to have low-resolution
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
low-resolution
Make sure to always enable linear filtering in LayerBuffer. This change doesn't affect
devices using overlays.
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
* changes:
DO NOT MERGE: Instead of inserting semi-random delays after submission to surface flinger, delay releasing buffers to the next display time to avoid flickering.
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Merge commit 'afcd516e3e6378aaf97ff44b0b9ea233223ded65' into eclair
* commit 'afcd516e3e6378aaf97ff44b0b9ea233223ded65':
docs: misc edits to samples page and intro docs
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* changes:
docs: misc edits to samples page and intro docs make samples page accessible from offline version instead of redirecting to the user filesystem and include instructions for creating projects based on the sample apps. fix a link and add some content to the What is android doc.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* changes:
Fix bug 2271468 Update the javadoc for MediaRecorder.AudioSource to define how the two new audio sources behave when used on devices that don't support them.
|