1. 420829e Fix issue #3291173: Problem report for NewsRoom - RSS News Reader by Dianne Hackborn · 14 years ago
  2. 256a09b Merge "Fix issue #3392073: At times soft keyboard comes up in..." into honeycomb by Dianne Hackborn · 14 years ago
  3. e75d872 Fix issue #3392073: At times soft keyboard comes up in... by Dianne Hackborn · 14 years ago
  4. 83a6f45 Maybe fix issue #3358322: Status and nav bar died while watching youtube by Dianne Hackborn · 14 years ago
  5. 13a8f2a Merge "Comment out the isAvailable optimization." into honeycomb by Wink Saville · 14 years ago
  6. 8c0ac87 Merge "Fix another part of #3387855: Menu flashes on left side of screen" into honeycomb by Dianne Hackborn · 14 years ago
  7. 428ecb6 Fix another part of #3387855: Menu flashes on left side of screen by Dianne Hackborn · 14 years ago
  8. 2d63144 Merge "Fix issue #3380072: Switching in and out of gmail not preserving position in label" into honeycomb by Dianne Hackborn · 14 years ago
  9. 9f7a0b2 Comment out the isAvailable optimization. by Wink Saville · 14 years ago
  10. 57f1ac4 Fix issue #3380072: Switching in and out of gmail not preserving position in label by Dianne Hackborn · 14 years ago
  11. a0f4003 Merge "fix [3385504] Surface flinger hang when adding dim surface" into honeycomb by Mathias Agopian · 14 years ago
  12. 2c070ba Merge "Re-enabling queued unbinding of services after requests to the service. (3394210)" into honeycomb by Winson Chung · 14 years ago
  13. 16c8d8a Re-enabling queued unbinding of services after requests to the service. (3394210) by Winson Chung · 14 years ago
  14. 55bf380 Make TabletStatusBar call into StatusBarManagerService when it goes out of lights out mode on its by Joe Onorato · 14 years ago
  15. 644f9c3 Make FLAG_FULLSCREEN not go into lights out mode anymore. by Joe Onorato · 14 years ago
  16. d35c666 fix [3385504] Surface flinger hang when adding dim surface by Mathias Agopian · 14 years ago
  17. d14239a Merge "Fix tethering when switching default connection" into honeycomb by Robert Greenwalt · 14 years ago
  18. c445bcd Fix the return value of switch to last ime. by satok · 14 years ago
  19. 5d9d03a Maybe fix issue #3093599: java.lang.IndexOutOfBoundsException... by Dianne Hackborn · 14 years ago
  20. 2e44b07 Fix regression setting input windows. by Jeff Brown · 14 years ago
  21. 57ffc00 Add a way that subtype will be excluded from a last input method by satok · 14 years ago
  22. 4c541b1 Merge "visibility ("lights out") API." into honeycomb by Joe Onorato · 14 years ago
  23. 664644d visibility ("lights out") API. by Joe Onorato · 14 years ago
  24. 89ba675 Fix issue #3215261: NPE in WiFi Settings by Dianne Hackborn · 14 years ago
  25. 05d8936 Fix tethering when switching default connection by Robert Greenwalt · 14 years ago
  26. c9ce1f2 Merge "Fix spurious resizes during rotation animation." into honeycomb by Jeff Brown · 14 years ago
  27. fbae722 Fix spurious resizes during rotation animation. by Jeff Brown · 14 years ago
  28. ff801ec Fix issue #3302006: Cannot see the dialog lunched from a transparent activity. by Dianne Hackborn · 14 years ago
  29. 5503d80 Merge "Fix issue #3377999: Activities need to be stopped when sleeping" into honeycomb by Dianne Hackborn · 14 years ago
  30. 75a0e44 Merge "Optimize call to drawBitmap during screen rotation." into honeycomb by Jeff Brown · 14 years ago
  31. cab1149 Merge "Reduce number of calls to updateInputWindows by 60%." into honeycomb by Jeff Brown · 14 years ago
  32. 8db9ac4 Optimize call to drawBitmap during screen rotation. by Jeff Brown · 14 years ago
  33. 3a22cd9 Reduce number of calls to updateInputWindows by 60%. by Jeff Brown · 14 years ago
  34. 4eba96b Fix issue #3377999: Activities need to be stopped when sleeping by Dianne Hackborn · 14 years ago
  35. 0512d08 Merge "Add and enforce the permission for encrypting/decrypting." into honeycomb by Jason parks · 14 years ago
  36. 0f2ef34 Merge "Update encryption commands." into honeycomb by Jason parks · 14 years ago
  37. c2ff2ec Merge "Read actual device encryption status" into honeycomb by Andy Stadler · 14 years ago
  38. bb4aa06 Show implicitly enabled subtypes in the input method selection dialog by satok · 14 years ago
  39. 8888c59 Add and enforce the permission for encrypting/decrypting. by Jason parks · 14 years ago
  40. 9ed98bc Update encryption commands. by Jason parks · 14 years ago
  41. 0e5bf50 Merge "Show ime switch icon when there is a hard keyboard" into honeycomb by satok · 14 years ago
  42. 865b977 Show ime switch icon when there is a hard keyboard by satok · 14 years ago
  43. 0fe45de Read actual device encryption status by Andy Stadler · 14 years ago
  44. 586f051 Refine InputMethodInfo API by Ken Wakasa · 14 years ago
  45. 2548020 Add android.provider.Settings.EXTRA_INPUT_METHOD_ID by Tadashi G. Takaoka · 14 years ago
  46. 90fcb2a Merge "Rename action to ACTION_INPUT_METHOD_SUBTYPE_SETTINGS" into honeycomb by Tadashi G. Takaoka · 14 years ago
  47. f49688f Rename action to ACTION_INPUT_METHOD_SUBTYPE_SETTINGS by Tadashi G. Takaoka · 14 years ago
  48. 6b818de Make VpnService synchronous API. by Hung-ying Tyan · 14 years ago
  49. a159579 Make the drag input window fullscreen touchable again by Christopher Tate · 14 years ago
  50. 28f0a53 Merge "Fail more gracefully when window state changes during drags" into honeycomb by Christopher Tate · 14 years ago
  51. f01af75 Fail more gracefully when window state changes during drags by Christopher Tate · 14 years ago
  52. 9240f16 Merge "StrictMode: class instance limits (track object "leaks")" into honeycomb by Brad Fitzpatrick · 14 years ago
  53. bfbe577 StrictMode: class instance limits (track object "leaks") by Brad Fitzpatrick · 14 years ago
  54. 1fc014f Fix a couple of drag & drop crashes by Christopher Tate · 14 years ago
  55. 32cf193 Disabling queued unbinding of RemoteViewsServices until we fix flashing in widgets. by Winson Chung · 14 years ago
  56. 81f39eb Refactoring app widgets to address security/performance issues. by Winson Chung · 14 years ago
  57. 6c2c5fc Just a little 'ol activity manager permission change. by Dianne Hackborn · 14 years ago
  58. f4368c9 Merge "Filter virtual keys after touches." into honeycomb by Jeff Brown · 14 years ago
  59. fe50892 Filter virtual keys after touches. by Jeff Brown · 14 years ago
  60. 300c13a Erase OBB files when removing packages by Kenny Root · 14 years ago
  61. 3aa959b Merge "Fix issue #3362666 Activities launched from ongoing notifications don't animate" into honeycomb by Dianne Hackborn · 14 years ago
  62. 08121bc Fix issue #3362666 Activities launched from ongoing notifications don't animate by Dianne Hackborn · 14 years ago
  63. 34165c6 Prevent Dropbox from crashing system server pre-boot. by Brad Fitzpatrick · 14 years ago
  64. ca0f49e Merge "Fix the algorithm to get current input method subtype considering explicitly and implicitly enabled subtypes." into honeycomb by satok · 14 years ago
  65. d871343 Fix the algorithm to get current input method subtype considering explicitly and implicitly enabled subtypes. by satok · 14 years ago
  66. 327fbd2 Fix a bunch of API review bugs. by Dianne Hackborn · 14 years ago
  67. 326feb8 Merge "Pick an upstream interface with valid IP config" into honeycomb by Irfan Sheriff · 14 years ago
  68. 2955209 Pick an upstream interface with valid IP config by Irfan Sheriff · 14 years ago
  69. 49db853 UsbService: Remove stack-trace message during boot. by David 'Digit' Turner · 14 years ago
  70. d6c54d9 Merge "Revert "Add the {get,set}PackageObbPaths calls to API"" into honeycomb by Kenny Root · 14 years ago
  71. a1cbb94 Revert "Add the {get,set}PackageObbPaths calls to API" by Kenny Root · 14 years ago
  72. 22dbfda Add internal plumbing to DPM for encryption by Andy Stadler · 14 years ago
  73. bcd6c96 Add OBB size to PackageStats by Kenny Root · 14 years ago
  74. f6cafb6 Implicitly/Explicitly subtypes bug. by satok · 14 years ago
  75. 3612f08 Merge "SystemServer: Do not register null BlueTooth service in the emulator" into honeycomb by David 'Digit' Turner · 14 years ago
  76. 5cdf075 Merge "Support non-rectangular input regions." into honeycomb by Jeff Brown · 14 years ago
  77. fbf0977 Support non-rectangular input regions. by Jeff Brown · 14 years ago
  78. 366949c Put externalSize measurements in PackageStats by Kenny Root · 14 years ago
  79. e2a5e86 SystemServer: Do not register null BlueTooth service in the emulator by David 'Digit' Turner · 14 years ago
  80. b2c1a5c Merge "Fix WPS to provides immediate feedback" into honeycomb by Irfan Sheriff · 14 years ago
  81. 3b81bc1 Add manifest API to request a large heap. by Dianne Hackborn · 14 years ago
  82. c827699 Merge "Add volume down as a safe mode key for Stingray." into honeycomb by Jeff Brown · 14 years ago
  83. df31ae6 switchToLastInputMethod returns a implicitly enabled subtype in the history by satok · 14 years ago
  84. 909733c Use holo style mouse pointer. by Jeff Brown · 14 years ago
  85. bd392c5 Check for null in PackageSetting constructor by Kenny Root · 14 years ago
  86. 1e8d23f Merge "Watchdog can get deadlocked on activity manager" into honeycomb by Brad Fitzpatrick · 14 years ago
  87. 312206b Merge "Add the {get,set}PackageObbPaths calls to API" into honeycomb by Kenny Root · 14 years ago
  88. 5d40fe9 Add the {get,set}PackageObbPaths calls to API by Kenny Root · 14 years ago
  89. 82beadf Add input methods settings panel by satok · 14 years ago
  90. 9765c72 Watchdog can get deadlocked on activity manager by Brad Fitzpatrick · 14 years ago
  91. e4c56c9 Fix WPS to provides immediate feedback by Irfan Sheriff · 14 years ago
  92. 15572ff Merge "Save input method subtype even if the current IME is not running." into honeycomb by satok · 14 years ago
  93. ca83021 Save input method subtype even if the current IME is not running. by satok · 14 years ago
  94. b09abc1 Add volume down as a safe mode key for Stingray. by Jeff Brown · 14 years ago
  95. 8454370 Merge "Fix issue #3330037: Unnecessary orientations appear..." into honeycomb by Dianne Hackborn · 14 years ago
  96. 94cb2eb Fix issue #3330037: Unnecessary orientations appear... by Dianne Hackborn · 14 years ago
  97. 00ae87d Fix NPE in interceptKeyBeforeDispatching. by Jeff Brown · 14 years ago
  98. 402438b Merge "Deep clone settings for system package update" into honeycomb by Kenny Root · 14 years ago
  99. 291e78c Deep clone settings for system package update by Kenny Root · 14 years ago
  100. 8eca7a1 Merge "Fix issue #3153930: orphan window left on screen" into honeycomb by Dianne Hackborn · 14 years ago