summaryrefslogtreecommitdiffstats
path: root/core/java
Commit message (Collapse)AuthorAgeFilesLines
* 2568467 System crash when installing corrupt APKDianne Hackborn2010-04-051-0/+3
| | | | | | | | Also fix another crash I just saw in the package manager, when a permission got left around from a previous install but as no longer defined. Change-Id: I33b87420f0c59e24b8b77fab8b0316461d99e048
* Merge "Fix issue #2564479: Favorite Recipes App Installation Fail" into froyoDianne Hackborn2010-04-051-7/+33
|\
| * Fix issue #2564479: Favorite Recipes App Installation FailDianne Hackborn2010-04-021-7/+33
| | | | | | | | Change-Id: Ide1045e3f6bef9ed2a2fee08bfeda8c58feb685f
* | Merge "Adding a feature definition for touchscreens that was overlooked in ↵Dan Morrill2010-04-051-0/+8
|\ \ | | | | | | | | | the last round." into froyo
| * | Adding a feature definition for touchscreens that was overlooked in the lastDan Morrill2010-04-051-0/+8
| | | | | | | | | | | | | | | | | | round. Change-Id: I8f30676a7b468a9868503b05f366709d5534a44e
* | | Merge "Revert to previous text selection behavior" into froyoKenny Root2010-04-051-23/+31
|\ \ \
| * | | Revert to previous text selection behaviorKenny Root2010-04-051-23/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was a new behavior that starting "Select text" would allow you to swipe from beginning to end and immediately copy that. This change reverts to the previous behavior that "Select text" will start where your cursor is currently and any tap will extend the selection from that origin to the point of the tap. Change-Id: Ib955cc8d62a652f518435953da2f54e810d9dfb0
* | | | Merge "Add an extra for the Disconnect Headset State." into froyoJaikumar Ganesh2010-04-051-0/+16
|\ \ \ \
| * | | | Add an extra for the Disconnect Headset State.Jaikumar Ganesh2010-04-051-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This extra tells as to who initiated the disconnection. Bug:2568119 Change-Id: Iea706ad69f79ae0257604dfa84d49126fb851cca
* | | | | Merge "Fix a crash in BatteryStatsImpl, due to a previous fix." into froyoAmith Yamasani2010-04-051-1/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix a crash in BatteryStatsImpl, due to a previous fix.Amith Yamasani2010-04-051-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is probably the real fix for the original bug. The last line was probably not well formed and resulted in an overrun in the native code. Bug: 2564824 Change-Id: I8a9cc267f8045a61eff4b5d532258afa32a8b837
* | | | | Make createVideoThumbnail and createImageThumbnail look consistent.Ray Chen2010-04-051-13/+10
| | | | | | | | | | | | | | | | | | | | Change-Id: I9a4798fefe3968ac847d46100036a6dde39791c9
* | | | | check for webviewcore before reading settingsCary Clark2010-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In setActive(), the WebViewCore instance may have already been destroyed before the settings object can be read. Change-Id: I46b2a57b2d92fc7216b1c984f7044fea1fc2409e http://b/2570700
* | | | | Only include WEB_EDIT if there are more textfields.Leon Scroggins2010-04-052-2/+5
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes http://b/issue?id=2559070 Requires a change to external/webkit. Change-Id: I411a04d260c781a91d16832704bb5c34e9751bc1
* | | | Merge "NetworkManagementService: Combine setInterfaceRx/Tx throttle and add ↵San Mehat2010-04-051-7/+3
|\ \ \ \ | |_|/ / |/| | | | | | | max speed" into froyo
| * | | NetworkManagementService: Combine setInterfaceRx/Tx throttle and add max speedSan Mehat2010-04-021-7/+3
| | | | | | | | | | | | | | | | | | | | Change-Id: I1d6816c9754801504a988802118a2167e0eb8690 Signed-off-by: San Mehat <san@google.com>
* | | | Merge "Potential fix for bug: 2564824 : Device runtime restart in ↵Amith Yamasani2010-04-021-1/+7
|\ \ \ \ | | | | | | | | | | | | | | | BatteryService" into froyo
| * | | | Potential fix for bug: 2564824 : Device runtime restart in BatteryServiceAmith Yamasani2010-04-021-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Look for corrupted bytes and replace with ? If the problem is in the parsing code, then this will not help. Change-Id: If33643f126a4099d4113e37760c6ef74683fe97e
* | | | | Merge "Make sure when WebView modified mScrollX/Y directly, ↵Grace Kloba2010-04-021-6/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | onScrollChanged() is called so that the View system can do what it needs to adjust." into froyo
| * | | | | Make sure when WebView modified mScrollX/Y directly,Grace Kloba2010-04-021-6/+9
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | onScrollChanged() is called so that the View system can do what it needs to adjust. As WebView's onScrollChanged will call sendOurVisibleRect(), we don't need to call it explicitly any more. Fix http://b/issue?id=2438457
* | | | | Fix bug 2185026 - back button in context menu now calls onContextMenuClosed()Adam Powell2010-04-021-5/+13
| | | | | | | | | | | | | | | | | | | | Change-Id: I6c16879a8ad8e4651d21f639a620a936bf991f8d
* | | | | Unhiding TTS API constants and methods needed for TTS plugin support.Charles Chen2010-04-021-7/+0
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | This is a fix for bug #2548048 Change-Id: Ieb60979098c1d2e82618204882bd523d271a8784
* | | | Add a new intent category used for activities running in carmode.Bernd Holzhey2010-04-021-1/+8
| | | | | | | | | | | | | | | | Change-Id: I4702538c9f53cc0b64eae72298e27232cdfb3548
* | | | Merge "Fix AbsListView scrolling behavior at edges." into froyoAdam Powell2010-04-021-13/+12
|\ \ \ \
| * | | | Fix AbsListView scrolling behavior at edges.Adam Powell2010-04-021-13/+12
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow the user to start scrolling back into content immediately after dragging past the end of content. Remove some dead code. Change-Id: Ife8f60499ac58179ba1e2500ca8745916392a4bc
* | | | Merge "revert the stripping of System Group: from the names of google system ↵Fred Quintana2010-04-021-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | groups" into froyo
| * | | revert the stripping of System Group:Fred Quintana2010-04-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | from the names of google system groups Change-Id: I677a7abb42a0c3d70d7e7009325f76a4644f1cb1 http://b/issue?id=2558197
* | | | Merge "Instead of holding an ApplicationContext, JWebCoreJavaBridge will ↵Grace Kloba2010-04-023-15/+50
|\ \ \ \ | | | | | | | | | | | | | | | have a reference of the current window's main WebView. It is only non-null if the WebView's window has the focus." into froyo
| * | | | Instead of holding an ApplicationContext, JWebCoreJavaBridgeGrace Kloba2010-04-013-15/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | will have a reference of the current window's main WebView. It is only non-null if the WebView's window has the focus. Extract setActive() from onWindowFocusChanged() so that onAttachedToWindow() can call it directly. The old way has a mis-matching call to onWindowFocusChanged. Fix http://b/issue?id=2559152
* | | | | Merge "Vibrate before shutting down." into froyoMike Lockwood2010-04-011-0/+13
|\ \ \ \ \
| * | | | | Vibrate before shutting down.Mike Lockwood2010-04-011-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG: 2439291 Change-Id: I0f5abba34a14f1dd1cbe2077122d6f3e940b4d90 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | | Fix 2538826: Allow aspect of LockPatternView to be customized.Jim Miller2010-04-011-8/+44
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a problem where the pattern unlock area shrank on mdpi devices. This change is required since some devices (mdpi) don't have enough vertical room to show a square LockPatternView and shrink the area to match the minimum of width and height. To fix the problem and minimize changes to existing platforms, the parameter is configurable and has a default in values/donottranslate that emulates the old behavior. New behavior for mdpi devices is specified in values-port-mdpi/donottranslate, which is the only place we currently see the problem. Tested: mdpi device in both orientations hdpi device in both orientations hdpi device in both orientations with keyboard open/closed Change-Id: I3b9a5ef1d9b5e70f7b1823c9f48a3938f52cc7a4
* | | | | Merge "Use flattenToShortString instead of toShortString on ComponentNames ↵Mike LeBeau2010-04-011-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | to be sent in RecognizerIntent.EXTRA_CALLING_PACKAGE. This never should have been using toShortString because that includes curly braces and is not correctly parsed by ComponentName.unflattenFromString." into froyo
| * | | | | Use flattenToShortString instead of toShortString on ComponentNames toMike LeBeau2010-04-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be sent in RecognizerIntent.EXTRA_CALLING_PACKAGE. This never should have been using toShortString because that includes curly braces and is not correctly parsed by ComponentName.unflattenFromString. This was needed as part of http://b/2546173 Change-Id: If34a9273cbcae13a75347be0b6b7ef307134ed40
* | | | | | Merge "Fix for bug 2564771 - pitch setting between apps can interfere with ↵Charles Chen2010-04-012-26/+56
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | one another." into froyo
| * | | | | Fix for bug 2564771 - pitch setting between apps canCharles Chen2010-04-012-26/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | interfere with one another. Root cause was not caching all the params that were needed. This change fixes that bug as well as related bugs for remembering the default engine and for making sure that the right engine is loaded when checking for language availability. Change-Id: I2a76da8faec8112036e68d27539db444c53a1509
* | | | | | Merge "Also send EXTRA_CALLING_PACKAGE for voice search intents that do web ↵Mike LeBeau2010-04-011-1/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | search (not just for in-app search). Needed as part of http://b/2546173" into froyo
| * | | | | | Also send EXTRA_CALLING_PACKAGE for voice search intents that do webMike LeBeau2010-04-011-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | search (not just for in-app search). Needed as part of http://b/2546173 Change-Id: I661ff52bace754459651eacd369a19e97364c3c6
* | | | | | | Merge "allow null authtokens to invalidateAuthToken" into froyoFred Quintana2010-04-011-4/+5
|\ \ \ \ \ \ \
| * | | | | | | allow null authtokens to invalidateAuthTokenFred Quintana2010-04-011-4/+5
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I78e91ef2f43503e13386894851f0d781583a4943 http://b/issue?id=2561519
* | | | | | | Match RFC requirement that the domain portion of a cookie should be ↵Derek Sollenberger2010-04-011-1/+11
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | case-insensitive. fixes bug #2549818. Change-Id: I1372171568828545e78690f1ddc0ddcf25ddd428
* | | | | | Merge "doc change: cherry pick 75c66da20927e7e854397c00ef1974140270c57f. ↵Dirk Dougherty2010-04-011-16/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | (clarify fill_parent/match_parent transition in ViewGroup.LayoutParams and R.attr. Mention match_parent in dev guide "declaring layout" doc.)" into froyo
| * | | | | | doc change: cherry pick 75c66da20927e7e854397c00ef1974140270c57f. (clarify ↵Dirk Dougherty2010-04-011-16/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fill_parent/match_parent transition in ViewGroup.LayoutParams and R.attr. Mention match_parent in dev guide "declaring layout" doc.) Change-Id: I1d2b80b8dc3f8b2e3c1befcbb7c4c522d78a2db8
* | | | | | | Merge "NetworkManagementService: Add interface counters & throttle API" into ↵Robert Greenwalt2010-04-011-0/+32
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | froyo
| * | | | | | NetworkManagementService: Add interface counters & throttle APISan Mehat2010-04-011-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4976549cdbb027ba7859335e69bf866e738961c9 Signed-off-by: San Mehat <san@google.com>
* | | | | | | Merge "Fix for bug 2558156: Encodig is null" into froyoKristian Monsen2010-04-011-0/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix for bug 2558156: Encodig is nullKristian Monsen2010-04-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This does not actually pass the test since the test has wrong expectations, but it is at least doing the right thing. Change-Id: I7da29a3f101647bb628805514cf2bdef24864e50
* | | | | | | Merge changes Ic9531e3c,I3f04433b into froyoBen Murdoch2010-04-013-38/+17
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Cherry pick from master. Cherry pick from master.
| * | | | | | Cherry pick from master.Steve Block2010-04-013-38/+17
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change forwards to the WebView HTTP authentication credentials that are supplied to an XHR from JavaScript. This allows the WebView to store these credentials for use with later requests. This is a re-working of https://android-git.corp.google.com/g/46430 Bug: 2544330 Change-Id: I3f04433b00233d7b7bf4f7e3471d8d15d8817f93
* | | | | | Merge "As we don't support over scroll any more, we need to pin the (x,y) if ↵Grace Kloba2010-04-011-4/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | we handle the drag after the plugin choose not to handle the event." into froyo