chore(deps): bump android-actions/setup-android from 3 to 4#1
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): bump android-actions/setup-android from 3 to 4#1dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
717d8bb to
bf95f72
Compare
PrometeoDEV
added a commit
that referenced
this pull request
Apr 5, 2026
…ridge, Canvas render Full Sixel inline image support (the #1 community request for 8 years): Java path (legacy engine): - SixelParser.java: pure Java DCS payload decoder (RGB/HLS colors, repeat, newline) - TerminalEmulator: ESC_P_SIXEL state, 4MB buffer, ST termination - KittyGraphicsManager.addSixelImage(): reuses Kitty rendering pipeline - 7 unit tests (basic, params, empty, newline, repeat, DECRQSS/termcap guards) Rust path (Rust engine): - JNI export parseSixel() in novaterm-bridge - Converts sixel-image pixels to Android ARGB int array - NativeTerminal.parseSixel() Kotlin declaration Pipeline: DCS → detect 'q' → accumulate → ST → SixelParser → Bitmap → KittyGraphicsManager → TerminalRenderer.renderKittyImages() → Canvas Security: 4MB max buffer, 4096x4096 max dimensions, 1024 color registers. CHANGELOG and project status memories updated. All tests pass (171 Java + 135 Rust). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
661b575 to
e3236f1
Compare
e3236f1 to
0995e25
Compare
Bumps [android-actions/setup-android](https://github.com/android-actions/setup-android) from 3 to 4. - [Release notes](https://github.com/android-actions/setup-android/releases) - [Commits](android-actions/setup-android@v3...v4) --- updated-dependencies: - dependency-name: android-actions/setup-android dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
0995e25 to
d3dc0f2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps android-actions/setup-android from 3 to 4.
Release notes
Sourced from android-actions/setup-android's releases.
Commits
40fd30fUpdate setup-android version in README.mdd4e21bfUpdate dependencies and rebuildb7f140eBump actions/checkout from 5 to 6651bcebMigrate from ncc to esbuild144235eUpdate actions steps. checkout to v5, node to v6, java to v5, codeql to v4200c644Add cmdline-tools version 20.0 ( 14742923 )715acc5Remove@actions/cachedependency125835fUpdate (not all) deps, migrate eslint to new format. compile to es2024c4c8fe5Encourage users to use latest version ofactions/setup-java6a40db5Migrate from Node 20 to Node 24