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
/
view
/
ActionMode.java
Age
Commit message (
Expand
)
Author
2020-01-07
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-11-13
Add @UnsupportedAppUsage to test apis that are known to be used by apps.
Artur Satayev
2017-07-01
Make ActionMode.isUiFocusable a TestApi
Abodunrinwa Toki
2015-06-18
Fix FloatingToolbar flickers.
Abodunrinwa Toki
2015-06-05
Fix ActionMode.snooze API
Abodunrinwa Toki
2015-05-21
Update the documentation for ActionMode.Callback2#onGetContentRect
Clara Bayarri
2015-05-19
Hide floating toolbar when user interacts with screen.
Abodunrinwa Toki
2015-03-17
Floating toolbars: Add content rect related methods to API
Clara Bayarri
2015-02-18
Add @ResourceInt annotations on APIs
Tor Norbye
2015-02-03
Floating Palettes: Create the ActionMode type and use it in Editor.
Clara Bayarri
2012-05-02
JB API cleanup; ActionMode and View docs
Adam Powell
2012-02-24
Add support for optional titles in action modes
Adam Powell
2012-02-17
docs: fix broken link
Scott Main
2012-02-01
docs: update menu guide with CAB and popup menu, plus many other revisions
Scott Main
2011-10-03
Fix bugs around overlay action modes.
Adam Powell
2011-07-18
Fix bug 5031652 - offer a way to associate metadata with an ActionMode
Adam Powell
2010-08-02
Add ActionMode#getMenuInflater() for easier menu inflation in
Adam Powell
2010-07-28
Add support for setting action mode titles/subtitles by resource ID
Adam Powell
2010-07-26
Moved context modes into view, renamed to action modes
Adam Powell