John Reck
c0e9fb91c8
Fix rebuildWebTextView issues
...
Bug: 5488135
Cherry pick from MR0
Change-Id: I2df047b6de42dbe716008f69d720fa5fad3fe19d
2011-10-21 15:31:33 -07:00
Adam Cohen
bd12e41ba5
am e3bb0ecb: Merge "Removing fades on last item in StackView for major FPS improvement on Prime" into ics-mr0
...
* commit 'e3bb0ecb2b36964cb3b02bc0d575e9366818ee00':
Removing fades on last item in StackView for major FPS improvement on Prime
2011-10-21 14:38:41 -07:00
Dianne Hackborn
12b3e39ecb
am 4bbd71a6: Merge "Fix issue #5228934 : IME shows up on boot, or when digits screen is tapped" into ics-mr0
...
* commit '4bbd71a6b2f4957f4778da13861ec03d30afbee7':
Fix issue #5228934 : IME shows up on boot, or when digits screen is tapped
2011-10-21 13:59:07 -07:00
Adam Cohen
e3bb0ecb2b
Merge "Removing fades on last item in StackView for major FPS improvement on Prime" into ics-mr0
2011-10-21 13:34:46 -07:00
Peter Ng
ab5040cf85
Merge "Sharpening text edit assets"
2011-10-21 13:29:52 -07:00
George Mount
930b5654a3
Merge "Fixed spell check failing to change word."
2011-10-21 13:02:05 -07:00
RoboErik
f9d89f388f
Merge "s/should/can"
2011-10-21 13:01:56 -07:00
John Reck
2dd2e5b4eb
Merge changes I2df047b6,I791eeb3c into ics-mr0
...
* changes:
Fix rebuildWebTextView issues
DO NOT MERGE Fixed spell check failing to change word.
2011-10-21 13:01:48 -07:00
Mangesh Ghiware
760bf7de06
Merge "Fix issue# 5492404: Reading level check thread error."
2011-10-21 12:45:30 -07:00
Adam Cohen
c798b6688a
Removing fades on last item in StackView for major FPS improvement on Prime
...
Change-Id: I479eb129e80a6087ab55d1de7eed0222d6dacdf6
2011-10-21 12:44:13 -07:00
John Reck
e20bfd9b33
Fix rebuildWebTextView issues
...
Bug: 5488135
Change-Id: I2df047b6de42dbe716008f69d720fa5fad3fe19d
2011-10-21 12:39:43 -07:00
George Mount
da182deded
DO NOT MERGE Fixed spell check failing to change word.
...
Bug 5387838
On WebView.rebuildWebTextView, setTextAndKeepSelection was
being called, erasing the selections. Changed it so that
when text is replaced with the exact same value, no replace
is done. Also, on the Google search, when a spelling change
was made, the final character was placed improperly. When
a single character is added, the javascript events for the
character are sent. When multiple characters are changed,
the entire value is replaced with no javascript key events
sent.
Change-Id: I791eeb3c96354cfe3cbfda7e8d05c81fcdeb152f
2011-10-21 12:39:30 -07:00
RoboErik
0c559c6c57
s/should/can
...
Change-Id: Id09d3bb21c952f4c4aaa98fbb2e334dda75b74a1
2011-10-21 11:20:51 -07:00
Dianne Hackborn
4bbd71a6b2
Merge "Fix issue #5228934 : IME shows up on boot, or when digits screen is tapped" into ics-mr0
2011-10-21 11:03:34 -07:00
RoboErik
2b41c2f38c
Merge "Color API comment updates."
2011-10-21 11:00:40 -07:00
Mangesh Ghiware
bb99e28cd6
Fix issue# 5492404: Reading level check thread error.
...
Remove access to WebSettings from getReadingLevelScale() by saving the
double-tap zoom scale factor in ZoomManager. WebSettings can only be
accessed in the UI thread.
Change-Id: Ic7289bf3c14d800797f2e85546a088a9071e0468
2011-10-21 10:53:29 -07:00
Gilles Debunne
0499f90a2d
Merge "Bug 5428541: Check that span is still in text before deleting" into ics-mr0
2011-10-21 09:48:07 -07:00
Eric Fischer
4e7ce9352b
Merge "Import revised translations." into ics-mr0
2011-10-21 09:34:22 -07:00
Kristian Monsen
43abfe1be2
Merge "WebView part of fix for bug 5307956"
2011-10-21 04:48:22 -07:00
Fabrice Di Meglio
44cd3f8f3d
Merge "Fix compilation issue when DEBUG_GLYPHS define is activated"
2011-10-20 18:58:03 -07:00
Dianne Hackborn
0836c7cb98
Fix issue #5228934 : IME shows up on boot, or when digits screen is tapped
...
Activity aliases weren't propagating the softInputMode from the original
activity.
Change-Id: I47534e6c9a0f94bb6eb3fd2186ba9ffc8d583d08
2011-10-20 18:40:23 -07:00
Eric Fischer
3e04e6b48d
Import revised translations.
...
Change-Id: I35861d5a5797cfe400d6e831d245f93263ca3df2
2011-10-20 17:46:00 -07:00
RoboErik
8a8eebcbe8
Color API comment updates.
...
Change-Id: I61c00089d0cd39e145126e709e46ba3441d49a2a
2011-10-20 17:13:29 -07:00
Adam Powell
53b5d17d08
am a5c371bf: Merge "Bug 5275928 - Invasion of the monkeys" into ics-mr0
...
* commit 'a5c371bf1fc878f84c296a63839a5d031dea843f':
Bug 5275928 - Invasion of the monkeys
2011-10-20 16:26:56 -07:00
Gilles Debunne
592ddaa34f
Bug 5428541: Check that span is still in text before deleting
...
This is a cherry-pick in MR0 of CL 141388 from master.
Bug 5488537
In case the span has been removed from the text since the popup
was showed, the delete action is a no-op.
Change-Id: Iec2aeaf03becd82ad44715d5c08bfaa8f62aa3fe
2011-10-20 16:03:04 -07:00
Michael Chan
63aa6622d0
Merge "Fix typos"
2011-10-20 15:42:30 -07:00
Adam Powell
97e1836e1b
Bug 5275928 - Invasion of the monkeys
...
Fix a monkey bug where runnables set to open popup windows were being
left around.
Change-Id: I29f2c7763ab667c784b96b60ef0d7e04d358c4d9
2011-10-20 15:38:05 -07:00
Gilles Debunne
c5d6fe0152
Merge "Renaming of a hidden API: ShowSoftInputOnFocus"
2011-10-20 15:35:34 -07:00
Gilles Debunne
972b7d2c3b
Merge "Typo in ViewRootImpl"
2011-10-20 15:35:20 -07:00
Gilles Debunne
f09c150232
Merge "Wrong word cut at end of lines with spaces"
2011-10-20 15:35:12 -07:00
Michael Chan
cf0ca99a22
Fix typos
...
Change-Id: I6406b33f52bd8fb126a9b346d1bfe30ca2c2144b
http://code.google.com/p/android/issues/detail?id=14614
http://code.google.com/p/android/issues/detail?id=3563
http://code.google.com/p/android/issues/detail?id=5960
2011-10-20 15:32:37 -07:00
Svetoslav Ganov
c8c2e17ecd
Merge "Add content description setter to RemoteViews"
2011-10-20 14:29:18 -07:00
Peter Ng
002a71e146
Sharpening text edit assets
...
Change-Id: I72db9a1c8981169f3bea50bd3e72fadcc682cfe7
2011-10-20 13:32:54 -07:00
Daniel Sandler
8de952bfc1
am d2cd1f72: Merge "Lazily fetch the status bar service." into ics-mr0
...
* commit 'd2cd1f722421c33e88df92d036663f30b316fa3f':
Lazily fetch the status bar service.
2011-10-20 13:11:15 -07:00
Daniel Sandler
d2cd1f7224
Merge "Lazily fetch the status bar service." into ics-mr0
2011-10-20 13:08:36 -07:00
Eric Fischer
7ec4284ab2
Merge "Import revised translations. DO NOT MERGE" into ics-mr0
2011-10-20 11:25:44 -07:00
Eric Fischer
0d00210f99
Import revised translations. DO NOT MERGE
...
Change-Id: I2f0393068bfeaaf7d751643355c6ce74a96a2419
2011-10-20 11:07:28 -07:00
Michael Chan
e1aef8ec04
Merge "Update comments for Calendar ExtendedProperties."
2011-10-20 10:51:58 -07:00
satok
87e87c210e
am 1301f092: Merge "Update links for SampleSpellCheckerService for I938ba499" into ics-mr0
...
* commit '1301f092e5bd520821c54c788a07cbdfda49df7b':
Update links for SampleSpellCheckerService for I938ba499
2011-10-20 08:44:39 -07:00
satok
1301f092e5
Merge "Update links for SampleSpellCheckerService for I938ba499" into ics-mr0
2011-10-20 08:42:50 -07:00
Jean Chalard
b5470d52a4
Merge "Fix a warning from the binder, step 2."
2011-10-20 05:36:26 -07:00
Jean Chalard
de9dbb05ce
Fix a warning from the binder, step 2.
...
This patch fixes the following warning:
W/Binder: The following Binder class should be static or
leaks might occur: android.view.inputmethod
.InputMethodManager.ControlledInputConnectionWrapper
...in hope of removing a possible memory leaks.
Change-Id: I081d10fd839f2985d7081492f4f5cf0b4da42fd2
Bugs: 5481376, 5461066
2011-10-20 20:55:08 +09:00
Jean Chalard
a80838d9d6
Fix a warning from the binder.
...
This patch fixes the following warning:
W/Binder: The following Binder class should be static or
leaks might occur: android.view.textservice
.SpellCheckerSession.InternalListener
...in hope of removing a possible memory leaks.
However in my tests it does nothing at all for the memory leak
in bug 5461066, so it was probably unrelated.
Change-Id: Id776665e9483121d22cc91e8d2d9f32e3413ec96
Bugs: 5481376,5461066
2011-10-20 20:04:54 +09:00
Svetoslav Ganov
c397df7754
am 5dc30a77: Merge "DatePicker crashes when going from 2036 to 2035 via ▼" into ics-mr0
...
* commit '5dc30a770ab1b4f07ff10502f9de9ec39daac41d':
DatePicker crashes when going from 2036 to 2035 via ▼
2011-10-19 21:17:14 -07:00
Svetoslav Ganov
5dc30a770a
Merge "DatePicker crashes when going from 2036 to 2035 via ▼" into ics-mr0
2011-10-19 21:15:30 -07:00
Jim Miller
1aa1c9bc68
am 2f35281a: Merge "Fix 5485925: Fix crash in transport control view" into ics-mr0
...
* commit '2f35281ae0ae4471527e9286f022cb960384044e':
Fix 5485925: Fix crash in transport control view
2011-10-19 20:50:45 -07:00
Jim Miller
2f35281ae0
Merge "Fix 5485925: Fix crash in transport control view" into ics-mr0
2011-10-19 20:49:33 -07:00
Svetoslav Ganov
6304b0d58e
DatePicker crashes when going from 2036 to 2035 via ▼
...
1. Some obsolte logic was placing invalid index in the array of
scroll wheel items which was resulting in failure to look its
string representation from the cache causing a NPE.
2. While editing the current value via the IME the middle item
of the scroll wheel was partially visible i.e. the user was
able to see a dimmed version of the old value intermixed with
the new one.
3. The logic for hiding the IME while poking a button i.e. starting
to use another way of changing the current value, was incorrect.
bug:5480205
Change-Id: I1c2c96402bd38bac1dec64ccc6b550410332b9d7
2011-10-19 20:43:35 -07:00
Michael Chan
73bddfcdd3
Update comments for Calendar ExtendedProperties.
...
Change-Id: Id51fe946995b19f98f1745abd3c83c942779b5df
2011-10-19 18:21:49 -07:00
Svetoslav Ganov
12d1f09994
am 06044fe1: Merge "AccessibilityServiceInfo does not report properly the feedback type." into ics-mr0
...
* commit '06044fe114f7f07c15b0ba92740829cb8896766b':
AccessibilityServiceInfo does not report properly the feedback type.
2011-10-19 18:18:44 -07:00