summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/WebTextView.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set InputType of WebTextView according to <input> field's type.Leon Scroggins2009-12-071-39/+85
* Show search icon for <input type="search"> fields.Leon Scroggins2009-12-071-0/+4
* In setDefaultSelection ensure that webkit is notified of the new selection.Leon Scroggins2009-12-021-1/+16
* Do not peform a click/move if longpress has been performed in WebTextView.Leon Scroggins2009-12-011-0/+19
* Many fixes to text input in the browser, particularly when moving to a new fi...Leon Scroggins2009-10-271-49/+65
* Show the soft keyboard when pressing center key/trackball on input fieldLeon Scroggins2009-10-231-1/+1
* fix text area insertion order, partiallyCary Clark2009-10-221-4/+4
* fix multiple text areas, and text areas without focus ringsCary Clark2009-10-211-1/+4
* preserve webkit-side text selectionCary Clark2009-09-301-2/+7
* scroll text field with touchCary Clark2009-09-291-20/+8
* Skip requestRectangleOnScreen for WebTextView duringGrace Kloba2009-09-281-0/+10
* invalidate the webview after pressing the IME 'next' buttonCary Clark2009-09-231-0/+1
* Make scrolling textfields work better in the browser.Leon Scroggins2009-09-211-2/+7
* Update the input method when the selection changes.Leon Scroggins2009-09-161-0/+12
* Allow touches to change the selection in WebTextView.Leon Scroggins2009-09-161-2/+11
* Prevent a crash when webkit changes the selection.Leon Scroggins2009-09-021-1/+5
* Pass clicks to webkit's textfield to determine the new selection.Leon Scroggins2009-08-131-4/+21
* Allow the user to jump to the next textfield.Leon Scroggins2009-07-311-4/+56
* Improvements to dragging on the WebTextView.Leon Scroggins2009-07-231-11/+13
* Prevent a drag from both scrolling the page and changing the selection.Leon Scroggins2009-07-221-20/+22
* Allow the user to scroll a webpage by touching a textfield.Leon Scroggins2009-07-221-0/+66
* Do not hide the soft keyboard when the DOM has moved focus.Leon Scroggins2009-07-201-1/+5
* Show the password in browser password fields.Leon Scroggins2009-07-161-3/+68
* In WebTextView, check the focus before sending a key.Leon Scroggins2009-07-061-14/+22
* Fixes for moving a focused textfield on screen when entering a character.Leon Scroggins2009-07-011-26/+0
* Assign a field name for textfields in the browser.Leon Scroggins2009-06-291-2/+15
* Remove the web text view if the key cannot be handledCary Clark2009-06-291-0/+16
* am 12bba912: Merge change 3238 into donutAndroid (Google) Code Review2009-06-041-1/+2
* Rename the TextDialog to WebTextView.Leon Scroggins2009-06-021-0/+565