Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AndroidGoLab/ndk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.2
Choose a base ref
...
head repository: AndroidGoLab/ndk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.3
Choose a head ref
  • 4 commits
  • 511 files changed
  • 1 contributor

Commits on Mar 15, 2026

  1. chore: rename xaionaro-go -> AndroidGoLab across all files

    Project moved to github.com/AndroidGoLab/ndk. Updated all import
    paths, URLs, and references in Go files, YAML specs/overlays,
    README.md, go.mod, templates, and tests. Also updates jni and
    binder references to their new AndroidGoLab locations.
    [email protected] authored and [email protected] committed Mar 15, 2026
    Configuration menu
    Copy the full SHA
    751b84b View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. docs: remove binder example and Library labels from README

    This is an NDK repo — all examples are NDK by definition. Remove
    redundant "Library: ndk" labels and the binder battery example
    (belongs in the binder project).
    [email protected] authored and [email protected] committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    0101995 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7dc81e View commit details
    Browse the repository at this point in the history
  3. docs: merge examples into spoilers with complete code

    Combine "Usage Examples" and "Other examples" into a single
    "Examples" section. Wrap all examples in <details> spoilers.
    Make main examples complete programs with package/imports/main.
    Use current package constants (no magic values).
    [email protected] authored and [email protected] committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    da51da9 View commit details
    Browse the repository at this point in the history
Loading