1. 7439b9a Fix broken Lint version check for lifecycle by Tiem Song · 3 years, 2 months ago
  2. 287e14a Merge "Revert "Add Vendor information to bundled lint checks"" into androidx-main by Tiem Song · 3 years, 2 months ago
  3. 9424752 Revert "Add Vendor information to bundled lint checks" by Tiem Song · 3 years, 2 months ago
  4. 2e851dd Merge "repeatOnLifecycle now always executes `block` serially" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  5. f4f31d0 repeatOnLifecycle now always executes `block` serially by Wojtek Kaliciński · 3 years, 3 months ago
  6. 5790b29 Update to new version of metalava by Aurimas Liutikas · 3 years, 3 months ago
  7. ff611fc Revert "Revert "Upgrade to Gradle 7.1"" by Aurimas Liutikas · 3 years, 3 months ago
  8. bedf097 Add Vendor information to bundled lint checks by Tiem Song · 3 years, 3 months ago
  9. efac37d Merge changes from topic "184927838_lint_options" into androidx-main by Alan Viverette · 3 years, 3 months ago
  10. d9574ec Merge changes I9b9f6617,I25a8a40a into androidx-main by Treehugger Robot · 3 years, 3 months ago
  11. 068e3de Update lifecycle-runtime-ktx-lint for UAST deprecation by Alan Viverette · 3 years, 3 months ago
  12. c73aa85 Update minimum lint version to 27.2.1 (API 8) by Alan Viverette · 3 years, 3 months ago
  13. 927300f Rewrite ViewModelProvider to kotlin by Sergey Vasilinets · 3 years, 4 months ago
  14. 88b2111 Clean up unused Dependencies.kt entries by Aurimas Liutikas · 3 years, 3 months ago
  15. ce18bf2 Move ViewModelProvider.java to ViewModelProvider.kt by Sergey Vasilinets · 3 years, 4 months ago
  16. 499aae2 Pin all dependencies on Compose to 1.0.0-rc01 by Nick Anthony · 3 years, 3 months ago
  17. 01d05de Run NewApi lint on tests by Alan Viverette · 3 years, 3 months ago
  18. 6a5d0bc Add an initial set of bug components in OWNERS files. by Aurimas Liutikas · 3 years, 3 months ago
  19. 5281d99 [GH] Fix compose deps in playground by Yigit Boyar · 3 years, 3 months ago
  20. 2555b41 Make hash-bangs more portable by Jelle Fresen · 3 years, 3 months ago
  21. 2ec4f4d Remove @FlakyTest for known device flakes by Ember Rose · 3 years, 3 months ago
  22. 619f374 Merge "Suppress flaky tests" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  23. 0c44ec9 Provide a ViewModelStoreOwner parameter for viewModel() by Ian Lake · 3 years, 4 months ago
  24. 82f0476 Suppress flaky tests by Ember Rose · 3 years, 3 months ago
  25. b99531f Merge "Suppress flaky and failing postsubmit tests" into androidx-main by Sam Gilbert · 3 years, 3 months ago
  26. 6976cbd Merge "Migrate miscellaneous libraries to use Gradle Version Catalogs" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  27. cf97bc7 Suppress flaky and failing postsubmit tests by Ember Rose · 3 years, 3 months ago
  28. b752077 Update kotlinx.coroutines to version 1.5.0 by Steven Schäfer · 3 years, 4 months ago
  29. b3483fd Migrate miscellaneous libraries to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 3 months ago
  30. c8a26b8 Removes remaining androidx.ui references by Louis Pullen-Freilich · 3 years, 4 months ago
  31. bc1dbeb Migrate FLAN to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 5 months ago
  32. 706078c Add lint checks to repeatOnLifecycle APIs by Manuel Vivo · 3 years, 4 months ago
  33. 802403a Update lint baselines by Alan Viverette · 3 years, 4 months ago
  34. 1b7d92d According to Android Studio this is no longer needed by Aurimas Liutikas · 3 years, 4 months ago
  35. fe0d07a According to Android Studio this is no longer needed by Aurimas Liutikas · 3 years, 4 months ago
  36. 4411aa1 Update androidx to AGP 7.0-alpha15 by Alan Viverette · 3 years, 4 months ago
  37. a4e49cd Merge "Don't flag private inner classes without constructors" into androidx-main by Alan Viverette · 3 years, 4 months ago
  38. c671557 Don't flag private inner classes without constructors by Alan Viverette · 3 years, 4 months ago
  39. b08b493 Remove LifecycleOwner.addRepeatingJob API by Manuel Vivo · 3 years, 5 months ago
  40. 887892c Merge "Don't generate empty lint baseline files" into androidx-main by Alan Viverette · 3 years, 4 months ago
  41. 054934d Don't generate empty lint baseline files by Alan Viverette · 3 years, 4 months ago
  42. 655e08d [GH] [Lifecycle] [Lint] fixes b/184830263 Lint should use check reference too by Sinan Kozak · 3 years, 4 months ago
  43. a022412 Add tests to ensure lint API versions are current by Alan Viverette · 3 years, 5 months ago
  44. 2923f39 Move to targeting Java 8 for all androidx libraries by Aurimas Liutikas · 3 years, 5 months ago
  45. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 3 years, 5 months ago
  46. 6471d5a Remove unnecesary dependency on activity-lint in Lifecycle / Navigation playground builds by Dustin Lam · 3 years, 5 months ago
  47. a07084a Merge "Yigit is the new Jake" into androidx-main by Alan Viverette · 3 years, 5 months ago
  48. d0604e2 Add compose:test-utils to FAN playgrounds by Dustin Lam · 3 years, 5 months ago
  49. 307ff63 Yigit is the new Jake by Alan Viverette · 3 years, 5 months ago
  50. d6e2ff5 Fix exported activities in manifest files by Jelle Fresen · 3 years, 5 months ago
  51. 833e71a Merge "Add jbwoods to lifecycle owners" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  52. 55730db Add jbwoods to lifecycle owners by Jeremy Woods · 3 years, 6 months ago
  53. 428f0ec [GH] [Lifecycle] [Lint] fixes b/183696616: KtCallExpression is not always the first in the list by Maxim Savoskin · 3 years, 6 months ago
  54. e5caa25 [GH] Fix documentation on ViewModel.setTagIfAbsent by Chao Zhang · 3 years, 6 months ago
  55. b20f92b Change lifecycle-viewmodel-compose version str to match artifactId by Nick Anthony · 3 years, 6 months ago
  56. 17a2617 Make `ProcessLifecycleInitializer` available so libraries can define dependencies. by Rahul Ravikumar · 3 years, 6 months ago
  57. 24d4177 Merge "Add playground OWNERS to FLAN playground settings.gradle" into androidx-main by Dustin Lam · 3 years, 6 months ago
  58. ea125e4 Add playground OWNERS to FLAN playground settings.gradle by Dustin Lam · 3 years, 6 months ago
  59. 81c85ea Replace unreleased prebuilts with snapshots in playground by Dustin Lam · 3 years, 6 months ago
  60. 67cbbea Flow.flowWithLifecycle API by mvivo · 3 years, 7 months ago
  61. 196a771 Merge "suspend repeatOnLifecycle and LifecycleOwner.addRepeatingJob APIs" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  62. d5adf61 Fix MutableLiveData lint rule false report by Jeremy Woods · 3 years, 6 months ago
  63. 97643ca suspend repeatOnLifecycle and LifecycleOwner.addRepeatingJob APIs by mvivo · 3 years, 7 months ago
  64. f61f200 Merge "Make LocalViewModelStoreOwner.current Nullable" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  65. 879f5db Make LocalViewModelStoreOwner.current Nullable by Ian Lake · 3 years, 7 months ago
  66. 7cece11 ProcessLifecycle now uses androidx.startup. by Rahul Ravikumar · 3 years, 7 months ago
  67. 6c629e6 Removes Appcompat and Fragment dependencies from compose:ui:ui by Louis Pullen-Freilich · 3 years, 7 months ago
  68. d4a0b67 Update signatures and baselines for metalava update by Aurimas Liutikas · 3 years, 7 months ago
  69. 5c90131 Merge "Standardize to more kt-compatible syntax" into androidx-main by Jim Sproch · 3 years, 7 months ago
  70. 509a076 repeatOnLifecycle APIs by mvivo · 3 years, 8 months ago
  71. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 8 months ago
  72. a126506 Use Activity 1.2.0 and Fragment 1.3.0 prebuilts by Ian Lake · 3 years, 7 months ago
  73. 203f3a5 Merge "[GH] Remove compose dependency from playground common" into androidx-main by Dustin Lam · 3 years, 7 months ago
  74. 263e7d9 Merge "Update activity, fragment, and lifecycle to stable" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  75. aff85fd [GH] Remove compose dependency from playground common by Yigit Boyar · 3 years, 7 months ago
  76. 11a7168 Update activity, fragment, and lifecycle to stable by Jeremy Woods · 3 years, 7 months ago
  77. 22b6226 Add provides infix to CompositionLocal objects by Jeremy Woods · 3 years, 7 months ago
  78. 0f99bf1 Various API refinements for Compose Runtime by Leland Richardson · 3 years, 8 months ago
  79. 32977a4 Add activity-compose to lifecycle / navigation playground projects by Dustin Lam · 3 years, 7 months ago
  80. af61f66 Move viewModel() and LocalViewModelStoreOwner from compose:ui:ui to a lifecycle:lifecycle-viewmodel-compose by Andrey Kulikov · 3 years, 8 months ago
  81. 6a95604 Add lifecycle-viewmodel-compose module by Jeremy Woods · 3 years, 8 months ago
  82. 511e5d7 [GH] Playground build fixes by Dustin Lam · 3 years, 8 months ago
  83. 255f178 Fix ViewModelProvidersTest when newer fragments are used by Sergey Vasilinets · 3 years, 8 months ago
  84. 4cc61bc [GH] Add fromSavedState handle method to generated nav args by Simon Schiller · 3 years, 8 months ago
  85. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 8 months ago
  86. 3ebbdb75a Android Studio 4.2.0-beta02 by Jeff Gaston · 3 years, 9 months ago
  87. 841bb08 [GH] Add playground support for androidx.lifecycle by Dustin Lam · 3 years, 9 months ago
  88. 619ad70 Enforce java warnings for android library test code by Alan Viverette · 3 years, 9 months ago
  89. da54c9d SavedStateHandle#keys() now returns keys of Providers and LiveData-s by Sergey Vasilinets · 3 years, 10 months ago
  90. ddafc3b Remove dependency on legacy-support-core-utils by Ian Lake · 3 years, 10 months ago
  91. 9571daf Small typo fix. by Kuanysh Omarov · 3 years, 10 months ago
  92. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 11 months ago
  93. 0db72ea Ban reflection that is not enclosed within a API check conditional by Oussama Ben Abdelbaki · 3 years, 11 months ago
  94. 47ce1ab Upgrade error-prone to 2.4.0 by Dustin Lam · 3 years, 11 months ago
  95. 17628d7 [1/3] Use AndroidJUnit4 instead of JUnit4 by Jelle Fresen · 4 years ago
  96. e5831a1 Merge "Migrate all projects with CompilationTarget.HOST to use LibraryType. Adds some more LibraryTypes. Deprecates toolingProject." into androidx-master-dev by Owen Gray · 4 years ago
  97. 2bece80 Bump FlowAsLiveDataIntegrationTest to MediumTest by Aurimas Liutikas · 4 years ago
  98. 74cc259 Migrate all projects with CompilationTarget.HOST to use LibraryType. by Owen Gray · 4 years ago
  99. 20d4085 Convert Lifecycle KTX to Kotlin Explicit API Mode by Ian Lake · 4 years ago
  100. c53db9a Enable Kotlin Strict API mode by default by Aurimas Liutikas · 4 years ago