summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/FindActionModeCallback.java
AgeCommit message (Expand)Author
2017-09-26WebView: use proper javadocsNate Fischer
2017-09-21WebView: add @Nullable and @NonNull annotationsNate Fischer
2017-09-05WebView: wrap Java literals with {@code}Nate Fischer
2015-11-26Use Context.getSystemService(Class<T>) for InputMethodManager.Yohei Yukawa
2015-05-15Keep IMM#mCurRootView synchronized with the actual window focus.Yohei Yukawa
2015-05-14Revert "Update IME focus when the active view is losing the focus."Wale Ogunwale
2015-05-12Update IME focus when the active view is losing the focus.Yohei Yukawa
2014-11-12[WebView] Allow the WebView to be compiled against the system SDK.Ignacio Solla
2013-01-22am 58fb0002: am ecd3c76f: am 6458d9b1: Merge "Fix for truncated sentence in "...John Reck
2013-01-18Refactor FindActionModeCallback.Ben Murdoch
2013-01-15Fix for truncated sentence in "Find on Page" fieldStefan Wysocki
2012-05-24Use setCustomSelectActionModeCallback to disallow action bar.George Mount
2012-04-09Make WebView.findAllAsync() and WebView.setFindListener() public.Victoria Lease
2012-03-16proposed public API for asynchronous find-on-pageVictoria Lease
2012-03-02Refactor WebView to be a thin proxy classJonathan Dixon
2012-02-21async find-on-page implementation via WebKitVictoria Lease
2011-11-08Fix determining find on page overlapJohn Reck
2011-10-06Fix calc visible to account for action barJohn Reck
2011-10-03Fix bugs around overlay action modes.Adam Powell
2011-01-11Find when pressing enter. Call onClickListener in TextView.Leon Scroggins
2011-01-07Do not update matches string when there are no matches.Leon Scroggins
2011-01-05Show the keyboard when opening Find from the menu.Leon Scroggins
2011-01-05Do not open the keyboard when opening Find from CAB.Leon Scroggins
2010-12-09Dismiss IME when pressing Next or Previous.Leon Scroggins
2010-12-01Do not remove the embedded title bar when starting Find.Leon Scroggins
2010-09-15Exit action mode when destroying the WebView or loading.Leon Scroggins
2010-09-01Move Find on page and Select ActionModes to framework.Leon Scroggins