1. 7eec10e Get rid of the extended themes. by Dianne Hackborn · 14 years ago
  2. b66d287 Add a setter of InputMethodSubtype to InputMethodManager by satok · 14 years ago
  3. 735cf38 Add a function to switch back to the last used IME by satok · 14 years ago
  4. 3adf490 Add new keycodes initially used for GoogleTV devices. by Jason Bayer · 14 years ago
  5. 449bb11 Merge "Add invalidation to Drawable when its properties change" by Chet Haase · 14 years ago
  6. 9891e1f Add invalidation to Drawable when its properties change by Chet Haase · 14 years ago
  7. 0d20083 Fix GL rendering of translucent surfaces by Chet Haase · 14 years ago
  8. 848ae6e am 6bb4f67a: am 26153a33: Fix bug 3163052 - always use 32-bit drawing caches when destination window is 32-bit by Adam Powell · 14 years ago
  9. 0440f02 am f704645b: am 5fd30540: Merge "possibly fix [2265804] OpenGL GLSurfaceView apps don\'t draw status bar drop shadow correctly" into gingerbread by Mathias Agopian · 14 years ago
  10. 6bb4f67 am 26153a33: Fix bug 3163052 - always use 32-bit drawing caches when destination window is 32-bit by Adam Powell · 14 years ago
  11. 26153a3 Fix bug 3163052 - always use 32-bit drawing caches when destination by Adam Powell · 14 years ago
  12. 6908cd1 Fix animations to use correct interpolator. by Dianne Hackborn · 14 years ago
  13. f704645 am 5fd30540: Merge "possibly fix [2265804] OpenGL GLSurfaceView apps don\'t draw status bar drop shadow correctly" into gingerbread by Mathias Agopian · 14 years ago
  14. 3915bb8 Tell system server whether the app handled input events. by Jeff Brown · 14 years ago
  15. 5138797 Merge "Move the volume, media, call, camera and search key handling from PhoneWindow to a new PhoneFallbackEventHandler class that is used for all windows, not just ones with decors." by Joe Onorato · 14 years ago
  16. 86f6786 Move the volume, media, call, camera and search key handling from by Joe Onorato · 14 years ago
  17. 51e7fe7 Rename the locked meta key constants for clarity. by Jeff Brown · 14 years ago
  18. 9ef0283 Change API for getting InputMethodSubtype's mode from resource id to String by satok · 14 years ago
  19. 1bd80ad possibly fix [2265804] OpenGL GLSurfaceView apps don't draw status bar drop shadow correctly by Mathias Agopian · 14 years ago
  20. e213677 Push the jumpDrawablesToCurrentState() thing off everywhere it should be. by Dianne Hackborn · 14 years ago
  21. 084f3ae Merge "Rotation lock." by Daniel Sandler · 14 years ago
  22. b73617d Rotation lock. by Daniel Sandler · 14 years ago
  23. 6e0ecb4 Adding JNI methods as a faster reflection mechanism by Chet Haase · 14 years ago
  24. 079e235 Add new fade in/out feature for drawable containers. by Dianne Hackborn · 14 years ago
  25. 079fd67 invalidate() View when backgroundColor changes by Chet Haase · 14 years ago
  26. 7c608f2 optimizing for primitive types in animations by Chet Haase · 14 years ago
  27. 5f4b7d8 Merge "Fix drag enter/exit reporting" by Chris Tate · 14 years ago
  28. b0418da Add plumbing for volume mute key. by Jeff Brown · 14 years ago
  29. 9d1ab88 Fix drag enter/exit reporting by Chris Tate · 14 years ago
  30. a32edd4 Adding click feedback to widget collections by Adam Cohen · 14 years ago
  31. c9acd7d Merge "Fixed null deref when view parent null during invalidation" by Chet Haase · 14 years ago
  32. ea40e9a Fixed null deref when view parent null during invalidation by Chet Haase · 14 years ago
  33. 4d39605 Fix policy issues when screen is off. by Jeff Brown · 14 years ago
  34. 8eb2e24 Various PreferenceActivity and related improvement. by Dianne Hackborn · 14 years ago
  35. 70d4ba1 Performance optimizations for animations and toolkit by Chet Haase · 14 years ago
  36. dea3ef7 Add new resize mode to not resize, new web input types. by Dianne Hackborn · 14 years ago
  37. 06487a5 Add a functionarity for showing / hiding IME button on the system bar by satok · 14 years ago
  38. 04d5020 Show Subtype Icon properly in the system status bar by satok · 14 years ago
  39. 0d9275e Enable display lists. by Romain Guy · 14 years ago
  40. c361da8 Don't initialize the hw renderer without a valid surface. Bug #3054952 by Romain Guy · 14 years ago
  41. d4533f1 Report drag success/fail in the DRAG_ENDED message by Chris Tate · 14 years ago
  42. 5c13d89 Optimizing display lists by referencing pointers to resources instead of copying them by Chet Haase · 14 years ago
  43. c02c7af Fix obtain() when the pool is still empty by Chris Tate · 14 years ago
  44. fb0547d2 Fix memory leak with TouchTargets not being recycled. by Patrick Dubroy · 14 years ago
  45. 32affef Introduce an OnDragListener mechanism by Chris Tate · 14 years ago
  46. 6ba052b am c1a564b1: Merge "Add support for secure system overlays. (DO NOT MERGE)" into gingerbread by Jeff Brown · 14 years ago
  47. 3b2b354 Add support for secure system overlays. by Jeff Brown · 14 years ago
  48. 2d3f159 Add support for secure system overlays. (DO NOT MERGE) by Jeff Brown · 14 years ago
  49. 497a92c Add keycodes and meta-key modifiers to support external keyboards. by Jeff Brown · 14 years ago
  50. 6b39128 Drag thumbnail fixes / improvements by Chris Tate · 14 years ago
  51. a32dcf7 Actually draw the drag thumbnail by Chris Tate · 14 years ago
  52. 909cbaf Don't draw TextView's alpha layers when not needed. by Romain Guy · 14 years ago
  53. 67a2f7b5 Never skip drawing SurfaceViews. by Romain Guy · 14 years ago
  54. db6303e Merge "Dynamically show the menu button on the system bar." by Daniel Sandler · 14 years ago
  55. d8404b2 Allow icon+text action buttons by Adam Powell · 14 years ago
  56. 41030da Add a getNativeMatrix() API. by Romain Guy · 14 years ago
  57. e02d808 Dynamically show the menu button on the system bar. by Daniel Sandler · 14 years ago
  58. 048691c Don't stomp on the drag-focus bookkeeping inadvertently. by Chris Tate · 14 years ago
  59. 91e9bb3 Elide undelivered drag-location messages by Chris Tate · 14 years ago
  60. a3496a9 Fix invisible views issue in Launcher. by Romain Guy · 14 years ago
  61. c00972b Don't recreate a new texture every time we draw a layer. by Romain Guy · 14 years ago
  62. d10cd57 Always create OpenGL accelerated windows in RGBA 8888. by Romain Guy · 14 years ago
  63. 53ca03d Don't set hwAccelerated=true when libhwui is not present. by Romain Guy · 14 years ago
  64. 4231124c Merge "Fix an event injection bug when the policy is bypassed." by Jeff Brown · 14 years ago
  65. d5d2b73 Merge "Don't draw fully transparent views/primitives." by Romain Guy · 14 years ago
  66. dbc26d2 Don't draw fully transparent views/primitives. by Romain Guy · 14 years ago
  67. e20c9e0 Fix an event injection bug when the policy is bypassed. by Jeff Brown · 14 years ago
  68. dd8b0c9 am 41aabeb5: am 1e6a3a53: Merge "Added more robust tracking and cancelation of events." into gingerbread by Jeff Brown · 14 years ago
  69. f2e0681 am 1da8d4d1: Merge "Fix an event injection bug when the policy is bypassed." into gingerbread by Jeff Brown · 14 years ago
  70. b931a1b Fix an event injection bug when the policy is bypassed. by Jeff Brown · 14 years ago
  71. 101e2ae Redraw the screen when needed. by Romain Guy · 14 years ago
  72. 325b05f am b13998f2: am d00b4386: Merge "Clarify some comments on individual key codes." into gingerbread by Jeff Brown · 14 years ago
  73. fd50726 Reset the dirty region after drawing in hardware. by Romain Guy · 14 years ago
  74. 41aabeb am 1e6a3a53: Merge "Added more robust tracking and cancelation of events." into gingerbread by Jeff Brown · 14 years ago
  75. b699726 Added more robust tracking and cancelation of events. by Jeff Brown · 14 years ago
  76. ca33268 am 18e225b4: am bfba7cab: Fix issue #3001362: API REVIEW: android.view.InputQueue.Callback by Dianne Hackborn · 14 years ago
  77. 9568a5a Merge "HardwareRenderer: When throwing an exception because of an EGL error, include the specific error." by Mike Dodd · 14 years ago
  78. 5d3e2ea HardwareRenderer: When throwing an exception because of an EGL by Mike Dodd · 14 years ago
  79. b13998f am d00b4386: Merge "Clarify some comments on individual key codes." into gingerbread by Jeff Brown · 14 years ago
  80. c4dfe3d am 92d29c66: am a2a0a98a: Merge "Fix NPE if there is no accelerometer." into gingerbread by Dianne Hackborn · 14 years ago
  81. 224d4a1 Clarify some comments on individual key codes. by Jeff Brown · 14 years ago
  82. e0ee2e9 New TimeInterpolator interface for android.animation package. by Chet Haase · 14 years ago
  83. 18e225b am bfba7cab: Fix issue #3001362: API REVIEW: android.view.InputQueue.Callback by Dianne Hackborn · 14 years ago
  84. 47a4491 Add InputMethodEnabler for enabling input methods and subtypes by satok · 14 years ago
  85. e743bd2 Merge "Don't clear the framebuffer when not needed." by Romain Guy · 14 years ago
  86. 6b7bd24 Don't clear the framebuffer when not needed. by Romain Guy · 14 years ago
  87. bfba7ca Fix issue #3001362: API REVIEW: android.view.InputQueue.Callback by Dianne Hackborn · 14 years ago
  88. 5ada6cb More drag/drop adjustments: by Christopher Tate · 14 years ago
  89. 7930b5b am 722665c5: am ef115308: fix build. SurfaceView.setFrame needed to be hidden by Mathias Agopian · 14 years ago
  90. 3243cbc am b99e81ab: am 7e6064ad: Merge "fix [3008290] passion GB surface does not send surfaceChanged notification after size change." into gingerbread by Mathias Agopian · 14 years ago
  91. e537858 Fix pressed vs selected typo in onCreateDrawableState by Neel Parekh · 14 years ago
  92. c21550a Adding android.os.Debug.countInstancesOfClass by Brian Carlstrom · 14 years ago
  93. 92d29c6 am a2a0a98a: Merge "Fix NPE if there is no accelerometer." into gingerbread by Dianne Hackborn · 14 years ago
  94. a2a0a98 Merge "Fix NPE if there is no accelerometer." into gingerbread by Dianne Hackborn · 14 years ago
  95. b499bb1 Fix NPE if there is no accelerometer. by Dianne Hackborn · 14 years ago
  96. ee7e0ef am 59c4cb9e: Merge "DO NOT MERGE Fix bug 3001751 and bug 3001584 - Gingerbread API review for over-scroll" into gingerbread by Adam Powell · 14 years ago
  97. 737e8fe DO NOT MERGE Fix bug 3001751 and bug 3001584 - Gingerbread API review for over-scroll by Adam Powell · 14 years ago
  98. e216355 Merge "Code cleanup and disable display lists for now." by Romain Guy · 14 years ago
  99. 469b1db Code cleanup and disable display lists for now. by Romain Guy · 14 years ago
  100. a037419 Make View.DragThumbnailBuilder a static class by Christopher Tate · 14 years ago