index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
webkit
/
WebTextView.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restart input when the webpage changes the text.
Leon Scroggins
2011-01-21
1
-1
/
+7
*
Do a better job of lining up text with page text.
Leon Scroggins
2011-01-21
1
-13
/
+16
*
Only scroll on screen when necessary.
Leon Scroggins
2011-01-19
1
-12
/
+3
*
Make WebView inactive when title bar takes focus.
Leon Scroggins
2011-01-19
1
-0
/
+10
*
Remove nativeCursorMatchesFocus, which is no longer necessary.
Leon Scroggins
2011-01-10
1
-15
/
+1
*
Do not show past entries if autocomplete=off.
Leon Scroggins
2011-01-05
1
-2
/
+4
*
map keyboard for webview
Cary Clark
2010-12-28
1
-2
/
+4
*
Make a long press on a textfield work.
Leon Scroggins
2010-12-15
1
-0
/
+12
*
Use black text on white background for dropdowns.
Leon Scroggins
2010-12-13
1
-1
/
+1
*
Use drawLines to draw the outline of the WebTextView.
Leon Scroggins
2010-12-10
1
-8
/
+43
*
Offer the user the option to configure an AutoFill profile.
Ben Murdoch
2010-11-23
1
-2
/
+33
*
Alter the Layout of WebTextView to match webkit.
Leon Scroggins
2010-11-22
1
-0
/
+65
*
Added support for full PC-style keyboards.
Jeff Brown
2010-11-18
1
-2
/
+1
*
Provide variable for debugging the text in WebTextView.
Leon Scroggins
2010-11-12
1
-4
/
+7
*
Work on lining up the TextView and web page text.
Leon Scroggins
2010-11-12
1
-10
/
+30
*
Use the new web email and password variations.
Leon Scroggins
2010-11-04
1
-19
/
+29
*
Merge commit '55381217' into manualmerge
Leon Scroggins
2010-11-01
1
-0
/
+1
|
\
|
*
Update insertion handler for WebTextView.
Leon Scroggins
2010-11-01
1
-0
/
+4
|
*
Avoid NPE in WebTextView.lineUpScroll -> Touch.getMaxScrollX
Brad Fitzpatrick
2010-10-19
1
-2
/
+4
*
|
resolved conflicts for merge of 46ca6a22 to master
Leon Scroggins
2010-10-18
1
-11
/
+24
|
\
\
|
|
/
|
*
Line up textfield with WebTextView more often.
Leon Scroggins
2010-10-15
1
-10
/
+23
*
|
am 00c50b2e: am f348502c: Merge "Allow TextView to do its thing." into ginger...
Leon Scroggins
2010-10-13
1
-3
/
+1
|
\
\
|
|
/
|
*
Allow TextView to do its thing.
Leon Scroggins
2010-10-12
1
-3
/
+1
*
|
Make autofill a webview preference
Ben Murdoch
2010-09-23
1
-1
/
+2
*
|
Make WebTextView display an "AutoFill this form" option
Ben Murdoch
2010-09-23
1
-2
/
+32
*
|
Do not put the selection on screen for non password fields.
Leon Scroggins
2010-09-10
1
-3
/
+16
*
|
Use the proper selection when performing a delete.
Leon Scroggins III
2010-09-03
1
-5
/
+38
*
|
Only close the IME if it is Active on the WebView.
Leon Scroggins III
2010-09-02
1
-2
/
+4
*
|
Send delete key events when pressed at beginning of field.
Leon Scroggins III
2010-08-27
1
-6
/
+7
*
|
Change focusController only when WebView gains/loses focus.
Leon Scroggins
2010-08-18
1
-3
/
+0
*
|
Refactoring more webview zoom code into ZoomManager.
Derek Sollenberger
2010-05-25
1
-10
/
+0
*
|
Check for null before using Layout.
Leon Scroggins
2010-05-25
1
-3
/
+5
*
|
am 39837c5a: am 986a0380: am 69ec5c22: Remove the WebTextView if it is drawin...
Leon Scroggins
2010-04-22
1
-0
/
+17
|
\
\
|
|
/
|
*
Remove the WebTextView if it is drawing when it shouldn't.
Leon Scroggins
2010-04-22
1
-0
/
+17
*
|
Update mTextGeneration when setting the selection to the default.
Leon Scroggins III
2010-04-21
1
-0
/
+1
*
|
Call InputMethodManager.updateSelection at draw time.
Leon Scroggins III
2010-04-15
1
-12
/
+28
|
/
*
Ensure the selection does not change in setTextAndKeepSelection.
Leon Scroggins
2010-04-13
1
-0
/
+7
*
Only include WEB_EDIT if there are more textfields.
Leon Scroggins
2010-04-05
1
-2
/
+4
*
If the new text and old text are "", return from onTextChanged.
Leon Scroggins
2010-03-10
1
-5
/
+11
*
Remove the TAB key from <textarea>s.
Leon Scroggins
2010-03-03
1
-1
/
+2
*
Make nativeMoveCursorToNextInput return a boolean and use it.
Leon Scroggins
2010-03-01
1
-9
/
+10
*
Create a default style for WebTextView.
Leon Scroggins
2010-02-17
1
-1
/
+1
*
Set the IME action to GO for normal textfields.
Leon Scroggins
2010-02-09
1
-0
/
+4
*
Handle the Tab key by moving to the next textfield. And ensure
Leon Scroggins
2010-02-09
1
-24
/
+17
*
Create a new ImeOption that disables fullscreen in landscape, and use it.
Leon Scroggins
2010-01-12
1
-5
/
+8
*
Request <label> info only when accessing a textfield.
Leon Scroggins
2010-01-07
1
-2
/
+3
*
Show label information as hint text
Leon Scroggins
2010-01-06
1
-0
/
+2
*
If the DOM changes textfield focus, make the IME work properly.
Leon Scroggins
2010-01-04
1
-23
/
+0
*
Pass a message to move the focus when user hits "Next".
Leon Scroggins
2009-12-09
1
-3
/
+0
*
Some fixes for positioning the WebTextView.
Leon Scroggins
2009-12-08
1
-1
/
+0
[next]