1. 725fcbf Fix some Javadoc typos. by Mike Lockwood · 15 years ago
  2. c9f4eaf Dock changes:Docking station intents by Dan Murphy · 15 years ago
  3. bad80e0 Add Activity Intent.ACTION_REQUEST_SHUTDOWN for requesting a system shutdown. by Mike Lockwood · 15 years ago
  4. cdc0d94 am 2bad713f: Merge change 8860 into donut by Android (Google) Code Review · 15 years ago
  5. ed06578 Fix bug 2017664 by Jean-Michel Trivi · 15 years ago
  6. 02f5228 resolved conflicts for merge of f0d83fd9 to master by Dianne Hackborn · 15 years ago
  7. 7f20543 Updates from API review. by Dianne Hackborn · 15 years ago
  8. 078bc31 am 43f8d2e5: Merge change 8106 into donut by Android (Google) Code Review · 15 years ago
  9. 3e39175 Add note to Intent.fillIn javadoc to describe component copying behavior. by Brett Chabot · 15 years ago
  10. bd3e0ce resolved conflicts for merge of 3e522c45 to master by Charles Chen · 15 years ago
  11. 49a6015 Adding public intents for TTS to enable checking for TTS data, by Charles Chen · 15 years ago
  12. 6a29426 Merge commit 'goog/readonly-korg-master' into merge_korg_master by Jean-Baptiste Queru · 15 years ago
  13. 602bee5 am cf29e116: Merge change 6867 into donut by Android (Google) Code Review · 15 years ago
  14. 4554f30 CLOSE_SYSTEM_DIALOGS can't be protected. by Dianne Hackborn · 15 years ago
  15. 54a26bc resolved conflicts for merge of 889c2d37 to master by Dianne Hackborn · 15 years ago
  16. 8ecb36e Fixed Android issue #400, where the Intent documentation was inaccurate in a number of places, undoubtedly causing untold grief to innumerable masses. by Yusuf T. Mobile · 15 years ago
  17. 854060af Fix bug #1873249i: Apps can DoS/brick device by Dianne Hackborn · 15 years ago
  18. 5d16cd0 am d7cd29da: Add facility to run setup wizard after an update. by Dianne Hackborn · 15 years ago
  19. 8ec5b83 Merge commit '1dac277f' into manualmerge by Dianne Hackborn · 15 years ago
  20. d7cd29d Add facility to run setup wizard after an update. by Dianne Hackborn · 15 years ago
  21. 1dac277 Implement issue #1943927 (need notification in status bar when adb is active) by Dianne Hackborn · 15 years ago
  22. 69866ce resolved conflicts for merge of 5158cc55 to master by Charles Chen · 15 years ago
  23. 0477954 Adding TTS_QUEUE_PROCESSING_COMPLETED action to the list of Intents by Charles Chen · 15 years ago
  24. c137135 am 3d74bb4a: Add "why?" button to low battery dialog. by Dianne Hackborn · 15 years ago
  25. 3d74bb4 Add "why?" button to low battery dialog. by Dianne Hackborn · 15 years ago
  26. 1e3fc65 am 649f99e8: Add Intent.ACTION_SEND_MULTIPLE by Wu-cheng Li · 15 years ago
  27. 649f99e Add Intent.ACTION_SEND_MULTIPLE by Wu-cheng Li · 15 years ago
  28. abb01db am c14b9ccd: Extend Intent/Uri conversion for use by Browser by Dianne Hackborn · 15 years ago
  29. c14b9cc Extend Intent/Uri conversion for use by Browser by Dianne Hackborn · 15 years ago
  30. 31708d4 resolved conflicts for merge of 3571ff40 to master by Romain Guy · 15 years ago
  31. 4969af7 Fixes #1107690. Updates javadoc for Intent.java, android:value -> android:name. by Romain Guy · 15 years ago
  32. a64b8607 am aa642c0c: Merge changes 1591,1596 into donut by Android (Google) Code Review · 15 years ago
  33. 97ecc9c define Intent.ACTION_REMOTE_INTENT, which replaces the old GTalk data messaging intent "android.intent.action.GTALK_DATA_MESSAGE_RECEIVED". by Wei Huang · 15 years ago
  34. 86b6c53 Add Intent.ACTION_APP_ERROR by Jacek Surazski · 15 years ago
  35. 7a6287a am 3b30d80: Merge change 1377 into donut by Android (Google) Code Review · 15 years ago
  36. c53fc4e Fix typo in javadoc by Marco Nelissen · 15 years ago
  37. 3531fdb merge 55280a9 by The Android Open Source Project · 15 years ago
  38. 55280a9 Improve shutdown process to send broadcast for applications. by Dianne Hackborn · 15 years ago
  39. 137b0c9 am 0b8ffd1: Merge change 460 into donut by Android (Google) Code Review · 15 years ago
  40. 1d442e0 More optimization of dumpsys output. by Dianne Hackborn · 15 years ago
  41. 5e8c31a Merge commit 'korg/cupcake' by The Android Open Source Project · 15 years ago
  42. 81ddb79 Merge branch 'readonly-p4-master' by Dianne Hackborn · 15 years ago
  43. b3cddae AI 146011: am: CL 145859 am: CL 145561 Fix issue #1710534 (documentation doesn't mention that activity resolver (and others) handle MIME types as case-sensitive). by Dianne Hackborn · 15 years ago
  44. 75534fb Merge branch 'readonly-p4-master' by Dianne Hackborn · 15 years ago
  45. 935ae46 AI 145994: Integrate #145778 from Donut. by Dianne Hackborn · 15 years ago
  46. 1710799 Merge branch 'readonly-p4-donut' into donut by Dianne Hackborn · 15 years ago
  47. 06f36b4 AI 145859: am: CL 145561 Fix issue #1710534 (documentation doesn't mention that activity resolver (and others) handle MIME types as case-sensitive). by Dianne Hackborn · 15 years ago
  48. 5f05afe Merge branch 'readonly-p4-donut' into donut by Andy Stadler · 15 years ago
  49. f8a7cea AI 145778: Manual merge changes 145382-145384 from cupcake. by Andy Stadler · 15 years ago
  50. 1c004f0 AI 145561: Fix issue #1710534 (documentation doesn't mention that activity resolver (and others) handle MIME types as case-sensitive). by Dianne Hackborn · 15 years ago
  51. 06ba554 Integrate new power connnect/disconnect broadcasts by Christopher Tate · 15 years ago
  52. 48276ab AI 145383: API review: clean up a bunch of @hides that have been pending API review. by Dianne Hackborn · 15 years ago
  53. a2debb3 AI 143278: Merge 142826: Add tutorial to platform. The tutorial can be launched with the new Intent ACTION_SYSTEM_TUTORIAL and by Ed Heyl · 15 years ago
  54. e186113 Merge commit 'korg/cupcake' by The Android Open Source Project · 15 years ago
  55. 303736d Automated import from //branches/donutburger/...@142826,142826 by Jim Miller · 15 years ago
  56. 7e4ad35 Automated import from //branches/cupcake/...@142825,142825 by Jim Miller · 15 years ago
  57. f63220f Automated import from //branches/donutburger/...@140828,140828 by Dianne Hackborn · 15 years ago
  58. 04750b6 Automated import from //branches/master/...@140830,140830 by Dianne Hackborn · 15 years ago
  59. c2ad241 auto import from //branches/cupcake_rel/...@141571 by The Android Open Source Project · 15 years ago
  60. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  61. 2a73de7 Merge commit 'remotes/korg/cupcake' into merge by Jean-Baptiste Queru · 15 years ago
  62. ba87e3e auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 15 years ago
  63. c39a6e0 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 16 years ago
  64. b2a3dd8 auto import from //branches/cupcake/...@137197 by The Android Open Source Project · 16 years ago
  65. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  66. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  67. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 16 years ago
  68. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 16 years ago
  69. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  70. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  71. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  72. 94cbba0 Merge branch 'cupcake' by The Android Open Source Project · 16 years ago
  73. f1e484a auto import from //branches/cupcake/...@127436 by The Android Open Source Project · 16 years ago
  74. e1dc1d6 Merge commit 'remotes/korg/cupcake' by Jean-Baptiste Queru · 16 years ago
  75. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  76. 1ef4564 Change values of ACTION_POWER constants to better match established practice. by Jean-Baptiste Queru · 16 years ago
  77. fda6fae Added broadcasts for external power events. by Cliff Spradlin · 16 years ago
  78. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago