summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/ExtractEditLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary casts on calls to findViewByIdAlan Viverette2017-04-141-1/+1
| | | | | | | | Just frameworks/ this time. More paths to come. Bug: 24137209 Test: make -j32 Change-Id: Iff27abd26fa43296ac2fff8f534fc6742d2ae80c
* Remove ExtractEditAction - part 1Andrei Stingaceanu2015-06-111-170/+2
| | | | | | | | | 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
* Revert "Completely remove ExtractActionMode - master cherrypick"Andrei Stingaceanu2015-06-111-2/+170
| | | | | | This reverts commit 00245473dbdf5469ad40d1ca6d2f53a87462efcb. Change-Id: If078c09fbdfd00d005ff58d543f03601b96eef0a
* Completely remove ExtractActionMode - master cherrypickAndrei Stingaceanu2015-06-111-170/+2
| | | | | | | | | 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
* Fixed memory leak in ExtractEditLayout finish()Johan8 Persson22015-03-271-0/+2
| | | | | | | | | 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
* Add support for optional titles in action modesAdam Powell2012-02-241-0/+6
| | | | | | | | | Optional titles will only be displayed in the CAB if they entirely fit instead of ellipsizing. Fixes bug 5821883 Change-Id: I0cfd6d4fd34a4fa9f520499d577706da30606811
* Fix bug 5237737 - ActionBar should fire an accessibility event whenAdam Powell2011-09-141-3/+7
| | | | | | | | | | 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
* The back key stops selection mode in extracted text mode.Gilles Debunne2011-09-081-4/+20
| | | | | | | | | | | 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
* Fix bug 5048482 - mischievous monkeys editing text in IME extract modeAdam Powell2011-07-211-1/+4
| | | | Change-Id: I0bb8d85bc6fdb52c718dca99d69a1571bd64c517
* Handle action modes in the IME extract mode view.Adam Powell2011-06-021-0/+183
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