Skip to content

Conversation

@weitingsun
Copy link
Contributor

@weitingsun weitingsun commented Dec 4, 2025

Description

This PR applies OTA updates to 7.62.89. It's for testing only

Changelog

CHANGELOG entry:

Related issues

Fixes:

Manual testing steps

Feature: my feature name

  Scenario: user [verb for user action]
    Given [describe expected initial app state]

    When user [verb for user action]
    Then [describe expected outcome]

Screenshots/Recordings

Before

After

Pre-merge author checklist

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

Note

Bumps OTA version to v1 and shows an OTA v1 message on the App Information screen.

  • OTA:
    • Increment OTA_VERSION to v1 in app/constants/ota.ts.
  • Settings UI:
    • Add version info text indicating OTA v1 in app/components/Views/Settings/AppInformation/index.js.

Written by Cursor Bugbot for commit 92b9efa. This will update automatically on new commits. Configure here.

@weitingsun weitingsun requested a review from a team as a code owner December 4, 2025 00:12
@github-actions
Copy link
Contributor

github-actions bot commented Dec 4, 2025

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

@metamaskbot metamaskbot added the team-mobile-platform Mobile Platform team label Dec 4, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 4, 2025

🔍 Smart E2E Test Selection

⏭️ Smart E2E selection skipped - base branch is not main (base: wsun/7.62.89)

All E2E tests pre-selected.

View GitHub Actions results

) : null}
<Text
style={styles.versionInfo}
>{`this is OTA update v1 text`}</Text>
Copy link

Choose a reason for hiding this comment

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

Bug: Debug text accidentally committed to production UI

A hardcoded debug string "this is OTA update v1 text" was added to the App Information screen. This appears to be temporary test code used to verify the OTA update is working and will be visible to all users in the production app. The getFullVersion() call on line 224 already displays proper version information, making this additional text unnecessary for production.

Fix in Cursor Fix in Web

Copy link
Contributor

Choose a reason for hiding this comment

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

Test

Copy link
Contributor

@Cal-L Cal-L left a comment

Choose a reason for hiding this comment

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

Lgtm

) : null}
<Text
style={styles.versionInfo}
>{`this is OTA update v1 text`}</Text>
Copy link
Contributor

Choose a reason for hiding this comment

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

Test

@weitingsun weitingsun merged commit cf04bf8 into wsun/7.62.89 Dec 4, 2025
84 of 102 checks passed
@weitingsun weitingsun deleted the wsun/ota-v1-7.62.89 branch December 4, 2025 18:12
@github-actions github-actions bot locked and limited conversation to collaborators Dec 4, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants