Drop unused tags-scanned count and howToUse; tighten ItemTag labels#38
Merged
dadachi merged 1 commit intosubstrate-v2from Apr 28, 2026
Merged
Conversation
Port iOS NativeAppTemplate-iOS#61 to Android:
- Drop `scannedItemTagsCount` from Attributes/Data and remove the
"tags scanned by customers" stat from ShopListCardView.
- Add a left-aligned shop_detail_instruction header to ShopDetailView
("Swipe an item tag to change its status.").
- Swap OnboardingView's How-To-Use link for the Support Website link
and trim onboarding from 13 to 8 descriptions; update placeholder
strings to match the iOS copy.
- Normalize ItemTag labels: label_add_tag/add_tag_description/
label_edit_item_tag/title_delete_item_tag and message_item_tag_*
values now read "Item Tag" / "Item tag" consistently.
- Drop unused HOW_TO_USE_URL, R.string.how_to_use, R.string.learn_more.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
scannedItemTagsCountfromAttributes/Dataand remove the "tags scanned by customers" stat fromShopListCardView.ShopDetailView's missing header with a left-alignedshop_detail_instruction("Swipe an item tag to change its status.").OnboardingView's How-To-Use link for the Support Website link; trim onboarding from 13 to 8 descriptions and update placeholder copy to match iOS.label_add_tag/add_tag_descriptionrenamed;label_edit_item_tag/title_delete_item_tagandmessage_item_tag_*values now read "Item Tag" / "Item tag" consistently.NatConstants.HOW_TO_USE_URL,R.string.how_to_use,R.string.learn_more.Test plan
./gradlew testpasses./gradlew spotlessCheck lintpassesShopDetailViewshows the new instruction text, left-alignedShopListCardViewno longer shows the scanned tags row🤖 Generated with Claude Code