1. 8eea3ea Add APIs for obtaining themed Drawable from Theme, Context by Alan Viverette · 11 years ago
  2. 4f02bf4 Native-side proxy by John Reck · 11 years ago
  3. 223622a Add reveal drawable, APIs for forwarding Drawable focus and touch by Alan Viverette · 11 years ago
  4. 7d2edfc Merge "Unbreak display list debug dumping" by John Reck · 11 years ago
  5. 6304919 Unbreak display list debug dumping by John Reck · 11 years ago
  6. 4a8e5a0 Merge "Generate locale-aware gamepad fallbacks for webview" by Michael Wright · 11 years ago
  7. cec24ae RenderThread work by John Reck · 11 years ago
  8. 916b649 Generate locale-aware gamepad fallbacks for webview by Michael Wright · 11 years ago
  9. fed3f72 Generalize mapping between local and global View coordinates by Alan Viverette · 11 years ago
  10. 3083579 More refactoring by John Reck · 11 years ago
  11. 79d81e6 Remove dead code by John Reck · 11 years ago
  12. efdb985 am 9730fbc0: am cd250cc8: am 17d28ca3: Check view and focus invariants after calling into app by Michael Wright · 11 years ago
  13. 17d28ca Check view and focus invariants after calling into app by Michael Wright · 11 years ago
  14. 0160bcb am 0116f08b: am 961cc671: am 3f836741: Merge "Speculatively schedule input consumption" into klp-dev by Michael Wright · 11 years ago
  15. 62ce65d Speculatively schedule input consumption by Michael Wright · 11 years ago
  16. b1eb620 am 83bf4404: am 3e3296e5: am 82f31701: Merge "Log view root, input and looper state in bug reports." into klp-dev by Jeff Brown · 11 years ago
  17. 5182c78 Log view root, input and looper state in bug reports. by Jeff Brown · 11 years ago
  18. b45bdac am 5a87a4e3: am 30408434: am f8033360: Merge "Give IMEs the entire screen to use for measuring purposes." into klp-dev by John Spurlock · 11 years ago
  19. f850827 Give IMEs the entire screen to use for measuring purposes. by John Spurlock · 11 years ago
  20. 9d343c2 am f2896e28: am 9e4403d4: am ef53fcc3: Merge "Fix issue #11199654: Action bar enter animation skips frames when cleared by the system" into klp-dev by Dianne Hackborn · 11 years ago
  21. 021d243 Fix issue #11199654: Action bar enter animation skips frames when cleared by the system by Dianne Hackborn · 11 years ago
  22. 13431ad am 4818db0f: am b88ede00: am d5102f19: Merge "Transparent system ui flags -> Translucent WM flags." into klp-dev by John Spurlock · 11 years ago
  23. bd95740 Transparent system ui flags -> Translucent WM flags. by John Spurlock · 11 years ago
  24. 38dc2ad am b2db2fbc: am 6d90862f: am d65825ab: Merge "Private flags are masked in correct variable" into klp-dev by Adam Lesinski · 11 years ago
  25. 95c4297 Private flags are masked in correct variable by Adam Lesinski · 11 years ago
  26. 49e4329 am 234c6c8a: am ff7cba54: am 42e9b631: Merge "Make room for new public flags" into klp-dev by Adam Lesinski · 11 years ago
  27. d09d5f9 am 10478213: am 5e65adaf: Merge "Reset insets when inset computer is removed." into klp-dev by Jeff Brown · 11 years ago
  28. 6a591f5 Make room for new public flags by Adam Lesinski · 11 years ago
  29. 2e05ec3 Reset insets when inset computer is removed. by Jeff Brown · 11 years ago
  30. 04fa591 am edb444b4: Merge "Add missing constructor parameter to KeyEvent" into klp-dev by Michael Wright · 11 years ago
  31. a977707 Add missing constructor parameter to KeyEvent by Michael Wright · 11 years ago
  32. 8232eb9 Preserve but don't draw accessibility focus for unfocused windows by Alan Viverette · 11 years ago
  33. 77e9a28 Add live region politeness to View, AccessibilityNodeInfo by Alan Viverette · 11 years ago
  34. a86ab640 Surface: Change OutOfResourcesException to be a runtime exception by Igor Murashkin · 11 years ago
  35. edaf6af Merge "Remove tap to click from touch nav devices" into klp-dev by Michael Wright · 11 years ago
  36. 7b4f60d Merge "Special case game controller fallback keys for Japan" into klp-dev by Michael Wright · 11 years ago
  37. f666456 Don't draw with invalid display lists Bug #10301674 by Romain Guy · 11 years ago
  38. 88d7f79 Remove tap to click from touch nav devices by Michael Wright · 11 years ago
  39. 4567e40 Special case game controller fallback keys for Japan by Michael Wright · 11 years ago
  40. 0077512 Merge "Notify ViewRootImpl when it's safe to modify Canvas." into klp-dev by Craig Mautner · 11 years ago
  41. bc57cd1 Notify ViewRootImpl when it's safe to modify Canvas. by Craig Mautner · 11 years ago
  42. 46bfc48 Fix hardware layers lifecycle Bug #10075732 by Romain Guy · 11 years ago
  43. 973f3b4 Prevent refocus after entering touch mode by Alan Viverette · 11 years ago
  44. 30f420f add local focus mode and input event injection API to Window by keunyoung · 11 years ago
  45. ed7821a Use clearFocus() when entering touch mode by Alan Viverette · 11 years ago
  46. 25b0c30 Debounce touch navigation taps and button presses by Michael Wright · 11 years ago
  47. 8d820ecf Fixing bugs discovered by the CTS tests. by Svetoslav · 11 years ago
  48. 4f09d51 Remove debug logging. by Craig Mautner · 11 years ago
  49. f1f5054 More debug for 9404689. by Craig Mautner · 11 years ago
  50. e7c58b6 Add debug for specific bug. by Craig Mautner · 11 years ago
  51. 07f36c7 Merge "Add activity token to display system." by Craig Mautner · 11 years ago
  52. 48d0d18 Add activity token to display system. by Craig Mautner · 11 years ago
  53. 27e0bf6 Safely dispose of the resize buffer by Romain Guy · 11 years ago
  54. 9dafebb Correctly update the source of recurring subtree change accessibility events. by Svetoslav · 11 years ago
  55. e89f48b Crash in ViewRootImpl when accessibility is on. by Svetoslav · 11 years ago
  56. 8f303ad Complete doDie() before executing addView(). by Craig Mautner · 11 years ago
  57. 4969fec Merge "Fix possible NPE when a ViewRoot doesn't have a view" by Romain Guy · 11 years ago
  58. 70d4c5a Fix possible NPE when a ViewRoot doesn't have a view by Romain Guy · 11 years ago
  59. f76c17f Merge "Add debug for specific bug." by Craig Mautner · 11 years ago
  60. 9e105e0 Add debug for specific bug. by Craig Mautner · 11 years ago
  61. 4054360 Restore buildLayer()'s old behavior; it's synchronous again Bug #9193833 by Romain Guy · 11 years ago
  62. 6b1d5a4 Merge "Notification for changed subtree in accessibility mode not fired properly." by Svetoslav · 11 years ago
  63. 00dbe81 Notification for changed subtree in accessibility mode not fired properly. by Svetoslav · 11 years ago
  64. f38fd87 am 7a6e1297: am 8d8fc469: Merge "Don\'t orphan footers with transient state Bug #8725945" into jb-mr2-dev by Romain Guy · 11 years ago
  65. b7e0f79 Don't orphan footers with transient state Bug #8725945 by Romain Guy · 11 years ago
  66. 494cb68 Merge "Optimizing AccessibilityNodeInfo caching." by Svetoslav · 11 years ago
  67. 05eb730 Delay removal of windows from WindowManager by Craig Mautner · 11 years ago
  68. 6254f48 Optimizing AccessibilityNodeInfo caching. by Svetoslav · 11 years ago
  69. 6080940 Merge "Add PerfHUD ES profiling capabilities" by Romain Guy · 11 years ago
  70. e9bc11f Add PerfHUD ES profiling capabilities by Romain Guy · 11 years ago
  71. 0c63d7c am 469cc57c: am 2f35d244: Merge "Avoid extraneous EGL surface allocations Bug #8667873" into jb-mr2-dev by Romain Guy · 11 years ago
  72. 370ab06 Avoid extraneous EGL surface allocations Bug #8667873 by Romain Guy · 11 years ago
  73. 82f92ee am 7741b63c: am 6dee0a0f: Merge "Fix bug where thumbnails flashed more often in Recents" into jb-mr2-dev by Michael Jurka · 11 years ago
  74. 5e6fbf2 am fa4c935e: am 239a0c0e: Ensure ViewRootImpl.setAccessibilityFocus() doesn\'t crash when reentrant. by Alan Viverette · 11 years ago
  75. f42d9010 Fix bug where thumbnails flashed more often in Recents by Michael Jurka · 11 years ago
  76. 239a0c0 Ensure ViewRootImpl.setAccessibilityFocus() doesn't crash when reentrant. by Alan Viverette · 11 years ago
  77. 3b748a4 Pack preloaded framework assets in a texture atlas by Romain Guy · 11 years ago
  78. 058feb4 am 58500051: am 5fe6e4c4: Merge "Rewrite input handling for native applications" into jb-mr2-dev by Michael Wright · 11 years ago
  79. a44dd26 Rewrite input handling for native applications by Michael Wright · 11 years ago
  80. cc6dda7 am 4c87edfe: am 1763d6f9: Merge "always trigger a re-draw when updating the transparent region hint" into jb-mr2-dev by Mathias Agopian · 11 years ago
  81. 1763d6f Merge "always trigger a re-draw when updating the transparent region hint" into jb-mr2-dev by Mathias Agopian · 11 years ago
  82. 54e3d384 always trigger a re-draw when updating the transparent region hint by Mathias Agopian · 11 years ago
  83. ffe0c56 am 429664a5: am d5e7b8bf: Merge "Clear test rectangle if previous focus is null." into jb-mr2-dev by Craig Mautner · 11 years ago
  84. d5e7b8b Merge "Clear test rectangle if previous focus is null." into jb-mr2-dev by Craig Mautner · 11 years ago
  85. 26a84df Clear test rectangle if previous focus is null. by Craig Mautner · 11 years ago
  86. 0f3e023 am af543eb0: am 8881455a: Merge "Send joystick key repeat messages to correct handler" into jb-mr2-dev by Michael Wright · 11 years ago
  87. b961852 Send joystick key repeat messages to correct handler by Michael Wright · 11 years ago
  88. 54977db am 55198db2: am 4dac901f: Rewrite touch navigation dpad synthesis. by Jeff Brown · 11 years ago
  89. 4dac901 Rewrite touch navigation dpad synthesis. by Jeff Brown · 11 years ago
  90. 82c0eda am f1cee03b: am 678a1252: Split up the event synthesis code by source. by Jeff Brown · 11 years ago
  91. 678a125 Split up the event synthesis code by source. by Jeff Brown · 11 years ago
  92. 8140b05 am 9acc8c9c: am 97b968b6: Merge "Fix trackball interpretation of precision." into jb-mr2-dev by Jeff Brown · 11 years ago
  93. b437a79 resolved conflicts for merge of 21dffd5d to master by Jeff Brown · 11 years ago
  94. 97b968b Merge "Fix trackball interpretation of precision." into jb-mr2-dev by Jeff Brown · 11 years ago
  95. 3a2854b Merge "Queues, queues, queues and input." into jb-mr2-dev by Jeff Brown · 11 years ago
  96. c574b68 Fix trackball interpretation of precision. by Jeff Brown · 11 years ago
  97. f9e989d Queues, queues, queues and input. by Jeff Brown · 11 years ago
  98. 4908410 am 9ff408c1: am faec826b: Merge "Reduce the size of dirty invalidates" into jb-mr2-dev by Romain Guy · 11 years ago
  99. faec826 Merge "Reduce the size of dirty invalidates" into jb-mr2-dev by Romain Guy · 11 years ago
  100. e55945e Reduce the size of dirty invalidates by Romain Guy · 11 years ago