When using AAudio output on Android, the system notifies the app to
manually handle ducking instead of silently lowering volume itself.
This caused the in-app volume indicator to pop up on every notification.
Pass showIndicator: false for duck begin/end calls so volume is adjusted
silently, consistent with other audio output modes.
New Opus format uses font_level string instead of numeric font_size,
causing font size to fall back to Flutter theme default (14px) instead
of the expected 16px. Added Word.effectiveFontSize: small→13px,
others→16px (consistent with legacy HTML article format).
* use webview_all to support linux geetest
* use desktop_webview_window to support linux geetest
* remove previous change in my_application.cc
* update
---------
Co-authored-by: dom <githubaccount56556@proton.me>
* Add translation support to reply items
- Add translateState and showTranslate fields to ReplyControl
- Add translatedText field to ReplyInfo for translation results
- Implement TranslateReplyReq message and translateReply API method
- Add translation UI with loading state and result display in reply
items
- Show translation button when showTranslate is true and translateState
is 2
* refa
Signed-off-by: dom <githubaccount56556@proton.me>
---------
Co-authored-by: dom <githubaccount56556@proton.me>
* feat: no _showControlsIfNeeded() when slipping
* Revert "feat: no _showControlsIfNeeded() when slipping"
This reverts commit 551be3dc6a.
* feat: show progress bar during drag without revealing controls overlay
* fix: show Controls progress bar during drag instead of full overlay
* Revert "fix: show Controls progress bar during drag instead of full overlay"
This reverts commit 18ecda3379.
* fix: hide thin progress bar during drag when Controls already visible
* fix: show thin progress bar during drag when progressType is alwaysHide
* Revert "fix: show thin progress bar during drag when progressType is alwaysHide"
This reverts commit 1a60c8e6df.
* fix: show thin progress bar during drag when progressType is alwaysHide
* update
---------
Co-authored-by: dom <githubaccount56556@proton.me>