opt & feat & fix 输入法全面屏优化/剪贴板读取提示/导航栏高度#1568
Open
LuoYunXi0407 wants to merge 18 commits intoReChronoRain:mainfrom
Open
opt & feat & fix 输入法全面屏优化/剪贴板读取提示/导航栏高度#1568LuoYunXi0407 wants to merge 18 commits intoReChronoRain:mainfrom
LuoYunXi0407 wants to merge 18 commits intoReChronoRain:mainfrom
Conversation
剪贴板粘贴提示 hook 不管了写多少 commit 多少先)
修复横屏导航栏宽度异常
「输入法全面屏优化」小米给它的英语名叫做「Enhance keyboard」,应保留 btw 常用语剪贴板条数和时间限制是「输入法全面屏优化」的,应该与「其他」中解锁小米定制版输入法的剪贴板条数区分
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 14 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
Contributor
Author
|
#1504 修了。不过是在系统框架里面修的,手机管家那个就废弃掉吧 这样应该更稳一些,因为如果安装了第三方链式启动询问模块,仅仅对手机管家的弹窗点击「允许」可能还是会导致无法正常打开应用 |
Contributor
Author
|
顺带解决了导航栏可能挡住验证码的问题 |
事实上,这是原生安卓的左下角/右下角向内唤起 Google 助理 Hook 的。原字符串描述不清
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.
具体每一条 commit 都有说了嗯(
补充一句,关于剪贴板粘贴提示的必要性,虽然设置里面可以关掉,但是因为这是原生安卓就有的功能,我不想关。但是问题是小米原生安卓的 Toast 改成了一个伪 Toast。原生安卓的 Toast 是半透明(可能)的而且可穿透,但是小米的 Toast 没办法穿透,如果被挡住了就得给硬控个几秒。还经常误触到「关闭」按钮。关键是小米的关闭按钮不是关闭本次提示是询问是否关闭以后所有的提示。就很烦(
而且反正「权限管理服务」那么空嗯(