index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
SelectionActionModeHelper.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Fix typos related to sortSelectionIndices" am: 5247f04147 am: 7a42f1c980
Treehugger Robot
2020-07-08
1
-13
/
+13
|
\
|
*
Fix typos related to sortSelectionIndices
Wang Han
2020-07-06
1
-13
/
+13
|
*
Fix app crash if the selection is from reverse direction.
Joanne Chung
2020-07-06
1
-17
/
+55
|
*
Hold a strong reference to the callback in TextClassifierService
Tony Mak
2019-08-22
1
-0
/
+1
*
|
Disable language logging in TextClassifier/TranslateEvent
Tony Mak
2020-06-08
1
-1
/
+2
*
|
Merge "Use TextClassicationSession to call smart selection APIs." into rvc-dev
TreeHugger Robot
2020-04-29
1
-2
/
+2
|
\
\
|
*
|
Use TextClassicationSession to call smart selection APIs.
Tony Mak
2020-04-24
1
-2
/
+2
*
|
|
Fix app crash if the selection is from reverse direction.
Joanne Chung
2020-04-16
1
-18
/
+55
|
/
/
*
|
Remove local text classifier and related tests.
Tony Mak
2020-03-16
1
-2
/
+1
*
|
Replace com.android.internal.util.Preconditions.checkNotNull with
Daulet Zhanguzin
2020-01-03
1
-11
/
+11
*
|
Hold a strong reference to the callback in TextClassifierService
Tony Mak
2019-08-22
1
-0
/
+1
|
/
*
Split TextClassifierEvent into multiple subclasses
Abodunrinwa Toki
2019-04-16
1
-3
/
+2
*
Log translate action's views and clicks.
Abodunrinwa Toki
2019-01-31
1
-9
/
+109
*
Do not linkify text with RLO/LRO characters.
Abodunrinwa Toki
2018-11-27
1
-12
/
+7
*
Fix monkey crash in smart selection animation
Mihai Popa
2018-05-25
1
-2
/
+6
*
Merge "Cheaper crash check post smart selection animation"
TreeHugger Robot
2018-05-22
1
-2
/
+2
|
\
|
*
Cheaper crash check post smart selection animation
Mihai Popa
2018-05-21
1
-2
/
+2
*
|
Merge "End the TC session on terminal selection event actions" into pi-dev am...
Abodunrinwa Toki
2018-05-22
1
-23
/
+33
|
\
\
|
|
/
|
/
|
|
*
Merge "End the TC session on terminal selection event actions" into pi-dev
TreeHugger Robot
2018-05-22
1
-23
/
+33
|
|
\
|
|
*
End the TC session on terminal selection event actions
Abodunrinwa Toki
2018-05-22
1
-23
/
+33
|
*
|
Merge "Fix crash after smart selection animation" into pi-dev
Mihai Popa
2018-05-22
1
-1
/
+6
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Fix crash after smart selection animation
Mihai Popa
2018-05-22
1
-1
/
+6
*
|
|
Merge "Refresh TCM settings when they change" into pi-dev am: 3fa564030f
Abodunrinwa Toki
2018-05-17
1
-9
/
+12
|
\
|
|
|
*
|
Refresh TCM settings when they change
Abodunrinwa Toki
2018-05-17
1
-9
/
+12
|
|
/
*
/
Fix crash after smart selection animation
Mihai Popa
2018-05-09
1
-1
/
+6
|
/
*
Fix broken target SDK checks.
Jeff Sharkey
2018-04-10
1
-2
/
+2
*
Remove legacy logger
Jan Althaus
2018-04-07
1
-22
/
+2
*
TextClassifier API updates.
Abodunrinwa Toki
2018-04-01
1
-41
/
+52
*
Merge "Implement Stateful TextClassifier APIs." into pi-dev
Abodunrinwa Toki
2018-03-28
1
-18
/
+48
|
\
|
*
Implement Stateful TextClassifier APIs.
Abodunrinwa Toki
2018-03-28
1
-18
/
+48
|
*
Fix smart_linkify_enabled flag.
Abodunrinwa Toki
2018-03-22
1
-1
/
+1
*
|
Fix random SmartLinkify-related TextView bugs.
Abodunrinwa Toki
2018-03-26
1
-10
/
+21
|
/
*
TextClassifierService.onSelectionEvent
Abodunrinwa Toki
2018-03-12
1
-0
/
+3
*
Merge textclassifier/logging/ into textclassifier/
Abodunrinwa Toki
2018-03-10
1
-2
/
+2
*
Don't use highlighting in non-selectable text. Also fixes potential discrepan...
Richard Ledley
2018-03-06
1
-11
/
+6
*
Associate TCconstants with the TCM instead of TCImpl
Abodunrinwa Toki
2018-02-28
1
-15
/
+16
*
Merge "Logging for linkify selections"
TreeHugger Robot
2018-02-12
1
-6
/
+15
|
\
|
*
Logging for linkify selections
Jan Althaus
2018-02-05
1
-6
/
+15
*
|
Updating smart text selection animation
Jan Althaus
2018-02-05
1
-2
/
+6
|
/
*
Implement TextClassifier.getLogger API
Abodunrinwa Toki
2018-01-31
1
-39
/
+46
*
Introduce a TextClassifierManagerService.
Abodunrinwa Toki
2018-01-29
1
-0
/
+1
*
Make Linkify links clickable in nonselectable text.
Richard Ledley
2018-01-11
1
-5
/
+29
*
Show Floating Toolbar when tapping a selectable TextLink in TextView.
Richard Ledley
2017-12-18
1
-13
/
+57
*
Widget types for unselectable and custom views
Jan Althaus
2017-11-14
1
-1
/
+3
*
Optional parameters for TextClassifier APIs.
Abodunrinwa Toki
2017-11-03
1
-14
/
+41
*
Flags to enable/disable smart selection in EditText
Abodunrinwa Toki
2017-10-12
1
-10
/
+20
*
Merge "Invert the animation over RTL selections"
TreeHugger Robot
2017-09-29
1
-19
/
+42
|
\
|
*
Invert the animation over RTL selections
Petar Ĺ egina
2017-09-28
1
-19
/
+42
*
|
Merge "Increase the duration allowed for a TC result."
Abodunrinwa Toki
2017-09-29
1
-8
/
+24
|
\
\
|
|
/
|
/
|
|
*
Increase the duration allowed for a TC result.
Abodunrinwa Toki
2017-09-27
1
-8
/
+24
[next]