index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
TextView.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Fix Cancelling a text action activity deletes the selected text" into ...
Clara Bayarri
2015-05-19
1
-9
/
+15
|
\
|
*
Fix Cancelling a text action activity deletes the selected text
Clara Bayarri
2015-05-15
1
-9
/
+15
*
|
Editor: enable double tap for selection after cut/copy.
Andrei Stingaceanu
2015-05-14
1
-0
/
+19
|
/
*
Merge "Fix floating toolbar popping frequently after Replace/Copy" into mnc-dev
Andrei Stingaceanu
2015-05-14
1
-4
/
+6
|
\
|
*
Fix floating toolbar popping frequently after Replace/Copy
Andrei Stingaceanu
2015-05-07
1
-4
/
+6
*
|
Merge "Fix: replace terminates extract mode (floating toolbar)" into mnc-dev
Andrei Stingaceanu
2015-05-14
1
-0
/
+6
|
\
\
|
*
|
Fix: replace terminates extract mode (floating toolbar)
Andrei Stingaceanu
2015-05-12
1
-0
/
+6
*
|
|
Merge "Add hyphenationFrequency attribute to TextView and StaticLayout." into...
Roozbeh Pournader
2015-05-12
1
-3
/
+40
|
\
\
\
|
*
|
|
Add hyphenationFrequency attribute to TextView and StaticLayout.
Roozbeh Pournader
2015-05-12
1
-3
/
+40
*
|
|
|
Revert "Fix build - Revert "Revert "Use default constructor to get anti-alias...
Chris Craik
2015-05-12
1
-2
/
+2
|
/
/
/
*
|
|
Fix build - Revert "Revert "Use default constructor to get anti-aliasing""
Chris Craik
2015-05-12
1
-2
/
+2
*
|
|
Revert "Use default constructor to get anti-aliasing"
Chris Craik
2015-05-12
1
-2
/
+2
|
/
/
*
|
Merge "Fix issue #20655182: API Review: ViewAssistStructure" into mnc-dev
Dianne Hackborn
2015-05-08
1
-3
/
+3
|
\
\
|
*
|
Fix issue #20655182: API Review: ViewAssistStructure
Dianne Hackborn
2015-05-07
1
-3
/
+3
|
|
/
*
|
Use new hierarchy viewer protocol in all View subclasses
Siva Velusamy
2015-05-07
1
-1
/
+20
|
/
*
Expose StaticLayout.Builder publicly
Raph Levien
2015-05-01
1
-4
/
+2
*
Make Paint a required field of StaticLayout Builder
Raph Levien
2015-04-30
1
-4
/
+2
*
Merge "DO NOT MERGE - Minor clean up: redundant functionality in Editor and T...
Andrei Stingaceanu
2015-04-29
1
-2
/
+6
|
\
|
*
DO NOT MERGE - Minor clean up: redundant functionality in Editor and TextView.
Andrei Stingaceanu
2015-04-28
1
-2
/
+6
*
|
Use default constructor to get anti-aliasing
Chris Craik
2015-04-28
1
-2
/
+2
|
/
*
Introduce "Share" option to the floating text selection toolbar.
Andrei Stingaceanu
2015-04-21
1
-5
/
+26
*
Text processing - stop showing an empty toast.
Andrei Stingaceanu
2015-04-20
1
-1
/
+3
*
Merge "Editor: keep text selection when starting a process text intent."
Clara Bayarri
2015-04-16
1
-0
/
+1
|
\
|
*
Editor: keep text selection when starting a process text intent.
Clara Bayarri
2015-04-14
1
-0
/
+1
*
|
Add left and right indent arrays to TextView
Raph Levien
2015-04-15
1
-0
/
+78
*
|
Add more firstStrong alternatives for textDirection.
Roozbeh Pournader
2015-04-13
1
-0
/
+4
|
/
*
Merge "Fix date picker dialog size"
Alan Viverette
2015-04-13
1
-0
/
+1
|
\
|
*
Fix date picker dialog size
Alan Viverette
2015-04-10
1
-0
/
+1
*
|
Show and trigger activities that implement Text Processing actions
Clara Bayarri
2015-04-10
1
-0
/
+47
*
|
Merge "Fix unexpected selection cancellation"
Seigo Nonaka
2015-04-10
1
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
Fix unexpected selection cancellation
Seigo Nonaka
2015-04-09
1
-0
/
+6
*
|
Merge "Rework assist to walk down the view hierarchy."
Dianne Hackborn
2015-04-02
1
-2
/
+2
|
\
\
|
*
|
Rework assist to walk down the view hierarchy.
Dianne Hackborn
2015-04-01
1
-2
/
+2
|
|
/
*
|
Add breakStrategy attribute to TextView
Raph Levien
2015-04-01
1
-43
/
+73
|
/
*
Merge "Improve undo support for text entered with IME"
James Cook
2015-03-18
1
-6
/
+4
|
\
|
*
Improve undo support for text entered with IME
James Cook
2015-03-18
1
-6
/
+4
*
|
Editor: Fire the selection Action Mode when long pressing on an empty space
Clara Bayarri
2015-03-18
1
-3
/
+3
*
|
Add single-arg TextView.setTextAppearance, deprecate two-arg method
Alan Viverette
2015-03-16
1
-62
/
+60
|
/
*
More work on collecting assist data.
Dianne Hackborn
2015-03-12
1
-5
/
+6
*
Move the "Replace" popup option to the Text Selection ActionMode.
Clara Bayarri
2015-03-12
1
-0
/
+1
*
Merge "Annotate ARGB integer parameters with @ColorInt"
Tor Norbye
2015-03-06
1
-4
/
+9
|
\
|
*
Annotate ARGB integer parameters with @ColorInt
Tor Norbye
2015-03-05
1
-4
/
+9
*
|
Merge "Allow attrs to be @Nullable in TextView and LinearLayout"
Scott Kennedy
2015-03-06
1
-3
/
+4
|
\
\
|
*
|
Allow attrs to be @Nullable in TextView and LinearLayout
Scott Kennedy
2015-03-05
1
-4
/
+5
*
|
|
Merge "Support undo of some programmatic TextView changes"
James Cook
2015-03-06
1
-0
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Support undo of some programmatic TextView changes
James Cook
2015-03-03
1
-0
/
+1
|
|
/
*
|
Merge "Text selection changes - smart handles & drag accelerator"
Mady Mellor
2015-03-05
1
-3
/
+10
|
\
\
|
|
/
|
/
|
|
*
Text selection changes - smart handles & drag accelerator
Mady Mellor
2015-03-02
1
-2
/
+9
*
|
Add TextView XML attribute for undo support
James Cook
2015-02-27
1
-0
/
+5
|
/
*
Reland: Add basic support for Ctrl-Z to editable TextViews
James Cook
2015-02-27
1
-19
/
+64
[next]