1. 4e0eb22 Fix doc build. by Ying Wang · 11 years ago
  2. 7b92467 Fix issue #7643046: Activity.getCallingPackage() bogusly returns null... by Dianne Hackborn · 11 years ago
  3. a14acd2 Warn when exposing file:// Uris beyond a process. by Jeff Sharkey · 11 years ago
  4. f265ea9 App ops: vibration, neighboring cells, dialing, etc. by Dianne Hackborn · 11 years ago
  5. f9c5e0f Add new API to propagate contextual data to the assist action by Dianne Hackborn · 12 years ago
  6. b484f8e am 782b0f71: am 4459827f: am 25505f95: am cdf5106a: docs: a few doc bugs by Scott Main · 12 years ago
  7. 782b0f7 am 4459827f: am 25505f95: am cdf5106a: docs: a few doc bugs by Scott Main · 12 years ago
  8. cdf5106 docs: a few doc bugs by Scott Main · 12 years ago
  9. b7de79d am 41bb82be: Merge "Fix NullpointException problem in onMenuItemSelected" by Adam Powell · 12 years ago
  10. 686a805 Fix NullpointException problem in onMenuItemSelected by zobject · 12 years ago
  11. 1de6239 am 534de491: Merge "Make immersive mode public & imply update locking" into jb-mr1-aah-dev by Christopher Tate · 12 years ago
  12. 73c2aee Make immersive mode public & imply update locking by Christopher Tate · 12 years ago
  13. 332944f Fix EventLog string class problem in onOptionMenuSelected by zobject · 12 years ago
  14. 6d9dcbc Fix issue #7273573: Need API to find out if activity is destroyed by Dianne Hackborn · 12 years ago
  15. 5a4010c Create main activity intents as needed for TaskStackBuilder/Up nav by Adam Powell · 12 years ago
  16. 62bea2f Nested fragments. by Dianne Hackborn · 12 years ago
  17. 4120375 Remove Binder.getOrigCallingUid(). by Dianne Hackborn · 12 years ago
  18. f1c26e2 Fix issue #7016987: Unable to attach a picture in gmail/emaill composer action. by Dianne Hackborn · 12 years ago
  19. 98365d7 Refactor for multi-display support. by Jeff Brown · 12 years ago
  20. 4702a85 More view hierarchy, fragment debugging. by Dianne Hackborn · 12 years ago
  21. 0fc5b2b Fun with Up navigation by Adam Powell · 12 years ago
  22. 9275197 Add aapt support for generating proguard rules for onClick methods. by Dianne Hackborn · 12 years ago
  23. 5320eb8 Fix activity resolver, issues #6519130 and #6507239 by Dianne Hackborn · 12 years ago
  24. 3d193d9 Handle returning a result from automatic up navigation from another task. by Adam Powell · 12 years ago
  25. ef31e7c Fix for toggling menu item visibility outside of create/prepare menu by Adam Powell · 12 years ago
  26. 07304f529 Fix a bug in Activity Up navigation dispatching by Adam Powell · 12 years ago
  27. d0c66f6 Merge "Fix javadoc." into jb-dev by Pin Ting · 12 years ago
  28. f019595 Clarify documentation about when Activity#onCreateNavigateUpTaskStack by Adam Powell · 12 years ago
  29. 35c064b Fix documentation of Activity#navigateUpTo() to describe its actual behavior. by Adam Powell · 12 years ago
  30. f78a844 API modifications for TaskStackBuilder by Adam Powell · 12 years ago
  31. 897b1dd Use finishAffinity for automatic up navigation by Adam Powell · 12 years ago
  32. ecc5a9c Add new Activity.finishAffinity() method. by Dianne Hackborn · 12 years ago
  33. 14a9310 Fix javadoc. by Pin Ting · 12 years ago
  34. 8f05a12 am 0691f70a: am 13bb0791: Merge "docs: Added missing comma in code snippet. Bug: 6322757" into ics-mr1 by Quddus Chong · 12 years ago
  35. 0691f70 am 13bb0791: Merge "docs: Added missing comma in code snippet. Bug: 6322757" into ics-mr1 by Quddus Chong · 12 years ago
  36. 3fa98cb docs: Added missing comma in code snippet. Bug: 6322757 by Quddus Chong · 12 years ago
  37. aa0a453a DO NOT MERGE: Make component names visible in javadoc. by Jeff Sharkey · 12 years ago
  38. b990893 Merge "Make component names visible in javadoc." by Jeff Sharkey · 12 years ago
  39. 5554b70 Make component names visible in javadoc. by Jeff Sharkey · 12 years ago
  40. 162bc0e Some small tweaks to improve memory management. by Dianne Hackborn · 12 years ago
  41. 04d5811 Tweaks to Activity up navigation by Adam Powell · 12 years ago
  42. dd8fab2 TaskStackBuilder and Activity navigation features for framework by Adam Powell · 12 years ago
  43. 8078d8c Add new thumbnail animation. by Dianne Hackborn · 12 years ago
  44. 9ce685b Make immersive mode public & imply update locking by Christopher Tate · 12 years ago
  45. 7a2195c Start using the new activity options argument. by Dianne Hackborn · 12 years ago
  46. a4972e9 Add new "options" argument to all startActivity APIs. by Dianne Hackborn · 12 years ago
  47. 4faaed9 Merge "ActivityManager: add option to allow OpenGL trace." by Siva Velusamy · 12 years ago
  48. 92a8b22 ActivityManager: add option to allow OpenGL trace. by Siva Velusamy · 12 years ago
  49. f76a50c Fix obvious typos under frameworks/base/core by Ken Wakasa · 12 years ago
  50. 21c241e Add new Intent API for associating a ClipData with an Intent. by Dianne Hackborn · 12 years ago
  51. cac15eb Merge "docs: add developer guide cross-references, Project ACRE" by Joe Fernandez · 13 years ago
  52. b54e7a3 docs: add developer guide cross-references, Project ACRE by Joe Fernandez · 13 years ago
  53. 9ecebbf Add mechanism for Parcel to not allow FDs to be written to it. by Dianne Hackborn · 13 years ago
  54. 8ef6970 docs: adding warning to managedQuery() JavaDoc about cursor.close() by Joe Fernandez · 13 years ago
  55. a5445d3 Fix issue #5039287: Listen dies on back key on ICS but not on Gingerbread by Dianne Hackborn · 13 years ago
  56. 6c28597 Fix issues 5158104 and 4981556 (fragment problems) by Dianne Hackborn · 13 years ago
  57. 62f20ec Add new am option to profile the launching of an activity. by Dianne Hackborn · 13 years ago
  58. 271c2fe New extended Intent protcols for installing/uninstalling apps. by Dianne Hackborn · 13 years ago
  59. 269248d Fix bug 5098288 - Rethink the suite of new themes by Adam Powell · 13 years ago
  60. c68c913 Various work on out of memory managment. by Dianne Hackborn · 13 years ago
  61. 45c0b19 Fix bug 5079507 - ICS (phone) : ActionBar tabs don't correctly resize by Adam Powell · 13 years ago
  62. 88ab697 Fix bug 5087752 - Maintain correct contrast against action bars in by Adam Powell · 13 years ago
  63. d04ad54 Fix issue #5063010: Loaders don't seem to be properly... by Dianne Hackborn · 13 years ago
  64. 27e4266 Merge "resolved conflicts for merge of ed1a9c77 to master" by Dianne Hackborn · 13 years ago
  65. 7b1c0f6 resolved conflicts for merge of ed1a9c77 to master by Dianne Hackborn · 13 years ago
  66. afc4b28 Fix some problems with moving in and out of detached state. by Dianne Hackborn · 13 years ago
  67. 7e44283 Optimize StrictMode activity instance count check. by Jeff Brown · 13 years ago
  68. 29bf330 am e826feb6: am dddd6b15: am 185e3e24: Fix when managed cursors are required. by Dianne Hackborn · 13 years ago
  69. 185e3e2 Fix when managed cursors are required. by Dianne Hackborn · 13 years ago
  70. f8ac6b7 Action bar tab layout by Adam Powell · 13 years ago
  71. ac8dea1 DO NOT MERGE. Integrate from master: Rework display size access. by Dianne Hackborn · 13 years ago
  72. f9dd34f DO NOT MERGE: Integrate from main - Deprecate a bunch of APIs. by Dianne Hackborn · 13 years ago
  73. ba4990c am 71da3207: am 7d87c37b: am 6121f06e: Merge "Fix a bug where an action bar could be created when it should not be." into honeycomb-mr2 by Dianne Hackborn · 13 years ago
  74. a593d98 Fix a bug where an action bar could be created when it should not be. by Adam Powell · 13 years ago
  75. 9b4bee0 Introducing the split action bar. by Adam Powell · 13 years ago
  76. 44bc17c Rework display size access. by Dianne Hackborn · 13 years ago
  77. 9567a66 Deprecate a bunch of APIs. by Dianne Hackborn · 13 years ago
  78. 43a1765 Remove the deprecated things from Config.java. These haven't been working since before 1.0. by Joe Onorato · 13 years ago
  79. e3a7f62 Fix Fragment.onInflate() to actually work correctly. by Dianne Hackborn · 13 years ago
  80. 606ecf3 Merge "Fix issue #3495749: Crash on choosing to open the downloaded images" by Dianne Hackborn · 13 years ago
  81. ce418e6 Fix issue #3495749: Crash on choosing to open the downloaded images by Dianne Hackborn · 13 years ago
  82. 763cbb1 Fix a bug where the lazy-initialized ActionBar object was being too lazy. by Adam Powell · 13 years ago
  83. 33bbfd2 Add support for mouse hover and scroll wheel. by Jeff Brown · 13 years ago
  84. 5c40f3f Fix typo. by Daisuke Miyakawa · 13 years ago
  85. a1ea2c8 Merge "Fix bug 3345948 - ActionBar.show()/hide() shouldn't animate if called before first layout" by Adam Powell · 13 years ago
  86. 50efbed Fix bug 3345948 - ActionBar.show()/hide() shouldn't animate if called by Adam Powell · 13 years ago
  87. 121370d am 3c565377: am b508d6e2: Merge "docs: fix links to revised fundamentals documents" into honeycomb by Scott Main · 13 years ago
  88. 7aee61f docs: fix links to revised fundamentals documents by Scott Main · 13 years ago
  89. b2abd8c Mass merge from gingerbread - do not merge by The Android Open Source Project · 13 years ago
  90. f2a8b3c am 8691b724: am 10e4148b: Merge "Fix issue #3291173: Problem report for NewsRoom - RSS News Reader" into honeycomb by Dianne Hackborn · 14 years ago
  91. 8691b72 am 10e4148b: Merge "Fix issue #3291173: Problem report for NewsRoom - RSS News Reader" into honeycomb by Dianne Hackborn · 14 years ago
  92. 420829e Fix issue #3291173: Problem report for NewsRoom - RSS News Reader by Dianne Hackborn · 14 years ago
  93. 7ef536a resolved conflicts for merge of 52d3203e to honeycomb-merge by Jeff Hamilton · 14 years ago
  94. e3e6a15 am 8a0f1756: am 5503d803: Merge "Fix issue #3377999: Activities need to be stopped when sleeping" into honeycomb by Dianne Hackborn · 14 years ago
  95. 8a0f175 am 5503d803: Merge "Fix issue #3377999: Activities need to be stopped when sleeping" into honeycomb by Dianne Hackborn · 14 years ago
  96. 4eba96b Fix issue #3377999: Activities need to be stopped when sleeping by Dianne Hackborn · 14 years ago
  97. 9e9d886 am 7204528e: am 9358bd39: Merge "Fixes for StrictMode instance count checking." into honeycomb by Brad Fitzpatrick · 14 years ago
  98. 7204528 am 9358bd39: Merge "Fixes for StrictMode instance count checking." into honeycomb by Brad Fitzpatrick · 14 years ago
  99. 5f8b5c1 Fixes for StrictMode instance count checking. by Brad Fitzpatrick · 14 years ago
  100. e23cae2 am 1eaac21e: am 68c56a51: Merge "Documentation fix." into honeycomb by Romain Guy · 14 years ago