Skip to content

pre-GA - #2514

Open
demolaf wants to merge 3 commits into
masterfrom
pre-GA
Open

pre-GA#2514
demolaf wants to merge 3 commits into
masterfrom
pre-GA

Conversation

@demolaf

@demolaf demolaf commented Sep 16, 2026

Copy link
Copy Markdown
Member

…ery (#2497)

* fix(auth): keep the session id when the continue URL already has a query

* fix(auth): don't read a literal ? in a query value as an open query

* fix(auth): percent-encode continue URL params by building through Uri

* test(auth): pin the encoded form of a continue URL param value

@gemini-code-assist gemini-code-assist 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.

Code Review

This pull request refactors ContinueUrlBuilder to use android.net.Uri instead of manual string manipulation for appending query parameters. This change ensures that parameters are properly percent-encoded and correctly appended regardless of whether the incoming URL already contains a query string or a fragment. Additionally, comprehensive unit tests have been added in ContinueUrlBuilderTest and EmailLinkParserTest to verify these behaviors and ensure robust parsing. There are no review comments, and I have no additional feedback to provide.

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.

1 participant