Skip to content

Commit 751b84b

Browse files
xaionaro@dx.centerxaionaro@dx.center
authored andcommitted
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.
1 parent d597a0d commit 751b84b

File tree

511 files changed

+776
-776
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

511 files changed

+776
-776
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion

README.md

Lines changed: 79 additions & 79 deletions

activity/activity.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

activity/lifecycle.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

activity/native_activity_callbacks.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/app.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66
"sync"
77
"unsafe"
88

9-
"github.com/xaionaro-go/ndk/activity"
10-
"github.com/xaionaro-go/ndk/window"
9+
"github.com/AndroidGoLab/ndk/activity"
10+
"github.com/AndroidGoLab/ndk/window"
1111
)
1212

1313
// App provides a high-level interface to an Android NativeActivity.

android/lifecycle.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ package android
55
import (
66
"unsafe"
77

8-
"github.com/xaionaro-go/ndk/activity"
9-
"github.com/xaionaro-go/ndk/input"
8+
"github.com/AndroidGoLab/ndk/activity"
9+
"github.com/AndroidGoLab/ndk/input"
1010
)
1111

1212
// Handlers defines callbacks for Android lifecycle events and input.

android/permissions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
package android
44

55
import (
6-
"github.com/xaionaro-go/ndk/jni"
6+
"github.com/AndroidGoLab/ndk/jni"
77
)
88

99
// HasPermission checks if a runtime permission is currently granted.

android/ui.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
package android
44

55
import (
6-
"github.com/xaionaro-go/ndk/jni"
6+
"github.com/AndroidGoLab/ndk/jni"
77
)
88

99
// ShowToast displays an Android Toast message.

asset/asset.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)