feat(collection): 失效收藏卡片长按复制作品ID/标题 (#1078) - #1083
Merged
Merged
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
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.
收藏页失效卡片长按复制作品ID/标题 (#1078)
背景
Issue #1078:收藏页里已删除/不公开的失效作品会显示为灰色封面,无法打开详情。用户希望能通过长按灰色封面复制作品 ID,从而确认是哪个作品被删了。
改动内容
visible != true时,菜单只显示「复制作品ID」;如果标题非空,额外显示「复制作品标题」。visible == false的失效小说只保留复制 ID / 标题。copy_work_id/copy_work_title文案,并补齐en/ja/ko/ru/tr/zh-rTW翻译。涉及文件
app/src/main/java/ceui/pixiv/ui/common/IllustCardMenu.ktapp/src/main/java/ceui/pixiv/ui/common/NovelCardMenu.ktapp/src/main/res/values/strings.xmlapp/src/main/res/values-en/strings.xmlapp/src/main/res/values-ja/strings.xmlapp/src/main/res/values-ko/strings.xmlapp/src/main/res/values-ru/strings.xmlapp/src/main/res/values-tr/strings.xmlapp/src/main/res/values-zh-rTW/strings.xml注意
patch-8-31-1的“插画收藏 visible 放行”改动;插画失效卡片要等patch-8-31-1合入后才会显示,届时本长按菜单自然生效。小说收藏侧当前即可显示失效条目,因此小说侧功能不依赖patch-8-31-1。提交
b52b4384ffeat(collection): 失效收藏卡片长按仅显示复制作品ID/标题