1. 189ee18 Implement smarter sizing of WRAP_CONTENT windows. by Dianne Hackborn · 14 years ago
  2. 049dd3d Fix bug 3248786 - silly monkeys. by Adam Powell · 14 years ago
  3. 30c9bd8 Implement issue #3189564: New API to create an activity. by Dianne Hackborn · 14 years ago
  4. 8515ee8 Fix bug 3240444 - add OnMenuVisibilityListener for action bar. by Adam Powell · 14 years ago
  5. 206316a New Number picker widget by Svetoslav Ganov · 14 years ago
  6. 00e4017 Revert "Merge "print certain rows from downloads.db when bugreports are taken"" by Vasu Nori · 14 years ago
  7. 663f4f3 Misc ActivityManagerNative cleanup. by Brad Fitzpatrick · 14 years ago
  8. 994b0d2 Merge "changes to support Change-Id: I572fdfd6d34dbb5a0577c6cf14664b6f2d5700b4" by Vasu Nori · 14 years ago
  9. 3487878 Merge "print certain rows from downloads.db when bugreports are taken" by Vasu Nori · 14 years ago
  10. 621e17d Implement issue #3221502: New APIs to support new back stack / task navigation by Dianne Hackborn · 14 years ago
  11. 8da7a4e changes to support Change-Id: I572fdfd6d34dbb5a0577c6cf14664b6f2d5700b4 by Vasu Nori · 14 years ago
  12. eca0f68 Merge "Add a better notification test and clean up the flag handling in the notification builder." by Joe Onorato · 14 years ago
  13. 8d0b655 Add a better notification test and clean up the flag handling in the notification builder. by Joe Onorato · 14 years ago
  14. 4e256ea am c8454a85: am b2b0db2d: Merge "SearchDialog: Fix for NullpointerException while using Suggestions in Browser" by Jean-Baptiste Queru · 14 years ago
  15. c8454a8 am b2b0db2d: Merge "SearchDialog: Fix for NullpointerException while using Suggestions in Browser" by Jean-Baptiste Queru · 14 years ago
  16. 624002b print certain rows from downloads.db when bugreports are taken by Vasu Nori · 14 years ago
  17. b00d41a SearchDialog: Fix for NullpointerException while using Suggestions in Browser by Deepika Sai Amuri · 14 years ago
  18. 52f80cd The icon sticks out of the ticker. by Joe Onorato · 14 years ago
  19. 561d385 The large icon for notifications. by Joe Onorato · 14 years ago
  20. 8595a3d Show the number in the expanded notification instead of in the bar. by Joe Onorato · 14 years ago
  21. 46439ce Update the look of the notifications. Includes adding a new Notification.Builder class. by Joe Onorato · 14 years ago
  22. a3a1f59 Merge "Don't re-read SharedPreferences unnecessarily." by Brad Fitzpatrick · 14 years ago
  23. 5913630e Don't re-read SharedPreferences unnecessarily. by Brad Fitzpatrick · 14 years ago
  24. 1f35d48 Fixes to DevicePolicyManager.setPasswordExpirationTimeout by Andy Stadler · 14 years ago
  25. 880119b Implement issue #2367442: Please add API for manipulating installer by Dianne Hackborn · 14 years ago
  26. 434203a Notify all VMs when proxy changes. by Robert Greenwalt · 14 years ago
  27. 6b53e8d Added support for full PC-style keyboards. by Jeff Brown · 14 years ago
  28. 32555f3 Add resource ID variants of ActionBar tab setters by Adam Powell · 14 years ago
  29. 4f3c25f Merge "Fix issue #3202866: system server crash" by Dianne Hackborn · 14 years ago
  30. d9b3b7e Fix issue #3202866: system server crash by Dianne Hackborn · 14 years ago
  31. 0de1ed5 Merge "Permission fix: don't require BACKUP perm for self-restores" by Chris Tate · 14 years ago
  32. 6e2b2a6 return file uri from downloadmanager instead of content uri for public downloads by Vasu Nori · 14 years ago
  33. 44ab845 Permission fix: don't require BACKUP perm for self-restores by Chris Tate · 14 years ago
  34. ef70444 Improve docs around ActionBar as noted in bug 3111444. by Adam Powell · 14 years ago
  35. 3a57fb9 Fix issue #3191573: PreferenceFragment.onActivityResult cannot by Dianne Hackborn · 14 years ago
  36. debf3be Fix bug 2948913 - provide lifecycle notifications for action modes by Adam Powell · 14 years ago
  37. 98f0307 another bug introduced by some previous refactoring CL by Vasu Nori · 14 years ago
  38. e69924f map _data column to local_filename column. bug:3197501 by Vasu Nori · 14 years ago
  39. 9f07da1 Merge "Disable CloseGuard early. (it defaults to spammy otherwise)" by Brad Fitzpatrick · 14 years ago
  40. e139bc9 Merge "Clean up, de-dup, and speed up ContextImpl getSystemService()" by Brad Fitzpatrick · 14 years ago
  41. 4d9e6d2 Disable CloseGuard early. (it defaults to spammy otherwise) by Brad Fitzpatrick · 14 years ago
  42. 224ba0c Clean up, de-dup, and speed up ContextImpl getSystemService() by Brad Fitzpatrick · 14 years ago
  43. 6af97e1 Revised assets for progress bars and indeterminate progress spinners. by Adam Powell · 14 years ago
  44. e16c43b remove unnecessary code from DownloadManager by Vasu Nori · 14 years ago
  45. 95b831b Merge "Improve logging" by Alon Albert · 14 years ago
  46. bdd19bc Add Theme.Holo.DialogWhenLarge by Dianne Hackborn · 14 years ago
  47. a4e28d1 Add password expiration support to DevicePolicyManager. by Jim Miller · 14 years ago
  48. 3fa51e3 Improve logging by Alon Albert · 14 years ago
  49. ec4d820 Merge "Fix summary for FragmentTransaction.show()" by Jim Shuma · 14 years ago
  50. 390dae1 Move ApplicationPackageManager out of ContextImpl.java by Brad Fitzpatrick · 14 years ago
  51. d3da440 Move SharedPreferencesImpl out of ContextImpl.java by Brad Fitzpatrick · 14 years ago
  52. baa1553 Fix summary for FragmentTransaction.show() by Jim Shuma · 14 years ago
  53. 624d50f Don't warn on reading from disk during initial class loading. by Brad Fitzpatrick · 14 years ago
  54. 6908cd1 Fix animations to use correct interpolator. by Dianne Hackborn · 14 years ago
  55. 3915bb8 Tell system server whether the app handled input events. by Jeff Brown · 14 years ago
  56. 5b59e02 Merge "StrictMode: now in more system server threads." by Brad Fitzpatrick · 14 years ago
  57. ab36acb Fixe some stuff. by Dianne Hackborn · 14 years ago
  58. ec062f6 StrictMode: now in more system server threads. by Brad Fitzpatrick · 14 years ago
  59. 1cde3fb address couple of review comments by Vasu Nori · 14 years ago
  60. 63cf027 Merge "add API to return Uri for the given downloaded file id & get mimetype" by Vasu Nori · 14 years ago
  61. 5be894e add API to return Uri for the given downloaded file id & get mimetype by Vasu Nori · 14 years ago
  62. 03595d0 Tell each VM to flush their DNS cache. by Robert Greenwalt · 14 years ago
  63. 53e59ad Merge "For extra large devices, use a dialog style for LauncherActivity." by Amith Yamasani · 14 years ago
  64. 0c24a55 Fix bug 3156280 - Fix several issues with tab navigation in action bars. by Adam Powell · 14 years ago
  65. 41727a4 am f3a6b901: am 9df48a03: Merge "NotificationManager: droiddoc documentation improvements" by Brad Fitzpatrick · 14 years ago
  66. 74bb355 For extra large devices, use a dialog style for LauncherActivity. by Amith Yamasani · 14 years ago
  67. 81b8944 Fix bug 3093591 - add richer control over default tab selection in ActionBar by Adam Powell · 14 years ago
  68. f3a6b90 am 9df48a03: Merge "NotificationManager: droiddoc documentation improvements" by Brad Fitzpatrick · 14 years ago
  69. 8eb2e24 Various PreferenceActivity and related improvement. by Dianne Hackborn · 14 years ago
  70. 71b8c23 add NOTIFICATION_CLICK_ constants to DownloadManager by Vasu Nori · 14 years ago
  71. 4f405ec am ce0f9e4e: am 42679cea: Merge "Fix issue #3152415: Various confusions in docs about Application" into gingerbread by Dianne Hackborn · 14 years ago
  72. ce0f9e4 am 42679cea: Merge "Fix issue #3152415: Various confusions in docs about Application" into gingerbread by Dianne Hackborn · 14 years ago
  73. 5ad7af6 Minor Javadoc fix. by Ben Komalo · 14 years ago
  74. 7025d8e Fix issue #3152415: Various confusions in docs about Application by Dianne Hackborn · 14 years ago
  75. c3cb9f2 Merge "StrictMode: annotate violations with the Broadcast Intent's action, if any." by Brad Fitzpatrick · 14 years ago
  76. 84aaec8 Merge "use the holo theme in more places for >= honeycomb apps" by Joe Onorato · 14 years ago
  77. 9ab9787 Action bar API updates - new display options by Adam Powell · 14 years ago
  78. bfb1919 StrictMode: annotate violations with the Broadcast Intent's action, if any. by Brad Fitzpatrick · 14 years ago
  79. 170e548 use the holo theme in more places for >= honeycomb apps by Joe Onorato · 14 years ago
  80. b6e1841 Make network usage on the main thread fatal (Honeycomb+) by Brad Fitzpatrick · 14 years ago
  81. 5164246 Fix setting of class loader. by Dianne Hackborn · 14 years ago
  82. 4c6e5df make notifications appear during downloading AND after completion by Vasu Nori · 14 years ago
  83. e829fef Add facility for broadcasts receives to do work asynchronously. by Dianne Hackborn · 14 years ago
  84. e71df8f am 96abb48d: am aa93bcd6: Fix issue #3138926: App\'s preferences can be lost after onPause() by Dianne Hackborn · 14 years ago
  85. 96abb48 am aa93bcd6: Fix issue #3138926: App\'s preferences can be lost after onPause() by Dianne Hackborn · 14 years ago
  86. aa93bcd Fix issue #3138926: App's preferences can be lost after onPause() by Dianne Hackborn · 14 years ago
  87. fb3cffe Fix issue #3130426: Finsky crash in switching from window carousel by Dianne Hackborn · 14 years ago
  88. 6ab84ee am c2f78020: am 23656899: Merge "Fix issue #3126018: No way to specify NativeActivity\'s native method" into gingerbread by Dianne Hackborn · 14 years ago
  89. c2f7802 am 23656899: Merge "Fix issue #3126018: No way to specify NativeActivity\'s native method" into gingerbread by Dianne Hackborn · 14 years ago
  90. e21d91c6 Fix issue #3126018: No way to specify NativeActivity's native method by Dianne Hackborn · 14 years ago
  91. e663498 resolved conflicts for merge of 9c7489f8 to master by Dianne Hackborn · 14 years ago
  92. 9c7489f am 38993d8d: Merge "Fix issue #3122240: Expose xlarge in GB." into gingerbread by Dianne Hackborn · 14 years ago
  93. 5383f50 Fix issue #3122240: Expose xlarge in GB. by Dianne Hackborn · 14 years ago
  94. b37cc33 am b5018723: am 74b1ed32: Fix issue #3113219: NativeActivity using wrong lib path with Java code by Dianne Hackborn · 14 years ago
  95. b501872 am 74b1ed32: Fix issue #3113219: NativeActivity using wrong lib path with Java code by Dianne Hackborn · 14 years ago
  96. ef7e33b remove duplicate code by Vasu Nori · 14 years ago
  97. 74b1ed3 Fix issue #3113219: NativeActivity using wrong lib path with Java code by Dianne Hackborn · 14 years ago
  98. 548f76f Fix bug 3113015 - ProgressDialogs using wrong theme. by Adam Powell · 14 years ago
  99. 7f9b905 Add ActionBar tab callback method onTabReselected by Adam Powell · 14 years ago
  100. fc94dde New dialog assets. Cancelable AlertDialogs may now be canceled by tapping outside. by Adam Powell · 14 years ago