summaryrefslogtreecommitdiff
path: root/core/java/android/view/translation/UiTranslationController.java
Commit message (Expand)AuthorAgeFilesLines
* Remove active translation on Activity destroyedMark Punzalan2022-10-061-4/+1
* Reset translation state when views disappear.Mark Punzalan2022-05-051-6/+1
* Changes Activity to use Dumpable for "legacy" cases.Felipe Leme2022-02-041-5/+15
* Merge "Fix translation animation flash for the same translation" into sc-v2-d...Joanne Chung2021-12-131-1/+4
|\
| * Fix translation animation flash for the same translationJoanne Chung2021-12-101-1/+4
* | Fix NPE if no AutofillId when traversing the view tree.Joanne Chung2021-12-091-1/+1
* | Add ActivityId in TranslationContext.Joanne Chung2021-12-011-2/+7
* | Merge "Fix showing translated text if user switch back to original lauguage q...TreeHugger Robot2021-10-261-1/+9
|\|
| * Fix showing translated text if user switch back to original lauguage quickly.Joanne Chung2021-10-261-1/+9
| * Merge "Fix not show translation if call startTranslation after pauseTranslati...Joanne Chung2021-10-091-5/+9
| |\
| * \ Merge "Fix translation doesn't work on ViewGroup" into sc-qpr1-dev am: f0c99d...Joanne Chung2021-09-271-4/+2
| |\ \
* | \ \ Merge "Fix not show translation if call startTranslation after pauseTranslati...Joanne Chung2021-10-091-5/+9
|\ \ \ \
| * \ \ \ Merge "Fix not show translation if call startTranslation after pauseTranslati...Joanne Chung2021-10-091-5/+9
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix not show translation if call startTranslation after pauseTranslationJoanne Chung2021-10-071-5/+9
| | | |/ | | |/|
* | | | Merge "Fix translation doesn't work on ViewGroup" into sc-qpr1-dev am: f0c99d...Joanne Chung2021-09-231-4/+2
|\| | |
| * | | Merge "Fix translation doesn't work on ViewGroup" into sc-qpr1-dev am: f0c99d...Joanne Chung2021-09-231-4/+2
| |\| | | | |/ | |/|
| | * Fix translation doesn't work on ViewGroupJoanne Chung2021-09-171-4/+2
* | | Merge "Allow translation should also work on non-resume state" into sc-v2-dev...Joanne Chung2021-09-101-11/+6
|\| |
| * | Allow translation should also work on non-resume stateJoanne Chung2021-09-081-11/+6
| |/
* | Merge "Clean up some translation todos."TreeHugger Robot2021-09-081-4/+17
|\ \ | |/ |/|
| * Clean up some translation todos.Adam He2021-08-191-4/+17
* | Bug Fix: fix NullPointerException while scrolling message appsJoanne Chung2021-08-181-2/+10
|/
* Merge "Disable log default dumps in debug ROM" into sc-devJoanne Chung2021-07-021-13/+4
|\
| * Disable log default dumps in debug ROMJoanne Chung2021-06-291-13/+4
* | Notify onFinished when activity is destroyed.Joanne Chung2021-07-011-0/+18
|/
* Bug fix: Move the implementation out from View.onTranslationResponse.Joanne Chung2021-06-171-1/+1
* Clear the ViewTranslationResponse on finishing UiTranslation.Ahaan Ugale2021-06-091-0/+1
* Dump the last Activity information when dumpsys translationJoanne Chung2021-06-081-2/+24
* Translate: Text alpha animation on toggling translated state.Ahaan Ugale2021-05-271-3/+7
* Translate: Ignore duplicate translations.Ahaan Ugale2021-05-271-0/+8
* Refine the ViewTranslationCallback usage.Joanne Chung2021-05-211-10/+24
* Change dictionary results to use a bundle instead since it is aAdam He2021-05-141-3/+1
* Pipe UiTranslationSpec through to the UiTranslationController.Ahaan Ugale2021-05-121-4/+21
* API feedback: Translation View API improvement.Joanne Chung2021-05-101-2/+2
* Remove logging of translation requests/responses/chat related views.Adam He2021-05-031-9/+56
* Fix pass null TranslationCapability to dispatchRequestTranslation()Joanne Chung2021-04-291-3/+13
* Merge "API feedback: Translation View API refinement." into sc-devJoanne Chung2021-04-211-3/+2
|\
| * API feedback: Translation View API refinement.Joanne Chung2021-04-201-3/+2
* | Merge "Rename destSpecs to targetSpecs" into sc-devTreeHugger Robot2021-04-201-7/+8
|\ \ | |/ |/|
| * Rename destSpecs to targetSpecsAdam He2021-04-011-7/+8
* | AutoTranslate: Pad view text for compatibility reasons.Ahaan Ugale2021-04-161-4/+7
* | Merge "Add debug log to help to debug translation problem." into sc-devJoanne Chung2021-04-141-0/+20
|\ \
| * | Add debug log to help to debug translation problem.Joanne Chung2021-04-131-0/+20
| |/
* / Fix UiTranslation for ListView.Ahaan Ugale2021-04-021-1/+1
|/
* Merge "Allow to report finsh/pause state if Activity isn't resume." into sc-devTreeHugger Robot2021-04-011-1/+2
|\
| * Allow to report finsh/pause state if Activity isn't resume.Joanne Chung2021-03-301-1/+2
* | Bug fix: allow to create ViewTranslationRequest for virtual AutofillId.Joanne Chung2021-03-311-9/+15
|/
* Fix the wrong logic to check if the element in SparseArrayJoanne Chung2021-03-301-1/+1
* Add translation APIs for virtual views.Joanne Chung2021-03-291-16/+78
* Implement dispatchRequestTranslation for getting translation information.Joanne Chung2021-03-251-49/+85