summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Throw a connecting exception when timed out.Hung-ying Tyan2009-07-221-0/+3
| | | | | | |
* | | | | | | Merge snapshot variant of donut back into main treeJean-Baptiste Queru2009-07-210-0/+0
|\ \ \ \ \ \ \
| * | | | | | | donut snapshotJean-Baptiste Queru2009-07-211032-15135/+81329
| | | | | | | |
* | | | | | | | Merge change 8036 into donutAndroid (Google) Code Review2009-07-213-11/+25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: * Disable compatibility mode for all cases.
| * | | | | | | | * Disable compatibility mode for all cases.Mitsuru Oshima2009-07-213-11/+25
| | | | | | | | |
* | | | | | | | | Merge change 7854 into donutAndroid (Google) Code Review2009-07-212-6/+56
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Issue #1884058 (Need to only record frequency and duration for selected Google apps)
| * | | | | | | | | Issue #1884058 (Need to only record frequency and duration for selected ↵Dianne Hackborn2009-07-192-6/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Google apps) Quick and dirty solution: a new --packages argument allows you to specify an explicit set of packages to include in the dump. There is also now a new GServices setting that can provide a value for it.
* | | | | | | | | | Merge change 8026 into donutAndroid (Google) Code Review2009-07-211-29/+31
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Make sure the speech synthesizer proxy is a singleton in the TTS service.
| * | | | | | | | | Make sure the speech synthesizer proxy is a singleton in the TTS service.Jean-Michel Trivi2009-07-211-29/+31
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Add logging to help track down intermittent bugDave Sparks2009-07-211-1/+4
|/ / / / / / / /
* | | | | | | | Remove unused search dialog layout files.Mike LeBeau2009-07-203-157/+0
| | | | | | | |
* | | | | | | | Revert the setLanguage() call to its previous implementation asJean-Michel Trivi2009-07-201-4/+2
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | waiting to change the language right before a call to speak can put the engine in an unstable state.
* | | | | | | Merge change 7970 into donutAndroid (Google) Code Review2009-07-202-2/+30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Define a broadcast intent for the web search provider changing. Unhide the broadcast intent for searchables changing.
| * | | | | | | Define a broadcast intent for the web search provider changing. UnhideMike LeBeau2009-07-202-2/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the broadcast intent for searchables changing.
* | | | | | | | Merge change 7961 into donutAndroid (Google) Code Review2009-07-204-9/+87
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Bluetooth at command tracking.
| * | | | | | | | Bluetooth at command tracking.Amith Yamasani2009-07-204-9/+87
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge change 7934 into donutAndroid (Google) Code Review2009-07-202-17/+89
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | * changes: Unhide new SearchManager APIs for Donut.
| * | | | | | | Unhide new SearchManager APIs for Donut.Mike LeBeau2009-07-202-17/+89
| | | | | | | |
* | | | | | | | Merge change 7862 into donutAndroid (Google) Code Review2009-07-201-16/+21
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | * changes: * Don't clip the display if LAYOUT_NO_LIMITS is specified (as with PhoneWindowmanager does) * FullScreen mode was not hiding status bar for app in compatibility mode * fixed fillsScreenLw to take compatibility window into account * Fixed the logic in needsBackgroundFiller to be consistent with other places. * Fix NPE in WindowManagerService#applyAnimationLocked LayoutParam can be null.
| * | | | | | | * Don't clip the display if LAYOUT_NO_LIMITS is specified (as with ↵Mitsuru Oshima2009-07-201-16/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PhoneWindowmanager does) * FullScreen mode was not hiding status bar for app in compatibility mode * fixed fillsScreenLw to take compatibility window into account * Fixed the logic in needsBackgroundFiller to be consistent with other places. * Fix NPE in WindowManagerService#applyAnimationLocked LayoutParam can be null.
* | | | | | | | Merge change 7948 into donutAndroid (Google) Code Review2009-07-201-23/+26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix updates from read-only calendar.
| * | | | | | | | Fix updates from read-only calendar.Ken Shirriff2009-07-201-23/+26
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change 2934 introduced a bug that causes updates to an event on a read-only shared calendar to be discarded by the device. The issue is the server version is null for a read-only calendar. bug=1990826
* | | | | | | | Merge change 7933 into donutAndroid (Google) Code Review2009-07-203-17/+37
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Prevent the setLanguage() method in TextToSpeech to change the language for all current TextToSpeech instances by only caching the language value so it is used with each subsequent utterance for this instance. Synchronize calls to the engine around a global mutex since the engine isn't thread-safe, except for the stop() call which is meant to interrupt the synthesis loop.
| * | | | | | | | Prevent the setLanguage() method in TextToSpeech to change the languageJean-Michel Trivi2009-07-203-17/+37
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for all current TextToSpeech instances by only caching the language value so it is used with each subsequent utterance for this instance. Synchronize calls to the engine around a global mutex since the engine isn't thread-safe, except for the stop() call which is meant to interrupt the synthesis loop.
* | | | | | | | Merge change 7959 into donutAndroid (Google) Code Review2009-07-201-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Adding WRITE_EXTRENAL_STORAGE permission in AndroidManifest.xml file.
| * | | | | | | | Adding WRITE_EXTRENAL_STORAGE permission in AndroidManifest.xml file.Swarna Kumar2009-07-201-0/+1
| | | | | | | | |
* | | | | | | | | Fix the buildYu Shan Emily Lau2009-07-201-0/+1
| | | | | | | | |
* | | | | | | | | Merge change 7917 into donutAndroid (Google) Code Review2009-07-201-0/+45
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Added the vpn unit test template.
| * | | | | | | | Added the vpn unit test template.Yu Shan Emily Lau2009-07-201-0/+45
| |/ / / / / / /
* | | | | | | | Merge change 7941 into donutAndroid (Google) Code Review2009-07-201-0/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: add comment to illuminate why we only dismiss the dialog when launching an intent for in app search
| * | | | | | | | add comment to illuminate why we only dismiss the dialog when launching an ↵Karl Rosaen2009-07-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | intent for in app search
* | | | | | | | | Merge change 7940 into donutAndroid (Google) Code Review2009-07-201-0/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: whoops, still need to dismiss when launching an intent for in-app search
| * | | | | | | | whoops, still need to dismiss when launching an intent for in-app searchKarl Rosaen2009-07-201-0/+4
| | | | | | | | |
* | | | | | | | | Merge change 7903 into donutAndroid (Google) Code Review2009-07-205-66/+79
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | / / / / / / | |_|/ / / / / / |/| | | | | | | * changes: Fix back key handling for search dialog.
| * | | | | | | Fix back key handling for search dialog.Karl Rosaen2009-07-205-66/+79
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that the search manager service handles hiding (not dismissing) and reshowing it when the user hits back after launching a result, search manager can't cache "mShowing". Also noticed a few other minor problems that was hosing the handling of pause / resume to reshow the dialog, like moving some logic to onHide instead of onDismiss.
* | | | | | | Merge change 7889 into donutAndroid (Google) Code Review2009-07-201-5/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | * changes: Ignore unneeded soft keyboard in ACTV height calc
| * | | | | | Ignore unneeded soft keyboard in ACTV height calcBjorn Bringert2009-07-201-5/+2
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, if dropDownAlwaysVisible was false, the soft keyboard height was always taken into account when calculating the available vertical space for the AutoCompleteTextView drop-down height. This meant that the drop-down would never pop over the soft keyboard when navigating in the drop-down list. This change makes the drop-down pop over the soft keyboard when the keyboard is not needed, regardless of the value of dropDownAlwaysVisible. Fixes http://b/issue?id=1978935
* | | | | | Merge change 7833 into donutAndroid (Google) Code Review2009-07-201-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | * changes: Fixing the random audio mangling problem (TTS becomes incomprehensibly fast)
| * | | | | Fixing the random audio mangling problem (TTS becomes incomprehensibly fast)Charles Chen2009-07-181-1/+1
| | | | | |
* | | | | | Merge change 7857 into donutAndroid (Google) Code Review2009-07-191-5/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Remove exception throw when a view has a self dependency inside a RelativeLayout.
| * | | | | | Remove exception throw when a view has a self dependency inside aRomain Guy2009-07-191-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RelativeLayout. There are unfortunately successful 3rd party apps declaring self dependencies. There's no reason to crash the app so just ignore this issue.
* | | | | | | * Reverted the change in PackageParser that I checked by accidentMitsuru Oshima2009-07-195-14/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * More surface view fix. - correct event translation on surface view. - use compatible window * removed FLAG_NO_COMPATIBILITY_SCALE. It was my misunderstanding of how SurfaceView works, and this was not necessary. * Added compatibility related info to package dumpsys
* | | | | | | Merge change 7840 into donutAndroid (Google) Code Review2009-07-195-11/+103
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix issue where scaled bitmap sizes could be wrong.
| * | | | | | | Fix issue where scaled bitmap sizes could be wrong.Dianne Hackborn2009-07-185-11/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Bitmap functions to get the scaled width/height couldn't actually do the right thing because they didn't know the destination they would be drawing to. Now there are two forms of them, taking an explicit parameter specifying the destination.
* | | | | | | | Stop a daemon before starting itHung-ying Tyan2009-07-192-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in case the daemon is not cleaned up in last session.
* | | | | | | | Merge change 7726 into donutAndroid (Google) Code Review2009-07-181-4/+6
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | * changes: Fix issue 1985479 lots of backup NPEs.
| * | | | | | | Fix issue 1985479 lots of backup NPEs.Eric Laurent2009-07-171-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check that stream type is not STREAM_BLUETOOTH_SCO before writting to settings.
* | | | | | | | Merge change 7829 into donutAndroid (Google) Code Review2009-07-171-18/+24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Making sure that there are no calls made to the native TTS layer if the utterance is in the process of being canceled.
| * | | | | | | | Making sure that there are no calls made to the native TTSCharles Chen2009-07-171-18/+24
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | layer if the utterance is in the process of being canceled.
* | | | | | | | Merge change 7819 into donutAndroid (Google) Code Review2009-07-171-3/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix NullPointer in VpnServiceBinder.checkStatus().