-
Notifications
You must be signed in to change notification settings - Fork 39
Comparing changes
Open a pull request
base repository: beevelop/docker-android
base: 64be5dd
head repository: beevelop/docker-android
compare: 0f8d40b
- 8 commits
- 3 files changed
- 3 contributors
Commits on Aug 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c15e550 - Browse repository at this point
Copy the full SHA c15e550View commit details -
docs: standardize README with SEO-optimized description and consisten…
…t structure - Add SEO-friendly title and description for better discoverability - Standardize usage examples and formatting - Add complete Docker images table for cross-project navigation - Include hierarchy diagram for visual project relationships - Improve content organization following README best practices
Configuration menu - View commit details
-
Copy full SHA for 48570f0 - Browse repository at this point
Copy the full SHA 48570f0View commit details
Commits on Oct 9, 2025
-
Bump github/codeql-action from 3 to 4 in the github-actions group (#54)
Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 3 to 4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for eff6be3 - Browse repository at this point
Copy the full SHA eff6be3View commit details
Commits on Nov 24, 2025
-
Bump actions/checkout from 5 to 6 in the github-actions group (#55)
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for af17590 - Browse repository at this point
Copy the full SHA af17590View commit details
Commits on Mar 4, 2026
-
Bump docker/setup-qemu-action from 3 to 4 in the github-actions group (…
…#56) Bumps the github-actions group with 1 update: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action). Updates `docker/setup-qemu-action` from 3 to 4 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3...v4) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3090d41 - Browse repository at this point
Copy the full SHA 3090d41View commit details
Commits on Mar 5, 2026
-
Bump the github-actions group with 2 updates (#57)
Bumps the github-actions group with 2 updates: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) and [docker/login-action](https://github.com/docker/login-action). Updates `docker/setup-buildx-action` from 3 to 4 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3...v4) Updates `docker/login-action` from 3 to 4 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ad2f06f - Browse repository at this point
Copy the full SHA ad2f06fView commit details
Commits on Mar 6, 2026
-
Bump the github-actions group with 2 updates (#58)
Bumps the github-actions group with 2 updates: [docker/metadata-action](https://github.com/docker/metadata-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/metadata-action` from 5 to 6 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5...v6) Updates `docker/build-push-action` from 6 to 7 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for faf60c6 - Browse repository at this point
Copy the full SHA faf60c6View commit details -
Update to Android API level 36, CalVer v2026.03.1 (#59)
* Initial plan * Update to Android API level 36 and prepare CalVer release v2026.03.1 - Update build tools from 35.0.0 to 36.0.0 - Replace platforms;android-33 with platforms;android-36 (keeping 34, 35, 36) - Update README to reflect Android SDK 16 (API levels 34-36) - Update CalVer release version to v2026.03.1 Co-authored-by: beevelop <6891349+beevelop@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: beevelop <6891349+beevelop@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0f8d40b - Browse repository at this point
Copy the full SHA 0f8d40bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 64be5dd...0f8d40b