History log of /frameworks/base/core/java/android/inputmethodservice/ExtractEditLayout.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
51efddbd3bb304de2dd47fa8cd1114ac555958bb 05-Apr-2017 Alan Viverette <alanv@google.com> Remove unnecessary casts on calls to findViewById

Just frameworks/ this time. More paths to come.

Bug: 24137209
Test: make -j32
Change-Id: Iff27abd26fa43296ac2fff8f534fc6742d2ae80c
/frameworks/base/core/java/android/inputmethodservice/ExtractEditLayout.java
710645eb36e88a6a788f51bea9edbeee53853de1 11-Jun-2015 Andrei Stingaceanu <stg@google.com> Remove ExtractEditAction - part 1

Use the floating toolbar action mode instead.
This change is identical to 7315b15a034eeb2d9a4cd24c100023c048ca
(minus string changes). Due to scary conflicts in strings I will
make the string changes in the next CL.

Change-Id: Ia66ef5e886df1fc42a8e1ba52d77141e1e88dbd4
/frameworks/base/core/java/android/inputmethodservice/ExtractEditLayout.java
1036c74784d8f8ca7232aaa26b1b0c3796c29d1d 11-Jun-2015 Andrei Stingaceanu <stg@google.com> Revert "Completely remove ExtractActionMode - master cherrypick"

This reverts commit 00245473dbdf5469ad40d1ca6d2f53a87462efcb.

Change-Id: If078c09fbdfd00d005ff58d543f03601b96eef0a
/frameworks/base/core/java/android/inputmethodservice/ExtractEditLayout.java
00245473dbdf5469ad40d1ca6d2f53a87462efcb 11-Jun-2015 Andrei Stingaceanu <stg@google.com> Completely remove ExtractActionMode - master cherrypick

Use the floating toolbar action mode instead.
This CL is identical to ag/701639. The merge to master was skipped
due to a conflict. This is the 'manual merge'

Bug: 20128047
Change-Id: I5ef9b4b5b9574a4a360a853b2d1abd5b374f2fd5
/frameworks/base/core/java/android/inputmethodservice/ExtractEditLayout.java
567267015dee3bfaee9a01eef7a874699a28265b 16-May-2012 Johan8 Persson2 <johan8.persson2@sonymobile.com> Fixed memory leak in ExtractEditLayout finish()

When marking text and opening the edit text dialog
and then rotating the device would result in references
being kept to the edit text dialog and the memory would
never get released again.

Change-Id: I3e95083e4923844d2b496ea79174ef97e77f8686
/frameworks/base/core/java/android/inputmethodservice/ExtractEditLayout.java
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