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