Skip to content

ADFA-4412-Redirect-string-in-CoGo-app-for-customer-support#1438

Open
Elissa-AppDevforAll wants to merge 4 commits into
stagefrom
ADFA-4412-Redirect-string-in-CoGo-app-for-customer-support
Open

ADFA-4412-Redirect-string-in-CoGo-app-for-customer-support#1438
Elissa-AppDevforAll wants to merge 4 commits into
stagefrom
ADFA-4412-Redirect-string-in-CoGo-app-for-customer-support

Conversation

@Elissa-AppDevforAll

Copy link
Copy Markdown
Collaborator

In Preferences/About Code on the Go, text and URL previously for Telegram support are now text and URL for GitHub Discussions.

Changed the value of "discussions_on_telegram" to "Support and discussion forum".

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@coderabbitai

coderabbitai Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: abeb09c2-90c9-4dc1-a428-893969f14ee0

📥 Commits

Reviewing files that changed from the base of the PR and between 5be2c8e and 4f0037d.

📒 Files selected for processing (1)
  • resources/src/main/res/values/strings.xml
✅ Files skipped from review due to trivial changes (1)
  • resources/src/main/res/values/strings.xml

📝 Walkthrough
  • Updated “Code on the Go” (Preferences/About) support/discussion text to point users to the GitHub “Discussions forum” instead of a Telegram group.
  • Renamed the related UI label from “Discussions on Telegram” to “Support and discussions forum” (discussions_on_telegram).
  • Replaced telegram_group_url to use the GitHub Discussions URL: https://github.com/appdevforall/CodeOnTheGo/discussions.
  • Risks / best-practice note: the string key name telegram_group_url and discussions_on_telegram still reference “telegram” even though the values/UI label now use GitHub Discussions—this can be confusing and is worth renaming in a follow-up. Also, telegram_channel_url remains a Telegram link, so Telegram-related UI may still exist intentionally.

Walkthrough

Support-related string resources in strings.xml were updated to replace Telegram Group references with the GitHub Discussions forum. The help text, label text, and telegram_group_url value now point to GitHub Discussions.

Changes

Support Link Migration

Layer / File(s) Summary
Help text and URL updated to GitHub Discussions
resources/src/main/res/values/strings.xml
msg_need_help now directs users to the "Discussions forum"; discussions_on_telegram changed to "Support and discussions forum"; telegram_group_url now uses the GitHub Discussions URL.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐇 Hop hop, the forum lane is bright,
Telegram signs have gone from sight.
One URL changed, two strings now sing,
GitHub Discussions is the new spring.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title is concise and clearly reflects the support redirect change in the app.
Description check ✅ Passed The description matches the changes by describing the move from Telegram support to GitHub Discussions.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ADFA-4412-Redirect-string-in-CoGo-app-for-customer-support

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@resources/src/main/res/values/strings.xml`:
- Line 15: Fix the support message grammar in the strings resource by removing
the extra “the” from the msg_need_help text so it reads “join our Discussions
forum”; update the string entry in strings.xml for msg_need_help and keep the
rest of the message unchanged.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 861e02c1-f17d-4ca1-af2d-6de4a3e768cf

📥 Commits

Reviewing files that changed from the base of the PR and between 8444279 and 66dca8b.

📒 Files selected for processing (1)
  • resources/src/main/res/values/strings.xml

Comment thread resources/src/main/res/values/strings.xml Outdated
<string name="about_subtitle">No computer? No Internet? No problem. Code apps anywhere.</string>
<string name="msg_get_package_failed">Failed to extract package name.</string>
<string name="msg_need_help">If you\'re facing issues while using Code on the Go or with building Android apps, you can join the Telegram Group and ask for help there.\n\nYou can also send suggestions on our email.</string>
<string name="msg_need_help">If you\'re facing issues while using Code on the Go or with building Android apps, you can join the our Discussions forum and ask for help there.\n\nYou can also send suggestions on our email.</string>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change "Discussions" to "Github Discussions?"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants