summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/TextView.java
Commit message (Expand)AuthorAgeFilesLines
* Remove indents from TextViewRaph Levien2015-06-171-65/+0
* Fix APIs.Dianne Hackborn2015-06-111-13/+14
* Fix Floating tool bar flickers after long pressing on empty region.Clara Bayarri2015-06-091-3/+8
* Merge "Fix Select All should not be shown when everything is already selected...Clara Bayarri2015-06-051-1/+2
|\
| * Fix Select All should not be shown when everything is already selectedClara Bayarri2015-06-051-1/+2
* | Fix Toolbar is not refreshed after Select AllClara Bayarri2015-06-051-2/+9
|/
* Separate the SelectionActionMode into Insertion and Selection.Clara Bayarri2015-06-041-19/+56
* Rename setTextDir to setTextDirectionRaph Levien2015-06-031-2/+2
* Merge "Fix TextView ActionMode overflow finishes the ActionMode" into mnc-devClara Bayarri2015-06-021-0/+2
|\
| * Fix TextView ActionMode overflow finishes the ActionModeClara Bayarri2015-05-291-0/+2
* | Merge "assist: Fix reported colors/styles for TextView/Switch" into mnc-devJames Cook2015-05-291-1/+28
|\ \ | |/ |/|
| * assist: Fix reported colors/styles for TextView/SwitchJames Cook2015-05-281-1/+28
* | Stop showing both the floating toolbar and suggestionsAndrei Stingaceanu2015-05-281-2/+2
|/
* Merge "Fix Cancelling a text action activity deletes the selected text" into ...Clara Bayarri2015-05-191-9/+15
|\
| * Fix Cancelling a text action activity deletes the selected textClara Bayarri2015-05-151-9/+15
* | Editor: enable double tap for selection after cut/copy.Andrei Stingaceanu2015-05-141-0/+19
|/
* Merge "Fix floating toolbar popping frequently after Replace/Copy" into mnc-devAndrei Stingaceanu2015-05-141-4/+6
|\
| * Fix floating toolbar popping frequently after Replace/CopyAndrei Stingaceanu2015-05-071-4/+6
* | Merge "Fix: replace terminates extract mode (floating toolbar)" into mnc-devAndrei Stingaceanu2015-05-141-0/+6
|\ \
| * | Fix: replace terminates extract mode (floating toolbar)Andrei Stingaceanu2015-05-121-0/+6
* | | Merge "Add hyphenationFrequency attribute to TextView and StaticLayout." into...Roozbeh Pournader2015-05-121-3/+40
|\ \ \
| * | | Add hyphenationFrequency attribute to TextView and StaticLayout.Roozbeh Pournader2015-05-121-3/+40
* | | | Revert "Fix build - Revert "Revert "Use default constructor to get anti-alias...Chris Craik2015-05-121-2/+2
|/ / /
* | | Fix build - Revert "Revert "Use default constructor to get anti-aliasing""Chris Craik2015-05-121-2/+2
* | | Revert "Use default constructor to get anti-aliasing"Chris Craik2015-05-121-2/+2
|/ /
* | Merge "Fix issue #20655182: API Review: ViewAssistStructure" into mnc-devDianne Hackborn2015-05-081-3/+3
|\ \
| * | Fix issue #20655182: API Review: ViewAssistStructureDianne Hackborn2015-05-071-3/+3
| |/
* | Use new hierarchy viewer protocol in all View subclassesSiva Velusamy2015-05-071-1/+20
|/
* Expose StaticLayout.Builder publiclyRaph Levien2015-05-011-4/+2
* Make Paint a required field of StaticLayout BuilderRaph Levien2015-04-301-4/+2
* Merge "DO NOT MERGE - Minor clean up: redundant functionality in Editor and T...Andrei Stingaceanu2015-04-291-2/+6
|\
| * DO NOT MERGE - Minor clean up: redundant functionality in Editor and TextView.Andrei Stingaceanu2015-04-281-2/+6
* | Use default constructor to get anti-aliasingChris Craik2015-04-281-2/+2
|/
* Introduce "Share" option to the floating text selection toolbar.Andrei Stingaceanu2015-04-211-5/+26
* Text processing - stop showing an empty toast.Andrei Stingaceanu2015-04-201-1/+3
* Merge "Editor: keep text selection when starting a process text intent."Clara Bayarri2015-04-161-0/+1
|\
| * Editor: keep text selection when starting a process text intent.Clara Bayarri2015-04-141-0/+1
* | Add left and right indent arrays to TextViewRaph Levien2015-04-151-0/+78
* | Add more firstStrong alternatives for textDirection.Roozbeh Pournader2015-04-131-0/+4
|/
* Merge "Fix date picker dialog size"Alan Viverette2015-04-131-0/+1
|\
| * Fix date picker dialog sizeAlan Viverette2015-04-101-0/+1
* | Show and trigger activities that implement Text Processing actionsClara Bayarri2015-04-101-0/+47
* | Merge "Fix unexpected selection cancellation"Seigo Nonaka2015-04-101-0/+6
|\ \ | |/ |/|
| * Fix unexpected selection cancellationSeigo Nonaka2015-04-091-0/+6
* | Merge "Rework assist to walk down the view hierarchy."Dianne Hackborn2015-04-021-2/+2
|\ \
| * | Rework assist to walk down the view hierarchy.Dianne Hackborn2015-04-011-2/+2
| |/
* | Add breakStrategy attribute to TextViewRaph Levien2015-04-011-43/+73
|/
* Merge "Improve undo support for text entered with IME"James Cook2015-03-181-6/+4
|\
| * Improve undo support for text entered with IMEJames Cook2015-03-181-6/+4
* | Editor: Fire the selection Action Mode when long pressing on an empty spaceClara Bayarri2015-03-181-3/+3