index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
view
/
translation
/
UiTranslationController.java
Age
Commit message (
Expand
)
Author
2022-03-15
Merge SP2A.220305.013
Haamed Gheibi
2021-10-07
Fix not show translation if call startTranslation after pauseTranslation
Joanne Chung
2021-09-17
Fix translation doesn't work on ViewGroup
Joanne Chung
2021-08-18
Bug Fix: fix NullPointerException while scrolling message apps
Joanne Chung
2021-07-02
Merge "Disable log default dumps in debug ROM" into sc-dev
Joanne Chung
2021-07-01
Notify onFinished when activity is destroyed.
Joanne Chung
2021-06-29
Disable log default dumps in debug ROM
Joanne Chung
2021-06-17
Bug fix: Move the implementation out from View.onTranslationResponse.
Joanne Chung
2021-06-09
Clear the ViewTranslationResponse on finishing UiTranslation.
Ahaan Ugale
2021-06-08
Dump the last Activity information when dumpsys translation
Joanne Chung
2021-05-27
Translate: Text alpha animation on toggling translated state.
Ahaan Ugale
2021-05-27
Translate: Ignore duplicate translations.
Ahaan Ugale
2021-05-21
Refine the ViewTranslationCallback usage.
Joanne Chung
2021-05-14
Change dictionary results to use a bundle instead since it is a
Adam He
2021-05-12
Pipe UiTranslationSpec through to the UiTranslationController.
Ahaan Ugale
2021-05-10
API feedback: Translation View API improvement.
Joanne Chung
2021-05-03
Remove logging of translation requests/responses/chat related views.
Adam He
2021-04-29
Fix pass null TranslationCapability to dispatchRequestTranslation()
Joanne Chung
2021-04-21
Merge "API feedback: Translation View API refinement." into sc-dev
Joanne Chung
2021-04-20
API feedback: Translation View API refinement.
Joanne Chung
2021-04-20
Merge "Rename destSpecs to targetSpecs" into sc-dev
TreeHugger Robot
2021-04-16
AutoTranslate: Pad view text for compatibility reasons.
Ahaan Ugale
2021-04-14
Merge "Add debug log to help to debug translation problem." into sc-dev
Joanne Chung
2021-04-13
Add debug log to help to debug translation problem.
Joanne Chung
2021-04-02
Fix UiTranslation for ListView.
Ahaan Ugale
2021-04-01
Rename destSpecs to targetSpecs
Adam He
2021-04-01
Merge "Allow to report finsh/pause state if Activity isn't resume." into sc-dev
TreeHugger Robot
2021-03-31
Bug fix: allow to create ViewTranslationRequest for virtual AutofillId.
Joanne Chung
2021-03-30
Allow to report finsh/pause state if Activity isn't resume.
Joanne Chung
2021-03-30
Fix the wrong logic to check if the element in SparseArray
Joanne Chung
2021-03-29
Add translation APIs for virtual views.
Joanne Chung
2021-03-25
Implement dispatchRequestTranslation for getting translation information.
Joanne Chung
2021-03-25
Update View translation APIs.
Joanne Chung
2021-03-22
Add API for TranslationContext
Adam He
2021-03-19
Implement TranslationCallback with support for partial responses.
Adam He
2021-03-11
Add debug logs to help clarify the issue
Joanne Chung
2021-03-05
Full refactor of Translation APIs.
Adam He
2021-03-02
Merge "Add shell commands and dump information for Translation" into sc-dev
Joanne Chung
2021-02-26
Add shell commands and dump information for Translation
Joanne Chung
2021-02-25
Optimization: find views in single traversal.
Joanne Chung
2021-02-04
Fix and refine works in UiTranslationController
Joanne Chung
2021-01-27
Implement the behavior after receiving auto translation request.
Joanne Chung
2021-01-22
Find the activity to notify Ui translation state
Joanne Chung