summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* MediaScanner: Add support for scanning empty directoriesMike Lockwood2010-12-165-67/+81
| | | | | | | | | Currently the media scanner does not create database entries for directories unless they contain a file that is scanned. Fixing this so we provide a consistent view of the world to MTP. Change-Id: Ia776acfeae23192183e7192d63cdc34d830ea889 Signed-off-by: Mike Lockwood <lockwood@android.com>
* Add Process.MEDIA_RW_GID constantMike Lockwood2010-12-161-0/+6
| | | | | Change-Id: I2358e5ef1e55ee4b1b9725451ce06cfbf3ed54a4 Signed-off-by: Mike Lockwood <lockwood@android.com>
* Merge "Add new EXTRA_WEB_SEARCH_ONLY to RecognizerIntent API. This can be ↵Mike LeBeau2010-12-162-2/+25
|\ | | | | | | used to avoid triggering any non-web-search actions from the speech recognizer (such as Voice Actions in the Google implementation). The browser will set this to true to avoid triggering non-web-search actions when speech recognition is requested from the browser."
| * Add new EXTRA_WEB_SEARCH_ONLY to RecognizerIntent API. This can be used toMike LeBeau2010-12-162-2/+25
| | | | | | | | | | | | | | | | | | | | | | avoid triggering any non-web-search actions from the speech recognizer (such as Voice Actions in the Google implementation). The browser will set this to true to avoid triggering non-web-search actions when speech recognition is requested from the browser. Change-Id: I9b410ef8696e12f22dbad325b367f0f187a2dce8 http://b/3289997 http://b/3176717
* | Fix Bluetooth-tethering config of interface.Robert Greenwalt2010-12-162-2/+3
|/ | | | | bug:3288692 Change-Id: Id7f1b680392f938000953157716bf9a8f8a66af9
* Merge "The HTTP/1.1 Host request header must include port if it's not the ↵Andreas Huber2010-12-162-0/+12
|\ | | | | | | default (80)."
| * The HTTP/1.1 Host request header must include port if it's not the default (80).Andreas Huber2010-12-162-0/+12
| | | | | | | | Change-Id: Idcc1429fbeecef99dad435208c9a1bd481132e2b
* | Merge "Fix speakerphone routing to analog dock"Eric Laurent2010-12-161-4/+2
|\ \
| * | Fix speakerphone routing to analog dockEric Laurent2010-12-161-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The audio routing policy when speakerphone is on and a dock with built-in speakers is connected should be to output audio to teh dock speakers Also removed route to SCO car kit if forced usage is not SCO as the SCO socket might not be established. Change-Id: I1aa2954092e28de935304b90f7a7a64d661934c7
* | | Merge "fix downloadmanager tests. add few more. fix some. isolate flaky ones"Vasu Nori2010-12-167-279/+1114
|\ \ \
| * | | fix downloadmanager tests. add few more. fix some. isolate flaky onesVasu Nori2010-12-167-279/+1114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the following work frameworks/base/core/tests/coretests/src/android/app/DownloadManagerFunctionalTest.java ideally, most of the tests in this should be moved to cts testsuite. will require reformatting of comments and probably removal of one or two tests using hidden public API. packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/DownloadManagerFunctionalTest.java packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/PublicApiFunctionalTest.java packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ThreadingTest.java packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/PublicApiAccessTest.java packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/DownloadProviderPermissionsTest.java the following need work frameworks/base/core/tests/coretests/src/android/app/DownloadManagerStressTest.java some of these tests fail in a flaky way. they need work Change-Id: Ib64645005a8f5faa32e0b9a4c5cacfe6e6ae3063
* | | | Merge "Fix error in HDMI and digital dock intent strings"Eric Laurent2010-12-161-2/+2
|\ \ \ \
| * | | | Fix error in HDMI and digital dock intent stringsEric Laurent2010-12-161-2/+2
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Intent.ACTION_USB_DGTL_HEADSET_PLUG and Intent.ACTION_HDMI_AUDIO_PLUG where mistakenly using the same string. Change-Id: Iede1896196585396dcc7e00aad06ad60e9a87875
* | | | Merge "Remove now obsolete implementation of streaming from AwesomePlayer."Andreas Huber2010-12-161-249/+1
|\ \ \ \
| * | | | Remove now obsolete implementation of streaming from AwesomePlayer.Andreas Huber2010-12-161-249/+1
| | |_|/ | |/| | | | | | | | | | Change-Id: If62bedbf74c8e987d6651604d7bebc9da381e86a
* | | | Merge "Properly announce decoder output format changes, make sure ↵Andreas Huber2010-12-165-38/+123
|\ \ \ \ | | | | | | | | | | | | | | | AMessage::dup does."
| * | | | Properly announce decoder output format changes, make sure AMessage::dup does.Andreas Huber2010-12-165-38/+123
| |/ / / | | | | | | | | | | | | Change-Id: Ia77f6b6d5e5c5055583740dfe876b8a3c22be9b6
* | | | Merge "Give the standard not compliant video sample a chance if its size in ↵James Dong2010-12-161-0/+7
|\ \ \ \ | | | | | | | | | | | | | | | the mp4 header is invalid"
| * | | | Give the standard not compliant video sample a chance if its size in the mp4 ↵James Dong2010-12-151-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | header is invalid Change-Id: Ib573ededb9c73285822fa238120faa484402bcf7
* | | | | Reimplement StatusBarManager.disable(DISABLE_SYSTEM_INFO).Daniel Sandler2010-12-162-20/+10
| |/ / / |/| | | | | | | | | | | | | | | Bug: 3284968 Change-Id: I7171b7770c2972bb56672a771c7ed5ca10fb4dda
* | | | Merge "*Don't* disable CacheManager when using Chromium HTTP stack."Iain Merrick2010-12-161-9/+0
|\ \ \ \
| * | | | *Don't* disable CacheManager when using Chromium HTTP stack.Iain Merrick2010-12-161-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts CL https://android-git.corp.google.com/g/84508 After lengthy discussion we have decided that disabling CacheManager is too risky for third-party apps, and that enough functionality is still available for it to be useful. WebView.loadUrl() will not add pages to the cache, but it is still possible to add them manually via CacheManager.saveCacheFile(). Change-Id: I6cfd9f93bb8d685450f048375adad9d17fa4eeba
* | | | | Merge "Fix for crash in third-party app"Kristian Monsen2010-12-161-3/+10
|\ \ \ \ \
| * | | | | Fix for crash in third-party appKristian Monsen2010-12-161-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dolphin crashed when sContext.getCacheDir got called too early. This was because the let the user choose to use sdcard or internal memory, and the choice was not yet made. Change-Id: I8b3ba260c26233c6459efbb9e5e50fad2260a24d
* | | | | | Do not remove WebTextView when focus size changed.Leon Scroggins2010-12-161-9/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug:3244237 Change-Id: I3302a4c0544a19f0f96bce833010889c4742a3a0
* | | | | | Merge "Check port in create peer's SIP profile."Hung-ying Tyan2010-12-162-5/+7
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Check port in create peer's SIP profile.Hung-ying Tyan2010-12-162-5/+7
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | SipURI returns port -1 when port is not present in the URI. Don't call SipProfile.Builder.setPort() when that happens. Change-Id: Ic5fe7301195705a77010038cae20d6629b33135e
* | | | | Merge "Add EXTRA_SKIP_UI to skip the confirmation page."Patrick Scott2010-12-162-0/+22
|\ \ \ \ \
| * | | | | Add EXTRA_SKIP_UI to skip the confirmation page.Patrick Scott2010-12-162-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3284120 Change-Id: I6043ab859a813c7a70a3b782394dc5ace4890294
* | | | | | Merge "Add LayoutTest http/tests/appcache/foreign-fallback.html to the DRT ↵Steve Block2010-12-161-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | ignore list"
| * | | | | Add LayoutTest http/tests/appcache/foreign-fallback.html to the DRT ignore listSteve Block2010-12-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3285647 Change-Id: I3acafe4690a4d2c7fae74bbd01a5f487867f2fc6
* | | | | | Whenever LoadBinary fails, recompile. Fixing the multi-instance bug.Shih-wei Liao2010-12-161-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib1565efe1353ed788a3ed3c81c6067e92d8ef0e5
* | | | | | Fix 3274309: Returns correctly sized thumbnails for MINI_KIND video thumbnails.Chih-Chung Chang2010-12-161-2/+16
|/ / / / / | | | | | | | | | | | | | | | Change-Id: I88b293e44430eebe780dfb9eb06d80f8ce89483f
* | | | | Changing StackView layout to space items differentlyAdam Cohen2010-12-162-22/+75
|/ / / / | | | | | | | | | | | | Change-Id: Ia46d28312321b338b4a3aec1df9fa00c645f5b73
* | | | New SearchView assets and close-button behavior change.Amith Yamasani2010-12-1523-10/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hide the close button in SearchView when there's no text in it and it's not iconified by default. Bug: 3275206 Adds Holo.Light theme and fixes the query refinement icon.
* | | | Fix for testAccessTransformationMethod cts test.Gilles Debunne2010-12-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Single line textView should impose their number of lines and their transformation method. Bug 3289818 Change-Id: If1f1252ded1250e2aff85f1c615cc2e17026ba1d
* | | | Look again; the system bar is now diamonds.Daniel Sandler2010-12-1511-356/+381
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lights Out 3.0 (bug 3241144) - new artwork - new transition animations - new interaction (tap anywhere to dismiss & interact) - much simpler overall design and implementation Layout (bug 3242949) - fine-tuned spacing on navigation and notification icons - notification icon spacing compresses in portrait Shirt Pocket (bug 3203179) - disabled for now Bug: 3241144 Bug: 3242949 Bug: 3203179 Change-Id: I6e9b7f9ebe07317d07609f11d5f03f22269bc7bb
* | | Fix text shadow rendering issue.Romain Guy2010-12-152-28/+40
| | | | | | | | | | | | Change-Id: Ic9eb0d38ad684d2f2c95a4f586f865db911cb872
* | | Show keyboard when user starts a text selection.Gilles Debunne2010-12-151-2/+8
| | | | | | | | | | | | | | | | | | Bug 3266297 Change-Id: I1985ab52ae867c4a6c92279986cd6d0654614118
* | | Merge "Add FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT to name changed broadcast."Jaikumar Ganesh2010-12-151-0/+1
|\ \ \
| * | | Add FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT to name changed broadcast.Jaikumar Ganesh2010-12-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BT can come up before the system boots up and we send a broadcast, this can cause issues. Bug: 3259948 Change-Id: I53ce6b9851fbf611309db1f0a16768ef9f388e0c
* | | | Merge "Opted to recognize "h263" or "H263" boxes in an mp4 file"James Dong2010-12-151-0/+4
|\ \ \ \
| * | | | Opted to recognize "h263" or "H263" boxes in an mp4 fileJames Dong2010-12-151-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug - 3278240 Change-Id: Ifd1b1f3e5dd55dbf2c33bbad9dd51998c25bfc15
* | | | | Merge "Support custom themes in TabHost."Gilles Debunne2010-12-151-3/+5
|\ \ \ \ \
| * | | | | Support custom themes in TabHost.Gilles Debunne2010-12-151-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CL 76118 introduced style customized tab layout. However, applications which tabWidgetStyle has been overriden and does not inherit from Widget.TabWidget will not be able to access tabLayout. Use the default holo layout for these. Bug 3235944 Change-Id: I5666c5ef2886060a2175a3d642b012cdaf0a1d50
* | | | | | Merge "Turn thumbnails back on."Dianne Hackborn2010-12-151-1/+1
|\ \ \ \ \ \
| * | | | | | Turn thumbnails back on.Dianne Hackborn2010-12-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5b895d4f3558cbae3c5920a3672f02e48c00a8b4
* | | | | | | workaround [3201922] display not on: log full of gralloc errorsMathias Agopian2010-12-151-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | while we're waiting for the real fix in the gralloc/gpu driver, this workaround should resolve the issue. we make sure to call compositionComplete after everytime we do composition with the GPU (even for the screenshot case), which is where the buffer locks are released. Change-Id: I3cb5ad67d48c81a23100172bab77e86a70e29152
* | | | | | | Merge "Correct an error code to pass CTS."Robert Greenwalt2010-12-151-2/+9
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Correct an error code to pass CTS.Robert Greenwalt2010-12-151-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We used to report an unmatch stopUsingNetworkFeature call with an "ok, stopped" response, but we need to report it as an error. bug:3281837 Change-Id: I35728159e62a021cb10de4396b3f60a92df0570f