1. f9b731d Add a WebSettings to control whether WebView will by Grace Kloba · 14 years ago
  2. 46baf53 Add getWrappedCursor, and update the JavaDoc. by Andrew Stadler · 14 years ago
  3. 7ade1be Action bar button layout changes. by Adam Powell · 14 years ago
  4. 7cbd36f am 29f28cfe: am e899caf8: Fixed api/current.xml after a bad merge. by Jeff Brown · 14 years ago
  5. 29f28cf am e899caf8: Fixed api/current.xml after a bad merge. by Jeff Brown · 14 years ago
  6. e899caf Fixed api/current.xml after a bad merge. by Jeff Brown · 14 years ago
  7. 4e74ae3 am 42bb545a: am 5c225b16: Even more native input dispatch work in progress. by Jeff Brown · 14 years ago
  8. 42bb545 am 5c225b16: Even more native input dispatch work in progress. by Jeff Brown · 14 years ago
  9. 733c6f2 am 747f75dc: am 3a0146cd: Merge "New API for "immersive" activity windows." into gingerbread by Daniel Sandler · 14 years ago
  10. c68b6e8 am 04b4f781: am cc86c933: Merge "New API for high-priority Notifications and full-screen alerts." into gingerbread by Daniel Sandler · 14 years ago
  11. 5c225b1 Even more native input dispatch work in progress. by Jeff Brown · 14 years ago
  12. 747f75d am 3a0146cd: Merge "New API for "immersive" activity windows." into gingerbread by Daniel Sandler · 14 years ago
  13. 04b4f78 am cc86c933: Merge "New API for high-priority Notifications and full-screen alerts." into gingerbread by Daniel Sandler · 14 years ago
  14. 96675b1 Merging ActionBar menu with options menu. by Adam Powell · 14 years ago
  15. 611fae4 New API for "immersive" activity windows. by Daniel Sandler · 14 years ago
  16. e46cbd3 New API for high-priority Notifications and full-screen alerts. by Daniel Sandler · 14 years ago
  17. 5e81e5b Fixed breakage with previous API change (I34b3abad3310) by Mason Tang · 14 years ago
  18. 4846032 Fix bug with layout animations when apps are auto-scaled. by Chet Haase · 14 years ago
  19. f70036b Modified first animation and visibility change behavior for ViewFlipper by Mason Tang · 14 years ago
  20. ce71894 am 5907ffa4: am a6c52938: Merge "add new video/audio presence icons in the framework resource dirs, and make them public." into gingerbread by Wei Huang · 14 years ago
  21. 5907ffa am a6c52938: Merge "add new video/audio presence icons in the framework resource dirs, and make them public." into gingerbread by Wei Huang · 14 years ago
  22. 2b24ecf add new video/audio presence icons in the framework resource dirs, and make them public. by Wei Huang · 14 years ago
  23. 9295ada Allow the use of styles with LinearLayout, make "useLargestChild" attr public. by Romain Guy · 14 years ago
  24. 6c354da read old version of data and use multiple connections to db by Vasu Nori · 15 years ago
  25. c465f9c am 13792057: am 7e900cbf: Merge "Update build version information." into gingerbread by Dianne Hackborn · 14 years ago
  26. 1379205 am 7e900cbf: Merge "Update build version information." into gingerbread by Dianne Hackborn · 14 years ago
  27. 3e03cfa Update build version information. by Dianne Hackborn · 14 years ago
  28. e377032 am 864c68ea: merge from froyo-plus-aosp by The Android Open Source Project · 14 years ago
  29. 864c68e merge from froyo-plus-aosp by The Android Open Source Project · 14 years ago
  30. 51a9839 merge from open-source master by The Android Open Source Project · 14 years ago
  31. 5ddd127 Implement ListFragment and Fragment context menus. by Dianne Hackborn · 14 years ago
  32. 8c582ef Added an addAll to the ArrayAdapter by Christian Mehlmauer · 14 years ago
  33. cf0a999 am 4d4f265e: am 9f8cc518: Merge "Adjust activity manager process OOM adj." into kraken by Dianne Hackborn · 14 years ago
  34. 32907cf Adjust activity manager process OOM adj. by Dianne Hackborn · 14 years ago
  35. 6df7225 am e5dd62e8: am 2fd73a45: Unhide camera metering mode API. by Wu-cheng Li · 14 years ago
  36. 2fd73a4 Unhide camera metering mode API. by Wu-cheng Li · 14 years ago
  37. 2dabef2 am 627a0019: am 4d61f602: 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
  38. b60c941 resolved conflicts for merge of f37cbe6b to master by Brad Fitzpatrick · 14 years ago
  39. 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
  40. 438d059 Introduce "StrictMode" by Brad Fitzpatrick · 14 years ago
  41. d92ea07 Adding a stopLoading() method. by Dmitri Plotnikov · 14 years ago
  42. 2d61459 Move OpenGL support out of ViewRoot into a new HardwareRenderer class. by Romain Guy · 14 years ago
  43. b31e84bc Add Fragment option menu APIs. by Dianne Hackborn · 14 years ago
  44. c857740 Adding support for minimum number of non letter characters. by Konstantin Lopyrev · 14 years ago
  45. a408291 Dropdown mode for ActionBar; style and API updates by Adam Powell · 14 years ago
  46. f8a450f am 7d75a66c: am b7bb3b3d: Fix bug in reporting a processes\'s dependent component. by Dianne Hackborn · 14 years ago
  47. b7bb3b3 Fix bug in reporting a processes's dependent component. by Dianne Hackborn · 14 years ago
  48. d0b15ce resolved conflicts for merge of f3307ae8 to master by Dianne Hackborn · 14 years ago
  49. c3fa630 Added ListPopupWindow. Refactored AutoCompleteTextView and Spinner by Adam Powell · 14 years ago
  50. 860755f Add support for heavy-weight applications. by Dianne Hackborn · 14 years ago
  51. 74f170f new API in Context. on openDatabase, new param DatabaseErrorHandler by Vasu Nori · 14 years ago
  52. 55bd466 Fix build by adding Java 6 API changes that were not in the earlier merge. by Elliott Hughes · 14 years ago
  53. 8b0dd7d add API to Cursor to get column value type by Vasu Nori · 14 years ago
  54. 812ccbe Add new hardwareAccelerated manifest attribute to enable HW drawing. by Romain Guy · 14 years ago
  55. 6164ef1 Expose canZoomIn and canZoomOut for WebView. by Grace Kloba · 14 years ago
  56. f77cf7f Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-master by Brian Carlstrom · 14 years ago
  57. a15dcfa Fix 2677197: Adding minimum complex character support. by Konstantin Lopyrev · 14 years ago
  58. 65f1f81 am 81192f85: am c109190b: Add support for gps altitude EXIF tags. by Wu-cheng Li · 14 years ago
  59. c109190 Add support for gps altitude EXIF tags. by Wu-cheng Li · 14 years ago
  60. 3255823 Fix 2673731: Adding support for password history to Device Admin. by Konstantin Lopyrev · 14 years ago
  61. 7df535b am 749afee8: am 1e11e95f: Merge "Add Geocorder.isImplemented()" into kraken by Mike Lockwood · 14 years ago
  62. 01ac80b Add Geocorder.isImplemented() by Mark Vandevoorde · 14 years ago
  63. 726a44ec am 23025ffd: am 11c6847d: Merge "Unhide new location manager APIs:" into kraken by Mike Lockwood · 14 years ago
  64. 71677f8 Unhide new location manager APIs: by Mike Lockwood · 14 years ago
  65. 5ae74d6 More fragment work. by Dianne Hackborn · 14 years ago
  66. ec4eff8 am e23c404a: am bea97a89: am 2dc7c6c4: merge from open-source master by The Android Open Source Project · 14 years ago
  67. bea97a8 am 2dc7c6c4: merge from open-source master by The Android Open Source Project · 14 years ago
  68. 2dc7c6c merge from open-source master by The Android Open Source Project · 14 years ago
  69. b269735 am 4a30bcf7: am 74323fd1: Update NativeActivity to allow direct surface access. by Dianne Hackborn · 14 years ago
  70. 9b081a8 resolved conflicts for merge of 8b625a95 to master by Dianne Hackborn · 14 years ago
  71. 74323fd Update NativeActivity to allow direct surface access. by Dianne Hackborn · 14 years ago
  72. dc8a7f6 Add new API to take over a window's Surface. by Dianne Hackborn · 15 years ago
  73. 9911b7f Add the Loader and supporting classes. by Jeff Hamilton · 14 years ago
  74. 8ce072d Add and document .nomedia constant for MediaStore (Issue 6365) by Karl Ostmo · 15 years ago
  75. c384882 am a3b5ff07: am e339c5ed: Add camera focus distances API. by Wu-cheng Li · 14 years ago
  76. e339c5e Add camera focus distances API. by Wu-cheng Li · 14 years ago
  77. 6e8304e More fragment stuff: by Dianne Hackborn · 14 years ago
  78. e268677 Remove the unused modification APIs from MockCursor. They shouldn't have been public in the first place. by Jeff Hamilton · 14 years ago
  79. 8d9db8e Added getNumColumns function to GridView.java. by Andrew Sapperstein · 14 years ago
  80. b4bc78b Further work on fragments: by Dianne Hackborn · 14 years ago
  81. 33b9743 ActionBar added to framework, integrated with Activity and styles. by Adam Powell · 15 years ago
  82. 381b558 am 7cd6ca9b: am d6e24ca2: am 4adacd23: merge from open-source master by The Android Open Source Project · 14 years ago
  83. d6e24ca am 4adacd23: merge from open-source master by The Android Open Source Project · 14 years ago
  84. 4adacd2 merge from open-source master by The Android Open Source Project · 14 years ago
  85. c5c16f5 am 6914e17a: am 08eff49f: am d9712b69: am b1235a57: Merge "Hide two audio focus methods." into froyo by Xavier Ducrohet · 14 years ago
  86. 08eff49 am d9712b69: am b1235a57: Merge "Hide two audio focus methods." into froyo by Xavier Ducrohet · 14 years ago
  87. d9712b6 am b1235a57: Merge "Hide two audio focus methods." into froyo by Xavier Ducrohet · 14 years ago
  88. 5f53f08 Hide two audio focus methods. by Xavier Ducrohet · 14 years ago
  89. 0a5174a Add support for EVDO Rev B by Naveen Kalla · 15 years ago
  90. 3d32f6e Add Activity.isChangingConfiguration(). by Jeff Hamilton · 15 years ago
  91. f0b8679 am 0c3bba3e: am e1b2b3b0: Merge "Add continuous focus mode constant." into kraken by Wu-cheng Li · 15 years ago
  92. ca09961 Add continuous focus mode constant. by Wu-cheng Li · 15 years ago
  93. db99075 Updated URL pattern based on http://data.iana.org/TLD/tlds-alpha-by-domain.txt by Shimeng (Simon) Wang · 15 years ago
  94. f121be7 Improvements to fragment API: by Dianne Hackborn · 15 years ago
  95. 3259781 Revert "Update api/current.xml after URL pattern update." by Shimeng (Simon) Wang · 15 years ago
  96. 81950cd Update api/current.xml after URL pattern update. by Shimeng (Simon) Wang · 15 years ago
  97. ba51c3d New fragment stuff: back stack, and layout integration. by Dianne Hackborn · 15 years ago
  98. 108817f am 8b270a7a: am 579e08e6: am f7896449: merge from open-source master by The Android Open Source Project · 15 years ago
  99. 7304381 am 110a031a: am f41f444d: Merge "First pass at NativeActivity." into kraken by Dianne Hackborn · 15 years ago
  100. 579e08e am f7896449: merge from open-source master by The Android Open Source Project · 15 years ago