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