1. edf32d0 Start of SharedPreferences$Editor.startCommit() by Brad Fitzpatrick · 14 years ago
  2. 97461bd Some StrictMode API changes. by Brad Fitzpatrick · 14 years ago
  3. 3e05a0b Hysteresis effect in Text selection. by Gilles Debunne · 14 years ago
  4. 7a0541d add new sensor types for handling gyro data and device orientation by Kevin Powell · 14 years ago
  5. 4d42ccd Tracking merge of dalvik-dev to gingerbread by Brian Carlstrom · 14 years ago
  6. b0d6ba1 Text selection without trackball. by Gilles Debunne · 14 years ago
  7. 232a033 tracking merge of external/apache-http from dalvik-dev by Brian Carlstrom · 14 years ago
  8. 33bbd12 New download manager error code when we can't resume. by Steve Howard · 14 years ago
  9. 7d2e3df add an api for getting a device serial number by Doug Zongker · 14 years ago
  10. a02b8b0 Move OBB file reading to DefaultContainerService by Kenny Root · 14 years ago
  11. 08d5b8f More native work. by Dianne Hackborn · 14 years ago
  12. 2a6b80b Fixed several audio effects problems. by Eric Laurent · 14 years ago
  13. 8e15afe Make downloads visible by default. by Steve Howard · 14 years ago
  14. 3c7c351 Tracking merge of dalvik-dev to gingerbread by Brian Carlstrom · 14 years ago
  15. f383a9a Fix the build. by Eric Laurent · 14 years ago
  16. 17cb280 NEW_API: Unhide audio effect APIs. by Eric Laurent · 14 years ago
  17. 04d7e83e Added SensorManager.getAltitude() by Mathias Agopian · 14 years ago
  18. 050b562 Added SensorManager.getMinDelay() by Mathias Agopian · 14 years ago
  19. 6ec402b DO NOT MERGE: Fix input event injection ANRs on UI thread. by Jeff Brown · 14 years ago
  20. 6d0fec2 Refactor input reader to support new device types more easily. by Jeff Brown · 14 years ago
  21. f547d72 One last change to current.xml for new download manager API by Steve Howard · 14 years ago
  22. 46be2a5 Un-@hide new download manager public API. by Steve Howard · 14 years ago
  23. 94dab9b1 fix broken api/current.xml by Vasu Nori · 14 years ago
  24. 5b31498ba1 add video/audio chat-compatibility modes to ContactsContract by Vasu Nori · 14 years ago
  25. e33348b Fix bug with phantom input windows. by Jeff Brown · 14 years ago
  26. 02c8730 Add API to call to vold for mounting OBBs by Kenny Root · 14 years ago
  27. c5ed591 Add support for new input sources. by Jeff Brown · 14 years ago
  28. 058d039 Remove the YV16 format for simplicity's sake. by Mathias Agopian · 14 years ago
  29. d76b67c IME events are now dispatched to native applications. by Dianne Hackborn · 14 years ago
  30. fd03582 Add initial gamepad support. by Jeff Brown · 14 years ago
  31. 26c6797 Deprecate some status bar icons that now come from the phone app (and by David Brown · 14 years ago
  32. 841b176 Make android:immersive public. by Daniel Sandler · 14 years ago
  33. 93565c4 OBB API for PackageManager by Kenny Root · 14 years ago
  34. 09b9005 Add multiple camera support for in MediaProfiles. by Chih-Chung Chang · 14 years ago
  35. de1057c Unhide new API for supporting multiple cameras. by Chih-Chung Chang · 14 years ago
  36. baf42c6 Add APIs for finding heavy-weight apps. by Dianne Hackborn · 14 years ago
  37. 1e4b9f3 Remove InputConsumer, replacing with InputQueue. by Dianne Hackborn · 14 years ago
  38. 69a4817 Immersive activity API. by Daniel Sandler · 14 years ago
  39. 8900c32 andriod.location.Criteria: Simplify new location criteria APIs a bit. by Mike Lockwood · 14 years ago
  40. a95e4cb First stab at attaching native event dispatching. by Dianne Hackborn · 14 years ago
  41. 613dde4 Revised "immersive mode" API. by Daniel Sandler · 14 years ago
  42. 224107a Add OpenGL ES 2.0 VBO versions glDrawElements and glVertexAttribPointer. by Jack Palevich · 14 years ago
  43. e899caf Fixed api/current.xml after a bad merge. by Jeff Brown · 14 years ago
  44. 5c225b1 Even more native input dispatch work in progress. by Jeff Brown · 14 years ago
  45. 611fae4 New API for "immersive" activity windows. by Daniel Sandler · 14 years ago
  46. e46cbd3 New API for high-priority Notifications and full-screen alerts. by Daniel Sandler · 14 years ago
  47. 2b24ecf add new video/audio presence icons in the framework resource dirs, and make them public. by Wei Huang · 14 years ago
  48. 3e03cfa Update build version information. by Dianne Hackborn · 14 years ago
  49. 32907cf Adjust activity manager process OOM adj. by Dianne Hackborn · 14 years ago
  50. 2fd73a4 Unhide camera metering mode API. by Wu-cheng Li · 14 years ago
  51. 4d61f60 Switch stagefright's approach to prefetching to the new model. The java MediaPlayer is now notified about rebuffering start/end via info messages. by Andreas Huber · 14 years ago
  52. 438d059 Introduce "StrictMode" by Brad Fitzpatrick · 14 years ago
  53. b7bb3b3 Fix bug in reporting a processes's dependent component. by Dianne Hackborn · 14 years ago
  54. 860755f Add support for heavy-weight applications. by Dianne Hackborn · 14 years ago
  55. c109190 Add support for gps altitude EXIF tags. by Wu-cheng Li · 14 years ago
  56. 01ac80b Add Geocorder.isImplemented() by Mark Vandevoorde · 14 years ago
  57. 71677f8 Unhide new location manager APIs: by Mike Lockwood · 14 years ago
  58. bea97a8 am 2dc7c6c4: merge from open-source master by The Android Open Source Project · 14 years ago
  59. 2dc7c6c merge from open-source master by The Android Open Source Project · 14 years ago
  60. 74323fd Update NativeActivity to allow direct surface access. by Dianne Hackborn · 14 years ago
  61. dc8a7f6 Add new API to take over a window's Surface. by Dianne Hackborn · 14 years ago
  62. 8ce072d Add and document .nomedia constant for MediaStore (Issue 6365) by Karl Ostmo · 15 years ago
  63. e339c5e Add camera focus distances API. by Wu-cheng Li · 14 years ago
  64. d6e24ca am 4adacd23: merge from open-source master by The Android Open Source Project · 14 years ago
  65. 4adacd2 merge from open-source master by The Android Open Source Project · 14 years ago
  66. afbc5fa Fix build Remove from API 9 definition the two methods that were by Jean-Michel Trivi · 14 years ago
  67. 08eff49 am d9712b69: am b1235a57: Merge "Hide two audio focus methods." into froyo by Xavier Ducrohet · 14 years ago
  68. d9712b6 am b1235a57: Merge "Hide two audio focus methods." into froyo by Xavier Ducrohet · 14 years ago
  69. 5f53f08 Hide two audio focus methods. by Xavier Ducrohet · 14 years ago
  70. 0a5174a Add support for EVDO Rev B by Naveen Kalla · 14 years ago
  71. ca09961 Add continuous focus mode constant. by Wu-cheng Li · 14 years ago
  72. 579e08e am f7896449: merge from open-source master by The Android Open Source Project · 14 years ago
  73. f789644 merge from open-source master by The Android Open Source Project · 14 years ago
  74. 69969e4 First pass at NativeActivity. by Dianne Hackborn · 14 years ago
  75. b032bc0 Add new keycodes for the convenience of Japanese IMEs by mogimo · 15 years ago
  76. 1443fd0 Fix build. by Dianne Hackborn · 14 years ago
  77. 14cee9f New xlarge screen size. by Dianne Hackborn · 14 years ago
  78. b6c4592 am 44f2c6ba: am 2e4b98dc: Merge "Whoops a little more on issue #2631417: Expose FLAG_EXTERNAL_STORAGE" into froyo by Dianne Hackborn · 14 years ago
  79. 34483a0 resolved conflicts for merge of 5a8f877c to kraken by Dianne Hackborn · 14 years ago
  80. 44f2c6b am 2e4b98dc: Merge "Whoops a little more on issue #2631417: Expose FLAG_EXTERNAL_STORAGE" into froyo by Dianne Hackborn · 14 years ago
  81. 94c567e Whoops a little more on issue #2631417: Expose FLAG_EXTERNAL_STORAGE by Dianne Hackborn · 14 years ago
  82. 5a8f877 am 3202d380: Fix issue #2631417: Expose FLAG_EXTERNAL_STORAGE by Dianne Hackborn · 14 years ago
  83. 3202d38 Fix issue #2631417: Expose FLAG_EXTERNAL_STORAGE by Dianne Hackborn · 14 years ago
  84. 81cd2e9 Logo attribute for manifest and PackageManager methods to fetch it by Adam Powell · 14 years ago
  85. 0c64ff7 am d32f9422: am 0dde41fb: Merge "Fix 2610961 Unhide broadcast intents that are sent when sdcard gets mounted/unmounted." into froyo by Suchi Amalapurapu · 14 years ago
  86. d32f942 am 0dde41fb: Merge "Fix 2610961 Unhide broadcast intents that are sent when sdcard gets mounted/unmounted." into froyo by Suchi Amalapurapu · 14 years ago
  87. 89e0c1a Fix 2610961 by Suchi Amalapurapu · 14 years ago
  88. cd0d10f Introduce new API version to avoid breakage with the Froyo APIs; by Dianne Hackborn · 14 years ago
  89. ded7776 am 90d3f458: API 8! by Dianne Hackborn · 14 years ago
  90. 90d3f458 API 8! by Dianne Hackborn · 14 years ago
  91. 7fef3c5 am b9e3e4ce: Merge "API CHANGE: remove obsolete constants and hide some methods" into froyo by Christopher Tate · 14 years ago
  92. fc922f11 API CHANGE: remove obsolete constants and hide some methods by Christopher Tate · 14 years ago
  93. 08caa70 am c58b4232: Add SCENE_MODE_BARCODE and FOCUS_MODE_EDOF. by Wu-cheng Li · 14 years ago
  94. 06af762 am 17de1532: Merge "Fix issue #2581524: Car home icon should always go to car home" into froyo by Dianne Hackborn · 14 years ago
  95. f9e9037 am bc284a5f: Merge "Move the public method HttpDateTime.parse() into AndroidHttpClient." into froyo by Jesse Wilson · 14 years ago
  96. c58b423 Add SCENE_MODE_BARCODE and FOCUS_MODE_EDOF. by Wu-cheng Li · 15 years ago
  97. f5c5d22 Fix issue #2581524: Car home icon should always go to car home by Dianne Hackborn · 14 years ago
  98. 7cfa90f Move the public method HttpDateTime.parse() into AndroidHttpClient. by Jesse Wilson · 15 years ago
  99. a30b596 am ec7c78fb: @hide ACCESS_CACHE_FILESYSTEM and MOVE_PACKAGE by Jeff Brown · 15 years ago
  100. ec7c78f @hide ACCESS_CACHE_FILESYSTEM and MOVE_PACKAGE by Jeff Brown · 15 years ago