Say what the lite app opens in its title - #608
Merged
Merged
Conversation
`OpenDocument Reader - view ODT`, exactly the 30 characters play allows. The name still leads: what follows says what the app does for someone reading the search results rather than looking the app up by name. Lite only. `OpenDocument Reader Pro - view ODT` is 34 characters, so pro keeps its name alone - and pro is found by people who already know what they are buying. `scripts/store-listing.py` measures the title against the same limit play does, so a word added to it from here on has to take one out. The listing's README described both titles by hand, so it says this too. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HN3brSERAZubtihhrVf5we
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.
Lite's Play title becomes
OpenDocument Reader - view ODT- exactly the 30 charactersplay allows. The name still leads; what follows it is for someone reading a page of
search results rather than looking the app up by name.
Pro keeps
OpenDocument Reader Pro: the same tail would make it 34 characters, and prois found by people who already know what they are buying.
The listing is uploaded from this repository now, so this overwrites the title in the
Play Console on the next release run - or immediately, with
fastlane android listingLite, which sends the text without a bundle.scripts/store-listing.py --version v4.16.0passes: the title is measured against thesame 30 characters play refuses over, so a word added to it later has to take one out.
fastlane/metadata/README.mdspelled both titles out by hand, so it is updated to match.🤖 Generated with Claude Code