summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/FindActionModeCallback.java
Commit message (Expand)AuthorAgeFilesLines
* [WebView] Allow the WebView to be compiled against the system SDK.Ignacio Solla2014-11-121-0/+2
* am 58fb0002: am ecd3c76f: am 6458d9b1: Merge "Fix for truncated sentence in "...John Reck2013-01-221-1/+1
|\
| * Fix for truncated sentence in "Find on Page" fieldStefan Wysocki2013-01-151-1/+1
* | Refactor FindActionModeCallback.Ben Murdoch2013-01-181-12/+24
|/
* Use setCustomSelectActionModeCallback to disallow action bar.George Mount2012-05-241-9/+22
* Make WebView.findAllAsync() and WebView.setFindListener() public.Victoria Lease2012-04-091-2/+2
* proposed public API for asynchronous find-on-pageVictoria Lease2012-03-161-7/+4
* Refactor WebView to be a thin proxy classJonathan Dixon2012-03-021-4/+4
* async find-on-page implementation via WebKitVictoria Lease2012-02-211-13/+26
* Fix determining find on page overlapJohn Reck2011-11-081-4/+11
* Fix calc visible to account for action barJohn Reck2011-10-061-4/+12
* Fix bugs around overlay action modes.Adam Powell2011-10-031-0/+8
* Find when pressing enter. Call onClickListener in TextView.Leon Scroggins2011-01-111-11/+19
* Do not update matches string when there are no matches.Leon Scroggins2011-01-071-0/+6
* Show the keyboard when opening Find from the menu.Leon Scroggins2011-01-051-0/+2
* Do not open the keyboard when opening Find from CAB.Leon Scroggins2011-01-051-1/+4
* Dismiss IME when pressing Next or Previous.Leon Scroggins2010-12-091-0/+5
* Do not remove the embedded title bar when starting Find.Leon Scroggins2010-12-011-4/+0
* Exit action mode when destroying the WebView or loading.Leon Scroggins2010-09-151-0/+6
* Move Find on page and Select ActionModes to framework.Leon Scroggins2010-09-011-0/+224