chore: sync upstream ,bump to 2.0.5 and resolve conflicts #62
Merged
Conversation
Signed-off-by: dom <githubaccount56556@proton.me>
Signed-off-by: dom <githubaccount56556@proton.me>
Signed-off-by: dom <githubaccount56556@proton.me>
Signed-off-by: dom <githubaccount56556@proton.me>
Signed-off-by: dom <githubaccount56556@proton.me>
* feat: no _showControlsIfNeeded() when slipping * Revert "feat: no _showControlsIfNeeded() when slipping" This reverts commit 551be3d. * 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 18ecda3. * 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 1a60c8e. * fix: show thin progress bar during drag when progressType is alwaysHide * update --------- Co-authored-by: dom <githubaccount56556@proton.me>
Signed-off-by: dom <githubaccount56556@proton.me>
Signed-off-by: dom <githubaccount56556@proton.me>
Signed-off-by: dom <githubaccount56556@proton.me>
Signed-off-by: dom <githubaccount56556@proton.me>
Signed-off-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>
Signed-off-by: dom <githubaccount56556@proton.me>
Signed-off-by: dom <githubaccount56556@proton.me>
Signed-off-by: dom <githubaccount56556@proton.me>
Signed-off-by: dom <githubaccount56556@proton.me>
* 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>
Signed-off-by: dom <githubaccount56556@proton.me>
* fix reset Dio adapters on iOS network switch * improve iOS connectivity adapter reset safeguards * refa --------- Co-authored-by: My-Responsitories <107370289+My-Responsitories@users.noreply.github.com>
Signed-off-by: dom <githubaccount56556@proton.me>
Signed-off-by: dom <githubaccount56556@proton.me>
Signed-off-by: dom <githubaccount56556@proton.me>
Signed-off-by: dom <githubaccount56556@proton.me>
Signed-off-by: dom <githubaccount56556@proton.me>
This reverts commit f9441db.
Signed-off-by: dom <githubaccount56556@proton.me>
Signed-off-by: dom <githubaccount56556@proton.me>
Signed-off-by: dom <githubaccount56556@proton.me>
Signed-off-by: dom <githubaccount56556@proton.me>
* fix: 定时关闭退出APP前同步视频进度 * update --------- Co-authored-by: dom <githubaccount56556@proton.me>
…E#1897) 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).
This reverts commit 0fb394c.
Signed-off-by: dom <githubaccount56556@proton.me>
Signed-off-by: dom <githubaccount56556@proton.me>
Signed-off-by: dom <githubaccount56556@proton.me>
Signed-off-by: dom <githubaccount56556@proton.me>
…GjQaUbCoE#1899) 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.
Signed-off-by: dom <githubaccount56556@proton.me>
Signed-off-by: dom <githubaccount56556@proton.me>
Signed-off-by: dom <githubaccount56556@proton.me>
Signed-off-by: dom <githubaccount56556@proton.me>
Signed-off-by: dom <githubaccount56556@proton.me>
Collaborator
|
okd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
与PiliPlus一致。
重新支持移除播放页安全边距 支持评论翻译 #1894 co-by @leset0ng 定时关闭退出 APP 时同步视频进度 #1896 by @cnctem Linux 支持密码、验证码登录 #1889 by @Tobiichi-Origuchi iOS 切换网络时重置网络链接 #1885 by @stephen-zeng @My-Responsitories
页面优化 优化音量指示器显示 #1899 by @Starfallan 优化处理专栏字体大小 #1897 by @Starfallan
修复触摸板滑动 修复桌面端富文本插入编辑 修复 bug
其他