AC Add Basic Session Translations support to Android Components
Categories
(Firefox for Android :: Translations, enhancement, P1)
Tracking
()
People
(Reporter: jonalmeida, Assigned: olivia)
References
Details
(Whiteboard: [fxdroid][foundation][geckoview:m121])
Attachments
(1 file)
We can do a bulk of the logic here to observe for translation detection, offer a state of downloaded language models, and other requirements.
Some of the re-usable UI can be in the component as well (see Addons for example), this would let the application layer build on other specifics like onboarding.
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Repurposing this bug for the session features needed in AC.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
•
|
||
This patch should include adding these translation session functions to the engine:
translate
restoreToOriginalPage
Edit: Moving these functions to Bug 1860844 to make GeckoTranslateSessionDelegate.kt
onOfferTranslate
onExpectedTranslate
onTranslationStateChange
Assignee | ||
Updated•2 years ago
|
Comment 3•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Comment 4•1 years ago
|
||
Authored by https://github.com/ohall-m
https://github.com/mozilla-mobile/firefox-android/commit/c9bc947a2ac7cc65433acaf4ee0b98fe243796e9
[main] Bug 1844523 - Translate and Restore to Original Engine Support
Assignee | ||
Updated•1 years ago
|
Assignee | ||
Comment 5•1 years ago
|
||
(Only added option to engine and reference browser.)
Description
•