1. 1e4b9f3 Remove InputConsumer, replacing with InputQueue. by Dianne Hackborn · 14 years ago
  2. 69a4817 Immersive activity API. by Daniel Sandler · 14 years ago
  3. 73ccafb Merge "Fix a bug where requestDisallowInterceptTouchEvent does not get called when scrolling is resumed after stopping a fling." into gingerbread by Adam Powell · 14 years ago
  4. 110486f Fix a bug where requestDisallowInterceptTouchEvent does not get called by Adam Powell · 14 years ago
  5. 619346f Added support for audio sessions in MediaPlayer and AudioTrack. by Eric Laurent · 14 years ago
  6. a95e4cb First stab at attaching native event dispatching. by Dianne Hackborn · 14 years ago
  7. 8091ca5 Fix javadocs. by Daniel Sandler · 14 years ago
  8. 613dde4 Revised "immersive mode" API. by Daniel Sandler · 14 years ago
  9. aaf39f8 Merge "GPS: remove GpsEventThread from GpsLocationProvider" into gingerbread by Mike Lockwood · 14 years ago
  10. f602d36 GPS: remove GpsEventThread from GpsLocationProvider by Mike Lockwood · 14 years ago
  11. 224107a Add OpenGL ES 2.0 VBO versions glDrawElements and glVertexAttribPointer. by Jack Palevich · 14 years ago
  12. 7e73a2c Merge "Improve SensorManager documentation" into gingerbread by Mathias Agopian · 14 years ago
  13. 7fbdc84 More native input event dispatching. by Jeff Brown · 14 years ago
  14. f25c560 am 30cf330f: Import revised translations by Kenny Root · 14 years ago
  15. 30cf330 Import revised translations by Kenny Root · 14 years ago
  16. cfe3d20 am c4e38577: Import revised translations by Kenny Root · 14 years ago
  17. c4e3857 Import revised translations by Kenny Root · 14 years ago
  18. a2650db Merge "Fix SDK docs build." into gingerbread by Daniel Sandler · 14 years ago
  19. ae069f7 Fix SDK docs build. by Daniel Sandler · 14 years ago
  20. 5c225b1 Even more native input dispatch work in progress. by Jeff Brown · 14 years ago
  21. 611fae4 New API for "immersive" activity windows. by Daniel Sandler · 14 years ago
  22. e46cbd3 New API for high-priority Notifications and full-screen alerts. by Daniel Sandler · 14 years ago
  23. 74cde2c Improve SensorManager documentation by Mathias Agopian · 14 years ago
  24. 6b7b484 Various improvements to battery stats collection by Dianne Hackborn · 14 years ago
  25. c95812e Merge "Move out all framework-tests classes." into gingerbread by Brett Chabot · 14 years ago
  26. 92266a7 Merge "More work in progress on native events." into gingerbread by Jeff Brown · 14 years ago
  27. 9c3cda0 More work in progress on native events. by Jeff Brown · 14 years ago
  28. a6c5293 Merge "add new video/audio presence icons in the framework resource dirs, and make them public." into gingerbread by Wei Huang · 14 years ago
  29. 2b24ecf add new video/audio presence icons in the framework resource dirs, and make them public. by Wei Huang · 14 years ago
  30. e4bca7e am 322e7e47: Merge "docs: fix markup error" into froyo by Scott Main · 14 years ago
  31. 2d468c5 Make sure SurfaceView use a 565 surface when requesting an OPAQUE format. by Mathias Agopian · 14 years ago
  32. be81f4f Move out all framework-tests classes. by Brett Chabot · 14 years ago
  33. 742b282 Merge "StrictMode: implement the log-to-DropBox option" into gingerbread by Brad Fitzpatrick · 14 years ago
  34. 7e900cb Merge "Update build version information." into gingerbread by Dianne Hackborn · 14 years ago
  35. 3e03cfa Update build version information. by Dianne Hackborn · 14 years ago
  36. 143666f StrictMode: implement the log-to-DropBox option by Brad Fitzpatrick · 14 years ago
  37. 1441894 Dropbox: remove redundant Entry construction. by Brad Fitzpatrick · 14 years ago
  38. f1cefa9 am 724c5224: Correct the setDisplayOrientation sample code. by Chih-Chung Chang · 14 years ago
  39. 724c522 Correct the setDisplayOrientation sample code. by Chih-Chung Chang · 14 years ago
  40. 7c8aa44 am 46b9ac0a: Native input dispatch rewrite work in progress. by Jeff Brown · 14 years ago
  41. 46b9ac0 Native input dispatch rewrite work in progress. by Jeff Brown · 15 years ago
  42. 46d4238 More StrictMode work, handling violations in ActivityManagerService. by Brad Fitzpatrick · 14 years ago
  43. 32907cf Adjust activity manager process OOM adj. by Dianne Hackborn · 14 years ago
  44. f10e633 docs: fix markup error by Scott Main · 14 years ago
  45. b8bb78f Change camera interface to support multiple cameras. by Chih-Chung Chang · 14 years ago
  46. 2fd73a4 Unhide camera metering mode API. by Wu-cheng Li · 14 years ago
  47. 9d8e8dc Merge "fix [2757903] Crash in EGL when creating an EGLSurface" into kraken by Mathias Agopian · 14 years ago
  48. 8b73ae4 fix [2757903] Crash in EGL when creating an EGLSurface by Mathias Agopian · 14 years ago
  49. 438d059 Introduce "StrictMode" by Brad Fitzpatrick · 14 years ago
  50. 36921ad am b00854d4: Import revised translations by Kenny Root · 14 years ago
  51. b00854d Import revised translations by Kenny Root · 14 years ago
  52. 75144ea Move the status bar icon list, hopefully for the last time. by Joe Onorato · 14 years ago
  53. f1f2591 Call into the notification manager when the panel is revealed. by Joe Onorato · 14 years ago
  54. 7a0f36b Move status_bar_latest_event and LatestItemView into SystemUI.apk. by Joe Onorato · 14 years ago
  55. 9e875fc Start the status bar service based on a configuration option, instead of trampolining through by Joe Onorato · 14 years ago
  56. 8bc6c51 Require the STATUS_BAR_SERVICE permission for something to be the status bar. by Joe Onorato · 14 years ago
  57. 005847b Handle errors inflating notifications (and their icons). by Joe Onorato · 14 years ago
  58. fe4f3ae Move the usb mass storage notification & activity into SystemUI.apk. by Joe Onorato · 14 years ago
  59. 3b68548 am 75b6a6b9: Merge "Fix 2737842: Disable KeguardManager API if device policy is enabled" into froyo by Jim Miller · 14 years ago
  60. 75b6a6b Merge "Fix 2737842: Disable KeguardManager API if device policy is enabled" into froyo by Jim Miller · 14 years ago
  61. 284b62e Fix 2737842: Disable KeguardManager API if device policy is enabled by Jim Miller · 14 years ago
  62. 804d049 am 71d73a0d: Merge "Add a method to hide/show a SurfaceView\'s surface." into froyo by Romain Guy · 14 years ago
  63. 71d73a0 Merge "Add a method to hide/show a SurfaceView's surface." into froyo by Romain Guy · 14 years ago
  64. 44dc76a Log.wtf when databases go to be downgraded. by Brad Fitzpatrick · 14 years ago
  65. afc3e11 Add a method to hide/show a SurfaceView's surface. by Romain Guy · 14 years ago
  66. 700a950 am cb52cb52: Fix SDK build. by Jim Miller · 14 years ago
  67. cb52cb5 Fix SDK build. by Jim Miller · 14 years ago
  68. 7d70358 am bde25c20: Merge "Fix 2737842: disable keyguard API when device policy is enabled." into froyo by Jim Miller · 14 years ago
  69. d6b5705 Fix 2737842: disable keyguard API when device policy is enabled. by Jim Miller · 14 years ago
  70. 526f2ff Merge "Serialize all commands for a particular profile." into kraken by Jaikumar Ganesh · 14 years ago
  71. a8c2514 Merge "Pass BluetoothDevice to the Bluetooth Headset calls." into kraken by Jaikumar Ganesh · 14 years ago
  72. e50ab5f Merge "Add a new state machine for handling the incoming / outgoing profile connections." into kraken by Jaikumar Ganesh · 14 years ago
  73. f1048cd Serialize all commands for a particular profile. by Jaikumar Ganesh · 14 years ago
  74. b7bb3b3 Fix bug in reporting a processes's dependent component. by Dianne Hackborn · 14 years ago
  75. a8ebe8b am df2e2eff: Merge "Watchdog now records kernel stacks when it fires" into froyo by Christopher Tate · 14 years ago
  76. 9c4ed13 am f9610b38: Merge "Make the DUN apn data secure." into froyo by Robert Greenwalt · 14 years ago
  77. fae5cb2 optimize Surface.readFromParcel() by Mathias Agopian · 14 years ago
  78. df2e2ef Merge "Watchdog now records kernel stacks when it fires" into froyo by Christopher Tate · 14 years ago
  79. ecaa7b4 Watchdog now records kernel stacks when it fires by Christopher Tate · 14 years ago
  80. faed5fb Merge "Add support for heavy-weight applications." into kraken by Dianne Hackborn · 14 years ago
  81. 7c035d8 am 2d743fe2: merge from open-source master by The Android Open Source Project · 14 years ago
  82. 77b32dd Make the DUN apn data secure. by Robert Greenwalt · 14 years ago
  83. 2d743fe merge from open-source master by The Android Open Source Project · 14 years ago
  84. 860755f Add support for heavy-weight applications. by Dianne Hackborn · 14 years ago
  85. f8acea6 Merge "Delete local references to avoid reference table overflow." into kraken by Jaikumar Ganesh · 14 years ago
  86. 5f5df38 Merge "Add camera metering mode API." into kraken by Wu-cheng Li · 14 years ago
  87. a7c0bdc Delete local references to avoid reference table overflow. by Jaikumar Ganesh · 14 years ago
  88. fb59fbf Merge "Add better error handling for savePicture and restorePicture" by Romain Guy · 14 years ago
  89. cfda9f3 Sprinkle new BlockGuard around SQLiteDatabase. by Brad Fitzpatrick · 14 years ago
  90. a9f06fe am ee7e6a78: merge from open-source master by The Android Open Source Project · 14 years ago
  91. ee7e6a7 merge from open-source master by The Android Open Source Project · 14 years ago
  92. f7f6333 Add camera metering mode API. by Wu-cheng Li · 14 years ago
  93. 740e39b Pass BluetoothDevice to the Bluetooth Headset calls. by Jaikumar Ganesh · 14 years ago
  94. 9b637e5 Add a new state machine for handling the incoming / outgoing profile by Jaikumar Ganesh · 14 years ago
  95. ca583f0 Merge "Fixed some minor bugs in MotionEvent recycling." into kraken by Jeff Brown · 14 years ago
  96. d28f4be Fixed some minor bugs in MotionEvent recycling. by Jeff Brown · 14 years ago
  97. 75199e3 Populate the notifications at startup of SystemUI.apk. by Joe Onorato · 14 years ago
  98. 798ac4c Start moving resources to SystemUI.apk. by Joe Onorato · 14 years ago
  99. 0e26dff updateNotifications works. by Joe Onorato · 14 years ago
  100. aaba60b Notifications don't crash when you click them, and pass through events to NotificationManagerService by Joe Onorato · 14 years ago