1. 7c31375 cmd/gomobile: find a better name for the app if import path is "." by Jaana Burcu Dogan · 8 years ago
  2. 2922272 cmd/gomobile: error when attempting to bind main package by Hyang-Ah (Hana) Kim · 8 years ago
  3. c435d0b mobile: fix issues with GOMOBILEFLAGS in Gradle gobind plugin by Kenneth Shaw · 8 years ago
  4. e1840f9 mobile/bind: make Java proxy classes private by Elias Naur · 8 years ago
  5. 5e11c20 mobile/bind: don't force Java classes to extend stub classes by Elias Naur · 8 years ago
  6. 07a529f mobile/bind: fix a reference count race with the garbage collectors by Elias Naur · 8 years ago
  7. 5b96314 mobile/bind: implement interfaces from imported bound packages by Elias Naur · 8 years ago
  8. e8a2575 mobile/bind/objc: treat warnings as errors in SeqTest.m by Elias Naur · 8 years ago
  9. 5496692 mobile/cmd/gomobile: fix tests by Elias Naur · 8 years ago
  10. d181647 bind/objc: fix incorrect objc reference handling in RefTracker by Ernest Chiang · 8 years ago
  11. 45290c0 mobile/cmd/gomobile: pass minimum iphoneos version to linker by Elias Naur · 8 years ago
  12. e2bc210 bind/objc: fix compile warning by Elias Naur · 8 years ago
  13. eb6cb84 mobile/bind: ignore unbound types by Elias Naur · 8 years ago
  14. 7cb2b86 mobile/bind: allow Num function in bound interfaces by Elias Naur · 8 years ago
  15. 65e8f02 cmd/gomobile: update doc to mention android/arm64 by Hyang-Ah Hana Kim · 8 years ago
  16. 390f7b3 mobile/bind: skip unsupported functions, vars, fields and methods by Elias Naur · 8 years ago
  17. 74ee969 cmd/gomobile: add support for android/arm64 by Hyang-Ah Hana Kim · 8 years ago
  18. 3e83050 mobile/bind: stop tracking foreign objects in the Go reference tracker by Elias Naur · 8 years ago
  19. 51fe33c mobile/bind: don't generate goSeqRefInterface by Elias Naur · 8 years ago
  20. 7d65c03 mobile/bind: only generate callable jmethodID declarations by Elias Naur · 8 years ago
  21. 1a0b242 mobile/bind: let Java toString call String method if available by Elias Naur · 8 years ago
  22. d841a03 mobile/bind: initialize imported bound packages by Elias Naur · 8 years ago
  23. 462ddb1 mobile/bind: use the correct package for JNI type descriptors by Elias Naur · 8 years ago
  24. 7e17db7 mobile/bind: fix tests by Elias Naur · 8 years ago
  25. 7df33f4 mobile/bind: allow bound packages to refer to imported bound packages by Elias Naur · 8 years ago
  26. 31eac4e mobile/misc/androidstudio: support multiple packages by Elias Naur · 8 years ago
  27. 5b73745 bind/java,objc: run gomobile init after installing gomobile by Hyang-Ah Hana Kim · 8 years ago
  28. 0d3fdd1 mobile/bind: replace panics with errors by Elias Naur · 8 years ago
  29. 2e1e39e misc/androidstudio: release gobind gradle plugin 0.2.4 by Hyang-Ah Hana Kim · 8 years ago
  30. 493d0b4 modbile/misc/androidstudio: add GOARCH to the gradle plugin by Elias Naur · 8 years ago
  31. 976d071 mobile/bind: merge iOS and Android Go test packages by Elias Naur · 8 years ago
  32. 5604bcf mobile/bind: implement iOS benchmarks by Elias Naur · 8 years ago
  33. 4da9347 mobile/bind: convert iOS tests to XCTestCase by Elias Naur · 8 years ago
  34. 75a1c3d mobile/bind: make LOG_FATAL abort() on Android by Elias Naur · 8 years ago
  35. 94417f6 mobile/internal/binres: skip test if ANDROID_HOME is unset by Elias Naur · 8 years ago
  36. ba0a725 mobile/bind: avoid intermediate []rune copy converting Java string to Go by Elias Naur · 8 years ago
  37. 4e994ac internal/binres: use pkg binres for manifest encode by Daniel Skinner · 8 years ago
  38. c2b8429 bind: fallback to const.Value.String for pre go1.6 by Hyang-Ah Hana Kim · 8 years ago
  39. 6fca37c mobile/bind: replace seq serialization with direct calls by Elias Naur · 8 years ago
  40. 988d17d mobile/bind: update benchmarks to address post-submit review comments by Elias Naur · 8 years ago
  41. 0ee7f82 internal/binres: move test-related code out of package source by Daniel Skinner · 8 years ago
  42. 39fb9d6 app: remove incorrect call to AInputQueue_detachLooper by Daniel Skinner · 8 years ago
  43. 45143d8 mobile/bind: add Android benchmarks by Elias Naur · 8 years ago
  44. c432672 mobile/bind: fix long strings by Elias Naur · 8 years ago
  45. 320ec40 mobile/bind: fix RefMap invariant by Elias Naur · 8 years ago
  46. 9ea846d mobile/bind: make sure the Java SeqTest has a valid context by Elias Naur · 8 years ago
  47. 74f8898 app: fix shiny build. by Nigel Tao · 8 years ago
  48. 8764584 bind: rename seq package with name _seq in generated Go code by Hyang-Ah (Hana) Kim · 8 years ago
  49. c1fbaaa x/mobile/gl: Fix arguments passed to glBufferData from BufferInit by Hajime Hoshi · 8 years ago
  50. ed70d67 exp/audio/al: cleanup unnecessary casts by Burcu Dogan · 8 years ago
  51. 52e0785 cmd/gomobile: enable android/386, android/amd64 support by Hyang-Ah (Hana) Kim · 8 years ago
  52. 77abf9c exp/audio/al: add more generic getters by Burcu Dogan · 8 years ago
  53. 55a5a7b cmd/gomobile: create java source directory before creating symlink by Hyang-Ah (Hana) Kim · 8 years ago
  54. 5a8964b mobile/bind: fix JNI local reference table overflow by ttyh061 · 8 years ago
  55. 1fb745c internal/binres: encode manifest correctly for packaging by Daniel Skinner · 8 years ago
  56. 060f257 mobile/bind: add integration test for CL 19417 by Elias Naur · 8 years ago
  57. d1c2f48 mobile/bind: handle null references from Java in Go by Elias Naur · 8 years ago
  58. 46f9e01 mobile/bind: ensure that Java->Go->Java calls stay on same thread by Elias Naur · 8 years ago
  59. 7538792 mobile/bind: translate implicit Go interface implementations to Java by Elias Naur · 8 years ago
  60. 951b75a mobile/cmd/gomobile: fix TestBindAndroid test by Elias Naur · 8 years ago
  61. 04168c3 example/bind/android: update gradle version by Hyang-Ah (Hana) Kim · 8 years ago
  62. 89fdf89 bind: make Seq.RefTracker.createRef obey the refcnt invariant by Elias Naur · 8 years ago
  63. 002f07f internal/binres: sort element attributes by Daniel Skinner · 8 years ago
  64. 789dd7a internal/binres: provide validation for all remaining bootstrap resource types by Daniel Skinner · 8 years ago
  65. 8b3b2fb cmd/gomobile: move go.LoadJNI class to LoadJNI.java by Hyang-Ah Hana Kim · 8 years ago
  66. 77ab3b7 bind/java: use size_t to match Send/Recv param types by Hyang-Ah (Hana) Kim · 8 years ago
  67. c24337b internal/binres: unmarshal map from xml by Daniel Skinner · 8 years ago
  68. 022ca03 exp/audio/al: export generic getters/setters by Burcu Dogan · 8 years ago
  69. b8ddff8 internal/binres: table marshal methods with pack func by Daniel Skinner · 8 years ago
  70. db7fc23 internal/binres: unmarshal pool from xml doc, update tests to target api-15 by Daniel Skinner · 8 years ago
  71. e7f16ac cmd/gomobile: put libopenal.so to lib/armeabi-v7a directory by Hyang-Ah Hana Kim · 8 years ago
  72. 24a199a bind: update testdata to reflect changes from cl/17866 by Hyang-Ah Hana Kim · 8 years ago
  73. a99e944 internal/binres: skip some tests if ANDROID_HOME is unset by Hyang-Ah Hana Kim · 8 years ago
  74. 0951da6 bind/java, internal/mobileinit: add dummy import "C" by Hyang-Ah Hana Kim · 8 years ago
  75. a4d9ded binres: update pool docs, minor update to node unmarshal by Daniel Skinner · 8 years ago
  76. 232ac83 asset,exp/audio/al: cast context to jobject by Burcu Dogan · 8 years ago
  77. b4e66ee app: remove iOS system draw loop by David Crawshaw · 9 years ago
  78. ab6091a bind: do not generate unused Seq objects by David Crawshaw · 8 years ago
  79. f85352c binres: method for resolving name as tableref by Daniel Skinner · 8 years ago
  80. e27aacb example/sprite: delete by David Crawshaw · 8 years ago
  81. aebde7c app/internal/callfn: allow android/386,amd64 by Hyang-Ah Hana Kim · 8 years ago
  82. 2e06e2c event/lifecycle: add an Event.String method. by Nigel Tao · 8 years ago
  83. a103499 event/size: make methods take values, not pointers. by Nigel Tao · 8 years ago
  84. cc29d84 internal/binres: provide decoding of resources.arsc in platform sdk by Daniel Skinner · 8 years ago
  85. d6f0081 improve readability of Pool.UnmarshalBinary by Daniel Skinner · 8 years ago
  86. 54b4a06 gl: add a comment for linux installation by David Crawshaw · 8 years ago
  87. 48c96a5 x/mobile/app: panic with palm touch on iOS app by nobonobo · 8 years ago
  88. 441a962 example/flappy: document texture issue, re-enable reset by Andrew Gerrand · 8 years ago
  89. 746653d example/flappy: add simple example game by Andrew Gerrand · 8 years ago
  90. 44f634b exp/gl/glutil: set blend mode when drawing sprites by Andrew Gerrand · 8 years ago
  91. 0a85ca5 x/mobile/app: fix doc typo by Shenghou Ma · 8 years ago
  92. 4f51fe2 cmd/gomobile: fix a bug in handling -target=ios flag value by Hyang-Ah (Hana) Kim · 8 years ago
  93. c897050 cmd/gomobile: new binary resource implementation by Daniel Skinner · 9 years ago
  94. 2f30cbe gl: regenerate gldebug.go by David Crawshaw · 8 years ago
  95. a91f1aa x/mobile/gl: include textflag.h in work_windows_amd64.s by Alex Brainman · 8 years ago
  96. da67c3e cmd/gomobile: extend -target to accept {android,ios}/{arch} pairs by Hyang-Ah Hana Kim · 8 years ago
  97. 6c7eb6c app: add shiny backend by David Crawshaw · 8 years ago
  98. 1c29ae2 cmd/gomobile: fix bugs introduced by cl/17749 by Hyang-Ah Hana Kim · 8 years ago
  99. 6da7fa8 gl: download ANGLE if necessary by David Crawshaw · 8 years ago
  100. ab5e5f6 cmd/gomobile: update init/bind/build for multiple android archs by Hyang-Ah Hana Kim · 8 years ago