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
/
service
/
translation
/
TranslationService.java
Age
Commit message (
Expand
)
Author
2021-09-07
Fill in javadocs for translation feature.
Adam He
2021-06-21
Added a hidden modelState to indicate model was deleted from device but avail...
Adam He
2021-05-21
Make APIs abstract once AiAi has implemented them.
Adam He
2021-05-20
Soft remove deprecated translation apis.
Adam He
2021-05-12
Remove onTranslationResultCallback and use a Consumer instead.
Adam He
2021-04-23
Merge "Add api to propagating translation capability updates." into sc-dev
TreeHugger Robot
2021-04-22
Add api to propagating translation capability updates.
Adam He
2021-04-21
Merge "Remove onError from translationResultCallback." into sc-dev
Adam He
2021-04-20
Merge "Allow throwing error on creating translation session (context not supp...
Adam He
2021-04-20
Merge "Rename destSpecs to targetSpecs" into sc-dev
TreeHugger Robot
2021-04-13
Allow throwing error on creating translation session (context not
Adam He
2021-04-08
Add cancellationSignal to the Translator#translate() api.
Adam He
2021-04-01
Rename destSpecs to targetSpecs
Adam He
2021-03-31
Remove onError from translationResultCallback.
Adam He
2021-03-22
Add API for TranslationContext
Adam He
2021-03-19
Implement TranslationCallback with support for partial responses.
Adam He
2021-03-05
Full refactor of Translation APIs.
Adam He
2021-01-12
Initial layout of translation related APIs.
Adam He