1. 80ead7f sprite: Use gl.Context instead of package-level OpenGL calls. by Paul Hankin · 9 years ago
  2. 159023b example/basic: fix typo. by Nigel Tao · 9 years ago
  3. 338d60c gl: fix a comment typo. by Nigel Tao · 9 years ago
  4. 59ab51f gl: move to context methods by David Crawshaw · 9 years ago
  5. ae2f847 cmd/gomobile: skip the hidden asset files by Burcu Dogan · 9 years ago
  6. 18875a7 cmd/gomobile: follow the symlink if assets is a symlink by Burcu Dogan · 9 years ago
  7. 5291eb5 app: fix broken build. by Nigel Tao · 9 years ago
  8. 9e84891 app: turn filtering functions into methods on App by David Crawshaw · 9 years ago
  9. 0064789 exp/gl/glutil: remove global texture cache by David Crawshaw · 9 years ago
  10. afa8a11 app: re-use the input queue goroutine. by Nigel Tao · 9 years ago
  11. 9b7eb80 app: skip android test if no device attached by David Crawshaw · 9 years ago
  12. ef84e05 app: remove unused windowCreated channel. by Nigel Tao · 9 years ago
  13. 4c15c79 app: change EndPaint to Publish. by Nigel Tao · 9 years ago
  14. 11f6745 app: process input and other events concurrently, not consecutively. by Nigel Tao · 9 years ago
  15. 7a70f37 bind/objc: remove a constructor and retain blocks by David Crawshaw · 9 years ago
  16. b10f681 example/ivy/ios: remove unnecessary indentation by David Crawshaw · 9 years ago
  17. b0ae6f9 example/ivy/ios: add iOS source code by David Crawshaw · 9 years ago
  18. 24e7a62 cmd/gomobile: use ARC when compiling generated objective-c files. by Hyang-Ah (Hana) Kim · 9 years ago
  19. ffd5bae cmd/gomobile: add a dummy Info.plist for happy manual codesign. by Hyang-Ah (Hana) Kim · 9 years ago
  20. eadadb8 internal/mobileinit: standardize JNIEnv* access by David Crawshaw · 9 years ago
  21. 65551d8 misc/androidstudio: handle missing local.properties. by Hyang-Ah (Hana) Kim · 9 years ago
  22. 1f77c34 cmd/gomobile: copy libopenal.so explicitly by David Crawshaw · 9 years ago
  23. c76d5c8 exp/sensor: remove the manager type by Burcu Dogan · 9 years ago
  24. 0434284 exp/sensor: enable magnetometer on darwin{arm,arm64} by Burcu Dogan · 9 years ago
  25. d4f6353 exp/sensor: support gyro events on darwin{arm,arm64} by Burcu Dogan · 9 years ago
  26. 931e394 exp/sensor: don't allow delays smaller than 10ms on ios by Burcu Dogan · 9 years ago
  27. 70b9ad3 .gitignore: remove *.xcodeproj by David Crawshaw · 9 years ago
  28. 7e79d05 exp/sensor: set sensor interval on ios by Burcu Dogan · 9 years ago
  29. 679c68b exp/sensor: block forever until new events occur on android by Burcu Dogan · 9 years ago
  30. 5651add exp/sensor: initiate the darwin/{arm,arm64} backend by Burcu Dogan · 9 years ago
  31. 9e2ad8c example/ivy/android: configure version code/name (3/1.0.2) by Hyang-Ah (Hana) Kim · 9 years ago
  32. e565ead example/ivy/android: fix problems caused by old bugs in WebView. by Hyang-Ah (Hana) Kim · 9 years ago
  33. 471eeeb cmd/gomobile: always display stdout from abd by David Crawshaw · 9 years ago
  34. fee22db example/ivy/android: initial check in. by Hyang-Ah (Hana) Kim · 9 years ago
  35. 4a6caa5 cmd/gomobile: bind allows custom package path/prefix. by Hyang-Ah (Hana) Kim · 9 years ago
  36. 00865a6 bind: improve readability for float default values by Meir Fischer · 9 years ago
  37. 9ddeada exp/sensor: provide sensor events from the app event channel by Burcu Dogan · 9 years ago
  38. b5b6051 event/size: add an Event.Size method. by Nigel Tao · 9 years ago
  39. 671f57b bind: fix interface methods' multiple return values handling. by Hyang-Ah (Hana) Kim · 9 years ago
  40. 0c8c4ad cmd/gomobile: revert dex change made in 54c0a36 by David Crawshaw · 9 years ago
  41. 54c0a36 cmd/gomobile: *.aar and *.framework files are libraries by Burcu Dogan · 9 years ago
  42. 1b518ad cmd/gomobile: capitalize the app name on android by Burcu Dogan · 9 years ago
  43. c384607 bind: support for custom java package name and objective-c prefix. by Hyang-Ah (Hana) Kim · 9 years ago
  44. 4628c38 bind: handle unimplementable interfaces by David Crawshaw · 9 years ago
  45. ac03bee exp/sprite/portable: fix broken build by Hyang-Ah (Hana) Kim · 9 years ago
  46. 11fe695 bind: support fields with type error by David Crawshaw · 9 years ago
  47. 905c19f internal/mobileinit: remove format string warning by David Crawshaw · 9 years ago
  48. da28dd9 bind/objc: fix error return type handling by Hyang-Ah (Hana) Kim · 9 years ago
  49. 979ebce cmd/gomobile: make test pass in windows. by Hana Kim · 9 years ago
  50. 49a82fe all: support go get golang.org/x/mobile/... on Windows by Hana Kim · 9 years ago
  51. 48bd7cb bind: adjust invalid java package names by David Crawshaw · 9 years ago
  52. 8bf2370 cmd/gomobile: only install app pkgs on darwin by David Crawshaw · 9 years ago
  53. 128f53d cmd/gomobile: install common dev packages by David Crawshaw · 9 years ago
  54. f9f0ffa cmd/gomobile: reset readonly bits of downloaded files in Windows by Hyang-Ah Hana Kim · 9 years ago
  55. f4bcb3c exp/sensor: fix nsec to usec conversion. by Nigel Tao · 9 years ago
  56. 3a0fcd5 event/key: make Event implement fmt.Stringer. by Nigel Tao · 9 years ago
  57. ab223cf internal/mobileinit: send iOS logs to ASL by David Crawshaw · 9 years ago
  58. e959dea event/key: implement Code.String, via stringer. by Nigel Tao · 9 years ago
  59. 78ac81e cmd/gomobile: Fix issue in init when downloading full NDK. by Tim Cooijmans · 9 years ago
  60. 9308ad6 app: android key code mapping to USB HID codes by David Crawshaw · 9 years ago
  61. b5d916a exp/gl/glutil: extra context error checking by David Crawshaw · 9 years ago
  62. da78c71 bind/testdata: update golden files by David Crawshaw · 9 years ago
  63. 377063d app: plumbing for physical android key events by David Crawshaw · 9 years ago
  64. 0cfb79f app: test painting using a screenshot by David Crawshaw · 9 years ago
  65. 99aacab app: attach main thread to the JNI by David Crawshaw · 9 years ago
  66. bb4db21 readme: link to Mobile wiki page by Burcu Dogan · 9 years ago
  67. 25faf49 exp/sensor: use a better prefix in C not to pollute the namespace by Burcu Dogan · 9 years ago
  68. 6ba2a15 gitignore: ignore builds and IDE configuration files by Burcu Dogan · 9 years ago
  69. f632204 event/config: rename to event/size. by Nigel Tao · 9 years ago
  70. b5583e2 exp/sensor: reorg package to create space for darwin/arm,arm64 impl by Burcu Dogan · 9 years ago
  71. df7e121 cmd/gomobile: cleanup and link to wiki docs by David Crawshaw · 9 years ago
  72. ec91477 app: mention wiki docs in app package docs by David Crawshaw · 9 years ago
  73. 4ee6e2b app: fix s/spaces/tabs/. by Nigel Tao · 9 years ago
  74. c2f4676 app: fix X11 build by David Crawshaw · 9 years ago
  75. 5c55c26 bind/objc: don't expose internal class types mapped to Go interface. by Hyang-Ah (Hana) Kim · 9 years ago
  76. 73792b1 bind: update doc to include objective-C interface type support. by Hyang-Ah (Hana) Kim · 9 years ago
  77. 0f9ce16 app: plumb through android orientation by David Crawshaw · 9 years ago
  78. 3546794 app: always send paint event when bumping gen by David Crawshaw · 9 years ago
  79. 2a7a6f0 cmd/gomobile: use the app names as bundle id in ios. by Hyang-Ah (Hana) Kim · 9 years ago
  80. 9e2563f asset: warn asset.Open must not be called from init. by Hyang-Ah (Hana) Kim · 9 years ago
  81. ea3ef05 gl: handle zero length in GetAttachedShaders by David Crawshaw · 9 years ago
  82. d382b23 app: plumb through iOS orientation by David Crawshaw · 9 years ago
  83. a1723d5 cmd/gomobile: add SHA256 hashes for downloads by David Crawshaw · 9 years ago
  84. 51384a9 event/config: add Orientation by David Crawshaw · 9 years ago
  85. fa69a4e cmd/gomobile: better AndroidManifest errors by David Crawshaw · 9 years ago
  86. 1df827c app: merge android.go with loop_android.go. by Nigel Tao · 9 years ago
  87. fa181ef event/config: add a Bounds method. by Nigel Tao · 9 years ago
  88. 50f2c0f bind/objc: update test.bash to run gobind. by Hyang-Ah (Hana) Kim · 9 years ago
  89. 8fffdfa event/{mouse,touch}: work in float32 pixels, not geom.Pt. by Nigel Tao · 9 years ago
  90. 1f62208 example/bind/android: GOMOBILE gradle setting is optional by Burcu Dogan · 9 years ago
  91. 99196c8 example/bind/ios: remove the failing build step by Burcu Dogan · 9 years ago
  92. 9865dd0 bind: implement objective-C interface binding code generation. by Hyang-Ah (Hana) Kim · 9 years ago
  93. 9261223 bind/objc: Interface binding support by Hyang-Ah (Hana) Kim · 9 years ago
  94. e0b154b example/bind: Android studio example. by Hyang-Ah (Hana) Kim · 9 years ago
  95. 8217477 example/bind: iOS Objective-C @ xcode example by Hyang-Ah (Hana) Kim · 9 years ago
  96. dc0c746 misc/androidstudio: change GobindPlugin parameters by Hyang-Ah (Hana) Kim · 9 years ago
  97. 9221308 app: update EndPaint in test and documentation by David Crawshaw · 9 years ago
  98. 18a718a cmd/gomobile: fix init test (linux) by Hyang-Ah Hana Kim · 9 years ago
  99. 0c8ff9f app, event/paint: plumb through paint Generation by David Crawshaw · 9 years ago
  100. dbb9fce cmd/gomobile: update docs, remove iOS warning by David Crawshaw · 9 years ago