index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
webkit
/
FindActionModeCallback.java
Age
Commit message (
Expand
)
Author
2017-09-26
WebView: use proper javadocs
Nate Fischer
2017-09-21
WebView: add @Nullable and @NonNull annotations
Nate Fischer
2017-09-05
WebView: wrap Java literals with {@code}
Nate Fischer
2015-11-26
Use Context.getSystemService(Class<T>) for InputMethodManager.
Yohei Yukawa
2015-05-15
Keep IMM#mCurRootView synchronized with the actual window focus.
Yohei Yukawa
2015-05-14
Revert "Update IME focus when the active view is losing the focus."
Wale Ogunwale
2015-05-12
Update 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-22
am 58fb0002: am ecd3c76f: am 6458d9b1: Merge "Fix for truncated sentence in "...
John Reck
2013-01-18
Refactor FindActionModeCallback.
Ben Murdoch
2013-01-15
Fix for truncated sentence in "Find on Page" field
Stefan Wysocki
2012-05-24
Use setCustomSelectActionModeCallback to disallow action bar.
George Mount
2012-04-09
Make WebView.findAllAsync() and WebView.setFindListener() public.
Victoria Lease
2012-03-16
proposed public API for asynchronous find-on-page
Victoria Lease
2012-03-02
Refactor WebView to be a thin proxy class
Jonathan Dixon
2012-02-21
async find-on-page implementation via WebKit
Victoria Lease
2011-11-08
Fix determining find on page overlap
John Reck
2011-10-06
Fix calc visible to account for action bar
John Reck
2011-10-03
Fix bugs around overlay action modes.
Adam Powell
2011-01-11
Find when pressing enter. Call onClickListener in TextView.
Leon Scroggins
2011-01-07
Do not update matches string when there are no matches.
Leon Scroggins
2011-01-05
Show the keyboard when opening Find from the menu.
Leon Scroggins
2011-01-05
Do not open the keyboard when opening Find from CAB.
Leon Scroggins
2010-12-09
Dismiss IME when pressing Next or Previous.
Leon Scroggins
2010-12-01
Do not remove the embedded title bar when starting Find.
Leon Scroggins
2010-09-15
Exit action mode when destroying the WebView or loading.
Leon Scroggins
2010-09-01
Move Find on page and Select ActionModes to framework.
Leon Scroggins