Skip to content

fix: example tools qa - #129

Merged
aconanlai merged 4 commits into
mainfrom
example-qa
Jul 29, 2026
Merged

fix: example tools qa#129
aconanlai merged 4 commits into
mainfrom
example-qa

Conversation

@aconanlai

Copy link
Copy Markdown
Contributor

QA as per Joe's requests:

  • add confirm screen when deleting authenticator account
  • add loading dialog when weather tool fetches data
  • don't display data from earlier in day when viewing hourly weather

Also fixes an error from sdk client-server version mismatch, and an issue where the scrollbar would flash when location search results returned less than 1 page of results.

@aconanlai
aconanlai requested a review from dupontgu July 27, 2026 16:57
@dupontgu

Copy link
Copy Markdown
Contributor

I had previously left a comment about switching from java time libs to the kotlin ones. Pulled at that yarn and it's a good but out-of-scope change. Will do it on another PR

val enableKeyAnimation: Boolean,
val swipeEnabled: Boolean?
// optional for older sdk servers that omit this field
val swipeEnabled: Boolean? = null,

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.

This is good, but curious - did you have a crash or anything related to this? wanna make sure these nullable fields are safe to add by default.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

yes there is a crash without this!

@dupontgu dupontgu Jul 28, 2026

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.

ok gtk!! do you mind adding explicitNulls = false to lightJson before merging?

val lightJson = Json {
    ignoreUnknownKeys = true
    explicitNulls = false
}

just as an added safety measure, with the bonus side effect that it will shrink our payloads

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

done!

@aconanlai
aconanlai merged commit a4adc05 into main Jul 29, 2026
1 check passed
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.

2 participants