Sign in
go
/
mobile
/
HEAD
« Previous
4f45fb5
app: remove some unnecessary logging.
by Nigel Tao
· 9 years ago
8bb4ca1
asset: move app.Open to its own package
by David Crawshaw
· 9 years ago
743b9bf
cmd/gomobile: simplify init
by David Crawshaw
· 9 years ago
d1e52bb
cmd/gomobile: enable target=ios builds
by Burcu Dogan
· 9 years ago
ef2d0c9
cmd/gomobile: ios builds should be achievable without an assets dir
by Burcu Dogan
· 9 years ago
8cac158
cmd/gomobile: rewrite to output .app even it already exists
by Burcu Dogan
· 9 years ago
b9ad843
cmd/gomobile: rename pkgImportsAudio to pkgImportsAL
by Burcu Dogan
· 9 years ago
beece5b
cmd/gomobile: fix CC, CXX compliers for ios builds
by Burcu Dogan
· 9 years ago
8144405
app, bind: separate the app package from gobind
by David Crawshaw
· 9 years ago
20f0df5
app: darwin/arm{,64} event model implementation
by David Crawshaw
· 9 years ago
9ed16d2
app: leave GL buffer clearing to clients
by David Crawshaw
· 9 years ago
4dd6672
cmd/gomobile: have pkgImportsAudio look for exp/audio/al, not exp/audio.
by Nigel Tao
· 9 years ago
d1d3d8a
exp/audio/al: delete a debugging log message.
by Nigel Tao
· 9 years ago
b6ec031
exp/audio/al: call log.Fatalf for a dlsym failure.
by Nigel Tao
· 9 years ago
d1958fa
app: remove error return from Main
by David Crawshaw
· 9 years ago
9cc656e
app: darwin/amd64 event model implementation
by David Crawshaw
· 9 years ago
42f0d17
app: use one thread for both GL and other UI C code.
by Nigel Tao
· 9 years ago
0a8a8b8
exp/audio/al,cmd/gomobile: fix the broken build
by Burcu Dogan
· 9 years ago
25dc511
exp/audio: allow multiple instances of al.Context
by Burcu Dogan
· 9 years ago
95c05c6
cmd/gomobile: parse -target and -o
by Burcu Dogan
· 9 years ago
e47fb76
app: delete the unused Config.ClassFinder method.
by Nigel Tao
· 9 years ago
0dbccd2
gl: delete an unused global variable.
by Nigel Tao
· 9 years ago
e983332
Revert "cmd/gomobile: build *.app files if target=ios"
by Burcu Dogan
· 9 years ago
3ebbe2d
cmd/gomobile: fix the path of the audio package.
by Hyang-Ah (Hana) Kim
· 9 years ago
96bcad7
example/audio: delete obsolete TODO.
by Nigel Tao
· 9 years ago
229b9af
exp/sprite/portable: unbreak test.
by Nigel Tao
· 9 years ago
597df59
cmd/gomobile: build *.app files if target=ios
by Burcu Dogan
· 9 years ago
5878957
mobile/bind: Fix objc bindings for multiple return vals.
by James Schofield
· 9 years ago
f770de8
cmd/gomobile: change the generated go file name
by Hyang-Ah (Hana) Kim
· 9 years ago
3a9b5b5
bind: correct methods' return arg type mapping in obj-c binding.
by Hyang-Ah (Hana) Kim
· 9 years ago
4d3dd47
app/debug: use the *image.RGBA drawing fast path.
by Nigel Tao
· 9 years ago
4d8c316
cmd/gomobile: fix the aar suffix check
by Burcu Dogan
· 9 years ago
d1e00c1
doc: fix whitespace between stable and exp packages
by Burcu Dogan
· 9 years ago
55faa67
doc: list sensor and audio package as experimental
by Burcu Dogan
· 9 years ago
1d641b5
audio: move to exp/audio
by Burcu Dogan
· 9 years ago
e9faa89
sensor: move to exp/sensor
by Burcu Dogan
· 9 years ago
c0c696a
sprite: move to exp/sprite.
by Nigel Tao
· 9 years ago
df4a652
cmd/gomobile: improve error message if gomobile hasn't inited
by Burcu Dogan
· 9 years ago
8fff803
mobile/cmd/gomobile: install darwin/arm and darwin/arm64 compilers
by Burcu Dogan
· 9 years ago
7319e35
cmd/gomobile: use package dir basename as app name.
by Hyang-Ah (Hana) Kim
· 9 years ago
1edfb83
cmd/gomobile: fix the use of diff function.
by Hyang-Ah (Hana) Kim
· 9 years ago
b97afd0
cmd/gomobile: fix the broken build test.
by Hyang-Ah (Hana) Kim
· 9 years ago
fb3a660
cmd/gomobile: fix test broken in cl/11265
by David Crawshaw
· 9 years ago
10a37af
cmd/gomobile: add -target flag
by David Crawshaw
· 9 years ago
6490f64
mobile/cmd/gomobile: build darwin/arm and darwin/arm64 cross compilers
by Burcu Dogan
· 9 years ago
090698e
mobile/cmd/gomobile: remove the temp iOS work directory
by Burcu Dogan
· 9 years ago
2813ddb
mobile/cmd/gomobile: add the assets to the iOS Release build
by Burcu Dogan
· 9 years ago
981e383
font: move to exp/font.
by Nigel Tao
· 9 years ago
93e2526
exp: add a new directory for experimental packages.
by Nigel Tao
· 9 years ago
f88f823
build: delete obsolete files.
by Nigel Tao
· 9 years ago
addf80d
mobile/cmd/gomobile: invoke Xcode toolchain to build an iOS app
by Burcu Dogan
· 9 years ago
428b72b
mobile/cmd/gomobile: create boilerplate Xcode project
by Burcu Dogan
· 9 years ago
d7fb1ce
bind: fix a bug in handling func returning a struct.
by Hyang-Ah (Hana) Kim
· 9 years ago
31aaa72
cmd/gomobile: add x86
by David Crawshaw
· 9 years ago
df80251
app: move x11 API calls to GL thread
by Jihyun Yu
· 9 years ago
4ad40f4
cmd/gomobile: use -buildmode=c-shared
by David Crawshaw
· 9 years ago
9c7482e
bind/objc: use gobind -lang=objc,go to generate code.
by Hyang-Ah (Hana) Kim
· 9 years ago
26f6ffe
cmd/gobind: add experimental, objective-C code generation option.
by Hyang-Ah (Hana) Kim
· 9 years ago
8f4eb9e
bind: add objective-c code generator.
by Hyang-Ah (Hana) Kim
· 9 years ago
1f1d6ef
app: use more obscure names for objective-c classes.
by Hyang-Ah (Hana) Kim
· 9 years ago
b6fda3d
app: fix broken build for armx.
by Hyang-Ah (Hana) Kim
· 9 years ago
10cf027
mobile/app: remove the callbacks declaration in the darwin/arm backend
by Burcu Dogan
· 10 years ago
343eae7
bind/objc: simplify reference counting of Go objects.
by Hyang-Ah (Hana) Kim
· 9 years ago
b24fa8f
bind/objc: add read/write Int and BOOL values.
by Hyang-Ah (Hana) Kim
· 9 years ago
1927b21
app: add sync import
by David Crawshaw
· 9 years ago
f373bd3
bind: rename parameter p
by David Crawshaw
· 9 years ago
c533dca
bind/java: manage Java object lifetime based on reference count.
by Hyang-Ah (Hana) Kim
· 9 years ago
019f8eb
app: fix bug on linux/x11
by Jihyun Yu
· 9 years ago
d872595
bind: remove an unused field from javaGen.
by Hyang-Ah (Hana) Kim
· 9 years ago
a7e5f65
bind/objc: allow passing Go objects to objective-C.
by Hyang-Ah (Hana) Kim
· 9 years ago
068a51c
gl: batch calls onto a dedicated context thread
by David Crawshaw
· 9 years ago
0d468be
app: fix onInputQueueDestroyed shadowing bug.
by Nigel Tao
· 9 years ago
cc98479
bind: make generated names less go-like to avoid name collision.
by Hyang-Ah (Hana) Kim
· 9 years ago
d224824
app: add iPad Mini 3, and a fallback PPI
by David Crawshaw
· 9 years ago
6391ccb
app: don't panic on iOS touch
by David Crawshaw
· 9 years ago
e241db9
bind/java: revert byte array class workaround from CL 9783
by Elias Naur
· 9 years ago
c73f3e7
app: support iOS touch events
by David Crawshaw
· 9 years ago
6c1c490
cmd/gomobile: set tmpdir when calling cmd/dist
by David Crawshaw
· 9 years ago
64c20ce
bind/java: initialize seq machinery from Java
by David Crawshaw
· 10 years ago
d2634ce
gl: darwin/arm64 support
by David Crawshaw
· 9 years ago
730f563
app: set timezone on app initialization
by David Crawshaw
· 9 years ago
8f15a83
cmd/gomobile: do not run make.bash with user env
by David Crawshaw
· 9 years ago
305154c
app: darwin/arm64 support
by David Crawshaw
· 9 years ago
7c723a6
gl/glutil: fix TestImage.
by Nigel Tao
· 9 years ago
c95aae9
cmd/gomobile: update init with new compiler name
by David Crawshaw
· 9 years ago
73e04c3
gl/glutil: manage GL textures across start/stop
by David Crawshaw
· 10 years ago
754ad3c
app: fix broken build on linux.
by Hyang-Ah Hana Kim
· 10 years ago
a5e8a96
mobile/cmd/gomobile: add iOS binary builder from darwin/arm
by Burcu Dogan
· 10 years ago
6e80023
bind/objc: simplify GoSeq.
by Hyang-Ah (Hana) Kim
· 10 years ago
6d80e5a
bind: support Bool types.
by Hyang-Ah (Hana) Kim
· 10 years ago
b658bfd
bind: support reference types as struct fields.
by Hyang-Ah (Hana) Kim
· 10 years ago
536b3a3
mobile/app: fix the build for darwin/arm
by Burcu Dogan
· 10 years ago
fd342d1
bind/objc: implement byte array read/write support.
by Hyang-Ah (Hana) Kim
· 10 years ago
5c3e18f
bind/objc: obj-c binding for functions using numeric, string types.
by Hyang-Ah (Hana) Kim
· 10 years ago
ec112d8
bind: mention the supported binding rules.
by Hyang-Ah (Hana) Kim
· 10 years ago
4f4272d
bind: fix Java code generation that takes reference type params.
by Hyang-Ah (Hana) Kim
· 10 years ago
910c3fc
bind/java: find jbytearray class info using jbytearray object.
by Hyang-Ah (Hana) Kim
· 10 years ago
ddfab7d
mobile: add instructions about filing an issue and discussing FRs
by Burcu Dogan
· 10 years ago
3b82ab4
mobile/audio: document WAV header size and its format
by Burcu Dogan
· 10 years ago
ddd3a9e
cmd/gomobile: check version with working cmd/dist
by David Crawshaw
· 10 years ago
Next »