1. b640315 Updating task description when activity is visible. by Winson · 8 years ago
  2. 0f3431b Merge "Improve requestPermissions API docs and throw correct exception." into nyc-dev by Svetoslav Ganov · 8 years ago
  3. f66381c Improve requestPermissions API docs and throw correct exception. by Svet Ganov · 8 years ago
  4. 2d47683 Only set the task description if the colors are opaque. by Winson · 8 years ago
  5. 1af8eda Drawing thumbnail background color for empty space in view. by Winson Chung · 8 years ago
  6. 44ba79e Permit setRetainInstance(true) on nested fragments, framework edition by Adam Powell · 8 years ago
  7. 5b5bda4 Merge "Keyboard Shortcuts Helper: Use App name for default group" by Clara Bayarri · 8 years ago
  8. ada88b3 Keyboard Shortcuts Helper: Use App name for default group by Clara Bayarri · 8 years ago
  9. 7c79681 Added onMultiWindowChanged and onPictureInPictureChanged methods to Fragement class by Wale Ogunwale · 8 years ago
  10. 3b93a4d Renamed Activity class multi-window APIs by Wale Ogunwale · 8 years ago
  11. 634dc42 Throw when using deprecated file modes. by Jeff Sharkey · 8 years ago
  12. 344744b Exposing file:// beyond your app is bad, m'kay? by Jeff Sharkey · 8 years ago
  13. c7d6c32 Allow setActionBar() to take a null param by Chris Banes · 9 years ago
  14. 0af6fa7 Voice Interaction from within an Activity by Amith Yamasani · 9 years ago
  15. 75e0979 Request Keyboard Shortcuts for SysUI Dialog via Window by Clara Bayarri · 9 years ago
  16. 6b99325 Merge "Change access to action bar to control-<" by George Mount · 9 years ago
  17. 411c06f Only allow activities to move to full screen stack. by Filip Gruszczynski · 9 years ago
  18. cbe2835 Change access to action bar to control-< by George Mount · 9 years ago
  19. 21b2577 Fix ToolbarActionBar invalidating destroyed Activities by Chris Banes · 9 years ago
  20. b23a757 Bind DropPermissions life cycle to Activity by Vladislav Kaznacheev · 9 years ago
  21. 55bed95 Merge "Add a framework service tracking VR mode state." by Ruben Brunk · 9 years ago
  22. 69b495b Merge "Alt-up moves focus to the toolbar in action bar mode." by George Mount · 9 years ago
  23. 5beb2617 Alt-up moves focus to the toolbar in action bar mode. by George Mount · 9 years ago
  24. dd18a0b Add a framework service tracking VR mode state. by Ruben Brunk · 9 years ago
  25. 3d02671 Only add noDisplay activities to freeform source tasks. by Filip Gruszczynski · 9 years ago
  26. 9c604c7 API for an Activity to enter picture-in-picture mode. by Wale Ogunwale · 9 years ago
  27. eb6722c Fixed bug with caption not showing for some apps that handle config changes by Wale Ogunwale · 9 years ago
  28. 5f98609 APIs for activity to know when its windowing/pip modes change by Wale Ogunwale · 9 years ago
  29. 6325065 API for overlaying app content over decor caption in freeform windows. by Filip Gruszczynski · 9 years ago
  30. 3797c22 Added StackId object for checking what features a stack supports by Wale Ogunwale · 9 years ago
  31. af9d635 Merge "Don\'t allow concurrent permission requests." into mnc-dr-dev am: e199016a82 am: aebff7f1ad am: 2a95159d2c by Svetoslav Ganov · 9 years ago
  32. ffb32b1 Don't allow concurrent permission requests. by Svetoslav · 9 years ago
  33. c29ecc8 Don't remove task from recents if closed by caption button. by Filip Gruszczynski · 9 years ago
  34. 0daf210 Fix leaking the first activity while preserving windows. by Filip Gruszczynski · 9 years ago
  35. a59ac9c Preserve window during resize triggered relaunches. by Filip Gruszczynski · 9 years ago
  36. 8e89b31 Move window moving and resizing handling to WindowManager by Chong Zhang · 9 years ago
  37. d7ad54e Update requestPermission docs about requesting a held permission - framework by Svet Ganov · 9 years ago
  38. 4aef7c8 Deprecate FEATURE_PROGRESS and related methods by Alan Viverette · 9 years ago
  39. f36bb0c Bring an activity to the front upon click & drag by Skuhne · 9 years ago
  40. ce2faa5 Adding API to access / change the task bounds by Skuhne · 9 years ago
  41. 9bad741 Adding missing WindowStackCallback to Window by Stefan Kuhne · 9 years ago
  42. 6e02fa0 Merge changes I4fc1b47e,Icc6d6b25,I8c6bb864 by Wale Ogunwale · 9 years ago
  43. a1a9644 am 74423ccf: am aacc7978: am 41dfffb3: am db6a6a21: am 6b0f1e78: Merge "Fix issue #22843150: fragment transaction crash from onRequestPermisssionResult" into mnc-dev by Dianne Hackborn · 9 years ago
  44. 868a5e1 Support for an activity to change and/or query it's associated stack by Wale Ogunwale · 9 years ago
  45. ba7881c Support finishing a task with any finishing activity in the task. by Wale Ogunwale · 9 years ago
  46. 6bdd3a1 Fix issue #22843150: fragment transaction crash from onRequestPermisssionResult by Dianne Hackborn · 9 years ago
  47. a371084 resolved conflicts for merge of d4b8064e to master by Ian Pedowitz · 9 years ago
  48. fb81d09 Fix issue #22860466: viapi security bug - rubber stamping in nested VIs by Dianne Hackborn · 9 years ago
  49. 6105a30 am 0091e2c0: am 639fd0e9: am 025a5dc6: am 108f5493: am 3551a59b: Merge "Work on issue #21516866: Implement voice interaction in ResolverActivity" into mnc-dev by Dianne Hackborn · 9 years ago
  50. 57dd737 Work on issue #21516866: Implement voice interaction in ResolverActivity by Dianne Hackborn · 9 years ago
  51. 788fc2b Annotate Intent and ContentResolver params with @RequiresPermission by Tor Norbye · 9 years ago
  52. 78ead58 Merge "Fix issue #22531747: Assist info should declare if user has disabled..." into mnc-dev by Dianne Hackborn · 9 years ago
  53. 17f6935 Fix issue #22531747: Assist info should declare if user has disabled... by Dianne Hackborn · 9 years ago
  54. 6f561a2 Merge "Improve documentation of onRequestPermissionsResult" into mnc-dev by Svet Ganov · 9 years ago
  55. 0f45c7c Improve documentation of onRequestPermissionsResult by Svet Ganov · 9 years ago
  56. a7cfbe0 Work on issue #22516282: ChooserTarget URI grants not forwarded by Dianne Hackborn · 9 years ago
  57. a04b7ad Let the ActionBar handle keyboard shortcuts. by Abodunrinwa Toki · 9 years ago
  58. 255aece Improve request permission docs by Svet Ganov · 9 years ago
  59. 6a166af Installer is a part of the system with unrevocable permissions by Svet Ganov · 9 years ago
  60. 601bb99 Fix leak for MenuInflater + setActionBar by Chris Banes · 9 years ago
  61. a1e60f1 Merge "Use who when requesting permissions" into mnc-dev by Svetoslav · 9 years ago
  62. 970b59c Use who when requesting permissions by Svetoslav · 9 years ago
  63. a3acdb3 Fix issue #21621920: VI: need mechanism to get current request by Dianne Hackborn · 9 years ago
  64. b0a5e78 Merge "More API changes." into mnc-dev by Dianne Hackborn · 9 years ago
  65. 9ce9a15 Add annotations to a new API by Svetoslav · 9 years ago
  66. 69c6adc More API changes. by Dianne Hackborn · 9 years ago
  67. aa048b6 Fix java doc by Svetoslav · 9 years ago
  68. 20770dd Add API to hint whether to show on-board UI before a permission request. by Svetoslav · 9 years ago
  69. 3dec0d4 Merge "Disable input during Activity Transition." into mnc-dev by George Mount · 9 years ago
  70. 41725de Disable input during Activity Transition. by George Mount · 9 years ago
  71. 6711f3b Move PhoneWindow and friends back into internal package by Adam Powell · 9 years ago
  72. 3266f60 Merge "Call Activity#onAttachFragment()" into mnc-dev by Todd Kennedy · 9 years ago
  73. 434bd65 Call Activity#onAttachFragment() by Todd Kennedy · 9 years ago
  74. 6b379c8 am 9c14b3ab: am c7e9a17a: am 10a54a79: Merge "Remove dependency upon FragmentActivity" into mnc-dev by Todd Kennedy · 9 years ago
  75. a5fc6f0 Remove dependency upon FragmentActivity by Todd Kennedy · 9 years ago
  76. 83c6896 Annotate some APIs with threading annotations by Tor Norbye · 9 years ago
  77. c21ae9e Add API for putting up locktask pinning toast. by Craig Mautner · 9 years ago
  78. 15df08a Introduce android:lockTaskMode by Craig Mautner · 9 years ago
  79. 6a975b3 Save search context when dispatching onSearchRequested. by Tim Kilbourn · 9 years ago
  80. d5bf3ed Show and trigger activities that implement Text Processing actions by Clara Bayarri · 9 years ago
  81. c6d1c34 Runtime permissions: per user permission tracking. by Svetoslav · 9 years ago
  82. 484bc6e Merge "More work on collecting assist data." by Dianne Hackborn · 9 years ago
  83. 4423d91 Add a type parameter to startActionMode() calls. by Clara Bayarri · 9 years ago
  84. a83ce1d More work on collecting assist data. by Dianne Hackborn · 9 years ago
  85. c615c6f Annotate methods to be called from overrides with @CallSuper by Tor Norbye · 9 years ago
  86. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  87. 7b9c912 Add @ResourceInt annotations on APIs by Tor Norbye · 11 years ago
  88. c051955 Mark findViewById(int) @Nullable by Scott Kennedy · 9 years ago
  89. b10e33f Split up android.policy into framework.jar and services.jar 1/3 by Jorim Jaggi · 9 years ago
  90. a7bb6fb First quick implementation of auto assist data. by Dianne Hackborn · 9 years ago
  91. 43181fb am 4a40f7cc: Merge "Fix crash caused by disabling the Options panel on TVs" into lmp-mr1-dev automerge: 1f81973 by Jose Lima · 10 years ago
  92. bd769a1 Fix crash caused by disabling the Options panel on TVs by Jose Lima · 10 years ago
  93. 783f286 Merge "Support activities in the same process having different resources." by Wale Ogunwale · 10 years ago
  94. ceba619 am 445768bd: am 3fd8a433: Merge "Allow disabling the Options Pannel feature for TVs" into lmp-mr1-dev by Jose Lima · 10 years ago
  95. 60454db Support activities in the same process having different resources. by Wale Ogunwale · 10 years ago
  96. 7a22fc6 Allow disabling the Options Pannel feature for TVs by Jose Lima · 10 years ago
  97. 4e106ce Bring back voice interaction APIs. by Dianne Hackborn · 10 years ago
  98. 23a6d88 am 1e59b338: am 08314642: am 90312d80: am 22878790: am 93f94c2c: resolved conflicts for merge of e8f6bd48 to lmp-dev by Ricardo Cervera · 10 years ago
  99. 90312d8 am 22878790: am 93f94c2c: resolved conflicts for merge of e8f6bd48 to lmp-dev by Ricardo Cervera · 10 years ago
  100. 2287879 am 93f94c2c: resolved conflicts for merge of e8f6bd48 to lmp-dev by Ricardo Cervera · 10 years ago