summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/WebTextView.java
Commit message (Expand)AuthorAgeFilesLines
* Delete the old WebView.Torne (Richard Coles)2013-10-151-53/+0
* Delete more navcache stuffJohn Reck2012-03-051-1142/+4
* Refactor WebView to be a thin proxy classJonathan Dixon2012-03-021-5/+5
* Use input type for IME options.George Mount2012-02-221-8/+8
* Fix WebTextView ringsJohn Reck2011-12-061-37/+53
* Remove debug log messagesMichael Kolb2011-12-051-2/+0
* Merge "Draw input field focus ring in WebTextView" into ics-mr1Michael Kolb2011-11-171-0/+47
|\
| * Draw input field focus ring in WebTextViewMichael Kolb2011-11-171-0/+47
* | Fix add single character checkJohn Reck2011-11-161-3/+3
|/
* Remove flicker from WebTextViewMichael Kolb2011-11-081-12/+12
* Fix rebuildWebTextView issuesJohn Reck2011-10-211-0/+1
* Fixed spell check failing to change word.George Mount2011-10-191-19/+34
* Support spellcheck attribute in WebTextViewMichael Kolb2011-10-111-0/+3
* Merge "Pass correct units for text size in autocomplete drop down."Ben Murdoch2011-10-061-1/+1
|\
| * Pass correct units for text size in autocomplete drop down.Ben Murdoch2011-10-061-1/+1
* | Merge "Prevent adapter flickering"John Reck2011-10-061-4/+9
|\ \ | |/ |/|
| * Prevent adapter flickeringJohn Reck2011-10-051-4/+9
* | Merge "Fix monkey NullPointerException"George Mount2011-10-051-1/+5
|\ \ | |/ |/|
| * Fix monkey NullPointerExceptionGeorge Mount2011-10-031-1/+5
* | Center box text verticallyRussell Brenner2011-09-301-0/+7
|/
* Relax form autocomplete conditionsBen Murdoch2011-09-091-0/+15
* Allow fractional and signed input for number fields.Ben Murdoch2011-08-111-1/+2
* Use WebTextView overlay to render text fields/areas much fasterChris Craik2011-07-271-165/+7
* Fix input type judgment of WebTextViewTadashi G. Takaoka2011-05-311-10/+15
* Fix InputType determination of WebTextViewTadashi G. Takaoka2011-05-271-1/+1
* Removed updateCursorControllerPositions hidden method.Gilles Debunne2011-03-101-2/+1
* Scroll textfield onscreen when the IME shows.Leon Scroggins2011-03-091-2/+22
* Use the same width as the TextView created layout.Leon Scroggins2011-03-031-1/+1
* Fix password field drawing.Leon Scroggins2011-03-011-0/+2
* Do not show the dropdown unless there is something to show.Leon Scroggins2011-02-111-26/+32
* Restart input when the webpage changes the text.Leon Scroggins2011-01-211-1/+7
* Do a better job of lining up text with page text.Leon Scroggins2011-01-211-13/+16
* Only scroll on screen when necessary.Leon Scroggins2011-01-191-12/+3
* Make WebView inactive when title bar takes focus.Leon Scroggins2011-01-191-0/+10
* Remove nativeCursorMatchesFocus, which is no longer necessary.Leon Scroggins2011-01-101-15/+1
* Do not show past entries if autocomplete=off.Leon Scroggins2011-01-051-2/+4
* map keyboard for webviewCary Clark2010-12-281-2/+4
* Make a long press on a textfield work.Leon Scroggins2010-12-151-0/+12
* Use black text on white background for dropdowns.Leon Scroggins2010-12-131-1/+1
* Use drawLines to draw the outline of the WebTextView.Leon Scroggins2010-12-101-8/+43
* Offer the user the option to configure an AutoFill profile.Ben Murdoch2010-11-231-2/+33
* Alter the Layout of WebTextView to match webkit.Leon Scroggins2010-11-221-0/+65
* Added support for full PC-style keyboards.Jeff Brown2010-11-181-2/+1
* Provide variable for debugging the text in WebTextView.Leon Scroggins2010-11-121-4/+7
* Work on lining up the TextView and web page text.Leon Scroggins2010-11-121-10/+30
* Use the new web email and password variations.Leon Scroggins2010-11-041-19/+29
* Merge commit '55381217' into manualmergeLeon Scroggins2010-11-011-0/+1
|\
| * Update insertion handler for WebTextView.Leon Scroggins2010-11-011-0/+4
| * Avoid NPE in WebTextView.lineUpScroll -> Touch.getMaxScrollXBrad Fitzpatrick2010-10-191-2/+4
* | resolved conflicts for merge of 46ca6a22 to masterLeon Scroggins2010-10-181-11/+24
|\ \ | |/