summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/WebTextView.java
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Line up textfield with WebTextView more often.Leon Scroggins2010-10-151-10/+23
* | am 00c50b2e: am f348502c: Merge "Allow TextView to do its thing." into ginger...Leon Scroggins2010-10-131-3/+1
|\ \ | |/
| * Allow TextView to do its thing.Leon Scroggins2010-10-121-3/+1
* | Make autofill a webview preferenceBen Murdoch2010-09-231-1/+2
* | Make WebTextView display an "AutoFill this form" optionBen Murdoch2010-09-231-2/+32
* | Do not put the selection on screen for non password fields.Leon Scroggins2010-09-101-3/+16
* | Use the proper selection when performing a delete.Leon Scroggins III2010-09-031-5/+38
* | Only close the IME if it is Active on the WebView.Leon Scroggins III2010-09-021-2/+4
* | Send delete key events when pressed at beginning of field.Leon Scroggins III2010-08-271-6/+7
* | Change focusController only when WebView gains/loses focus.Leon Scroggins2010-08-181-3/+0
* | Refactoring more webview zoom code into ZoomManager.Derek Sollenberger2010-05-251-10/+0
* | Check for null before using Layout.Leon Scroggins2010-05-251-3/+5
* | am 39837c5a: am 986a0380: am 69ec5c22: Remove the WebTextView if it is drawin...Leon Scroggins2010-04-221-0/+17
|\ \ | |/
| * Remove the WebTextView if it is drawing when it shouldn't.Leon Scroggins2010-04-221-0/+17
* | Update mTextGeneration when setting the selection to the default.Leon Scroggins III2010-04-211-0/+1
* | Call InputMethodManager.updateSelection at draw time.Leon Scroggins III2010-04-151-12/+28
|/
* Ensure the selection does not change in setTextAndKeepSelection.Leon Scroggins2010-04-131-0/+7
* Only include WEB_EDIT if there are more textfields.Leon Scroggins2010-04-051-2/+4
* If the new text and old text are "", return from onTextChanged.Leon Scroggins2010-03-101-5/+11
* Remove the TAB key from <textarea>s.Leon Scroggins2010-03-031-1/+2
* Make nativeMoveCursorToNextInput return a boolean and use it.Leon Scroggins2010-03-011-9/+10
* Create a default style for WebTextView.Leon Scroggins2010-02-171-1/+1
* Set the IME action to GO for normal textfields.Leon Scroggins2010-02-091-0/+4
* Handle the Tab key by moving to the next textfield. And ensureLeon Scroggins2010-02-091-24/+17
* Create a new ImeOption that disables fullscreen in landscape, and use it.Leon Scroggins2010-01-121-5/+8
* Request <label> info only when accessing a textfield.Leon Scroggins2010-01-071-2/+3
* Show label information as hint textLeon Scroggins2010-01-061-0/+2
* If the DOM changes textfield focus, make the IME work properly.Leon Scroggins2010-01-041-23/+0
* Pass a message to move the focus when user hits "Next".Leon Scroggins2009-12-091-3/+0
* Some fixes for positioning the WebTextView.Leon Scroggins2009-12-081-1/+0