Skip to content

chore(deps): bump roborazzi from 1.73.0 to 1.74.0 - #540

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/roborazzi-1.74.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/roborazzi-1.74.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps roborazzi from 1.73.0 to 1.74.0.
Updates io.github.takahirom.roborazzi:roborazzi from 1.73.0 to 1.74.0

Release notes

Sourced from io.github.takahirom.roborazzi:roborazzi's releases.

1.74.0

Fixes

  • A popup opened from inside a dialog was drawn at the wrong position. captureScreenRoboImage() composites every window onto one canvas, and it placed all of them against the screen. That is right for an Activity or a Dialog, whose layout params x/y are screen relative, but a sub-window — a PopupWindow, a Spinner drop-down, a Compose Popup/DropdownMenu — stores x/y relative to the window its anchor lives in. For an anchor in an Activity that window sits at the screen origin, so the two agree and nobody noticed; for an anchor inside a Dialog the popup was offset by the dialog's own position. Sub-windows are now placed against their parent window, found through the application window token their layout params carry. A window that laid itself out in screen coordinates (FLAG_LAYOUT_IN_SCREEN, e.g. PopupWindow.setIsLaidOutInScreen(true)) keeps its coordinates, and an unresolvable parent falls back to the previous screen-relative behavior (#922, fixes #921). Thank you @​david-allison for the report with a reproducer commit in AnkiDroid!

What's Changed

Full Changelog: takahirom/roborazzi@1.73.0...1.74.0

Commits

Updates io.github.takahirom.roborazzi:roborazzi-compose from 1.73.0 to 1.74.0

Release notes

Sourced from io.github.takahirom.roborazzi:roborazzi-compose's releases.

1.74.0

Fixes

  • A popup opened from inside a dialog was drawn at the wrong position. captureScreenRoboImage() composites every window onto one canvas, and it placed all of them against the screen. That is right for an Activity or a Dialog, whose layout params x/y are screen relative, but a sub-window — a PopupWindow, a Spinner drop-down, a Compose Popup/DropdownMenu — stores x/y relative to the window its anchor lives in. For an anchor in an Activity that window sits at the screen origin, so the two agree and nobody noticed; for an anchor inside a Dialog the popup was offset by the dialog's own position. Sub-windows are now placed against their parent window, found through the application window token their layout params carry. A window that laid itself out in screen coordinates (FLAG_LAYOUT_IN_SCREEN, e.g. PopupWindow.setIsLaidOutInScreen(true)) keeps its coordinates, and an unresolvable parent falls back to the previous screen-relative behavior (#922, fixes #921). Thank you @​david-allison for the report with a reproducer commit in AnkiDroid!

What's Changed

Full Changelog: takahirom/roborazzi@1.73.0...1.74.0

Commits

Updates io.github.takahirom.roborazzi from 1.73.0 to 1.74.0

Release notes

Sourced from io.github.takahirom.roborazzi's releases.

1.74.0

Fixes

  • A popup opened from inside a dialog was drawn at the wrong position. captureScreenRoboImage() composites every window onto one canvas, and it placed all of them against the screen. That is right for an Activity or a Dialog, whose layout params x/y are screen relative, but a sub-window — a PopupWindow, a Spinner drop-down, a Compose Popup/DropdownMenu — stores x/y relative to the window its anchor lives in. For an anchor in an Activity that window sits at the screen origin, so the two agree and nobody noticed; for an anchor inside a Dialog the popup was offset by the dialog's own position. Sub-windows are now placed against their parent window, found through the application window token their layout params carry. A window that laid itself out in screen coordinates (FLAG_LAYOUT_IN_SCREEN, e.g. PopupWindow.setIsLaidOutInScreen(true)) keeps its coordinates, and an unresolvable parent falls back to the previous screen-relative behavior (#922, fixes #921). Thank you @​david-allison for the report with a reproducer commit in AnkiDroid!

What's Changed

Full Changelog: takahirom/roborazzi@1.73.0...1.74.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `roborazzi` from 1.73.0 to 1.74.0.

Updates `io.github.takahirom.roborazzi:roborazzi` from 1.73.0 to 1.74.0
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.73.0...1.74.0)

Updates `io.github.takahirom.roborazzi:roborazzi-compose` from 1.73.0 to 1.74.0
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.73.0...1.74.0)

Updates `io.github.takahirom.roborazzi` from 1.73.0 to 1.74.0
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.73.0...1.74.0)

---
updated-dependencies:
- dependency-name: io.github.takahirom.roborazzi:roborazzi
  dependency-version: 1.74.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.github.takahirom.roborazzi:roborazzi-compose
  dependency-version: 1.74.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.github.takahirom.roborazzi
  dependency-version: 1.74.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants