summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Clear the WebView picture when a new load starts."Ben Murdoch2011-12-122-1/+9
|\
| * Clear the WebView picture when a new load starts.Ben Murdoch2011-12-072-1/+9
| | | | | | | | | | | | | | | | Clear the old picture set when we have confirmed a new page load. Bug: 5701197 Change-Id: Id96fb7d8e75a0b54a448d35239a69ba1774cffae
* | am 33a3b2ce: am 48b428fb: Merge "NumberPicker getting stuck if scroll wheel ↵Svetoslav Ganov2011-12-091-15/+4
|\ \ | | | | | | | | | | | | | | | | | | not wrapable." into ics-mr1 * commit '33a3b2cecf174cb14097498214131fcfb32ec04c': NumberPicker getting stuck if scroll wheel not wrapable.
| * \ Merge "NumberPicker getting stuck if scroll wheel not wrapable." into ics-mr1Svetoslav Ganov2011-12-081-15/+4
| |\ \
| | * | NumberPicker getting stuck if scroll wheel not wrapable.Svetoslav Ganov2011-12-071-15/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. If the number picker was not wrapping the selector wheel it was incorrectly initializing the fling scroller and the error was proportional to the difference of the current value and the max size. As a result if the number picker gets stuck for a very long time. 2. The alpha of the selector wheel paint was not reset on every subsequent fling so if the wheel was fading out and a new fling is performed the selector wheel is dimmed during the fling, rather bright. bug:5728363 Change-Id: Ia90a6af86f162bda1b28f43f7ba7e4a9f5051b78
* | | | am b25d417f: am aa4a5713: Merge "Make the Next key navigate between ↵Gilles Debunne2011-12-091-2/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | TextViews" into ics-mr1 * commit 'b25d417fce0e0467187ac187a4dabae75d5dc83d': Make the Next key navigate between TextViews
| * | | Merge "Make the Next key navigate between TextViews" into ics-mr1Gilles Debunne2011-12-081-2/+2
| |\ \ \
| | * | | Make the Next key navigate between TextViewsGilles Debunne2011-12-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 5718127 Fixes from changes introduced in https://android-git.corp.google.com/w/?p=platform/frameworks/base.git;a=commit;h=0500b3cfda5192efc09d6d4344b0c6c785c0a815 Change-Id: I4f6d213cd744b913b053275c4a26194cd030de84
* | | | | resolved conflicts for merge of 5371a165 to masterGilles Debunne2011-12-093-3/+21
|\ \ \ \ \ | |/ / / / | | | | | | | | | | Change-Id: I61830ec96c277ebba9db3e40842597b9c98d53c7
| * | | | Merge "Limit created string size in Spell Checker" into ics-mr1Gilles Debunne2011-12-083-2/+21
| |\ \ \ \
| | * | | | Limit created string size in Spell CheckerGilles Debunne2011-12-073-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2f4e7a8b0022d76bc30199ff80c2fe637dbe03ef
| * | | | | Merge "Import revised translations. DO NOT MERGE" into ics-mr1Eric Fischer2011-12-0848-5/+149
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Import revised translations. DO NOT MERGEEric Fischer2011-12-0848-5/+149
| | |/ / / | | | | | | | | | | | | | | | Change-Id: I06d796d48b50c6a459b6ae8a6dad47730126a49d
* | | | | Merge "Edit to string to change "double-touch" to "double-tap" per standard ↵Claudia de Veaux2011-12-091-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | language."
| * | | | | Edit to string to change "double-touch" to "double-tap" per standard language.Claudia de Veaux2011-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5163232 Change-Id: Ifa045b16f52623005308a3ce9e4086c4e9e4590b
* | | | | | Merge "Add BluetoothAdapter.getRemoteDevice(byte[])"Nick Pelly2011-12-091-1/+20
|\ \ \ \ \ \
| * | | | | | Add BluetoothAdapter.getRemoteDevice(byte[])Nick Pelly2011-12-091-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is useful for NFC->BT hand-over, where we are already working with bytes. Change-Id: I2fff0b4fa0cefe9bfdf9a13f7ec6f557776a8a03
* | | | | | | am aee940df: am a5a98a03: Merge "IOOB is Suggestions" into ics-mr1Gilles Debunne2011-12-093-11/+64
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | * commit 'aee940df55b5d1f769f56ff8a6dd645253b7f8e5': IOOB is Suggestions
| * | | | | | Merge "IOOB is Suggestions" into ics-mr1Gilles Debunne2011-12-083-11/+64
| |\ \ \ \ \ \
| | * | | | | | IOOB is SuggestionsGilles Debunne2011-12-063-11/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 5555929 This problem only happens when in landscape extracted text mode. A suggestion pick from the popup window replaces the text in the ExtractedText, when it should do it in the underlying source EditText instead. When the replacement text is longer than the replaced text and is at the end of the text, an IOOB occurs because the ExtractedText was not modified (we now correctly change the source text using replaceText_internal). This is basically an implementation of the TODO comment next to setSpan in TextView. Change-Id: I6575137530e0bb5c9ac7e40cc2bba9c66dc254d2
* | | | | | | | am 9f4b70c7: am 89f2e8a0: Merge "Prevent NPE in SuggestionSpan" into ics-mr1Gilles Debunne2011-12-091-6/+10
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * commit '9f4b70c72508077f39a71bb17df265eb883c7a20': Prevent NPE in SuggestionSpan
| * | | | | | | Merge "Prevent NPE in SuggestionSpan" into ics-mr1Gilles Debunne2011-12-081-6/+10
| |\ \ \ \ \ \ \
| | * | | | | | | Prevent NPE in SuggestionSpanGilles Debunne2011-12-061-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One SuggestionSpan constructor provide null as the default context. This will always create an NPE in initStyle. Prevent this. Change-Id: Ic2acffd2c8b9cda9c99b689d1b1a7f15d17b65d0
* | | | | | | | | am 03e63427: am 8e0ecbfc: Merge "Shortcut keys should be handled on down, ↵Jeff Brown2011-12-091-1/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not up." into ics-mr1 * commit '03e634270d880407316b51fac2278e604fc82703': Shortcut keys should be handled on down, not up.
| * | | | | | | | Merge "Shortcut keys should be handled on down, not up." into ics-mr1Jeff Brown2011-12-071-1/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Shortcut keys should be handled on down, not up.Jeff Brown2011-12-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5720360 Change-Id: I3afc278e576ea992c76f024c8b6bad14b214239c
* | | | | | | | | | am 944c985b: am e0e9fd98: Merge "Fix system hotkey handling." into ics-mr1Jeff Brown2011-12-091-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | / / / / | |_|_|_|_|/ / / / |/| | | | | | | | * commit '944c985b4199e6e029568ea87004c9727e469cc0': Fix system hotkey handling.
| * | | | | | | | Merge "Fix system hotkey handling." into ics-mr1Jeff Brown2011-12-071-1/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Fix system hotkey handling.Jeff Brown2011-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed a problem where the key up for the ALT or META key was not delivered to the task switcher dialog because it was deemed to be inconsistent with the window's observed state. Consequently the dialog would not be dismissed when the key was released. Moved global hotkey handling for META+* shortcuts and ALT/META-TAB into the window manager policy's interceptKeyBeforeDispatching method. This change prevents applications from hijacking these keys. The original idea was that these shortcuts would be handled only if the application did not handle them itself. That way certain applications, such as remote desktop tools, could deliberately override some of these less important system shortcuts. Unfortunately, that does make the behavior inconsistent across applications. What's more, bugs in the onKeyDown handler of applications can cause the shortcuts to not work at all, for no good reason. Perhaps we can add an opt-in feature later to enable specific applications to repurpose these keys when it makes sense. Bug: 5720358 Change-Id: I22bf17606d12dbea6549c60d20763e6608576cf7
* | | | | | | | | Merge "Enable dirty regions on newly created EGL surfaces"Romain Guy2011-12-091-2/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Enable dirty regions on newly created EGL surfacesRomain Guy2011-12-091-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change fixes an issue on some tiler architectures that do not enable the swap buffer behavior by default on EGL surfaces. Change-Id: Ibda1ae582da1a20afad3be9c3361080e72df5206
* | | | | | | | | | Update string lengths, fix for bug 5732776Kristian Monsen2011-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id668689085f542dae331eca197289ba45c5e4a5f
* | | | | | | | | | Merge "Remove BlockingMediaPlayer."Narayan Kamath2011-12-094-205/+76
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Remove BlockingMediaPlayer.Narayan Kamath2011-12-064-205/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No need to spawn a new thread for every audio item sent to the TTS class. Change-Id: Ia52b0951f4249b0da460a5ecaff5dd11a6e5d5fc
* | | | | | | | | | Update computation of reading level scale.Mangesh Ghiware2011-12-083-11/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 5726043 (Extra double-tap needed to zoom out to overview mode on nytimes.com on a Stingray) Change-Id: I54dc303f4aa81ddc38c234228adc915b9f6749dc
* | | | | | | | | | Merge "Clean TextLayout code and remove RTL_USE_HARFBUZZ"Fabrice Di Meglio2011-12-087-367/+86
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Clean TextLayout code and remove RTL_USE_HARFBUZZFabrice Di Meglio2011-12-087-367/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove dependencies on ICU - use TextLayouCache - remove RTL_USE_HARFBUZZ define (we *are* using Harfbuzz now) - also fix compilation warning Change-Id: I022e11703438d07032e49e42724184f6bf16653e
* | | | | | | | | | | am e118c1de: am ef8913c0: Merge "Remove dangerous and useless optimization ↵Dave Burke2011-12-071-7/+1
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #5525888" into ics-mr1 * commit 'e118c1de0037e6732b66b9f52903567caa961c31': Remove dangerous and useless optimization Bug #5525888
| * | | | | | | | | | Merge "Remove dangerous and useless optimization Bug #5525888" into ics-mr1Dave Burke2011-12-071-7/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Remove dangerous and useless optimizationRomain Guy2011-12-071-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #5525888 Change-Id: I553828c0da09b15d0dce3727e4c26a9d0bcf72ea
* | | | | | | | | | | | am 38342c9d: am d426c338: Merge "Reduce likelihood of crash in state ↵Jaikumar Ganesh2011-12-071-5/+47
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | machine." into ics-mr1 * commit '38342c9d858d8b021bc5c616cfe6c0ab9f359b2b': Reduce likelihood of crash in state machine.
| * | | | | | | | | | | Merge "Reduce likelihood of crash in state machine." into ics-mr1Jaikumar Ganesh2011-12-071-5/+47
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| | * | | | | | | | | | Reduce likelihood of crash in state machine.Jaikumar Ganesh2011-12-071-5/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce likelihood of crash when state machine has quit and someone sends a message using one of the public functions. Bug: 5724844 Change-Id: I6582a1d19113e6ed545c8ab20adb0a414d8784a7
* | | | | | | | | | | | am 0235016a: am 2df13452: Merge "Insert into user dict with the correct ↵Gilles Debunne2011-12-071-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | locale" into ics-mr1 * commit '0235016acb241556f24689e3d818db6973b5ad4f': Insert into user dict with the correct locale
| * | | | | | | | | | | Merge "Insert into user dict with the correct locale" into ics-mr1Gilles Debunne2011-12-071-0/+1
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Insert into user dict with the correct localeJean Chalard2011-12-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a bug where a word would be entered in the user dictionary with the wrong locale. Bug: 5667272 Change-Id: I219d5461f8f8c74b6ab34f9bb157a4b977f00e68
* | | | | | | | | | | | | resolved conflicts for merge of db81dc72 to masterAdam Powell2011-12-072-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie7e1d9a255934e45d8b241b15e9674046cff2444
| * | | | | | | | | | | | Merge "Raise touch slop value from previous experiment" into ics-mr1Adam Powell2011-12-072-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Raise touch slop value from previous experimentAdam Powell2011-12-072-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7681c401803643f309fd988824602169a830de29
* | | | | | | | | | | | | | am bea42859: am aa2719df: am 3937e055: Merge "DOC CHANGE: Add text for ↵Joe Malin2011-12-071-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | android.os.storage" into ics-mr0 * commit 'bea4285934b4cd5bab21f7c69ac82d871b6ee05f': DOC CHANGE: Add text for android.os.storage