summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Merge change I76d7ba61 into eclairAndroid (Google) Code Review2009-10-060-0/+0
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * changes: Pixel tweak search dialog to match search widget
* | | | | | Merge change I24895c35 into eclairAndroid (Google) Code Review2009-10-060-0/+0
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | | | | | * changes: Reimplement all the method of Paint for layoutlib
* | | | | Merge change I5b650a61 into eclairAndroid (Google) Code Review2009-10-060-0/+0
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | * changes: dumpstate: Emit a logcat message at beginning and end of execution.
* | | | | Merge change I61aac7b3 into eclairAndroid (Google) Code Review2009-10-050-0/+0
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | | | | * changes: Add PERIOD char to CDMA address sugar list.
* | | | Merge change I4db3a5b3 into eclairAndroid (Google) Code Review2009-10-050-0/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | * changes: fix a javadoc build breakage
* | | | Merge change I34f51342 into eclairAndroid (Google) Code Review2009-10-050-0/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | * changes: Fix the layoutlib test to run from adt-tests.
* | | | Merge change I8874a405 into eclairAndroid (Google) Code Review2009-10-050-0/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | * changes: Refactor class/method names used by layoutlib_create.
* | | | Merge change I9b771df3 into eclairAndroid (Google) Code Review2009-10-050-0/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | * changes: Make sure AsyncTask sens a null result to onPostExecute() when cancelled.
* | | | Merge change I89c40f50 into eclairAndroid (Google) Code Review2009-10-050-0/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | * changes: fix a javadoc build breakage
* | | | Merge change I8d48149c into eclairAndroid (Google) Code Review2009-10-050-0/+0
|/ / / | | | | | | | | | | | | * changes: Don't reinflate search bar when dialog is already showing
* | | Merge change Iaca22686 into eclairAndroid (Google) Code Review2009-10-040-0/+0
|\ \ \ | | | | | | | | | | | | | | | | * changes: Work on issue #2163789: Way too much logging
* \ \ \ Merge change Iee638412 into eclairAndroid (Google) Code Review2009-10-040-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Fix issue #2161726: Car dock app bypasses setup wizard
* \ \ \ \ am e9e1cdd5: decode the search string before putting it into the search ↵Scott Main2009-10-040-0/+0
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | | | | | | | | | | | | | | | | control. this fixes a safari-only bug in which encoded chars were inserted into the search string. Merge commit 'e9e1cdd556b40a04637b7de3d839b2a596df47e3' into eclair * commit 'e9e1cdd556b40a04637b7de3d839b2a596df47e3': decode the search string before putting it into the search control.
* | | | Merge change I0c4cec7e into eclairAndroid (Google) Code Review2009-10-0211-46/+40
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Attempt to fix [2152536] ANR in browser
| * | | | Attempt to fix [2152536] ANR in browserMathias Agopian2009-10-0211-46/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ANR is caused by SurfaceFlinger waiting for buffers of a removed surface to become availlable. When it is removed from the current list, a Surface is marked as NO_INIT, which causes SF to return immediately in the above case. For some reason, the surface here wasn't marked as NO_INIT. This change makes the code more robust by always (irregadless or errors) setting the NO_INIT status in all code paths where a surface is removed from the list. Additionaly added more information in the logs, should this happen again.
* | | | | Merge change I7f047786 into eclairAndroid (Google) Code Review2009-10-020-0/+0
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * changes: Update the SimpleMesh API to support new attribute types. Also spilt add/set commands to avoid permutation explosion.
* | | | | Merge change Ic0d82ef1 into eclairAndroid (Google) Code Review2009-10-020-0/+0
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | * changes: [Issue 2161366] Changing capitalization of string "Via" to "via"
* | | | | Merge change Iaf686344 into eclairAndroid (Google) Code Review2009-10-020-0/+0
| |_|/ / |/| | | | | | | | | | | | | | | * changes: dumpstate: Display mtime instead of ctime
* | | | Merge change I80ce8833 into eclairAndroid (Google) Code Review2009-10-020-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Icons again
* \ \ \ \ Merge change I3ca8fb69 into eclairAndroid (Google) Code Review2009-10-020-0/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Import revised translations. DO NOT MERGE
* \ \ \ \ \ Merge change I5dbd1994 into eclairAndroid (Google) Code Review2009-10-010-0/+0
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | | * changes: Fix rfcomm socket connect return code.
* | | | | Merge change I15b0ebb9 into eclairAndroid (Google) Code Review2009-10-016-0/+556
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: a simple test app for gralloc
| * | | | | a simple test app for grallocMathias Agopian2009-10-016-0/+556
| |/ / / /
* | | | | Merge change I9e384ddd into eclairAndroid (Google) Code Review2009-10-010-0/+0
|/ / / / | | | | | | | | | | | | | | | | * changes: Add a test pattern as rollo's icon
* | | | Merge change I6e01fa52 into eclairAndroid (Google) Code Review2009-10-010-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Remove unneeded icon.
* \ \ \ \ Merge change Ic2a16d4f into eclairAndroid (Google) Code Review2009-10-010-0/+0
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | * changes: b/2148252 Fix emulator
* | | | | Merge change Ia8826d67 into eclairAndroid (Google) Code Review2009-10-010-0/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: improve boot animation a bit
* \ \ \ \ \ Merge change Ie69a9c0a into eclairAndroid (Google) Code Review2009-10-010-0/+0
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | * changes: Remove globalSearch argument from triggerSearch()
* | | | | | Merge change I55c9c7b7 into eclairAndroid (Google) Code Review2009-10-010-0/+0
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * changes: New 1x status bar icons
* | | | | | Merge change I4fe2a47a into eclairAndroid (Google) Code Review2009-10-010-0/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | * changes: Fix stopping all vpn daemons before connect and more.
* | | | | | Merge change Ia1baa5ab into eclairAndroid (Google) Code Review2009-10-010-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: More icons
* \ \ \ \ \ \ Merge change I793b4f62 into eclairAndroid (Google) Code Review2009-10-010-0/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Clean up search and voice search button assets for high res.
* \ \ \ \ \ \ \ Merge change I2919f492 into eclairAndroid (Google) Code Review2009-10-010-0/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: remove cert for SampleBrowserPlugin and only check signature for the release build.
* \ \ \ \ \ \ \ \ Merge change I7a39c564 into eclairAndroid (Google) Code Review2009-10-010-0/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix docs error
* | | | | | | | | Merge change Iaf08eabc into eclairAndroid (Google) Code Review2009-10-010-0/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Reduce the ConnectivityManager logging.
* \ \ \ \ \ \ \ \ \ Merge change Id60fa26a into eclairAndroid (Google) Code Review2009-10-010-0/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix issue 2152541 thumbnail images stretched.
* | | | | | | | | | Merge change Id703d6bb into eclairAndroid (Google) Code Review2009-10-010-0/+0
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | / / / / / / | | |_|/ / / / / / | |/| | | | | | | * changes: Black is the new black
* | | | | | | | | Merge change I94132420 into eclairAndroid (Google) Code Review2009-10-010-0/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix network-feature timeout code.
* \ \ \ \ \ \ \ \ \ Merge change I07729abd into eclairAndroid (Google) Code Review2009-10-010-0/+0
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Keep the scrollbar on during TOUCH_MOVE events even when there is no movement.
* | | | | | | | | | Merge change I55e15bad into eclairAndroid (Google) Code Review2009-10-010-0/+0
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Try to reconnect twice when the rfcomm error code is Connection Refused.
* \ \ \ \ \ \ \ \ \ \ Merge change I98f2db38 into eclairAndroid (Google) Code Review2009-10-010-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: FastTrack->QuickContact
* \ \ \ \ \ \ \ \ \ \ \ Merge change Ibb5626c5 into eclairAndroid (Google) Code Review2009-09-300-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Stop bringing the wifi interface up on reset.
* | | | | | | | | | | | Merge change Ic88b39e6 into eclairAndroid (Google) Code Review2009-09-300-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Add the signature checking for WebView plugins. The first one is for SampleBrowserPlugin. The second one is for Flash.
* | | | | | | | | | | | Merge change Id93f4c9e into eclairAndroid (Google) Code Review2009-09-300-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| / / / / / / / / / | |_|/ / / / / / / / / |/| | | | | | | | | | * changes: Turn off the last of the STOPSHIP verbose debugging
* | | | | | | | | | | Merge change I7ed72bf5 into eclairAndroid (Google) Code Review2009-09-300-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Add documentation for scene mode. Other parameters may be changed after setting scene mode.
* \ \ \ \ \ \ \ \ \ \ \ Merge change I89e74ba1 into eclairAndroid (Google) Code Review2009-09-300-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix Issue 2158631: AudioService: volume control sometimes not restored after media server process crash.
* \ \ \ \ \ \ \ \ \ \ \ \ Merge change Ie9ad9a71 into eclairAndroid (Google) Code Review2009-09-300-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | / / / | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | * changes: Implement screen aligned bitmap drawing support.
* | | | | | | | | | | | Merge change Iec1f8a2e into eclairAndroid (Google) Code Review2009-09-300-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Add Turkish accented letters for G and S on the hard keyboard.
* | | | | | | | | | | | Merge change Ie944f08b into eclairAndroid (Google) Code Review2009-09-300-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | / / / / / / / / | | |_|/ / / / / / / / | |/| | | | | | | | | * changes: Revert setDataEnabled to setting a master switch.
* | | | | | | | | | | Merge change Ifc9162c5 into eclairAndroid (Google) Code Review2009-09-300-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix padding around QuickContactBadge in ContactHeaderWidget