-
Notifications
You must be signed in to change notification settings - Fork 222
让应用名称更容易辨别 #797
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
tobelogin
wants to merge
3
commits into
CeuiLiSA:master
Choose a base branch
from
tobelogin:untranslate_appname
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
让应用名称更容易辨别 #797
Conversation
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
Author
|
在xml添加个不翻译标签就行 |
Author
这样只是解决了多语言应用名称的问题,还是没办法区分 debug 版本和 release 版本。开发者既然已经在 build.gradle 里做了区分,就没必要再在资源文件里再定义一次了。 |
|
给debug版本图标加前景色 |
Author
|
具体要怎么弄让作者来决定吧 Lines 33 to 50 in de7c0ac
|
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.

登录后跳转回原应用时,如果 release 版本和 debug 版本都安装了系统会弹窗要求用户选择启动的应用,但是这两个版本名字都是PixShaft,难以区分。后面我发现 app/build.gradle 也定义了 app_name, 里面区分了这两个版本的名字, 虽然是硬编码,但是因为是应用名称,应该不用翻译,所以我把这个字段从 res 里删了