Skip to content

GA release - #2514

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

demolaf wants to merge 6 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.

…2508)

* fix(auth): build auth exceptions with the configured string provider

* fix(auth): keep the dialog controller's auth-state lambda live across recompositions
…2509)

* fix(auth): localize user-facing auth errors by Firebase error code

* fix(auth): translate the strings left as English across 84 locales

* fix(auth): stop auth errors leaking the Firebase SDK's English diagnostic

* fix(auth): translate the password policy and passkey strings across 84 locales

* test(auth): drop the bytecode sweep and tests that assert unreachable inputs

* refactor(auth): derive the dismiss action from isRecoverable instead of duplicating it

* fix(auth): use the credentials hook for expired user tokens, not the account-generic one

* docs(auth): document how auth error messages resolve
@russellwheatley russellwheatley changed the title pre-GA GA release Sep 21, 2026
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