1. 7a629c2 Update API per council request by Craig Mautner · 10 years ago
  2. 9e18397 "Back" with translucent window now sets ActivityOptions. by George Mount · 10 years ago
  3. d7c0395 Hide the interaction part of VoiceInteractionService. by Dianne Hackborn · 10 years ago
  4. fcf7083 Renamed Activity.onVisibleBehindCancelled() to Activity.onVisibleBehindCanceled() by Jose Lima · 10 years ago
  5. 4902a89 Merge "Adjust toolbar/action bar title handling" into lmp-dev by Adam Powell · 10 years ago
  6. af2d859 Adjust toolbar/action bar title handling by Adam Powell · 10 years ago
  7. 1b012d3 Add sample profiling option to am. by Jeff Hao · 10 years ago
  8. 89ad456 Fix issue #16311398: Limit number of documents a process can open by Dianne Hackborn · 10 years ago
  9. 250bf41 Merge "Work on issue #17011123: Hit Back/Recents button when in Recents..." into lmp-dev by Dianne Hackborn · 10 years ago
  10. a557fdc Directly propagate Activity titles to action bars by Adam Powell · 10 years ago
  11. 6f4d61f Work on issue #17011123: Hit Back/Recents button when in Recents... by Dianne Hackborn · 10 years ago
  12. 8f4a21e Merge "Fix a bug propagating navigation button events from ToolbarActionBar" into lmp-dev by Adam Powell · 10 years ago
  13. 14e1afe Fix a bug propagating navigation button events from ToolbarActionBar by Adam Powell · 10 years ago
  14. 028ceeb Fix issue #14617210: Apps can gain access to any ContentProvider... by Dianne Hackborn · 10 years ago
  15. 1491485 Make TranslucentConversionListener a SystemApi by Jose Lima · 10 years ago
  16. 4b6c669 Renamed "media playing" APIs to "visible behind" by Jose Lima · 10 years ago
  17. 9a090e6 Merge "Fix incorrect Activity#startLockTask doc" into lmp-dev by Jason Monk · 10 years ago
  18. 8863b57 Fix incorrect Activity#startLockTask doc by Jason Monk · 10 years ago
  19. 8746a47 Create end of animation callback for Activity by Craig Mautner · 10 years ago
  20. 5438e4e Add missing documentation for createVirtualDisplay by Michael Wright · 10 years ago
  21. 5501165 Add API to set a default session in Activity by RoboErik · 10 years ago
  22. 8323145 Adds hidden startActivityForResultAsUser APIs by Alexandra Gherghina · 10 years ago
  23. b0a1117 Merge "Add Media Playing API" by Craig Mautner · 10 years ago
  24. ee2e45a Add Media Playing API by Craig Mautner · 10 years ago
  25. ff24328 Prevent exit transition when a new task was started. by George Mount · 10 years ago
  26. d61dc20 Add Activity.isTopOfTask() method by Craig Mautner · 10 years ago
  27. eb8abf7 Introduce onNewActivityOptions for return activity by Craig Mautner · 10 years ago
  28. 2eb983b Merge "Activity Transitions: change default behavior." by George Mount · 10 years ago
  29. abb63cb Activity Transitions: change default behavior. by George Mount · 10 years ago
  30. 5770f18 Merge "Activity Transitions: don't require transitionName." by George Mount · 10 years ago
  31. 1fecfb2 Activity Transitions: don't require transitionName. by George Mount · 10 years ago
  32. 371a809 Inflate fragments from layout into child FragmentManagers by Adam Powell · 10 years ago
  33. 62515be Add lock-to-app mode by Jason Monk · 10 years ago
  34. 3cc716c Don't make translucent window opaque during activity transition. by George Mount · 10 years ago
  35. 43e52ed Fix persistent tasks and expand scope by Craig Mautner · 10 years ago
  36. e089d06 Merge "Allow enter activity transitions to be delayed until data is ready." by George Mount · 10 years ago
  37. 8c2614c Allow enter activity transitions to be delayed until data is ready. by George Mount · 10 years ago
  38. 5517ea7 Make convertToTranslucent a public method in Activity by Jose Lima · 10 years ago
  39. 07a7454 Further implementation for ToolbarActionBar by Adam Powell · 10 years ago
  40. 3778014 Change parameter name for Activity#setActionBar by Adam Powell · 10 years ago
  41. 20d9474 More work on voice interaction visuals. by Dianne Hackborn · 10 years ago
  42. a8bd929 Use activity transitions when launched from fragments. by George Mount · 10 years ago
  43. fb05292 Revert "Hide voice interaction APIs." by Dianne Hackborn · 10 years ago
  44. 4ee3580 Merge "Change method name per API council request" by Craig Mautner · 10 years ago
  45. 8cab50a Fix for quick "back" in Activity Transitions. by George Mount · 10 years ago
  46. 800d72b Add to activity transition API as requested by consumers. by George Mount · 10 years ago
  47. 73f843d Change method name per API council request by Craig Mautner · 10 years ago
  48. 71dc28b Merge "Refactoring RecentsActivityValues into TaskDescription, and ensuring they are resolved when set. (Bug 14995928, 14832629)" by Winson Chung · 10 years ago
  49. a449dc0 Refactoring RecentsActivityValues into TaskDescription, and ensuring they are resolved when set. (Bug 14995928, 14832629) by Winson Chung · 10 years ago
  50. dcff995 Hide voice interaction APIs. by Dianne Hackborn · 10 years ago
  51. 62ab9b7 Support Activity Transitions when activity stopped. by George Mount · 10 years ago
  52. 233ceee Pass ActivityOptions back from finishing activity. by Craig Mautner · 10 years ago
  53. 77dd7ce Merge "Fixing crash in Activity.onApplyTheme()." by Winson Chung · 10 years ago
  54. 4d1a434 Fixing crash in Activity.onApplyTheme(). by Winson Chung · 10 years ago
  55. b7a6e19 Merge changes I5d21645b,I8928e357 by Winson Chung · 10 years ago
  56. aca9602 Fixing NPE in accessing theme attribute. by Winson Chung · 10 years ago
  57. d9ddf2e Merge "Introduce persistent forms of Activity lifecycle calls." by Craig Mautner · 10 years ago
  58. a002604 Introduce persistent forms of Activity lifecycle calls. by Craig Mautner · 10 years ago
  59. 6e05841 Merge "Removing the old tasks on launching recents task if they trigger a new task." by Winson Chung · 10 years ago
  60. 5393dff Removing the old tasks on launching recents task if they trigger a new task. by Winson Chung · 10 years ago
  61. 607562a Merge "Fix Docs breakage" by Jason Monk · 10 years ago
  62. 41a2e33 Fix Docs breakage by Jason Monk · 10 years ago
  63. 01d1d90 Merge "Make Lock Task API public." by Jason Monk · 10 years ago
  64. a57e5e0 Make Lock Task API public. by Jason Monk · 10 years ago
  65. 5f97930 am c41fa708: am a0516e7a: Merge "onWindowDismissed API cleanup" into klp-modular-dev by Adam Powell · 10 years ago
  66. c41fa70 am a0516e7a: Merge "onWindowDismissed API cleanup" into klp-modular-dev by Adam Powell · 10 years ago
  67. 117b695 onWindowDismissed API cleanup by Adam Powell · 10 years ago
  68. 03a9bae Refactoring activity method to update recents values. by Winson Chung · 10 years ago
  69. 18f0d35 Rework some of the voice interaction APIs. by Dianne Hackborn · 10 years ago
  70. 91097de Initial implementation of new voice interaction API. by Dianne Hackborn · 10 years ago
  71. 3b3f464 Piping through ability for an Activity to remove its own task. (Bug 13735914) by Winson Chung · 10 years ago
  72. 31a2172 Split Activity Transitions out of PhoneWindow. by George Mount · 10 years ago
  73. cb4b7d9 Implement "Back" for Activity Transitions. by George Mount · 10 years ago
  74. e43340c android.widget.Toolbar by Adam Powell · 10 years ago
  75. 529a43f Fix build due to bad javadoc link. by Craig Mautner · 10 years ago
  76. 688b510 Implement setActivityLabelAndIcon(). by Craig Mautner · 10 years ago
  77. 2fbd754 Add Activity methods for icons and labels. by Craig Mautner · 10 years ago
  78. aea74a5 Add Lock Task Mode. by Craig Mautner · 10 years ago
  79. fc558d5 Fix compiler warning in Activity.java. by John Spurlock · 10 years ago
  80. 568628d Manually merge commit '2faf28cf' into master by Will Haldean Brown · 10 years ago
  81. 11c5160 am bd79652a: Merge "Add swipe-to-dismiss support to PhoneWindow." into klp-modular-dev by Will Haldean Brown · 10 years ago
  82. ca6234e Add swipe-to-dismiss support to PhoneWindow. by Will Haldean Brown · 10 years ago
  83. e180337 Change Activity Scene Transitions to be more automatic redo. by George Mount · 10 years ago
  84. 206e30c Revert "Change Activity Scene Transitions to be more automatic." by George Mount · 10 years ago
  85. 121e25d Merge "Change Activity Scene Transitions to be more automatic." by George Mount · 10 years ago
  86. f10587f Change Activity Scene Transitions to be more automatic. by George Mount · 10 years ago
  87. 8a985d2 Tabs -> spaces in frameworks/base. by John Spurlock · 10 years ago
  88. 449e466 am 0047d3e0: am e253b514: am 29d60b95: am 8d41e653: Merge "Miscellaneous small documentation fixes." by Elliott Hughes · 10 years ago
  89. 0a778ed Cross-Activity Scene transition API. by George Mount · 11 years ago
  90. 9525f2a Miscellaneous small documentation fixes. by Mark Doliner · 11 years ago
  91. cfbe9be Add support for cross-activity scenes and transitions by Adam Powell · 11 years ago
  92. 2525d9c Deprecate Activity.setTitleColor() by Alan Viverette · 11 years ago
  93. 943345f am d35e94a3: am 6be8dde6: am 4846a93b: Merge "Only call dump when a ViewRoot actually exists" into klp-dev by Michael Wright · 11 years ago
  94. 5f48dc7 Only call dump when a ViewRoot actually exists by Michael Wright · 11 years ago
  95. b1eb620 am 83bf4404: am 3e3296e5: am 82f31701: Merge "Log view root, input and looper state in bug reports." into klp-dev by Jeff Brown · 11 years ago
  96. 5182c78 Log view root, input and looper state in bug reports. by Jeff Brown · 11 years ago
  97. 0fae349 am 353ec474: am 8029493f: am f012b777: Merge "Fix some doc issues." into klp-dev by Dianne Hackborn · 11 years ago
  98. ebc15ef Fix some doc issues. by Dianne Hackborn · 11 years ago
  99. ebcb9ec am 9501a452: am e850c973: Merge "Hide translucent activity conversion API" into klp-dev by Chet Haase · 11 years ago
  100. d9273d6 Add typedefs and nullness annotations. by Tor Norbye · 11 years ago