Skip to content

Conversation

@boringcactus
Copy link
Member

Summary

Ticket: Investigate: UUIDs getting logged as route IDs on both platforms

I don’t know why the linked issue would be happening; this should do a lot to make it easier.

This is really easy on iOS, but it’s a little bit of a nuisance on Android and in the shared code; it helps a lot that I don’t think we need to distinguish tests from each other, and so with a couple helper functions in the right packages, the tests don’t need to be changed at all.

iOS

  • [ ] If you added any user-facing strings on iOS, are they included in Localizable.xcstrings?
    • [ ] Add temporary machine translations, marked "Needs Review"

android

  • [ ] All user-facing strings added to strings resource in alphabetical order
  • [ ] Expensive calculations are run in withContext(Dispatchers.Default) where possible (ideally in shared code)

Testing

Checked that all the tests still pass.

@boringcactus boringcactus requested a review from a team as a code owner October 16, 2025 21:08
Copy link
Contributor

@EmmaSimon EmmaSimon left a comment

Choose a reason for hiding this comment

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

Nice, good idea!

@boringcactus boringcactus added this pull request to the merge queue Oct 17, 2025
Merged via the queue into main with commit 3f1a7c3 Oct 17, 2025
7 checks passed
@boringcactus boringcactus deleted the mth-wyzwlttvsztm branch October 17, 2025 14:42
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