1. e6323c5 Bump Activity to 1.7.0-beta01 by Jeremy Woods · 1 year, 7 months ago
  2. f5952ed Restrict PickVisualMedia fallback Intent to SYSTEM_ONLY by Ian Lake · 1 year, 7 months ago
  3. 2c214ad Merge "Use private activity component" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  4. a7c267c Merge changes from topic "convert_aware" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  5. e4a7c28 Move ContextAware Kotlin extension to activity artifact by Ian Lake · 1 year, 7 months ago
  6. 221a1ad Convert androidx.activity.contextaware to Kotlin by Ian Lake · 1 year, 7 months ago
  7. ac4722b Merge changes from topic "convert_sender" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  8. eb91821 Use private activity component by Aurimas Liutikas · 1 year, 7 months ago
  9. 7ff9245 Allow multiple flags in IntentSenderRequest by Ian Lake · 1 year, 7 months ago
  10. c2189c5 Convert IntentSenderRequest to Kotlin by Ian Lake · 1 year, 7 months ago
  11. 0955f48 Merge changes from topic "kt-lc-owner" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  12. 8acdae6 Rename IntentSenderRequest.java to .kt by Ian Lake · 1 year, 7 months ago
  13. e1b5ac1 Rename androidx.activity.contextaware classes to .kt by Ian Lake · 1 year, 7 months ago
  14. 602bac6 Update activity module with LifecycleRegistry by sanura · 1 year, 9 months ago
  15. 74e5a4b Convert ActivityResultRegistryOwner to Kotlin by Ian Lake · 1 year, 7 months ago
  16. 7f1a7dc Rename ActivityResultRegistryOwner.java to .kt by Ian Lake · 1 year, 7 months ago
  17. 322bd95 Convert OnBackPressedDispatcherOwner to Kotlin by Ian Lake · 1 year, 7 months ago
  18. c0ae191 Rename OnBackPressedDispatcherOwner.java to .kt by Ian Lake · 1 year, 7 months ago
  19. a6ec8cc Move OnBackPressedDispatcher extension to main artifact by Ian Lake · 1 year, 7 months ago
  20. d54d441 Replace usages of Consumer with a lambda by Ian Lake · 1 year, 7 months ago
  21. 453e6f7 Convert OnBackPressedDispatcher to Kotlin by Ian Lake · 1 year, 7 months ago
  22. 57dd231 Rename OnBackPressedDispatcher.java to .kt by Ian Lake · 1 year, 7 months ago
  23. c5e4432 Replace BuildCompat.isAtLeastT() checks with >=33 by Ian Lake · 1 year, 7 months ago
  24. baed27e Fixes Compose lint test failures with AGP upgrade by Louis Pullen-Freilich · 1 year, 8 months ago
  25. d052e7e Update activity module to use ViewTreeViewModelStoreOwner extensions by sanura · 1 year, 8 months ago
  26. c2fc801 Convert HasDefaultViewModelProviderFactory to Kotlin by sanura · 1 year, 9 months ago
  27. 0cf118d Merge "Add GMS picker support for PickVisualMedia ActivityResultContract" into androidx-main by Yacine Rezgui · 1 year, 8 months ago
  28. d7c0543 Add GMS picker support for PickVisualMedia ActivityResultContract by Yacine Rezgui · 1 year, 9 months ago
  29. ef85e7e Have ComponentDialog also set ViewTreeSavedStateRegistryOwner by sanura · 1 year, 8 months ago
  30. 5d0416c Have ComponentDialog implement SavedStateRegistryOwner by sanura · 1 year, 9 months ago
  31. ac2e62a Update activity module to use ViewTreeLifecycleOwner extensions by sanura · 1 year, 9 months ago
  32. 5f8df42 Adds parameterless ReportDrawn composable by mlykotom · 1 year, 9 months ago
  33. 7d333fc Merge "removing explicit setting of library groups" into androidx-main by Jeff Gaston · 1 year, 9 months ago
  34. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 9 months ago
  35. 2e1976ff Update current API signature after Metalava update by Jinseong Jeon · 1 year, 9 months ago
  36. 30d30a9 [GH] Add arch.core-runtime and core-common to lifecycle playground by Dustin Lam · 1 year, 10 months ago
  37. d68e7f9 Activity should depend on Lifecycle tip-of-tree by sanura · 1 year, 10 months ago
  38. ab49962 Change the variable name in OnBackPressedCallback by Jeremy Woods · 1 year, 10 months ago
  39. f633be0 Fix ActivityResultCallback nullability by Jeremy Woods · 1 year, 10 months ago
  40. ff89b64 Merge changes from topic "OnBackPressedCallback" into androidx-main by Clara Fok · 1 year, 10 months ago
  41. 8cd1d0c Merge changes from topic "ActivityResultCallback" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  42. 4d21e0a Convert ActivityResultCallback to kotlin by Clara Fok · 1 year, 10 months ago
  43. 91f60f5 Convert OnBackPressedCallback to kotlin by Clara Fok · 1 year, 10 months ago
  44. 324a9eb Rename OnBackPressedCallback from .java to .kt by Clara Fok · 1 year, 10 months ago
  45. c46d3e7 Convert androidx.activity.Cancellable to kotlin by Clara Fok · 1 year, 10 months ago
  46. 7fd8a32 Rename androidx.activity.Cancellable from .java to .kt by Clara Fok · 1 year, 10 months ago
  47. ae5bcbc Rename ActivityResultCallback from .java to .kt by Clara Fok · 1 year, 10 months ago
  48. 3b217ec Remove use of LeakCanary's FailTestOnLeakRunListener by sanura · 1 year, 10 months ago
  49. fc859da Upgrade to AGP 8.0.0-alpha05 by Aurimas Liutikas · 1 year, 11 months ago
  50. d358e42 Merge "Fix ComponentActivityResultTest" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  51. ce3792b Fix ComponentActivityResultTest by Jeremy Woods · 1 year, 11 months ago
  52. beaa887 Merge "Depend on latest stable lifecycle prebuilts in Compose" into androidx-main by Jeremy Woods · 1 year, 11 months ago
  53. 4a05c91 Depend on latest stable lifecycle prebuilts in Compose by Jeremy Woods · 1 year, 11 months ago
  54. c7e15cc Clean up activity lint baseline by Jeremy Woods · 1 year, 11 months ago
  55. 1dcc637 Merge "Remove Android T checks from MediaStore calls" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  56. b6e550f Remove Android T checks from MediaStore calls by Jeremy Woods · 1 year, 11 months ago
  57. d05393b Create new ActivityScenario util to use Kotlin use-block by Sanura N'Jaka · 1 year, 11 months ago
  58. 432a55b Mark failing tests by Julia McClellan · 2 years ago
  59. 0ab82fd Change "FullyLoaded" to "FullyDrawn" by George Mount · 2 years ago
  60. 72c6973 Merge "Revert "Revert "Add ReportLoadedWhen and ReportLoadedAfter API""" into androidx-main by George Mount · 2 years ago
  61. bc1b8bf Revert "Revert "Add ReportLoadedWhen and ReportLoadedAfter API"" by George Mount · 2 years ago
  62. aa7b218 Merge "Run ./gradlew ignoreApiChange on a clean repo" into androidx-main by Treehugger Robot · 2 years ago
  63. 5f3d9af Run ./gradlew ignoreApiChange on a clean repo by Nick Anthony · 2 years ago
  64. 101a57e Fix ComponentActivitySavedStateTest by Jeremy Woods · 2 years ago
  65. bca8a17 Merge "Revert "Add ReportLoadedWhen and ReportLoadedAfter API"" into androidx-main by Treehugger Robot · 2 years ago
  66. 84c187b Revert "Add ReportLoadedWhen and ReportLoadedAfter API" by Ian Lake · 2 years ago
  67. e606e64 Merge "Updates Metalava from ab/8993580" into androidx-main by Treehugger Robot · 2 years ago
  68. b0c508a Merge "Add ReportLoadedWhen and ReportLoadedAfter API" into androidx-main by Treehugger Robot · 2 years ago
  69. b92c4c9 Updates Metalava from ab/8993580 by Louis Pullen-Freilich · 2 years ago
  70. 29114ec Merge "Clean up the activity lint baseline" into androidx-main by Jeremy Woods · 2 years ago
  71. e1b64bd Merge "Use register OnBackInvokedDispatcher with default priority" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  72. f385a6d Clean up the activity lint baseline by Jeremy Woods · 2 years, 1 month ago
  73. 4af5d83 Use register OnBackInvokedDispatcher with default priority by Jeremy Woods · 2 years, 1 month ago
  74. 217e9fa Add ReportLoadedWhen and ReportLoadedAfter API by George Mount · 2 years, 2 months ago
  75. 6443abe Call super in onMultiWindowModeChanged above API 26 by Jeremy Woods · 2 years, 1 month ago
  76. 66fdd2f Merge "Avoid ClassVerificationErrors in OnBackPressedDispatcher" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  77. c0d0827 Merge "Call super in OnPictureInPictureModeChanged above API 26" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  78. d3424bf Avoid ClassVerificationErrors in OnBackPressedDispatcher by Jeremy Woods · 2 years, 1 month ago
  79. a33774f Call super in OnPictureInPictureModeChanged above API 26 by Jeremy Woods · 2 years, 1 month ago
  80. 7af2cb9 Update versions for release id 1660150800000 by Nick Anthony · 2 years, 1 month ago
  81. b9fa90f Update lint baselines by Tiem Song · 2 years, 1 month ago
  82. 0de97cd Merge "Bump Activity to 1.6.0-beta01" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  83. 72cc540 Bump Activity to 1.6.0-beta01 by Jeremy Woods · 2 years, 1 month ago
  84. ffe724e Second lint baseline update after Lint Fixit by Tiem Song · 2 years, 1 month ago
  85. 56ba1b1 DO NOT MERGE: Merge remote-tracking branch 'aosp/androidx-platform-dev-temp' into merge_platform_dev by Alan Viverette · 2 years, 2 months ago
  86. 1bbb32e Merge "Bump Activity libraries to lifecycle 2.5.1 prebuilt" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  87. 07a86a7 Merge "Don't return result when throwing with no lifecycle" into androidx-main am: 56d94d3cf9 by Jeremy Woods · 2 years, 2 months ago
  88. 27a797d Bump Activity libraries to lifecycle 2.5.1 prebuilt by Jeremy Woods · 2 years, 2 months ago
  89. 46e8d2c Don't return result when throwing with no lifecycle by Jeremy Woods · 2 years, 2 months ago
  90. d8dce77 Merge "Remove UnknownNullness lint suppress in ComponentActivity" into androidx-main am: fe37272460 by Treehugger Robot · 2 years, 2 months ago
  91. fe37272 Merge "Remove UnknownNullness lint suppress in ComponentActivity" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  92. 4e5ed2a Merge "Ensure Menu ComponentActivity always pass Menu callbacks" into androidx-main am: 2125e92665 by Treehugger Robot · 2 years, 2 months ago
  93. e303243 Ensure Menu ComponentActivity always pass Menu callbacks by Jeremy Woods · 2 years, 2 months ago
  94. 90496ba Remove UnknownNullness lint suppress in ComponentActivity by Jeremy Woods · 2 years, 2 months ago
  95. a78fbfb Merge "Fix Compose project KotlinCompile task remote caching" into androidx-main am: 01839f1564 by Aurimas Liutikas · 2 years, 2 months ago
  96. 01839f1 Merge "Fix Compose project KotlinCompile task remote caching" into androidx-main by Aurimas Liutikas · 2 years, 2 months ago
  97. 87e3bd0 Fix Compose project KotlinCompile task remote caching by Aurimas Liutikas · 2 years, 2 months ago
  98. 5e1098c Merge "Restrict devices for ComponentActivity menu tests" into androidx-main am: ec8a3001a7 by Treehugger Robot · 2 years, 2 months ago
  99. 10990f6 Restrict devices for ComponentActivity menu tests by Jeremy Woods · 2 years, 2 months ago
  100. 8d72a1d Merge "Bump to depend on Lifecycle 2.5.0" into androidx-main am: c918cdb70d by Treehugger Robot · 2 years, 3 months ago