- f3d33d5 mobile/example/audio: fix the broken Android build by Burcu Dogan · 10 years ago
- e33b2ce mobile/audio: determine the format and sample rate from the WAV format by Burcu Dogan · 10 years ago
- d861c4a mobile/audio: rename (*Player).Destroy to (*Player).Close by Burcu Dogan · 10 years ago
- 2aa4da5 mobile/audio: skip RIFF WAVE header if exists by Burcu Dogan · 10 years ago
- a7a3501 cmd/gomobile: simpler download caching by David Crawshaw · 10 years ago
- a18cedb mobile/audio: player should close its audio source by Burcu Dogan · 10 years ago
- cf8de59 example/audio: add sample audio app by Burcu Dogan · 10 years ago
- 383d14d mobile/cmd/gomobile: add proguard.txt to gomobile bind .aar files by Elias Naur · 10 years ago
- a8aa7bb audio: have a global audio device and context by Burcu Dogan · 10 years ago
- 5cddc14 app: introduce Config and start registration by David Crawshaw · 10 years ago
- 601608a bind/java: use the class loader cached during JNI_OnLoad call. by Hyang-Ah (Hana) Kim · 10 years ago
- 6961391 mobile: add gomobile to README by Burcu Dogan · 10 years ago
- 1718de6 mobile: add missing canonical import paths by Burcu Dogan · 10 years ago
- a849359 mobile: deprecate Dockerfile and document gomobile by Burcu Dogan · 10 years ago
- 66ea9e5 app: simplify and document init sequence by David Crawshaw · 10 years ago
- b364bb0 cmd/gomobile: print error messages from javac by David Crawshaw · 10 years ago
- 88e68e0 example/basic,example/sprite: give a reference to gomobile installation by Burcu Dogan · 10 years ago
- 812950c bind/objc: GoSeq for obj-c and go communication. by Hyang-Ah (Hana) Kim · 10 years ago
- d9a820a cmd/gomobile: expand the docs with instructions to build Go from tip by Burcu Dogan · 10 years ago
- 253eb63 mobile/app: identify touches by ID to enable multitouch by Gordon Klaus · 10 years ago
- 74be7c2 cmd/gomobile: update the doc. by Hyang-Ah (Hana) Kim · 10 years ago
- 30559f8 bind/java: add mising copyright statements. by Hyang-Ah (Hana) Kim · 10 years ago
- 1cb3b97 example/sprite: switch to gomobile build by Burcu Dogan · 10 years ago
- 717c2c4 example/basic: add build instructions for gomobile by Burcu Dogan · 10 years ago
- a4bb105 app: fix tabs vs spaces. by Nigel Tao · 10 years ago
- 1ab6893 cmd/gomobile: fix init_test.go to pass on windows/darwin. by Hyang-Ah (Hana) Kim · 10 years ago
- 094aefd Dockerfile: update go version to 3f4de49. by Hyang-Ah (Hana) Kim · 10 years ago
- f0c91fa cmd/gomobile: copy old5a to the tool chain. by Hyang-Ah Hana Kim · 10 years ago
- d77bba0 app: call main.main on app startup by David Crawshaw · 10 years ago
- 47553f4 cmd/gobind: fix a typo. by Hyang-Ah Hana Kim · 10 years ago
- 5f5a5fa cmd/gobind: list byte slice as a supported type. by Hyang-Ah Hana Kim · 10 years ago
- bdbc727 bind/java: convert test.bash to go test. by Hyang-Ah (Hana) Kim · 10 years ago
- 0150454 bind/seq: add Buffer.{Read,Write}UTF8. by Hyang-Ah (Hana) Kim · 10 years ago
- cd5954b audio: add notice about the OpenAL license by Burcu Dogan · 10 years ago
- 2952048 mobile/app: update the window width and height after rotation by Burcu Dogan · 10 years ago
- 3344124 bind: replace {Read,Write}UTF16 with {Read,Write}String for string. by Hyang-Ah (Hana) Kim · 10 years ago
- d886eed bind/java: fix testpkg's gobind generate command. by Hyang-Ah (Hana) Kim · 10 years ago
- 7858a6e sensor: minimize the number of epolls by Burcu Dogan · 10 years ago
- e5a0a60 sensor: make the global Type values consts instead of vars. by Nigel Tao · 10 years ago
- 16015b6 sensor: don't block Read more than 30 secs by Burcu Dogan · 10 years ago
- dad00d9 Revert "mobile/sensor: block until timeout occurs" by Burcu Dogan · 10 years ago
- bf1596d audio/al: destroy the internal context while finalizing Context by Burcu Dogan · 10 years ago
- 6544820 audio/al: don't define MakeContextCurrent on the pointer by Burcu Dogan · 10 years ago
- c2bf90d audio/al: add bindings for alcDestroyContext by Burcu Dogan · 10 years ago
- 1575a42 mobile/sensor: block until timeout occurs by Burcu Dogan · 10 years ago
- 55736cd mobile/sensor: readability fixes by Burcu Dogan · 10 years ago
- 96e5414 mobile/sensor: don't panic, return an availability error on non-android by Burcu Dogan · 10 years ago
- 2beb6b6 mobile: list the sensor package on README by Burcu Dogan · 10 years ago
- f48e3e4 mobile/sensor: add android support by Burcu Dogan · 10 years ago
- dfdb6c5 mobile/sensor: remove the unnecessary init mutex by Burcu Dogan · 10 years ago
- d04e739 cmd/gomobile: change the bind command to output .aar format for Android. by Hyang-Ah (Hana) Kim · 10 years ago
- a01c060 gl: Improve API signatures to match spec, improve docs. by Dmitri Shuralyov · 10 years ago
- 4d47512 mobile/sensor: initialize the sensor package by Burcu Dogan · 10 years ago
- 502bceb cmd/gomobile: generate package documentation by David Crawshaw · 10 years ago
- 2965d09 cmd/gomobile: don't create .apk file with the -n option. by Hyang-Ah (Hana) Kim · 10 years ago
- eaba00b gl: use better spec-defined func names, fix bug, increase consistency by Dmitri Shuralyov · 10 years ago
- 6ed9b24 mobile/audio: use AL_TRUE and ALC_TRUE by Burcu Dogan · 10 years ago
- 48cfa1a mobile: add codereview.cfg by Josh Bleecher Snyder · 10 years ago
- f28a01d app: set valid geom.Width/Height on darwin/arm by David Crawshaw · 10 years ago
- 2476462 mobile: add a link to the audio package by Burcu Dogan · 10 years ago
- f1ef55e cmd/gobind: simplify filepath.Join uses. by Hyang-Ah (Hana) Kim · 10 years ago
- b316a2d cmd/gomobile: pack OpenAL libraries into the apk if audio is imported by Burcu Dogan · 10 years ago
- 33ee14d mobile/audio: add instructions how to install OpenAL on Linux desktop by Burcu Dogan · 10 years ago
- c30f429 audio/al: replace strcat with strlcat by David Crawshaw · 10 years ago
- 269086b cmd/gomobile/init: download the prebuilt OpenAL library by Burcu Dogan · 10 years ago
- 20544e6 bind/java/SeqTest: call Go.init from the test case constructor. by Hyang-Ah (Hana) Kim · 10 years ago
- 4940f61 cmd/gomobile/init: report non-200 HTTP responses by Burcu Dogan · 10 years ago
- d6d7769 bind/java: use gomobile to build bind lib. by Hyang-Ah (Hana) Kim · 10 years ago
- 42f807b cmd/gomobile/release: generate a tarball that contains OpenAL by Burcu Dogan · 10 years ago
- c94142e mobile/audio: add android support by Burcu Dogan · 10 years ago
- 79fcbd2 cmd/gomobile: use the stripped NDK for Windows client. by Hyang-Ah (Hana) Kim · 10 years ago
- a49d80e audio/al: make MakeCurrentContext a method of Context by Burcu Dogan · 10 years ago
- b7c27d1 mobile/audio: reorg the package to allow multiple implementations of bindings by Burcu Dogan · 10 years ago
- 0d808af cmd/gobind: env variable merge for Windows. by Hyang-Ah (Hana) Kim · 10 years ago
- fc5f7c7 audio: use int constants (C style enums) instead of string. by Nigel Tao · 10 years ago
- 388f1b8 cmd/gomobile: inherit env vars when running build subprocesses. by Hyang-Ah Hana Kim · 10 years ago
- 614540a cmd/gomobile: 5a is gone. by Hyang-Ah Hana Kim · 10 years ago
- 496a9d6 cmd/gomobile: Windows support for 'init' command. by Hyang-Ah (Hana) Kim · 10 years ago
- 333098d audio: build on linux, not just darwin. by Nigel Tao · 10 years ago
- f13db43 cmd/gomobile: don't try to copy $GOROOT/include; no longer exists. by Hyang-Ah (Hana) Kim · 10 years ago
- ca95394 cmd/gomobile/release: add windows android ndk dist. by Hyang-Ah Hana Kim · 10 years ago
- eb942da mobile/app: need to create an XColormap in X11 implementation by Denis Bernard · 10 years ago
- d26ae01 mobile/app: call the Start/Stop callbacks in x11.go by Denis Bernard · 10 years ago
- 7b45e52 mobile/audio: avoid locks during IO and fix seek precision by Burcu Dogan · 10 years ago
- d6c8d03 cmd/gobind: fix init_test. by Hyang-Ah (Hana) Kim · 10 years ago
- cd61880 cmd/gomobile: use exec.LookPath instead of 'which' cmd. by Hyang-Ah (Hana) Kim · 10 years ago
- f17dcba cmd/gomobile: bind should not fail due to non-empty outdir. by Hyang-Ah (Hana) Kim · 10 years ago
- 47a1495 bind/java: fix build by David Crawshaw · 10 years ago
- 8fc47a2 bind/java/SeqTest: use AndroidTestCase for Context. by Hyang-Ah Hana Kim · 10 years ago
- 595ca5b app: initialize asset manager for gobind android app. by Hyang-Ah Hana Kim · 10 years ago
- 605b2be cmd/gomobile: build non-main packages by David Crawshaw · 10 years ago
- b9b7a66 cmd/gomobile, cmd/gobind: fix build by David Crawshaw · 10 years ago
- e3048a9 example/libhello: update main.go to initiate java.Init. by Hyang-Ah Hana Kim · 10 years ago
- d267d4c bind/seq: fix unaligned memory access in serialization. by Hyang-Ah Hana Kim · 10 years ago
- 6bd177a app: set TMPDIR and plumb through to Go by David Crawshaw · 10 years ago
- 39aa397 app: remove excess call to Start callback by David Crawshaw · 10 years ago
- b2dee7a app, cmd/gomobile: expose an app.State variable by David Crawshaw · 10 years ago
- 67dbb30 app: basic darwin/arm support by David Crawshaw · 10 years ago
- c0dc937 gl/glutil: context is only for desktop darwin by David Crawshaw · 10 years ago
- 25b15a7 audio: skip build for non-darwin. by Hyang-Ah Hana Kim · 10 years ago