summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/TextView.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add single-arg TextView.setTextAppearance, deprecate two-arg methodAlan Viverette2015-03-161-62/+60
|/
* More work on collecting assist data.Dianne Hackborn2015-03-121-5/+6
* Move the "Replace" popup option to the Text Selection ActionMode.Clara Bayarri2015-03-121-0/+1
* Merge "Annotate ARGB integer parameters with @ColorInt"Tor Norbye2015-03-061-4/+9
|\
| * Annotate ARGB integer parameters with @ColorIntTor Norbye2015-03-051-4/+9
* | Merge "Allow attrs to be @Nullable in TextView and LinearLayout"Scott Kennedy2015-03-061-3/+4
|\ \
| * | Allow attrs to be @Nullable in TextView and LinearLayoutScott Kennedy2015-03-051-4/+5
* | | Merge "Support undo of some programmatic TextView changes"James Cook2015-03-061-0/+1
|\ \ \ | |_|/ |/| |
| * | Support undo of some programmatic TextView changesJames Cook2015-03-031-0/+1
| |/
* | Merge "Text selection changes - smart handles & drag accelerator"Mady Mellor2015-03-051-3/+10
|\ \ | |/ |/|
| * Text selection changes - smart handles & drag acceleratorMady Mellor2015-03-021-2/+9
* | Add TextView XML attribute for undo supportJames Cook2015-02-271-0/+5
|/
* Reland: Add basic support for Ctrl-Z to editable TextViewsJames Cook2015-02-271-19/+64