1. 3306072 Migrate lifecycle to use ktfmt by Omar Ismail · 4 months ago
  2. f780db8 Move to CommonExtension as BaseExtension is not part of AGP gradle-api. by Omar Ismail · 5 months ago
  3. f0b247c Clean up eager creation of test tasks in build.gradle files by Aurimas Liutikas · 6 months ago
  4. ee0da74 Add comment to build.gradle files by Tiem Song · 9 months ago
  5. ad16bf6 Autogenerated suppression of test failures by Jeff Gaston · 11 months ago
  6. 53423eb AGP 8.3.0-alpha10 and corresponding Studio by Jakub Gielzak · 11 months ago
  7. 2b04252 Re-enable SynchronousActivityLifecycleTest by Jeremy Woods · 12 months ago
  8. 48a33a9 Update lint baselines for forked RestrictedApi check by Alan Viverette · 1 year, 1 month ago
  9. 578019f Re-enable RestricedApi check by Aurimas Liutikas · 1 year, 1 month ago
  10. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 1 year, 2 months ago
  11. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 4 months ago
  12. a5a77c3 Disable SynchronousActivityLifecycleTest on API 21 emulator by Aurimas Liutikas · 1 year, 6 months ago
  13. 10be7cc lifecycle IncrementalAnnotationProcessingTest GradleConnector -> GradleRunner by Jeff Gaston · 1 year, 6 months ago
  14. 6e4ecf7 Add a lint check to flag usages of Thread.sleep by Aurimas Liutikas · 1 year, 7 months ago
  15. ef24203 lifecycle:integration-tests:incrementality:test add missing deps by Jeff Gaston · 1 year, 10 months ago
  16. e5b64d7 Converted Lifecycle class to Kotlin by sanura · 1 year, 11 months ago
  17. bdb2b1f Specify namespace for all gradle testkit tests by Aurimas Liutikas · 2 years ago
  18. 759f968 Upgrade all JVM host tests to mockito 4 by Aurimas Liutikas · 2 years ago
  19. d549a32 Gradle edition: kotlin.RequiresOptIn is now enabled by default by Jim Sproch · 2 years, 1 month ago
  20. d21255b Add FlakyTest annotation to coveredWithDialog_childFragment by Fred Sladkey · 2 years, 2 months ago
  21. b9fa90f Update lint baselines by Tiem Song · 2 years, 2 months ago
  22. c2a3fb4 Remove flaky annotation from lifecycle test by Jeremy Woods · 2 years, 3 months ago
  23. d71e56c Remove line and position from lint baselines by Alan Viverette · 2 years, 4 months ago
  24. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 2 years, 8 months ago
  25. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 2 years, 6 months ago
  26. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 6 months ago
  27. 7b8b543 Use Kotlinx coroutines 1.6.0 by Oleksandr Karpovich · 2 years, 9 months ago
  28. 39cc052 Ensure moving Lifecycle down from INITIALIZED throws by Jeremy Woods · 2 years, 8 months ago
  29. 05e5a6a Remove warning suppressions in lifecycle tests by Jeremy Woods · 2 years, 8 months ago
  30. cf7a7b1 Flaky tests 2021.11.16 by David Saff · 2 years, 10 months ago
  31. 695e975 Move IncrementalAnnotationProcessingTest to use ProjectSetupRule by Aurimas Liutikas · 2 years, 10 months ago
  32. a4baa26 AGP 7.1.0-beta02 by Jeff Gaston · 2 years, 11 months ago
  33. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 3 years ago
  34. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 3 years ago
  35. 2efb21f Use same gradle distribution in IncrementalAnnotationProcessingTest by Sergey Vasilinets · 3 years ago
  36. 1504f31 Deprecate OnLifecycleEvent annotation by Sergey Vasilinets · 3 years, 1 month ago
  37. 35e05f3 Merge "Bump androidx.test.core to 1.4.0" into androidx-main am: 2379e40aea by Treehugger Robot · 3 years, 2 months ago
  38. fa78895 Bump androidx.test.core to 1.4.0 by Jeremy Woods · 3 years, 2 months ago
  39. 611d6ea Start targeting API 31 by Aurimas Liutikas · 3 years, 2 months ago
  40. 01d05de Run NewApi lint on tests by Alan Viverette · 3 years, 3 months ago
  41. ee229d9 Run NewApi lint on tests by Alan Viverette · 3 years, 3 months ago
  42. 2ec4f4d Remove @FlakyTest for known device flakes by Ember Rose · 3 years, 3 months ago
  43. cf97bc7 Suppress flaky and failing postsubmit tests by Ember Rose · 3 years, 3 months ago
  44. bc1dbeb Migrate FLAN to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 5 months ago
  45. 802403a Update lint baselines by Alan Viverette · 3 years, 4 months ago
  46. 054934d Don't generate empty lint baseline files by Alan Viverette · 3 years, 5 months ago
  47. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 3 years, 5 months ago
  48. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 9 months ago
  49. a126506 Use Activity 1.2.0 and Fragment 1.3.0 prebuilts by Ian Lake · 3 years, 7 months ago
  50. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 8 months ago
  51. 3ebbdb75a Android Studio 4.2.0-beta02 by Jeff Gaston · 3 years, 9 months ago
  52. 841bb08 [GH] Add playground support for androidx.lifecycle by Dustin Lam · 3 years, 9 months ago
  53. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 11 months ago
  54. 63c2310 Updating to ktlint 0.39.0 by Jeff Gaston · 4 years ago
  55. 3c2c3ca Applying AndroidX lint configuration to apps too by Jeff Gaston · 4 years, 1 month ago
  56. 7e6dcf3 Merge "Convert lifecycle-testapp to Kotlin Pair to fix API 19" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  57. ed7fa23 Convert lifecycle-testapp to Kotlin Pair to fix API 19 by Ian Lake · 4 years, 1 month ago
  58. 33ebdb9 Upgrade androidx to Kotlin 1.4 by Aurimas Liutikas · 4 years, 1 month ago
  59. a9a8ffd Revert "Revert "Ensure main thread in LifecycleRegistry methods."" by Sergey Vasilinets · 4 years, 2 months ago
  60. edd82e7 Move coverage to only be enabled in CI. by Aurimas Liutikas · 4 years, 6 months ago
  61. b95786c Revert "Revert "Move AndroidX to Studio 4.1 Canary 8 and AGP 4.1 Alpha 08"" by Aurimas Liutikas · 4 years, 4 months ago
  62. 10f7baf Revert "Move AndroidX to Studio 4.1 Canary 8 and AGP 4.1 Alpha 08" by Sam Gilbert · 4 years, 5 months ago
  63. 8c5a619 Move AndroidX to Studio 4.1 Canary 8 and AGP 4.1 Alpha 08 by Louis Pullen-Freilich · 4 years, 5 months ago
  64. 4372321 Exclude transitive lifecycle dependency from testapp by Ian Lake · 4 years, 6 months ago
  65. 2a9a199 Add a gradle property for allWarningsAsErrors. by Aurimas Liutikas · 4 years, 6 months ago
  66. 3ab418f Merge changes I8ea323c0,Ifb15df4f into androidx-master-dev by Aurimas Liutikas · 4 years, 6 months ago
  67. f8c2bad Add a workaround for b/151181633 by Aurimas Liutikas · 4 years, 6 months ago
  68. c351bfc Update kotlin to 1.3.70 by Dustin Lam · 4 years, 6 months ago
  69. 17e29be Update kotlin-coroutines to 1.3.4 by Dustin Lam · 4 years, 6 months ago
  70. 335055e Use TestLifecycleOwner in all tests by Ian Lake · 4 years, 7 months ago
  71. e587806 Centralize the generation of sdk.prop files by Aurimas Liutikas · 4 years, 10 months ago
  72. 0b31a3c Move to Gradle 6.0 by Aurimas Liutikas · 4 years, 10 months ago
  73. 34d5f4d Move to using Gradle maven-publish plugin by Aurimas Liutikas · 5 years ago
  74. 08e53df Unifies dependencies across Compose and main project by Louis Pullen-Freilich · 5 years ago
  75. 0b805f6 Merge "Suppress PartiallyCoveredActivityTest on API 29" into androidx-master-dev by Treehugger Robot · 5 years ago
  76. f5ac265 Suppress PartiallyCoveredActivityTest on API 29 by Sergey Vasilinets · 5 years ago
  77. f14ad35 Upgrade to AGP 3.6.0-alpha12 by Dustin Lam · 5 years ago
  78. a20cbfd Merge changes I42fa22de,I046c1078 into androidx-master-dev by Dustin Lam · 5 years ago
  79. 6fd483d Rename KOTLIN_COROUTINES to KOTLIN_COROUTINES_ANDROID by Dustin Lam · 5 years ago
  80. 5c7d127 Switch Fragment and Navigation to use Activity prebuilts by Ian Lake · 5 years ago
  81. 1781a11 Remove unneeded uploadArchives disabling. by Aurimas Liutikas · 5 years ago
  82. 638374a Merge changes Icd7597b1,Ie27853b6 into androidx-master-dev by Treehugger Robot · 5 years ago
  83. 74c39ff Move annotation library to the standard directory. by Aurimas Liutikas · 5 years ago
  84. 2465a5f Removing a dependency from a 'check' task to a 'connectedCheck' task by Jeff Gaston · 5 years ago
  85. c3ffcf3 Mark Cuttlefish flaking/failing tests as @FlakyTest by Sam Gilbert · 5 years ago
  86. 0e3db0d Upgrade to Kotlin 1.3.40 by Aurimas Liutikas · 5 years ago
  87. ef60c55 Merge "Remove raw usage of Class and Constructor types" into androidx-master-dev by Treehugger Robot · 5 years ago
  88. 60eda45 Remove raw usage of Class and Constructor types by Jake Wharton · 5 years ago
  89. 2c45f80a Remove unneeded lifecycle-extension dependencies by Ian Lake · 5 years ago
  90. 97199f8 Migrate to AGP 3.5.0-beta04 and Studio 3.5 Beta 4 by Louis Pullen-Freilich · 5 years ago
  91. 1bf32da Move activity to the new proper directory structure. by Aurimas Liutikas · 5 years ago
  92. e4fbb7f Create integration test for Room that uses gradle test kit. by Daniel Santiago Rivera · 5 years ago
  93. 6e326b3 Ensure onStateChanged() overrides are marked as @NonNull by Ian Lake · 5 years ago
  94. 48da837 Use ActivityScenario for ActivityFullLifecycleTest by Ian Lake · 5 years ago
  95. 6874640 Merge "Turn koltin warnings into errors." into androidx-master-dev by Treehugger Robot · 5 years ago
  96. 2dfcd47 Add incremental annotation processing support for Lifecycle by bingran · 6 years ago
  97. 7cdf52a Turn koltin warnings into errors. by Aurimas Liutikas · 5 years ago
  98. a8c01ac Move lifecycle-runtime-eap to lifecycle-runtime-ktx by Sergey Vasilinets · 5 years ago
  99. d9dd946 Remove unnessary configuration code in build.gradle files. by Aurimas Liutikas · 5 years ago
  100. 2e18b39 Cleanup test depenendencies by Dustin Lam · 5 years ago