1. edd78b6 Merge "Revert "Revert "Bump Activity and Fragment to alpha06""" into androidx-master-dev by Ian Lake · 6 years ago
  2. e795d3e Revert "Revert "Bump Activity and Fragment to alpha06"" by Ian Lake · 6 years ago
  3. 573e281 Merge "Dispatch the activityResult for the lifecyle ON_START event" into androidx-master-dev by Treehugger Robot · 6 years ago
  4. f0bd4d0 Dispatch the activityResult for the lifecyle ON_START event by Jeremy Woods · 6 years ago
  5. 7e766de Merge "Revert "Bump Activity and Fragment to alpha06"" into androidx-master-dev by Treehugger Robot · 6 years ago
  6. f71f885 Revert "Bump Activity and Fragment to alpha06" by Ian Lake · 6 years ago
  7. c9407e2 Merge "Actually remove any pending result when calling unregister" into androidx-master-dev by Treehugger Robot · 6 years ago
  8. fd1df66 Actually remove any pending result when calling unregister by Jeremy Woods · 6 years ago
  9. 42ba9c4 Merge "Bump Activity and Fragment to alpha06" into androidx-master-dev by Treehugger Robot · 6 years ago
  10. bf164d8 Merge changes from topic "metalavaupdate" into androidx-master-dev by Aurimas Liutikas · 6 years ago
  11. 40eb5e3 Bump Activity and Fragment to alpha06 by Ian Lake · 6 years ago
  12. a683bd9 Reenable BuilderSetStyle and BuilderSetStyle checks by Aurimas Liutikas · 6 years ago
  13. 7678fc7 Merge "Keep the ordering of ClipData in the resulting list" into androidx-master-dev by Treehugger Robot · 6 years ago
  14. 13352b5 Keep the ordering of ClipData in the resulting list by Ian Lake · 6 years ago
  15. 99b058f Add RetentionPolicy to IntentSenderRequest Flag @IntDef by Jeremy Woods · 6 years ago
  16. 3a03565 Merge "Add IntDef for Activity flags to IntentSenderRequest" into androidx-master-dev by Treehugger Robot · 6 years ago
  17. 8b5ec85 Merge "Take values first in setFlags" into androidx-master-dev by Treehugger Robot · 6 years ago
  18. 3bfd381 Add IntDef for Activity flags to IntentSenderRequest by Jeremy Woods · 6 years ago
  19. 9f4dce1 Take values first in setFlags by Jeremy Woods · 6 years ago
  20. a88d4ee Use launch in ActivityResultLauncher -ktx by Jeremy Woods · 6 years ago
  21. 01a8a4b Move ActivityResult APIs to the result package by Jeremy Woods · 6 years ago
  22. 03594ce Merge "Start request codes in the upper 16 bits" into androidx-master-dev by Treehugger Robot · 6 years ago
  23. 80936ce Start request codes in the upper 16 bits by Jeremy Woods · 6 years ago
  24. 39c4624 Get the IntentSenderRequest from the intent by Jeremy Woods · 6 years ago
  25. 597d256 Combine IntentSenderRequest.Builder flags by Jeremy Woods · 6 years ago
  26. 127a607 Rewrite old ActivityResult methods in Fragment by Jeremy Woods · 6 years ago
  27. cec8acb Merge "Change TakePicture to return a boolean result" into androidx-master-dev by Treehugger Robot · 6 years ago
  28. 5277ad9 Change TakePicture to return a boolean result by Ian Lake · 6 years ago
  29. 8270f9b Validate pre-super.onCreate behavior of store lookup by Jake Wharton · 6 years ago
  30. 55e9891 Merge "Updates API files & baselines to work with Metalava from build 6435647" into androidx-master-dev by Louis Pullen-Freilich · 6 years ago
  31. 8dba38c Adjust the TakePicture() docs by Jeremy Woods · 6 years ago
  32. 10b53cd Updates API files & baselines to work with Metalava from build 6435647 by Louis Pullen-Freilich · 6 years ago
  33. e7c0e1b ComponentActivity and Fragment set ViewTreeSavedStateRegistryOwner by Andrey Kulikov · 6 years ago
  34. 7b482c4c Integrate ViewTreeViewModelStoreOwner into Activity+Fragment by Ian Lake · 6 years ago
  35. 662adba Bump Activity, Fragment, Lifecycle, Navigation versions by Ian Lake · 6 years ago
  36. 4aca6d7 Update activity api_lint.ignore by Jeremy Woods · 6 years ago
  37. e26b678 Merge "Deprecate startActivityForResult methods in ComponentActivity" into androidx-master-dev by Treehugger Robot · 6 years ago
  38. 0b492236 Merge "Only generate versioned resource API file when asked to" into androidx-master-dev by Alan Viverette · 6 years ago
  39. 2567e108 Deprecate startActivityForResult methods in ComponentActivity by Jeremy Woods · 6 years ago
  40. 2a8415d Only generate versioned resource API file when asked to by Alan Viverette · 6 years ago
  41. 4c33a1a Add ActivityResultRegistryOwner interface by Jeremy Woods · 6 years ago
  42. af5cd0f Adding explicit collection dependency in some projects by Jeff Gaston · 6 years ago
  43. c72ced2 Rename plural contracts to include 'Multiple' by Ian Lake · 6 years ago
  44. e72b65e Merge "Fix javaDoc in IntentSenderRequest" into androidx-master-dev by Treehugger Robot · 6 years ago
  45. a6cf7d9 Fix javaDoc in IntentSenderRequest by Jeremy Woods · 6 years ago
  46. 4183c823 Merge "Rename prepareCall -> registerForActivityResult" into androidx-master-dev by Treehugger Robot · 6 years ago
  47. f62be6d Rename prepareCall -> registerForActivityResult by Eugene Susla · 6 years ago
  48. cc18d5a Add StartIntentSenderForResult ActivityResultContract by Jeremy Woods · 6 years ago
  49. 05741ce Ensure getContents and OpenDocuments return single elements by Jeremy Woods · 6 years ago
  50. 1d743da Bump Activity to 1.2.0-alpha04 by Ian Lake · 6 years ago
  51. d752ef3 Add support to launch activities with options by Jeremy Woods · 6 years ago
  52. 165d12a Rename PickFile(s) to GetContent(s) by Ian Lake · 6 years ago
  53. 86ce8a4 Make most Activity Result APIs final by Ian Lake · 6 years ago
  54. 053a299 Merge "Use ActivityCompat calls to ensure API safety" into androidx-master-dev by Treehugger Robot · 6 years ago
  55. 7e5269a0 Use ActivityCompat calls to ensure API safety by Jeremy Woods · 6 years ago
  56. d0fdd32 Wait until CREATED before generating an ActivityResult key by Ian Lake · 6 years ago
  57. cbb67a2 Remove Intents that are meant to be used with startActivity by Ian Lake · 6 years ago
  58. e0dc958 Fix Lint warnings in ActivityResult code by Ian Lake · 6 years ago
  59. f22a2bc Make register/unregister APIs symmetric by Ian Lake · 6 years ago
  60. da8e0fa Add contract implementation for some common intents by Eugene Susla · 6 years ago
  61. e098f49 Allow conditional startActivityForResult in ActivityResultContract by Eugene Susla · 6 years ago
  62. 2880808 bump activity api version to alpha03 by Jeremy Woods · 6 years ago
  63. e0ba160 Guard calls to onRequestPermissionsResult with API check by Ian Lake · 6 years ago
  64. ec0d03b Use Lifecycle 2.3.0-alpha01 prebuilts for activity+fragment by Ian Lake · 6 years ago
  65. 15885c7 Fix NPE when restoring state in ActivityResultRegistry by Jeremy Woods · 6 years ago
  66. 3741933 Initial implementation of activity contracts by Eugene Susla · 6 years ago
  67. ded9f44 Bump Activity version to alpha02 by Jeremy Woods · 6 years ago
  68. 41f1723 Merge "Move LeakCanary tests to activity:activity module" into androidx-master-dev by Treehugger Robot · 6 years ago
  69. ac67213 Merge "Update LeakCanary to version 2.2" into androidx-master-dev by Treehugger Robot · 6 years ago
  70. 76b254b Move LeakCanary tests to activity:activity module by Jeremy Woods · 6 years ago
  71. 796762a Update LeakCanary to version 2.2 by Jeremy Woods · 6 years ago
  72. 52f57c5 Update to a newer metalava version. by Aurimas Liutikas · 6 years ago
  73. b35d76ba Bump library versions after release by Nick Anthony · 6 years ago
  74. 335055e Use TestLifecycleOwner in all tests by Ian Lake · 6 years ago
  75. 9d19899 Remove reliance on Mockito and Espresso from tests by Ian Lake · 6 years ago
  76. 45f70a1 Make testCallOnBackPressedWhenStopped a LargeTest by Ian Lake · 6 years ago
  77. bf92cbc Revert "Move all uses of androidx.core:core:1.1.0 and" by Nick Anthony · 6 years ago
  78. 982548a Merge "Ensure calling onBackPressed() does not fail because of savedState" into androidx-master-dev by Treehugger Robot · 6 years ago
  79. 550a28a Ensure calling onBackPressed() does not fail because of savedState by Jeremy Woods · 6 years ago
  80. e535dc2 Move all uses of androidx.core:core:1.1.0 and by Nick Anthony · 6 years ago
  81. 8013dfd Skipping tracking RestrictTo(LIBRARY_GROUP) APIs for groups having requireSameVersion == true by Jeff Gaston · 6 years ago
  82. ce468a9 Moving LibraryVersion into LibraryGroup for libraries having requireSameVersion == true by Jeff Gaston · 6 years ago
  83. 19060b9 Mark ContentViewTest as LargeTest by Aurimas Liutikas · 6 years ago
  84. 7c986ac Explicitly telling Metalava to skip including @RestrictTo APIs from current.txt by Jeff Gaston · 6 years ago
  85. 0e522bb Updates for latest metalava by Jeff Gaston · 6 years ago
  86. 47fd275 ComponentActivity and Fragment set ViewTreeLifecycleOwner by Adam Powell · 6 years ago
  87. a1fc67c Regenerate old API files. by Aurimas Liutikas · 6 years ago
  88. 170c27a Suppress valid deprecated usages and add missing deprecation annotations by Alan Viverette · 6 years ago
  89. 1c6ccfb Move lifecycle, activity, fragment, and navigation to alpha by Ian Lake · 6 years ago
  90. c378b9a Increment activity, fragment, lifecycle, transtion to rc01 by Nick Anthony · 6 years ago
  91. 6f072e1c Beta: lifecycle, activity, fragment, transition by Ian Lake · 6 years ago
  92. 391dc4b Replace RC dependencies with stable releases by Ian Lake · 6 years ago
  93. b08258a Update versions after September 5th release by Nick Anthony · 6 years ago
  94. cd1aae0 Track experimental API surface by Alan Viverette · 6 years ago
  95. 7abd043 Move testutils to new directory structure by Ian Lake · 6 years ago
  96. 173c89d4 Update activity to use Core 1.1.0 stable by Ian Lake · 6 years ago
  97. 227bd94 Update versions after August 7th Release by Nick Anthony · 6 years ago
  98. a1e2ffb Merge "Fix Lint warnings in activity" into androidx-master-dev by Treehugger Robot · 6 years ago
  99. f25d876 Fix Lint warnings in activity by Ian Lake · 6 years ago
  100. 5ec1301 Merge "Revert "Pin all usages of androidx.core:core:1.1.0-rc to 1.1.0"" into androidx-master-dev by Nick Anthony · 6 years ago