Skip to content

Conversation

@shai-almog
Copy link
Collaborator

No description provided.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

String targetTest = test != null ? test : DEFAULT_TEST_NAME;
List<Chunk> chunks = new ArrayList<>();
for (Chunk chunk : iterateChunks(path, Optional.ofNullable(targetTest), Optional.ofNullable(channel))) {
chunks.add(chunk);

P0 Badge PNG extraction mixes preview channel chunks

The extract command now defaults channel to null, so iterateChunks(..., Optional.ofNullable(channel)) no longer filters when the caller omits --channel. The CN1SS helper scripts (e.g. cn1ss_decode_test_png in scripts/lib/cn1ss.sh) rely on that default filter and invoke extract without a channel to pull only the primary PNG stream while ignoring the CN1SSPREVIEW JPEG stream. With the filter removed, both channels’ chunks are concatenated together, their indices collide, and the assembled base64 fails PNG verification, preventing screenshots from being reconstructed in any log that contains preview chunks (the normal case). Default behavior needs to keep filtering on the empty channel or the scripts must be updated to pass a channel explicitly.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@shai-almog shai-almog force-pushed the fix-android-build-screenshot-test-channel branch from cf73135 to 791a30a Compare November 19, 2025 18:28
@shai-almog
Copy link
Collaborator Author

shai-almog commented Nov 19, 2025

Android screenshot updates

Compared 89 screenshots: 0 matched, 2 updated, 87 missing references.

  • BrowserComponent — updated screenshot. Screenshot differs (320x616 px, bit depth 8).

    BrowserComponent
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as BrowserComponent.png in workflow artifacts.

  • Graphics.beginNativeGraphicsAccess__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.beginNativeGraphicsAccess__.png.

    Graphics.beginNativeGraphicsAccess__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.beginNativeGraphicsAccess__.png in workflow artifacts.

  • Graphics.clearRect_int_int_int_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.clearRect_int_int_int_int_.png.

    Graphics.clearRect_int_int_int_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.clearRect_int_int_int_int_.png in workflow artifacts.

  • Graphics.clipRect_int_int_int_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.clipRect_int_int_int_int_.png.

    Graphics.clipRect_int_int_int_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.clipRect_int_int_int_int_.png in workflow artifacts.

  • Graphics.concatenateAlpha_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.concatenateAlpha_int_.png.

    Graphics.concatenateAlpha_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.concatenateAlpha_int_.png in workflow artifacts.

  • Graphics.darkerColor_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.darkerColor_int_.png.

    Graphics.darkerColor_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.darkerColor_int_.png in workflow artifacts.

  • Graphics.drawArc_int_int_int_int_int_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.drawArc_int_int_int_int_int_int_.png.

    Graphics.drawArc_int_int_int_int_int_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.drawArc_int_int_int_int_int_int_.png in workflow artifacts.

  • Graphics.drawChar_char_int_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.drawChar_char_int_int_.png.

    Graphics.drawChar_char_int_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.drawChar_char_int_int_.png in workflow artifacts.

  • Graphics.drawChars_char___int_int_int_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.drawChars_char___int_int_int_int_.png.

    Graphics.drawChars_char___int_int_int_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.drawChars_char___int_int_int_int_.png in workflow artifacts.

  • Graphics.drawImage_Image_int_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.drawImage_Image_int_int_.png.

    Graphics.drawImage_Image_int_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.drawImage_Image_int_int_.png in workflow artifacts.

  • Graphics.drawImage_Image_int_int_int_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.drawImage_Image_int_int_int_int_.png.

    Graphics.drawImage_Image_int_int_int_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.drawImage_Image_int_int_int_int_.png in workflow artifacts.

  • Graphics.drawLine_int_int_int_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.drawLine_int_int_int_int_.png.

    Graphics.drawLine_int_int_int_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.drawLine_int_int_int_int_.png in workflow artifacts.

  • Graphics.drawPolygon_int___int___int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.drawPolygon_int___int___int_.png.

    Graphics.drawPolygon_int___int___int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.drawPolygon_int___int___int_.png in workflow artifacts.

  • Graphics.drawRect_int_int_int_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.drawRect_int_int_int_int_.png.

    Graphics.drawRect_int_int_int_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.drawRect_int_int_int_int_.png in workflow artifacts.

  • Graphics.drawRect_int_int_int_int_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.drawRect_int_int_int_int_int_.png.

    Graphics.drawRect_int_int_int_int_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.drawRect_int_int_int_int_int_.png in workflow artifacts.

  • Graphics.drawRoundRect_int_int_int_int_int_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.drawRoundRect_int_int_int_int_int_int_.png.

    Graphics.drawRoundRect_int_int_int_int_int_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.drawRoundRect_int_int_int_int_int_int_.png in workflow artifacts.

  • Graphics.drawShadow_Image_int_int_int_int_int_int_int_float_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.drawShadow_Image_int_int_int_int_int_int_int_float_.png.

    Graphics.drawShadow_Image_int_int_int_int_int_int_int_float_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.drawShadow_Image_int_int_int_int_int_int_int_float_.png in workflow artifacts.

  • Graphics.drawShape_Shape_Stroke_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.drawShape_Shape_Stroke_.png.

    Graphics.drawShape_Shape_Stroke_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.drawShape_Shape_Stroke_.png in workflow artifacts.

  • Graphics.drawStringBaseline_String_int_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.drawStringBaseline_String_int_int_.png.

    Graphics.drawStringBaseline_String_int_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.drawStringBaseline_String_int_int_.png in workflow artifacts.

  • Graphics.drawStringBaseline_String_int_int_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.drawStringBaseline_String_int_int_int_.png.

    Graphics.drawStringBaseline_String_int_int_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.drawStringBaseline_String_int_int_int_.png in workflow artifacts.

  • Graphics.drawString_String_int_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.drawString_String_int_int_.png.

    Graphics.drawString_String_int_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.drawString_String_int_int_.png in workflow artifacts.

  • Graphics.drawString_String_int_int_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.drawString_String_int_int_int_.png.

    Graphics.drawString_String_int_int_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.drawString_String_int_int_int_.png in workflow artifacts.

  • Graphics.endNativeGraphicsAccess__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.endNativeGraphicsAccess__.png.

    Graphics.endNativeGraphicsAccess__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.endNativeGraphicsAccess__.png in workflow artifacts.

  • Graphics.fillArc_int_int_int_int_int_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.fillArc_int_int_int_int_int_int_.png.

    Graphics.fillArc_int_int_int_int_int_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.fillArc_int_int_int_int_int_int_.png in workflow artifacts.

  • Graphics.fillLinearGradient_int_int_int_int_int_int_boolean_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.fillLinearGradient_int_int_int_int_int_int_boolean_.png.

    Graphics.fillLinearGradient_int_int_int_int_int_int_boolean_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.fillLinearGradient_int_int_int_int_int_int_boolean_.png in workflow artifacts.

  • Graphics.fillPolygon_int___int___int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.fillPolygon_int___int___int_.png.

    Graphics.fillPolygon_int___int___int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.fillPolygon_int___int___int_.png in workflow artifacts.

  • Graphics.fillRadialGradient_int_int_int_int_int_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.fillRadialGradient_int_int_int_int_int_int_.png.

    Graphics.fillRadialGradient_int_int_int_int_int_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.fillRadialGradient_int_int_int_int_int_int_.png in workflow artifacts.

  • Graphics.fillRadialGradient_int_int_int_int_int_int_int_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.fillRadialGradient_int_int_int_int_int_int_int_int_.png.

    Graphics.fillRadialGradient_int_int_int_int_int_int_int_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.fillRadialGradient_int_int_int_int_int_int_int_int_.png in workflow artifacts.

  • Graphics.fillRectRadialGradient_int_int_int_int_int_int_float_float_float_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.fillRectRadialGradient_int_int_int_int_int_int_float_float_float_.png.

    Graphics.fillRectRadialGradient_int_int_int_int_int_int_float_float_float_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.fillRectRadialGradient_int_int_int_int_int_int_float_float_float_.png in workflow artifacts.

  • Graphics.fillRect_int_int_int_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.fillRect_int_int_int_int_.png.

    Graphics.fillRect_int_int_int_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.fillRect_int_int_int_int_.png in workflow artifacts.

  • Graphics.fillRect_int_int_int_int_byte_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.fillRect_int_int_int_int_byte_.png.

    Graphics.fillRect_int_int_int_int_byte_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.fillRect_int_int_int_int_byte_.png in workflow artifacts.

  • Graphics.fillRoundRect_int_int_int_int_int_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.fillRoundRect_int_int_int_int_int_int_.png.

    Graphics.fillRoundRect_int_int_int_int_int_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.fillRoundRect_int_int_int_int_int_int_.png in workflow artifacts.

  • Graphics.fillShape_Shape_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.fillShape_Shape_.png.

    Graphics.fillShape_Shape_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.fillShape_Shape_.png in workflow artifacts.

  • Graphics.fillTriangle_int_int_int_int_int_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.fillTriangle_int_int_int_int_int_int_.png.

    Graphics.fillTriangle_int_int_int_int_int_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.fillTriangle_int_int_int_int_int_int_.png in workflow artifacts.

  • Graphics.getAlpha__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.getAlpha__.png.

    Graphics.getAlpha__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.getAlpha__.png in workflow artifacts.

  • Graphics.getClipHeight__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.getClipHeight__.png.

    Graphics.getClipHeight__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.getClipHeight__.png in workflow artifacts.

  • Graphics.getClipWidth__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.getClipWidth__.png.

    Graphics.getClipWidth__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.getClipWidth__.png in workflow artifacts.

  • Graphics.getClipX__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.getClipX__.png.

    Graphics.getClipX__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.getClipX__.png in workflow artifacts.

  • Graphics.getClipY__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.getClipY__.png.

    Graphics.getClipY__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.getClipY__.png in workflow artifacts.

  • Graphics.getClip__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.getClip__.png.

    Graphics.getClip__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.getClip__.png in workflow artifacts.

  • Graphics.getColor__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.getColor__.png.

    Graphics.getColor__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.getColor__.png in workflow artifacts.

  • Graphics.getFont__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.getFont__.png.

    Graphics.getFont__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.getFont__.png in workflow artifacts.

  • Graphics.getPaint__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.getPaint__.png.

    Graphics.getPaint__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.getPaint__.png in workflow artifacts.

  • Graphics.getRenderingHints__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.getRenderingHints__.png.

    Graphics.getRenderingHints__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.getRenderingHints__.png in workflow artifacts.

  • Graphics.getScaleX__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.getScaleX__.png.

    Graphics.getScaleX__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.getScaleX__.png in workflow artifacts.

  • Graphics.getScaleY__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.getScaleY__.png.

    Graphics.getScaleY__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.getScaleY__.png in workflow artifacts.

  • Graphics.getTransform_Transform_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.getTransform_Transform_.png.

    Graphics.getTransform_Transform_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.getTransform_Transform_.png in workflow artifacts.

  • Graphics.getTransform__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.getTransform__.png.

    Graphics.getTransform__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.getTransform__.png in workflow artifacts.

  • Graphics.getTranslateX__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.getTranslateX__.png.

    Graphics.getTranslateX__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.getTranslateX__.png in workflow artifacts.

  • Graphics.getTranslateY__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.getTranslateY__.png.

    Graphics.getTranslateY__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.getTranslateY__.png in workflow artifacts.

  • Graphics.isAffineSupported__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.isAffineSupported__.png.

    Graphics.isAffineSupported__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.isAffineSupported__.png in workflow artifacts.

  • Graphics.isAlphaSupported__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.isAlphaSupported__.png.

    Graphics.isAlphaSupported__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.isAlphaSupported__.png in workflow artifacts.

  • Graphics.isAntiAliasedTextSupported__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.isAntiAliasedTextSupported__.png.

    Graphics.isAntiAliasedTextSupported__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.isAntiAliasedTextSupported__.png in workflow artifacts.

  • Graphics.isAntiAliasedText__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.isAntiAliasedText__.png.

    Graphics.isAntiAliasedText__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.isAntiAliasedText__.png in workflow artifacts.

  • Graphics.isAntiAliased__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.isAntiAliased__.png.

    Graphics.isAntiAliased__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.isAntiAliased__.png in workflow artifacts.

  • Graphics.isAntiAliasingSupported__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.isAntiAliasingSupported__.png.

    Graphics.isAntiAliasingSupported__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.isAntiAliasingSupported__.png in workflow artifacts.

  • Graphics.isPerspectiveTransformSupported__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.isPerspectiveTransformSupported__.png.

    Graphics.isPerspectiveTransformSupported__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.isPerspectiveTransformSupported__.png in workflow artifacts.

  • Graphics.isShapeClipSupported__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.isShapeClipSupported__.png.

    Graphics.isShapeClipSupported__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.isShapeClipSupported__.png in workflow artifacts.

  • Graphics.isShapeSupported__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.isShapeSupported__.png.

    Graphics.isShapeSupported__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.isShapeSupported__.png in workflow artifacts.

  • Graphics.isTransformSupported__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.isTransformSupported__.png.

    Graphics.isTransformSupported__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.isTransformSupported__.png in workflow artifacts.

  • Graphics.lighterColor_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.lighterColor_int_.png.

    Graphics.lighterColor_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.lighterColor_int_.png in workflow artifacts.

  • Graphics.popClip__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.popClip__.png.

    Graphics.popClip__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.popClip__.png in workflow artifacts.

  • Graphics.pushClip__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.pushClip__.png.

    Graphics.pushClip__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.pushClip__.png in workflow artifacts.

  • Graphics.resetAffine__ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.resetAffine__.png.

    Graphics.resetAffine__
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.resetAffine__.png in workflow artifacts.

  • Graphics.rotateRadians_float_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.rotateRadians_float_.png.

    Graphics.rotateRadians_float_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.rotateRadians_float_.png in workflow artifacts.

  • Graphics.rotateRadians_float_int_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.rotateRadians_float_int_int_.png.

    Graphics.rotateRadians_float_int_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.rotateRadians_float_int_int_.png in workflow artifacts.

  • Graphics.rotate_float_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.rotate_float_.png.

    Graphics.rotate_float_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.rotate_float_.png in workflow artifacts.

  • Graphics.rotate_float_int_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.rotate_float_int_int_.png.

    Graphics.rotate_float_int_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.rotate_float_int_int_.png in workflow artifacts.

  • Graphics.scale_float_float_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.scale_float_float_.png.

    Graphics.scale_float_float_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.scale_float_float_.png in workflow artifacts.

  • Graphics.setAlpha_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.setAlpha_int_.png.

    Graphics.setAlpha_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.setAlpha_int_.png in workflow artifacts.

  • Graphics.setAndGetAlpha_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.setAndGetAlpha_int_.png.

    Graphics.setAndGetAlpha_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.setAndGetAlpha_int_.png in workflow artifacts.

  • Graphics.setAndGetColor_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.setAndGetColor_int_.png.

    Graphics.setAndGetColor_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.setAndGetColor_int_.png in workflow artifacts.

  • Graphics.setAntiAliasedText_boolean_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.setAntiAliasedText_boolean_.png.

    Graphics.setAntiAliasedText_boolean_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.setAntiAliasedText_boolean_.png in workflow artifacts.

  • Graphics.setAntiAliased_boolean_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.setAntiAliased_boolean_.png.

    Graphics.setAntiAliased_boolean_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.setAntiAliased_boolean_.png in workflow artifacts.

  • Graphics.setClip_Shape_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.setClip_Shape_.png.

    Graphics.setClip_Shape_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.setClip_Shape_.png in workflow artifacts.

  • Graphics.setClip_int___ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.setClip_int___.png.

    Graphics.setClip_int___
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.setClip_int___.png in workflow artifacts.

  • Graphics.setClip_int_int_int_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.setClip_int_int_int_int_.png.

    Graphics.setClip_int_int_int_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.setClip_int_int_int_int_.png in workflow artifacts.

  • Graphics.setColor_Paint_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.setColor_Paint_.png.

    Graphics.setColor_Paint_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.setColor_Paint_.png in workflow artifacts.

  • Graphics.setColor_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.setColor_int_.png.

    Graphics.setColor_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.setColor_int_.png in workflow artifacts.

  • Graphics.setFont_Font_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.setFont_Font_.png.

    Graphics.setFont_Font_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.setFont_Font_.png in workflow artifacts.

  • Graphics.setRenderingHints_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.setRenderingHints_int_.png.

    Graphics.setRenderingHints_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.setRenderingHints_int_.png in workflow artifacts.

  • Graphics.setTransform_Transform_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.setTransform_Transform_.png.

    Graphics.setTransform_Transform_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.setTransform_Transform_.png in workflow artifacts.

  • Graphics.shear_float_float_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.shear_float_float_.png.

    Graphics.shear_float_float_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.shear_float_float_.png in workflow artifacts.

  • Graphics.tileImage_Image_int_int_int_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.tileImage_Image_int_int_int_int_.png.

    Graphics.tileImage_Image_int_int_int_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.tileImage_Image_int_int_int_int_.png in workflow artifacts.

  • Graphics.transform_Transform_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.transform_Transform_.png.

    Graphics.transform_Transform_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.transform_Transform_.png in workflow artifacts.

  • Graphics.translate_int_int_ — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/Graphics.translate_int_int_.png.

    Graphics.translate_int_int_
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as Graphics.translate_int_int_.png in workflow artifacts.

  • GraphicsPipeline — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/GraphicsPipeline.png.

    GraphicsPipeline
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as GraphicsPipeline.png in workflow artifacts.

  • GraphicsTransformations — missing reference. Reference screenshot missing at /home/runner/work/CodenameOne/CodenameOne/scripts/android/screenshots/GraphicsTransformations.png.

    GraphicsTransformations
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as GraphicsTransformations.png in workflow artifacts.

  • MainActivity — updated screenshot. Screenshot differs (320x640 px, bit depth 8).

    MainActivity
    Preview info: JPEG preview quality 70; JPEG preview quality 70.
    Full-resolution PNG saved as MainActivity.png in workflow artifacts.

@shai-almog
Copy link
Collaborator Author

shai-almog commented Nov 20, 2025

iOS screenshot updates

Compared 91 screenshots: 1 matched, 1 updated, 89 missing references.

  • Graphics.beginNativeGraphicsAccess__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.beginNativeGraphicsAccess__.png.

    Graphics.beginNativeGraphicsAccess__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.beginNativeGraphicsAccess__.png in workflow artifacts.

  • Graphics.clearRect_int_int_int_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.clearRect_int_int_int_int_.png.

    Graphics.clearRect_int_int_int_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.clearRect_int_int_int_int_.png in workflow artifacts.

  • Graphics.clipRect_int_int_int_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.clipRect_int_int_int_int_.png.

    Graphics.clipRect_int_int_int_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.clipRect_int_int_int_int_.png in workflow artifacts.

  • Graphics.concatenateAlpha_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.concatenateAlpha_int_.png.

    Graphics.concatenateAlpha_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.concatenateAlpha_int_.png in workflow artifacts.

  • Graphics.darkerColor_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.darkerColor_int_.png.

    Graphics.darkerColor_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.darkerColor_int_.png in workflow artifacts.

  • Graphics.drawArc_int_int_int_int_int_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.drawArc_int_int_int_int_int_int_.png.

    Graphics.drawArc_int_int_int_int_int_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.drawArc_int_int_int_int_int_int_.png in workflow artifacts.

  • Graphics.drawChar_char_int_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.drawChar_char_int_int_.png.

    Graphics.drawChar_char_int_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.drawChar_char_int_int_.png in workflow artifacts.

  • Graphics.drawChars_char___int_int_int_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.drawChars_char___int_int_int_int_.png.

    Graphics.drawChars_char___int_int_int_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.drawChars_char___int_int_int_int_.png in workflow artifacts.

  • Graphics.drawImage_Image_int_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.drawImage_Image_int_int_.png.

    Graphics.drawImage_Image_int_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.drawImage_Image_int_int_.png in workflow artifacts.

  • Graphics.drawImage_Image_int_int_int_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.drawImage_Image_int_int_int_int_.png.

    Graphics.drawImage_Image_int_int_int_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.drawImage_Image_int_int_int_int_.png in workflow artifacts.

  • Graphics.drawLine_int_int_int_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.drawLine_int_int_int_int_.png.

    Graphics.drawLine_int_int_int_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.drawLine_int_int_int_int_.png in workflow artifacts.

  • Graphics.drawPolygon_int___int___int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.drawPolygon_int___int___int_.png.

    Graphics.drawPolygon_int___int___int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.drawPolygon_int___int___int_.png in workflow artifacts.

  • Graphics.drawRect_int_int_int_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.drawRect_int_int_int_int_.png.

    Graphics.drawRect_int_int_int_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.drawRect_int_int_int_int_.png in workflow artifacts.

  • Graphics.drawRect_int_int_int_int_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.drawRect_int_int_int_int_int_.png.

    Graphics.drawRect_int_int_int_int_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.drawRect_int_int_int_int_int_.png in workflow artifacts.

  • Graphics.drawRoundRect_int_int_int_int_int_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.drawRoundRect_int_int_int_int_int_int_.png.

    Graphics.drawRoundRect_int_int_int_int_int_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.drawRoundRect_int_int_int_int_int_int_.png in workflow artifacts.

  • Graphics.drawShadow_Image_int_int_int_int_int_int_int_float_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.drawShadow_Image_int_int_int_int_int_int_int_float_.png.

    Graphics.drawShadow_Image_int_int_int_int_int_int_int_float_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.drawShadow_Image_int_int_int_int_int_int_int_float_.png in workflow artifacts.

  • Graphics.drawShape_Shape_Stroke_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.drawShape_Shape_Stroke_.png.

    Graphics.drawShape_Shape_Stroke_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.drawShape_Shape_Stroke_.png in workflow artifacts.

  • Graphics.drawString_String_int_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.drawString_String_int_int_.png.

    Graphics.drawString_String_int_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.drawString_String_int_int_.png in workflow artifacts.

  • Graphics.drawString_String_int_int_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.drawString_String_int_int_int_.png.

    Graphics.drawString_String_int_int_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.drawString_String_int_int_int_.png in workflow artifacts.

  • Graphics.drawStringBaseline_String_int_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.drawStringBaseline_String_int_int_.png.

    Graphics.drawStringBaseline_String_int_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.drawStringBaseline_String_int_int_.png in workflow artifacts.

  • Graphics.drawStringBaseline_String_int_int_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.drawStringBaseline_String_int_int_int_.png.

    Graphics.drawStringBaseline_String_int_int_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.drawStringBaseline_String_int_int_int_.png in workflow artifacts.

  • Graphics.endNativeGraphicsAccess__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.endNativeGraphicsAccess__.png.

    Graphics.endNativeGraphicsAccess__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.endNativeGraphicsAccess__.png in workflow artifacts.

  • Graphics.fillArc_int_int_int_int_int_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.fillArc_int_int_int_int_int_int_.png.

    Graphics.fillArc_int_int_int_int_int_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.fillArc_int_int_int_int_int_int_.png in workflow artifacts.

  • Graphics.fillLinearGradient_int_int_int_int_int_int_boolean_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.fillLinearGradient_int_int_int_int_int_int_boolean_.png.

    Graphics.fillLinearGradient_int_int_int_int_int_int_boolean_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.fillLinearGradient_int_int_int_int_int_int_boolean_.png in workflow artifacts.

  • Graphics.fillPolygon_int___int___int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.fillPolygon_int___int___int_.png.

    Graphics.fillPolygon_int___int___int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.fillPolygon_int___int___int_.png in workflow artifacts.

  • Graphics.fillRadialGradient_int_int_int_int_int_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.fillRadialGradient_int_int_int_int_int_int_.png.

    Graphics.fillRadialGradient_int_int_int_int_int_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.fillRadialGradient_int_int_int_int_int_int_.png in workflow artifacts.

  • Graphics.fillRadialGradient_int_int_int_int_int_int_int_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.fillRadialGradient_int_int_int_int_int_int_int_int_.png.

    Graphics.fillRadialGradient_int_int_int_int_int_int_int_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.fillRadialGradient_int_int_int_int_int_int_int_int_.png in workflow artifacts.

  • Graphics.fillRect_int_int_int_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.fillRect_int_int_int_int_.png.

    Graphics.fillRect_int_int_int_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.fillRect_int_int_int_int_.png in workflow artifacts.

  • Graphics.fillRect_int_int_int_int_byte_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.fillRect_int_int_int_int_byte_.png.

    Graphics.fillRect_int_int_int_int_byte_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.fillRect_int_int_int_int_byte_.png in workflow artifacts.

  • Graphics.fillRectRadialGradient_int_int_int_int_int_int_float_float_float_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.fillRectRadialGradient_int_int_int_int_int_int_float_float_float_.png.

    Graphics.fillRectRadialGradient_int_int_int_int_int_int_float_float_float_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.fillRectRadialGradient_int_int_int_int_int_int_float_float_float_.png in workflow artifacts.

  • Graphics.fillRoundRect_int_int_int_int_int_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.fillRoundRect_int_int_int_int_int_int_.png.

    Graphics.fillRoundRect_int_int_int_int_int_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.fillRoundRect_int_int_int_int_int_int_.png in workflow artifacts.

  • Graphics.fillShape_Shape_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.fillShape_Shape_.png.

    Graphics.fillShape_Shape_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.fillShape_Shape_.png in workflow artifacts.

  • Graphics.fillTriangle_int_int_int_int_int_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.fillTriangle_int_int_int_int_int_int_.png.

    Graphics.fillTriangle_int_int_int_int_int_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.fillTriangle_int_int_int_int_int_int_.png in workflow artifacts.

  • Graphics.getAlpha__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.getAlpha__.png.

    Graphics.getAlpha__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.getAlpha__.png in workflow artifacts.

  • Graphics.getClip__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.getClip__.png.

    Graphics.getClip__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.getClip__.png in workflow artifacts.

  • Graphics.getClipHeight__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.getClipHeight__.png.

    Graphics.getClipHeight__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.getClipHeight__.png in workflow artifacts.

  • Graphics.getClipWidth__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.getClipWidth__.png.

    Graphics.getClipWidth__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.getClipWidth__.png in workflow artifacts.

  • Graphics.getClipX__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.getClipX__.png.

    Graphics.getClipX__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.getClipX__.png in workflow artifacts.

  • Graphics.getClipY__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.getClipY__.png.

    Graphics.getClipY__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.getClipY__.png in workflow artifacts.

  • Graphics.getColor__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.getColor__.png.

    Graphics.getColor__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.getColor__.png in workflow artifacts.

  • Graphics.getFont__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.getFont__.png.

    Graphics.getFont__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.getFont__.png in workflow artifacts.

  • Graphics.getPaint__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.getPaint__.png.

    Graphics.getPaint__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.getPaint__.png in workflow artifacts.

  • Graphics.getRenderingHints__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.getRenderingHints__.png.

    Graphics.getRenderingHints__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.getRenderingHints__.png in workflow artifacts.

  • Graphics.getScaleX__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.getScaleX__.png.

    Graphics.getScaleX__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.getScaleX__.png in workflow artifacts.

  • Graphics.getScaleY__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.getScaleY__.png.

    Graphics.getScaleY__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.getScaleY__.png in workflow artifacts.

  • Graphics.getTransform__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.getTransform__.png.

    Graphics.getTransform__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.getTransform__.png in workflow artifacts.

  • Graphics.getTransform_Transform_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.getTransform_Transform_.png.

    Graphics.getTransform_Transform_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.getTransform_Transform_.png in workflow artifacts.

  • Graphics.getTranslateX__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.getTranslateX__.png.

    Graphics.getTranslateX__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.getTranslateX__.png in workflow artifacts.

  • Graphics.getTranslateY__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.getTranslateY__.png.

    Graphics.getTranslateY__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.getTranslateY__.png in workflow artifacts.

  • Graphics.isAffineSupported__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.isAffineSupported__.png.

    Graphics.isAffineSupported__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.isAffineSupported__.png in workflow artifacts.

  • Graphics.isAlphaSupported__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.isAlphaSupported__.png.

    Graphics.isAlphaSupported__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.isAlphaSupported__.png in workflow artifacts.

  • Graphics.isAntiAliased__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.isAntiAliased__.png.

    Graphics.isAntiAliased__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.isAntiAliased__.png in workflow artifacts.

  • Graphics.isAntiAliasedText__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.isAntiAliasedText__.png.

    Graphics.isAntiAliasedText__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.isAntiAliasedText__.png in workflow artifacts.

  • Graphics.isAntiAliasedTextSupported__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.isAntiAliasedTextSupported__.png.

    Graphics.isAntiAliasedTextSupported__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.isAntiAliasedTextSupported__.png in workflow artifacts.

  • Graphics.isAntiAliasingSupported__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.isAntiAliasingSupported__.png.

    Graphics.isAntiAliasingSupported__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.isAntiAliasingSupported__.png in workflow artifacts.

  • Graphics.isPerspectiveTransformSupported__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.isPerspectiveTransformSupported__.png.

    Graphics.isPerspectiveTransformSupported__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.isPerspectiveTransformSupported__.png in workflow artifacts.

  • Graphics.isShapeClipSupported__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.isShapeClipSupported__.png.

    Graphics.isShapeClipSupported__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.isShapeClipSupported__.png in workflow artifacts.

  • Graphics.isShapeSupported__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.isShapeSupported__.png.

    Graphics.isShapeSupported__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.isShapeSupported__.png in workflow artifacts.

  • Graphics.isTransformSupported__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.isTransformSupported__.png.

    Graphics.isTransformSupported__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.isTransformSupported__.png in workflow artifacts.

  • Graphics.lighterColor_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.lighterColor_int_.png.

    Graphics.lighterColor_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.lighterColor_int_.png in workflow artifacts.

  • Graphics.popClip__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.popClip__.png.

    Graphics.popClip__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.popClip__.png in workflow artifacts.

  • Graphics.pushClip__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.pushClip__.png.

    Graphics.pushClip__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.pushClip__.png in workflow artifacts.

  • Graphics.resetAffine__ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.resetAffine__.png.

    Graphics.resetAffine__
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.resetAffine__.png in workflow artifacts.

  • Graphics.rotate_float_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.rotate_float_.png.

    Graphics.rotate_float_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.rotate_float_.png in workflow artifacts.

  • Graphics.rotate_float_int_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.rotate_float_int_int_.png.

    Graphics.rotate_float_int_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.rotate_float_int_int_.png in workflow artifacts.

  • Graphics.rotateRadians_float_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.rotateRadians_float_.png.

    Graphics.rotateRadians_float_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.rotateRadians_float_.png in workflow artifacts.

  • Graphics.rotateRadians_float_int_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.rotateRadians_float_int_int_.png.

    Graphics.rotateRadians_float_int_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.rotateRadians_float_int_int_.png in workflow artifacts.

  • Graphics.scale_float_float_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.scale_float_float_.png.

    Graphics.scale_float_float_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.scale_float_float_.png in workflow artifacts.

  • Graphics.setAlpha_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.setAlpha_int_.png.

    Graphics.setAlpha_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.setAlpha_int_.png in workflow artifacts.

  • Graphics.setAndGetAlpha_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.setAndGetAlpha_int_.png.

    Graphics.setAndGetAlpha_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.setAndGetAlpha_int_.png in workflow artifacts.

  • Graphics.setAndGetColor_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.setAndGetColor_int_.png.

    Graphics.setAndGetColor_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.setAndGetColor_int_.png in workflow artifacts.

  • Graphics.setAntiAliased_boolean_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.setAntiAliased_boolean_.png.

    Graphics.setAntiAliased_boolean_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.setAntiAliased_boolean_.png in workflow artifacts.

  • Graphics.setAntiAliasedText_boolean_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.setAntiAliasedText_boolean_.png.

    Graphics.setAntiAliasedText_boolean_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.setAntiAliasedText_boolean_.png in workflow artifacts.

  • Graphics.setClip_int___ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.setClip_int___.png.

    Graphics.setClip_int___
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.setClip_int___.png in workflow artifacts.

  • Graphics.setClip_int_int_int_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.setClip_int_int_int_int_.png.

    Graphics.setClip_int_int_int_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.setClip_int_int_int_int_.png in workflow artifacts.

  • Graphics.setClip_Shape_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.setClip_Shape_.png.

    Graphics.setClip_Shape_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.setClip_Shape_.png in workflow artifacts.

  • Graphics.setColor_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.setColor_int_.png.

    Graphics.setColor_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.setColor_int_.png in workflow artifacts.

  • Graphics.setColor_Paint_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.setColor_Paint_.png.

    Graphics.setColor_Paint_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.setColor_Paint_.png in workflow artifacts.

  • Graphics.setFont_Font_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.setFont_Font_.png.

    Graphics.setFont_Font_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.setFont_Font_.png in workflow artifacts.

  • Graphics.setRenderingHints_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.setRenderingHints_int_.png.

    Graphics.setRenderingHints_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.setRenderingHints_int_.png in workflow artifacts.

  • Graphics.setTransform_Transform_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.setTransform_Transform_.png.

    Graphics.setTransform_Transform_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.setTransform_Transform_.png in workflow artifacts.

  • Graphics.shear_float_float_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.shear_float_float_.png.

    Graphics.shear_float_float_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.shear_float_float_.png in workflow artifacts.

  • Graphics.tileImage_Image_int_int_int_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.tileImage_Image_int_int_int_int_.png.

    Graphics.tileImage_Image_int_int_int_int_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.tileImage_Image_int_int_int_int_.png in workflow artifacts.

  • Graphics.transform_Transform_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.transform_Transform_.png.

    Graphics.transform_Transform_
    Preview info: JPEG preview quality 10; JPEG preview quality 10; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.transform_Transform_.png in workflow artifacts.

  • Graphics.translate_int_int_ — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/Graphics.translate_int_int_.png.

    Graphics.translate_int_int_
    Preview info: JPEG preview quality 20; JPEG preview quality 20; downscaled to 825x1789.
    Full-resolution PNG saved as Graphics.translate_int_int_.png in workflow artifacts.

  • GraphicsPipeline — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/GraphicsPipeline.png.

    GraphicsPipeline
    Preview info: Preview provided by instrumentation.
    Full-resolution PNG saved as GraphicsPipeline.png in workflow artifacts.

  • GraphicsShapesAndGradients — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/GraphicsShapesAndGradients.png.

    GraphicsShapesAndGradients
    Preview info: Preview provided by instrumentation.
    Full-resolution PNG saved as GraphicsShapesAndGradients.png in workflow artifacts.

  • GraphicsTransformations — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/GraphicsTransformations.png.

    GraphicsTransformations
    Preview info: Preview provided by instrumentation.
    Full-resolution PNG saved as GraphicsTransformations.png in workflow artifacts.

  • MainActivity — updated screenshot. Screenshot differs (1179x2556 px, bit depth 8).

    MainActivity
    Preview info: Preview provided by instrumentation.
    Full-resolution PNG saved as MainActivity.png in workflow artifacts.

  • MediaPlayback — missing reference. Reference screenshot missing at /Users/runner/work/CodenameOne/CodenameOne/scripts/ios/screenshots/MediaPlayback.png.

    MediaPlayback
    Preview info: Preview provided by instrumentation.
    Full-resolution PNG saved as MediaPlayback.png in workflow artifacts.

@shai-almog
Copy link
Collaborator Author

This branch took the wrong turn because AI missed its own bug

@shai-almog shai-almog closed this Nov 21, 2025
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