1. ea01e4a Merge "Survey says: NIET!" into jb-dev by Dianne Hackborn · 12 years ago
  2. 4034bc4 Survey says: NIET! by Dianne Hackborn · 12 years ago
  3. a3489c5 Merge "Import translations. DO NOT MERGE" into jb-dev by Eric Fischer · 12 years ago
  4. e41b074 Import translations. DO NOT MERGE by Eric Fischer · 12 years ago
  5. ac483ac Merge "AccessibilityInteractionController crash with IndexOutOfBoundException." into jb-dev by Svetoslav Ganov · 12 years ago
  6. 30ac645 AccessibilityInteractionController crash with IndexOutOfBoundException. by Svetoslav Ganov · 12 years ago
  7. 1c094d3 Merge "Increase string length limit to fit translation." into jb-dev by Svetoslav Ganov · 12 years ago
  8. 00ca7a8 Merge "Accessibility focus traversal of lists inconsistent." into jb-dev by Svetoslav Ganov · 12 years ago
  9. 561ff8a Merge "Skip eglSwapBuffers() call when we do not draw to GL" into jb-dev by Chet Haase · 12 years ago
  10. b97c5d2 Increase string length limit to fit translation. by Svetoslav Ganov · 12 years ago
  11. 2dda468 Accessibility focus traversal of lists inconsistent. by Svetoslav Ganov · 12 years ago
  12. d53710c Merge "Extend process observer to be usable for media routing." into jb-dev by Dianne Hackborn · 12 years ago
  13. a93c2c1 Extend process observer to be usable for media routing. by Dianne Hackborn · 12 years ago
  14. 6e8e41a Merge "Use sp<LooperCallback> to fix race causing dangling pointer." into jb-dev by Jeff Brown · 12 years ago
  15. 53913ed Merge "Force webview invalidates on unsuccessful functor attach" into jb-dev by Chris Craik · 12 years ago
  16. 4865909 Skip eglSwapBuffers() call when we do not draw to GL by Chet Haase · 12 years ago
  17. be50440 Merge "Fix bug where existing account not pre-checked" into jb-dev by Alice Yang · 12 years ago
  18. 80a1de1 Use sp<LooperCallback> to fix race causing dangling pointer. by Jeff Brown · 12 years ago
  19. 6cab5e8 Fix bug where existing account not pre-checked by Alice Yang · 12 years ago
  20. 69a1f6e Merge "Import translations. DO NOT MERGE" into jb-dev by Eric Fischer · 12 years ago
  21. 41ee465 Force webview invalidates on unsuccessful functor attach by Chris Craik · 12 years ago
  22. 4a3a968 Merge "Protect volumepanel slider creation from race condition." into jb-dev by Amith Yamasani · 12 years ago
  23. 70a9975 Import translations. DO NOT MERGE by Eric Fischer · 12 years ago
  24. bde32ef Merge "Fix bug 6563184: API compatibility issue with quick contact" into jb-dev by Makoto Onuki · 12 years ago
  25. cee7203 Merge "Send device connection intents from AudioService" into jb-dev by Eric Laurent · 12 years ago
  26. 28795d8 Merge "Fix race condition with preview callback." into jb-dev by Eino-Ville Talvala · 12 years ago
  27. 758534e Merge "Ask to enable touch exploration only the first time it enables the feature." into jb-dev by Svetoslav Ganov · 12 years ago
  28. 9a4c5cd Ask to enable touch exploration only the first time it enables the feature. by Svetoslav Ganov · 12 years ago
  29. a654986 Protect volumepanel slider creation from race condition. by Amith Yamasani · 12 years ago
  30. 388d480 Merge "Working on issue #6561352: java.lang.RuntimeException: Unable to start..." into jb-dev by Dianne Hackborn · 12 years ago
  31. f14c078 Merge "Don't mark list headers or invalid items as disabled." into jb-dev by Svetoslav Ganov · 12 years ago
  32. 762ca84 Merge "Sped up ActionBar and StatusBar animations" into jb-dev by Chet Haase · 12 years ago
  33. ca367b7 Fix race condition with preview callback. by Eino-Ville Talvala · 12 years ago
  34. e8118e1 Sped up ActionBar and StatusBar animations by Chet Haase · 12 years ago
  35. 61af8a8 Working on issue #6561352: java.lang.RuntimeException: Unable to start... by Dianne Hackborn · 12 years ago
  36. 03e93e5 Merge "Move package-wide flags out of parseApplication" into jb-dev by Kenny Root · 12 years ago
  37. 90f658e Merge "Preserve account list in order of creation in the database." into jb-dev by Amith Yamasani · 12 years ago
  38. 943a8be Merge "Increase busy timeout." into jb-dev by Jeff Brown · 12 years ago
  39. 325ea8de Don't mark list headers or invalid items as disabled. by alanv · 12 years ago
  40. f053e23 Merge "Fix bug #6567507 [Bidi] - Cursor is sometimes not visible on EditText" into jb-dev by Fabrice Di Meglio · 12 years ago
  41. 7cb9be2 Move package-wide flags out of parseApplication by Kenny Root · 12 years ago
  42. 676c519 Increase busy timeout. by Jeff Brown · 12 years ago
  43. 9154b87 Merge "Fix comparison of device source bits." into jb-dev by Jeff Brown · 12 years ago
  44. b1fbaac Send device connection intents from AudioService by Eric Laurent · 12 years ago
  45. 7e4ff4b Fix comparison of device source bits. by Jeff Brown · 12 years ago
  46. b483a99 Preserve account list in order of creation in the database. by Amith Yamasani · 12 years ago
  47. bba33cd Fix bug 6563184: API compatibility issue with quick contact by Makoto Onuki · 12 years ago
  48. c5d2050 Merge "Visual tweaks to notifications." into jb-dev by Daniel Sandler · 12 years ago
  49. 6387d2f Visual tweaks to notifications. by Daniel Sandler · 12 years ago
  50. 2a7b17b Fix 6580421: make sure MultiWaveView.reset() makes handle visible by Jim Miller · 12 years ago
  51. dda62f69 Merge "Import translations. DO NOT MERGE" into jb-dev by Eric Fischer · 12 years ago
  52. 9cf9b1e Import translations. DO NOT MERGE by Eric Fischer · 12 years ago
  53. 3c144c3 Merge "Add an updateAppPermission() API call to the AccountManagerService AIDL and have the GrantCredentialsPermissionActivity call that instead of a static so that it can be made to run in a different process than the AccountManagerService. Protect this call by checking that the caller has the same UID as the system process." into jb-dev by Fred Quintana · 12 years ago
  54. f46bd06 Merge "Fix issue #6579824: Email crash observed after updating..." into jb-dev by Dianne Hackborn · 12 years ago
  55. 5f48fca Fix issue #6579824: Email crash observed after updating... by Dianne Hackborn · 12 years ago
  56. 6c66e98 Merge "New UI for account picker" into jb-dev by Alice Yang · 12 years ago
  57. 58296ba Merge "Fix startFaceDetection will fail after taking a picture." into jb-dev by Wei Huang · 12 years ago
  58. d8c5f10 Merge "Fix 6398209: SearchPanel gesture improvements" into jb-dev by Jim Miller · 12 years ago
  59. 20c15a42 Merge "Fix monkey NPE in AutoCompletePopup" into jb-dev by George Mount · 12 years ago
  60. 17150cf Fix locale in TextServicesManagerService by Satoshi Kataoka · 12 years ago
  61. 9a720f5 Fix 6398209: SearchPanel gesture improvements by Jim Miller · 12 years ago
  62. 0ed59fa Fix bug #6567507 [Bidi] - Cursor is sometimes not visible on EditText by Fabrice Di Meglio · 12 years ago
  63. 01bf82f Merge "Add/refine comments to reflect key event policies" into jb-dev by Jean Chalard · 12 years ago
  64. a5c896a Merge "Updating the behaviour of accessibility text iterators." into jb-dev by Svetoslav Ganov · 12 years ago
  65. 48d1dac Merge "Accessiblity scroll event firing callback not properly reset." into jb-dev by Svetoslav Ganov · 12 years ago
  66. 4a812ae Accessiblity scroll event firing callback not properly reset. by Svetoslav Ganov · 12 years ago
  67. 2cd50c9 Merge "Don't long press if preventDefault is called" into jb-dev by John Reck · 12 years ago
  68. 2dc3ffd Don't long press if preventDefault is called by John Reck · 12 years ago
  69. aefe4aa Merge "Prevent construction/use of invalid restore session proxies" into jb-dev by Christopher Tate · 12 years ago
  70. ae5811c Merge "Fix (mostly) issue #5109947: Race condition between retrieving a..." into jb-dev by Dianne Hackborn · 12 years ago
  71. bb1b7cf Merge "Adding accessibility focusable attribute (hidden for now)." into jb-dev by Svetoslav Ganov · 12 years ago
  72. 7a2cb35 Fix monkey NPE in AutoCompletePopup by George Mount · 12 years ago
  73. 82b3b1b Merge "Make location providers upgradeable." into jb-dev by Nick Pelly · 12 years ago
  74. f9817f7 Adding accessibility focusable attribute (hidden for now). by Svetoslav Ganov · 12 years ago
  75. 39f2aee Updating the behaviour of accessibility text iterators. by Svetoslav Ganov · 12 years ago
  76. 817a243 Merge "Import translations. DO NOT MERGE" into jb-dev by Eric Fischer · 12 years ago
  77. 6ae8d18 Fix (mostly) issue #5109947: Race condition between retrieving a... by Dianne Hackborn · 12 years ago
  78. 727c599 New UI for account picker by Alice Yang · 12 years ago
  79. a073e57 Fix 6398209: General animation improvements for swipe to search by Jim Miller · 12 years ago
  80. 99218fe Import translations. DO NOT MERGE by Eric Fischer · 12 years ago
  81. 1ee0a7d Merge "Fixing typos related to portrait enums." into jb-dev by Winson Chung · 12 years ago
  82. ba6be29 Fixing typos related to portrait enums. by Winson Chung · 12 years ago
  83. 3dac022 Merge "Show power menu on tablets." into jb-dev by Amith Yamasani · 12 years ago
  84. 00355d5 Make location providers upgradeable. by Nick Pelly · 12 years ago
  85. 405bc51 Add/refine comments to reflect key event policies by Jean Chalard · 12 years ago
  86. e9c6c9c Fix startFaceDetection will fail after taking a picture. by Wu-cheng Li · 12 years ago
  87. 7cbe645 Merge "Copy over the scroll position for the scrolling layer" into jb-dev by John Reck · 12 years ago
  88. 7ee994d Show power menu on tablets. by Amith Yamasani · 12 years ago
  89. 3ef8dd2 Merge "For 720dp devices, less motion during task-to-task transition." into jb-dev by Brandon Keely · 12 years ago
  90. aed9b81 Merge "Import translations. DO NOT MERGE" into jb-dev by Eric Fischer · 12 years ago
  91. f5491fc Prevent construction/use of invalid restore session proxies by Christopher Tate · 12 years ago
  92. ec1b71a Copy over the scroll position for the scrolling layer by John Reck · 12 years ago
  93. 02f0366 Import translations. DO NOT MERGE by Eric Fischer · 12 years ago
  94. 18afc62 Merge "Fix for IOOB in SearchView" into jb-dev by Gilles Debunne · 12 years ago
  95. 65e0832 Merge "Better support for HTML5 audio loop." into jb-dev by Teng-Hui Zhu · 12 years ago
  96. 04b63f6 Merge "Squelch the logs from SizeAdaptiveLayout." into jb-dev by Chris Wren · 12 years ago
  97. 2427192 Fix for IOOB in SearchView by Gilles Debunne · 12 years ago
  98. c7f82cc Merge "Fix 6535413: Fix overlapping controls in keyguard" into jb-dev by Jim Miller · 12 years ago
  99. 55c6e82 Fix 6535413: Fix overlapping controls in keyguard by Jim Miller · 12 years ago
  100. 97594d6 Merge "Unhide KeyguardManager locked and secure state getters" into jb-dev by Jean-Michel Trivi · 12 years ago