summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Configuration param to indicate if sd card is behind the battery."Amith Yamasani2010-02-251-0/+3
|\
| * Configuration param to indicate if sd card is behind the battery.Amith Yamasani2010-02-241-0/+3
| | | | | | | | This is to disable unmounting of the sd card by the user.
* | Merge "Init car mode when phone is booted in a dock."Dianne Hackborn2010-02-251-0/+8
|\ \
| * | Init car mode when phone is booted in a dock.Tobias Haamel2010-02-251-0/+8
| | | | | | | | | | | | | | | | | | | | | When the device is booted in a car dock the car mode needs to be set as well, so that the status bar notification shows up and the system is initialized the same way as if the phone is placed into a car dock when it's booted already.
* | | Merge "Correctly handle negative margins in horizontal linear layouts."Romain Guy2010-02-251-7/+33
|\ \ \
| * | | Correctly handle negative margins in horizontal linear layouts.Romain Guy2010-02-251-7/+33
| | | | | | | | | | | | | | | | | | | | When LinearLayout is measured in EXACTLY mode, we handle the negative margins a bit differently. This is to support the use case of the current tab design.
* | | | make the SyncStateContentProviderHelper.update() method return an indication ↵Fred Quintana2010-02-251-1/+12
| | | | | | | | | | | | | | | | if the row to update still exists
* | | | Merge "Remove incorrect/misleading irrelevancies from example code."Elliott Hughes2010-02-251-13/+7
|\ \ \ \
| * | | | Remove incorrect/misleading irrelevancies from example code.Elliott Hughes2010-02-241-13/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (I'll start checking in all my benchmarks -- not just the ones relevant to this document -- somewhere under dalvik/libcore/ tomorrow, and we can see about linking to them for those who want something they can actually run, or just want to see the exact code that was benchmarked.)
* | | | | Merge "Fix for voice search crash in maps and youtube. Bug 2453182"Amith Yamasani2010-02-251-7/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix for voice search crash in maps and youtube. Bug 2453182Amith Yamasani2010-02-251-7/+8
| | |_|/ | |/| | | | | | | | | | | | | | | | | | No need to nullify the context variable. Also fix 2463128 : No voice icon when text is present in text field
* | | | Merge "Add the API constants to support providing hint strings in the ↵Mike LeBeau2010-02-251-2/+35
|\ \ \ \ | | | | | | | | | | | | | | | response to RecognizerIntent.ACTION_GET_LANGUAGE_DETAILS."
| * | | | Add the API constants to support providing hint strings in the response toMike LeBeau2010-02-251-2/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RecognizerIntent.ACTION_GET_LANGUAGE_DETAILS. This will use the new support for ArrayList<CharSequence> bundles added in http://b/2468093. This and the corresponding VoiceSearch CL should not be submitted until that is.
* | | | | When opening the IME or sending a key to a non-cursored textfield, set the ↵Leon Scroggins2010-02-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | default selection. Fix for http://b/issue?id=2431351
* | | | | Merge "Fix bug 2452941 Add a flag to maintain the intended direct playback ↵Jean-Michel Trivi2010-02-251-3/+21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | of TTS data independently from the associated AudioTrack state. Only start the track when it's been stopped but is supposed to be playing."
| * | | | | Fix bug 2452941 Add a flag to maintain the intended direct playbackJean-Michel Trivi2010-02-241-3/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of TTS data independently from the associated AudioTrack state. Only start the track when it's been stopped but is supposed to be playing.
* | | | | | refactor drawing to support layersCary Clark2010-02-251-50/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drawing elements that appear atop or below layers need to be drawn both in the proper order and with the correct canvas to respect clipping and the matrix. The logic of what to draw is still in WebView.java, but the actual drawing calls are now triggered inside the layer code. This still draws layers incorrectly after drawing the history; will fix this in a future CL. Move drawing to WebView.cpp. Use inverseScale to simplify viewPort metrics. Remove root layer; let WebView.cpp handle it exclusively. Requires companion fix in external/webkit. http://b/2457316 http://b/2454127 http://b/2454149
* | | | | | Allow cookies with no name.Patrick Scott2010-02-251-43/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cookies like "foo; path=/;" should be evaluated to have just a name. This makes it easier to compare cookies when looking for duplicates. Bug: 2333747
* | | | | | Merge "Add HTML5 layout tests that currently fail to the DumpRenderTree ↵Steve Block2010-02-251-0/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | skipped list"
| * | | | | | Add HTML5 layout tests that currently fail to the DumpRenderTree skipped listSteve Block2010-02-241-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All of these tests should pass on Android. This is a temporary measure to track all of these failures in a central place and to provide a consistent baseline for DumpRenderTree test results while the problems are fixed. Change-Id: I2cfaaa8df07be3b43c8e6517f75a7c438f147150
* | | | | | | Make setBackgroundResource() remotableBjorn Bringert2010-02-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iad9c2bdf743a81a085024cad9dc340ae8a983f34
* | | | | | | Merge "Fix issue 2327064: Music played via line out is interrupted due to ↵Eric Laurent2010-02-251-12/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | the phone call audio on BT hs."
| * | | | | | | Fix issue 2327064: Music played via line out is interrupted due to the phone ↵Eric Laurent2010-02-241-12/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | call audio on BT hs. This is not a real fix for the issue but a change to make sure that the behavior is consistent regardless of external condidions (WIFI ON or OFF, music started before call or not, A2DP device same as SCO device...). As there is now way to guaranty good quality audio over both SCO and A2DP simultaneously, especially when WIFI is on, We will stick to this behavior: When music is playing and we are docked to the desk dock and a call is answered with a BT SCO headset, A2DP output will be suspended. If music is restarted during the call, it will appear muted to the user until the call is terminated.
* | | | | | | | Create own reference for minSdkVersion in aaptKenny Root2010-02-241-3/+3
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug where applications defining a minSdkVersion were experiencing transient errors from memory corruption in aapt. Change-Id: I839d5eda7388baac6133e735fa59f9799ca2822d
* | | | | | | Merge "Add new handler mechanism in MountService to make unmount api ↵Suchi Amalapurapu2010-02-244-19/+156
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | asynchronous. MountService updates state on PackageManager and then tries to kill processes holding file references to media about to be unmounted by invoking api on ACtivityManager. This is retried upto 4 times to make sure all processes holding file references are killed before unmounting the media at specified path."
| * | | | | | | Add new handler mechanism in MountService to make unmount api asynchronous.Suchi Amalapurapu2010-02-244-19/+156
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MountService updates state on PackageManager and then tries to kill processes holding file references to media about to be unmounted by invoking api on ACtivityManager. This is retried upto 4 times to make sure all processes holding file references are killed before unmounting the media at specified path. Also changed PackageManger api to return boolean value to indicate if MountService is likely to receive broadcasts related to apps on sd.
* | | | | | | | Scan for android namespace in manifestKenny Root2010-02-241-2/+2
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | android:minSdkVersion wasn't being correctly scanned because the namespace was incorrect. This fixes that problem so packages aren't generated as UTF-8 when minSdkVersion is less than 7. Change-Id: I8f45d47ea886915da6a4770f6e111e6085d61bee
* | | | | | | Merge "Add mobile data on/off switch."Robert Greenwalt2010-02-246-5/+113
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Add mobile data on/off switch.Robert Greenwalt2010-02-246-5/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | bug:2251458
* | | | | | | Merge "Remove empty finalize methods."Carl Shapiro2010-02-243-15/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove empty finalize methods.Carl Shapiro2010-02-243-15/+0
| | | | | | | |
* | | | | | | | Merge "MountService: Send UMS_CONNECTED broadcast on boot if UMS connected."San Mehat2010-02-241-9/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | MountService: Send UMS_CONNECTED broadcast on boot if UMS connected.San Mehat2010-02-241-9/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UMS detection is now done wayyyy before the system is booted, so set a flag to send our intent broadcast once we've booted. Signed-off-by: San Mehat <san@google.com>
* | | | | | | | | am cbe4f887: (-s ours) am a406fb90: DO NOT MERGEGrace Kloba2010-02-240-0/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'cbe4f88747b56a753e4a9bf061946f4c6f051243' * commit 'cbe4f88747b56a753e4a9bf061946f4c6f051243': DO NOT MERGE
| * \ \ \ \ \ \ \ \ am a406fb90: DO NOT MERGEGrace Kloba2010-02-241-10/+24
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'a406fb90805adf36fe0fabd3a79018e33706453c' into eclair-mr2-plus-aosp * commit 'a406fb90805adf36fe0fabd3a79018e33706453c': DO NOT MERGE
| | * | | | | | | | | DO NOT MERGEGrace Kloba2010-02-241-10/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If mPreventDrag is cancelled due to time out, remove the pending TOUCH_EVENTS and then send an ACTION_CANCEL and skip the rest of touch events. This should address the drag problem Flash plugin has. Fix http://b/issue?id=245053
* | | | | | | | | | | Merge "Fix tabs."Romain Guy2010-02-241-15/+11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix tabs.Romain Guy2010-02-241-15/+11
| | | | | | | | | | | |
* | | | | | | | | | | | Merge "ScrollView multiple pointer support. Fixed a bug where ScrollView ↵Adam Powell2010-02-241-15/+65
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wouldn't scroll if the initially tapped child ignores the down event."
| * | | | | | | | | | | | ScrollView multiple pointer support. Fixed a bug where ScrollViewAdam Powell2010-02-241-15/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wouldn't scroll if the initially tapped child ignores the down event.
* | | | | | | | | | | | | Merge "Introducing tentative (and hidden) API for contact search snippets"Dmitri Plotnikov2010-02-241-0/+50
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Introducing tentative (and hidden) API for contact search snippetsDmitri Plotnikov2010-02-241-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 2447965 Change-Id: I0608ca7a644f004613742f4680a5a9fd3325554a
* | | | | | | | | | | | | Merge "Tethering improvements."Robert Greenwalt2010-02-242-185/+122
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Tethering improvements.Robert Greenwalt2010-02-242-185/+122
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes due to comments. Fixing Tether teardown. bug:2422545
* | | | | | | | | | | | Merge "AsecTests: Add teardown to tests"San Mehat2010-02-241-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | AsecTests: Add teardown to testsSan Mehat2010-02-241-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | | | | | | | | | | | Merge "Fix the build."Romain Guy2010-02-242-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix the build.Romain Guy2010-02-242-0/+7
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge "New update of preloaded classes for Froyo."Jesse Wilson2010-02-245-563/+730
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | New update of preloaded classes for Froyo.Jesse Wilson2010-02-245-563/+730
| | | | | | | | | | | | | |