History log of /frameworks/base/core/java/android/inputmethodservice/ExtractEditLayout.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b98a81f86ab87f1d718f329f03256111fdabd8d1 24-Feb-2012 Adam Powell <adamp@google.com> Add support for optional titles in action modes

Optional titles will only be displayed in the CAB if they entirely fit
instead of ellipsizing.

Fixes bug 5821883

Change-Id: I0cfd6d4fd34a4fa9f520499d577706da30606811
/frameworks/base/core/java/android/inputmethodservice/ExtractEditLayout.java
86ed436b83d6b71ff00d1c3db910f2952018489e 15-Sep-2011 Adam Powell <adamp@google.com> Fix bug 5237737 - ActionBar should fire an accessibility event when
action mode is turned on/off

Fire AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED when action modes
come and go to give an indication of UI change on the level of a menu
or dialog opening/closing.

Change-Id: Id36c6153b0722b4b6927c8d36503e8ac57c2d2b2
/frameworks/base/core/java/android/inputmethodservice/ExtractEditLayout.java
34703b6d304c2bc6f4a39583931c7582d0455b0c 08-Sep-2011 Gilles Debunne <debunne@google.com> The back key stops selection mode in extracted text mode.

The previous behavior stopped the extracted text mode, leaving the
text selected and without handles in the app.

As what happens in normal (non extracted) mode, the back key now
stops the text selection mode. A second back will get the user back
to normal mode.

Change-Id: I2e8d2d7a1a1e1344997da75438f8df804fb8735c
/frameworks/base/core/java/android/inputmethodservice/ExtractEditLayout.java
d06caed8d6a53294fe5a0fa2c7e9e394d541ed64 22-Jul-2011 Adam Powell <adamp@google.com> Fix bug 5048482 - mischievous monkeys editing text in IME extract mode

Change-Id: I0bb8d85bc6fdb52c718dca99d69a1571bd64c517
/frameworks/base/core/java/android/inputmethodservice/ExtractEditLayout.java
5ee36c48be8d36c5f4025202e8ede561c9ad3aba 02-Jun-2011 Adam Powell <adamp@google.com> Handle action modes in the IME extract mode view.

This presents action modes (such as the one for text editing) in a
less screen-consuming way in the IME extract mode layout. The submit
button is replaced by an "Edit..." button that shows the action mode
menu when clicked.

Still needs UX design and tweaking.

Change-Id: Ia7b3f3446edced0ee5a9abc5e2f0ff16f4fa3ab1
/frameworks/base/core/java/android/inputmethodservice/ExtractEditLayout.java