Skip to content

Feature/vin number#119

Merged
TomerPacific merged 4 commits intomainfrom
feature/vin-number
Mar 21, 2026
Merged

Feature/vin number#119
TomerPacific merged 4 commits intomainfrom
feature/vin-number

Conversation

@TomerPacific
Copy link
Copy Markdown
Owner

Resolves #115

This pull request adds support for displaying the car's frame number (VIN) in the car information view, including localized labels and tooltips in both English and Hebrew. The most important changes are:

UI Enhancement:

  • Added a new CarDetailWithIcon component to display the frame number (VIN) with an associated icon and tooltip in the CarInformation composable.

Localization:

  • Added the string resource for the frame number label (frame_number) in both English and Hebrew string resource files. [1] [2]
  • Added the string resource for the frame number tooltip explanation (frame_number_tooltip_explanation) in both English and Hebrew string resource files.

@TomerPacific TomerPacific self-assigned this Mar 21, 2026
Copilot AI review requested due to automatic review settings March 21, 2026 07:57
@TomerPacific TomerPacific added invalid This doesn't seem right refactor refactoring labels Mar 21, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds VIN (frame number) visibility to the car details UI, addressing issue #115 by surfacing an already-deserialized field and providing localized label/tooltip text.

Changes:

  • Display frameNumber (VIN) in CarInformation via CarDetailWithIcon with an icon + tooltip.
  • Add localized string resources for the VIN label and tooltip in Hebrew and English.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
app/src/main/java/com/tomerpacific/caridentifier/composable/CarInformation.kt Adds a new detail row to show the car’s VIN/frame number with an icon + tooltip.
app/src/main/res/values/strings.xml Adds Hebrew label + tooltip strings for frame number (VIN).
app/src/main/res/values-en/strings.xml Adds English label + tooltip strings for frame number (VIN).

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.

@TomerPacific TomerPacific merged commit c60a2ed into main Mar 21, 2026
5 checks passed
@TomerPacific TomerPacific deleted the feature/vin-number branch March 21, 2026 08:14
@TomerPacific TomerPacific mentioned this pull request Mar 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

invalid This doesn't seem right refactor refactoring

Projects

None yet

Development

Successfully merging this pull request may close these issues.

frameNumber (VIN) stored in state but never displayed — review data exposure

2 participants