1. bf1ecd1 Add startActivityAsUser to SystemApi by Remi NGUYEN VAN · 6 years ago
  2. 55418ea Limit access to suspected false positives. by Mathew Inwood · 6 years ago
  3. 15b123e DO NOT MERGE - Merge pie-platform-release (PPRL.181205.001) into master by Xin Li · 6 years ago
  4. c2a8de5 Remove non-SDK API toast by David Brazdil · 6 years ago
  5. 45d2c25 Move some members to the "Q blacklist". by Mathew Inwood · 6 years ago
  6. 4226033 Improved AutofillManager and Activity dump() methods: by Felipe Leme · 6 years ago
  7. 4fb17d1 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  8. 5f8e42f Merge "Adde back check to make sure Activity.recreate() is called on main thread." into pi-dev by TreeHugger Robot · 6 years ago
  9. 0527d91 Adde back check to make sure Activity.recreate() is called on main thread. by Wale Ogunwale · 6 years ago
  10. d247de8 Don't call setAutofillClient() on base Context if it's null. by Felipe Leme · 6 years ago
  11. 320e3b5 Schedule local activity relaunch by Andrii Kulian · 6 years ago
  12. e55b009 Don't require post-execution state for onActivityResult by Andrii Kulian · 6 years ago
  13. 9a2d959 Merge "docs: fixed a couple of typos" into oc-mr1-dev am: 651ffd426c by Joshua Baxter · 6 years ago
  14. 9a841a6 docs: fixed a couple of typos by Joshua Baxter · 6 years ago
  15. fdffe0a docs: fixing typo, bug 36909553 am: 4dddc63ee7 by kopriva · 6 years ago
  16. 4dddc63 docs: fixing typo, bug 36909553 by kopriva · 6 years ago
  17. ee83dd2 Merge "Don't throw exception for duplicate resume" into pi-dev by Andrii Kulian · 6 years ago
  18. dfbf971 Don't throw exception for duplicate resume by Andrii Kulian · 6 years ago
  19. 476edc8 Update documentation for Activity#onCreate. by Bryce Lee · 6 years ago
  20. bebfcc4 Refactor AssetManager by Adam Lesinski · 7 years ago
  21. ac5cecd Explicitly do not support SEARCH_SERVICE on UI_MODE_TYPE_WATCH by Erik Wolsheimer · 7 years ago
  22. 6dcc9de Merge "New APIs to let app developers manage autofill semantics when reusing views." by TreeHugger Robot · 6 years ago
  23. 09571f8 Merge "autofill: pass keyevent from fillui to app" by Dake Gu · 6 years ago
  24. 9a33438 Merge "Improve AM lifecycle event logs" by Andrii Kulian · 6 years ago
  25. 42b9793 New APIs to let app developers manage autofill semantics when reusing views. by Felipe Leme · 6 years ago
  26. 5527a50 Fixed issue with relaunching activity in the stopped state by Wale Ogunwale · 6 years ago
  27. d25680c Improve AM lifecycle event logs by Andrii Kulian · 6 years ago
  28. 6a20a19 autofill: pass keyevent from fillui to app by Dake Gu · 7 years ago
  29. 47b37aa Minor autofill changes to support compat mode CTS tests. by Svet Ganov · 7 years ago
  30. 5b32ebe Improved Autofill logging. by Felipe Leme · 7 years ago
  31. 66f75f9 Merge "Update hidden API toast message" am: 10034d94cf am: 42ab3eeb4c by David Brazdil · 7 years ago
  32. 0a6ca96 Merge "Update hidden API toast message" am: 10034d94cf am: 42ab3eeb4c by David Brazdil · 7 years ago
  33. 5234d55 Update hidden API toast message by David Brazdil · 7 years ago
  34. 4357d11 Remove Activity#setDisablePreviewScreenshots from system API by Wale Ogunwale · 7 years ago
  35. 578b3bd Deprecated onCreateThumbnail by Wale Ogunwale · 7 years ago
  36. 56c82be Revert "Make idiomatic use of ApkAssets and AssetManager" by Adam Lesinski · 7 years ago
  37. 6330854 Make idiomatic use of ApkAssets and AssetManager by Adam Lesinski · 7 years ago
  38. 1bb9f29 Merge "Autofill compatibility mode." by TreeHugger Robot · 7 years ago
  39. 24c9045 Autofill compatibility mode. by Svetoslav Ganov · 7 years ago
  40. ad357d1 Pass in the user defined by Context. by Jeff Sharkey · 7 years ago
  41. 0c8a724 Merge "Switch order of onSaveInstanceState and onStop" by TreeHugger Robot · 7 years ago
  42. 059054f Merge "Show hidden API warning once per process" am: 880839d2d1 am: 169a159207 by David Brazdil · 7 years ago
  43. 5379c4f Merge "Show hidden API warning once per process" am: 880839d2d1 am: 169a159207 by David Brazdil · 7 years ago
  44. d960cc4 Show hidden API warning once per process by David Brazdil · 7 years ago
  45. 391161f Switch order of onSaveInstanceState and onStop by Andrii Kulian · 7 years ago
  46. 1b24054 Merge "Fixed Activity.dump() to lazy load AutofillManager if needed." by TreeHugger Robot · 7 years ago
  47. 9d16dff Fixed Activity.dump() to lazy load AutofillManager if needed. by Felipe Leme · 7 years ago
  48. 76f0ccb Revert "Security model for moving sharesheet to systemui" by Alison Cichowlas · 7 years ago
  49. eeed184 Merge "Control hidden API toast with a system property" am: 13020490be am: a9b3f91828 by David Brazdil · 7 years ago
  50. 1e1c4fc Merge "Control hidden API toast with a system property" am: 13020490be by David Brazdil · 7 years ago
  51. 795cbfb Control hidden API toast with a system property by David Brazdil · 7 years ago
  52. 41234f6 Merge "Add feature check before entering PIP." by Winson Chung · 7 years ago
  53. f416008 Merge "Show a warning toast/dialog when an app uses hidden APIs" am: fbef950d95 am: d750a7c68c by David Brazdil · 7 years ago
  54. 61c4d63 Merge "Show a warning toast/dialog when an app uses hidden APIs" am: fbef950d95 by David Brazdil · 7 years ago
  55. 80fa2d8 Add feature check before entering PIP. by Winson Chung · 7 years ago
  56. 0edd645 Merge "Revert "Make idiomatic use of ApkAssets and AssetManager"" by Artem Iglikov · 7 years ago
  57. 16b3dff Revert "Make idiomatic use of ApkAssets and AssetManager" by Artem Iglikov · 7 years ago
  58. 1ccf725 Merge changes from topic "assetmanager-refactor" by TreeHugger Robot · 7 years ago
  59. e70b57a Make idiomatic use of ApkAssets and AssetManager by Adam Lesinski · 7 years ago
  60. 927d6de Show a warning toast/dialog when an app uses hidden APIs by David Brazdil · 7 years ago
  61. fa0bfce Merge "Add requireViewById" by TreeHugger Robot · 7 years ago
  62. e149212 Merge "DO NOT MERGE - fix AFM.getComponentNameFromContext()" into oc-mr1-dev by Felipe Leme · 7 years ago
  63. 6faa9e5 Add requireViewById by Chris Craik · 7 years ago
  64. 88f3d4d Security model for moving sharesheet to systemui by Geoffrey Pitsch · 7 years ago
  65. 68d10d0 Revert "Make idiomatic use of ApkAssets and AssetManager" by Adam Lesinski · 7 years ago
  66. 1f62f7c Merge changes from topic "assetmanager-refactor" by Adam Lesinski · 7 years ago
  67. b25b473 DO NOT MERGE - fix AFM.getComponentNameFromContext() by Felipe Leme · 7 years ago
  68. c857766 Make idiomatic use of ApkAssets and AssetManager by Adam Lesinski · 7 years ago
  69. 1f2acb9 Merge "Add ability to register remote animation definitions per activity" by Jorim Jaggi · 7 years ago
  70. d4356fd Merge "autofill: support dpad/keyboard" by Dake Gu · 7 years ago
  71. 67decfa autofill: support dpad/keyboard by Dake Gu · 7 years ago
  72. f84e2f6 Add ability to register remote animation definitions per activity by Jorim Jaggi · 7 years ago
  73. c6f9c85 Deprecate android.software.vr.mode by Craig Donner · 7 years ago
  74. 88e05cb Add transaction executor by Andrii Kulian · 7 years ago
  75. 719c227 Merge "Fix typo" am: 913f396c11 am: 8c7c6e3952 am: 9296c2c8c1 by Ahmad Melegy · 7 years ago
  76. 9296c2c Merge "Fix typo" am: 913f396c11 am: 8c7c6e3952 by Ahmad Melegy · 7 years ago
  77. 8c7c6e3 Merge "Fix typo" am: 913f396c11 by Ahmad Melegy · 7 years ago
  78. e2bfbf1 Fix typo by Ahmad Melegy · 7 years ago
  79. a4ceea0 DO NOT MERGE Remove orientation restriction to only fullscreen activities. by Bryce Lee · 7 years ago
  80. 0a1feb8 Deprecate framework Fragments and Loaders by Ian Lake · 7 years ago
  81. e83f34cd Remove orientation restriction to only fullscreen activities. by Bryce Lee · 7 years ago
  82. a89b183 DO NOT MERGE Remove orientation restriction to only fullscreen activities. by Bryce Lee · 7 years ago
  83. 11e7d7d Merge "AM: make LockTask truly multi-task-aware." by Charles He · 7 years ago
  84. ff9b4dff AM: make LockTask truly multi-task-aware. by Charles He · 7 years ago
  85. 17292d1 New Autofill API: FillResponse.disableAutofill(duration) by Felipe Leme · 7 years ago
  86. 686128e Minor logging improvements on Autofill. by Felipe Leme · 7 years ago
  87. 2fe3ade New Autofill API: SaveInfo.setTriggerId() by Felipe Leme · 7 years ago
  88. 056dd6a Merge "docs: Tiny usage fix ("e-mail" -> "email")" into oc-mr1-dev am: c4a0b34248 by Andrew Solovay · 7 years ago
  89. ab8ea9f docs: Tiny usage fix ("e-mail" -> "email") by Andrew Solovay · 7 years ago
  90. e541b65 Merge "Sets AutofillClient on attachBaseContext()" into oc-mr1-dev am: 6d17d9d0cf by Felipe Leme · 7 years ago
  91. bb567ae Sets AutofillClient on attachBaseContext() by Felipe Leme · 7 years ago
  92. f3ee0b4 Merge "Hides the Save UI while handling a pending intent from CustomDescription." into oc-mr1-dev am: 55309e79cf by Felipe Leme · 7 years ago
  93. c24a56a Hides the Save UI while handling a pending intent from CustomDescription. by Felipe Leme · 7 years ago
  94. 107cac6 Merge "Add API to disallow entering PiP when launching a new activity" into oc-mr1-dev am: 3ea1e3d57d by Winson Chung · 7 years ago
  95. f7e03e1 Add API to disallow entering PiP when launching a new activity by Winson Chung · 7 years ago
  96. 3382ab1 Migrated some windowing methods from StackId to WindowConfiguration by Wale Ogunwale · 7 years ago
  97. 298f95b Move PiP state check exception to the client side by Winson Chung · 7 years ago
  98. 56af51d Merge "Log reportFullyDrawn into TRON" into oc-mr1-dev by TreeHugger Robot · 7 years ago
  99. 4d27b84 Log reportFullyDrawn into TRON by Jorim Jaggi · 7 years ago
  100. 10d1760 Merge "Revert "Dismiss Autofill Save UI when a new Activity is launched."" into oc-mr1-dev by TreeHugger Robot · 7 years ago