1. 2790035 Add java APIs for Sensor reportingMode. by Aravind Akella · 10 years ago
  2. b5e3f4e am c7153377: am 73da981f: Merge "Remove getRequiredPermission from NDK." into klp-modular-dev by Aravind Akella · 10 years ago
  3. c715337 am 73da981f: Merge "Remove getRequiredPermission from NDK." into klp-modular-dev by Aravind Akella · 10 years ago
  4. 8bcdd9b Remove getRequiredPermission from NDK. by Aravind Akella · 10 years ago
  5. 35187bd Bug fix for wakeup sensors. by Aravind Akella · 10 years ago
  6. 8ebd66c2 am cd4c1c71: Merge "Add stringType and requiredPermissions to SensorManager.java, as well as a permission for the heart rate sensor" into klp-modular-dev by Aravind Akella · 10 years ago
  7. cd9a7bb Add stringType and requiredPermissions to SensorManager.java, as well as a permission for the heart rate sensor by Aravind Akella · 10 years ago
  8. acf395f am 819239e5: Revert "Add stringType and requiredPermissions to SensorManager.java, as well as a permission for the heart rate sensor" by Etienne Le Grand · 10 years ago
  9. 819239e Revert "Add stringType and requiredPermissions to SensorManager.java, as well as a permission for the heart rate sensor" by Etienne Le Grand · 10 years ago
  10. bdfe384 am fd53d835: Add stringType and requiredPermissions to SensorManager.java, as well as a permission for the heart rate sensor by Etienne Le Grand · 10 years ago
  11. fd53d83 Add stringType and requiredPermissions to SensorManager.java, as well as a permission for the heart rate sensor by Etienne Le Grand · 10 years ago
  12. 896043d AArch64: Make AssetManager and related classes 64-bit compatible by Ashok Bhat · 10 years ago
  13. 82b007d Track Looper decoupling from ALooper by Brian Carlstrom · 11 years ago
  14. 9d3b1a4 Move input library code to frameworks/native. by Jeff Brown · 11 years ago
  15. 64b5f7c am 09377ddb: Merge "Fix AMotionEvent_getHistorical* to take const AInputEvent* motion_event" by Andrew Hsieh · 11 years ago
  16. c01e1ed Fix AMotionEvent_getHistorical* to take const AInputEvent* motion_event by Andrew Hsieh · 11 years ago
  17. a44dd26 Rewrite input handling for native applications by Michael Wright · 11 years ago
  18. d685894 Add liblog by Ying Wang · 11 years ago
  19. 4fbbda4 Handle multi-user mountObb() requests. by Jeff Sharkey · 12 years ago
  20. 035ce2c Merge "Add support for "-rtl" in resources" into jb-mr1-dev by Fabrice Di Meglio · 12 years ago
  21. 64a55af Add plumbing for new surface flinger display API. by Jeff Brown · 12 years ago
  22. 5f79799 Add support for "-rtl" in resources by Fabrice Di Meglio · 12 years ago
  23. 89269cf libnativehelper is implicitly available. by Elliott Hughes · 12 years ago
  24. 544f1c3 Merge "ANativeWindow: support for application buffer dimensions" by Jamie Gennis · 12 years ago
  25. 9f25b7f Request key maps from input manager service. by Jeff Brown · 12 years ago
  26. 0e5ed70 ANativeWindow: support for application buffer dimensions by Michael I. Gold · 12 years ago
  27. 8335f1c fix libgui header location by Mathias Agopian · 12 years ago
  28. 83c64e6 frameworks/base refactoring by Mathias Agopian · 12 years ago
  29. b13b9bd frameworks/base refactoring. by Mathias Agopian · 12 years ago
  30. b93a03f8 frameworks/base refactoring. by Mathias Agopian · 12 years ago
  31. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  32. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  33. 809820e Remove obsolete NativeWindow_fromSurfaceTexture by Glenn Kasten · 13 years ago
  34. 1ee6011 Remove ParcelSurfaceTexture and update MediaPlayer by Ted Bonkenburg · 13 years ago
  35. 09d7ed7 Add set_scaling_mode() to ANativeWindow. by Mathias Agopian · 13 years ago
  36. 949be32 move lock/unlock implementaion outside of Surface into SurfaceTextureClient by Mathias Agopian · 13 years ago
  37. 0503161 Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Binder. by tedbo · 13 years ago
  38. 161e67f resolved conflicts for merge of 06a8ceac to master by Dianne Hackborn · 13 years ago
  39. 69cb875 Add new "-swNNNdp" resource qualifier. by Dianne Hackborn · 13 years ago
  40. fe9f8ab Add initial API for stylus and mouse buttons. by Jeff Brown · 13 years ago
  41. da5a444 ANativeWindow_setBuffersGeometry now returns proper error codes by Mathias Agopian · 13 years ago
  42. 696257c merge libsurfaceflinger_client into libgui by Mathias Agopian · 13 years ago
  43. bae716b SurfaceTexture: disallow unsupported uses. by Jamie Gennis · 13 years ago
  44. 846db33 Bug 3515073 Add ANativeWindow_fromSurfaceTexture by Glenn Kasten · 13 years ago
  45. 91c69ab Add support for arbitrary axes in MotionEvents. by Jeff Brown · 13 years ago
  46. 04970d6 am 3392b8e2: am 4a2e478a: Merge "Flush Binder commands in ndk looper." into gingerbread by Jeff Brown · 14 years ago
  47. c70bed0 Flush Binder commands in ndk looper. by Jeff Brown · 14 years ago
  48. 06ea4d6 Introduce NDK API for 64-bit assets by Kenny Root · 14 years ago
  49. ddb76c4 Change assets to use 64-bit API by Kenny Root · 14 years ago
  50. 3915bb8 Tell system server whether the app handled input events. by Jeff Brown · 14 years ago
  51. 3026a1c add format parameter to setBufferGeometry by Mathias Agopian · 14 years ago
  52. db28a94 Fix issue #3117918: No way to finish a native activity by Dianne Hackborn · 14 years ago
  53. af9d667 OBB: rearrange to be entirely asynchronous by Kenny Root · 14 years ago
  54. 05105f7 Update OBB API to include callbacks by Kenny Root · 14 years ago
  55. 4fe6c3e Replace epoll() with poll() and rename PollLoop to Looper. by Jeff Brown · 14 years ago
  56. 85a3176 Add support for secure views. by Jeff Brown · 14 years ago
  57. 42c03e5 Modify native ALooper to take an explicit ident. by Dianne Hackborn · 14 years ago
  58. 5fad267 Remove incomplete input device enumeration NDK API. by Jeff Brown · 14 years ago
  59. 086d084 Add AStorageManager API to NDK by Kenny Root · 14 years ago
  60. 08d5b8f More native work. by Dianne Hackborn · 14 years ago
  61. 050b562 Added SensorManager.getMinDelay() by Mathias Agopian · 14 years ago
  62. 6d0fec2 Refactor input reader to support new device types more easily. by Jeff Brown · 14 years ago
  63. 1bf7978 new SensorService by Mathias Agopian · 14 years ago
  64. 2c6081c Implement native key pre-dispatching to IMEs. by Dianne Hackborn · 14 years ago
  65. c5ed591 Add support for new input sources. by Jeff Brown · 14 years ago
  66. 6cce32b Add native C APIs for working with the Asset Manager by Christopher Tate · 14 years ago
  67. c9a1108 Merge "first step at implementing the native sensor support" into gingerbread by Mathias Agopian · 14 years ago
  68. b957b9d first step at implementing the native sensor support by Mathias Agopian · 14 years ago
  69. d76b67c IME events are now dispatched to native applications. by Dianne Hackborn · 14 years ago
  70. 289b9b6 Add ANativeWindow API for directly drawing to the surface bits. by Dianne Hackborn · 14 years ago
  71. 85448bb Add new glue code for writing native apps. by Dianne Hackborn · 14 years ago
  72. 6826741 Add new native Looper API. by Dianne Hackborn · 14 years ago
  73. 8ae5a8e Get to the point of being able to do native drawing. by Dianne Hackborn · 14 years ago
  74. 54a181b Make real API for native code to get its window. by Dianne Hackborn · 14 years ago
  75. 3c80a4a Implement default key handling for native code. by Dianne Hackborn · 14 years ago
  76. 2e9f93e Update native activity & event APIs to follow correct conventions. by Dianne Hackborn · 14 years ago
  77. a95e4cb First stab at attaching native event dispatching. by Dianne Hackborn · 14 years ago