1. 3ef114f Fix SavedStateHandle not working with hiltNavGraphViewModel() by Kuan-Ying Chou · 1 year, 3 months ago
  2. 187e9a2 First pass of removing redundant usages of @hide javadoc tag by Aurimas Liutikas · 1 year, 6 months ago
  3. bef4bf6 Fix infinite recursion in HiltViewModelFactory.create() by Kuan-Ying Chou · 1 year, 4 months ago
  4. 9a16f24 Add explicit dependencies where needed [Part 2] by Aurimas Liutikas · 1 year, 4 months ago
  5. fafbfa9 Merge "Accept HasDefaultViewModelProviderFactory in hiltViewModel()" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  6. 3f9828b Remove custom activity constraints by Jeremy Woods · 1 year, 5 months ago
  7. 0bd253d Accept HasDefaultViewModelProviderFactory in hiltViewModel() by Kuan-Ying Chou · 1 year, 8 months ago
  8. 8dbf354 Update current API signature after Metalava update by Jinseong Jeon · 1 year, 6 months ago
  9. 21c2122 Update compose module to use ViewTreeLifecycleOwner extensions by sanura · 1 year, 7 months ago
  10. 7d333fc Merge "removing explicit setting of library groups" into androidx-main by Jeff Gaston · 1 year, 7 months ago
  11. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 7 months ago
  12. 2e1976ff Update current API signature after Metalava update by Jinseong Jeon · 1 year, 7 months ago
  13. 54b3560 Fix errors in HiltViewModelComposeTest by Kuan-Ying Chou · 1 year, 9 months ago
  14. 8543c0b Add key parameter to hiltViewModel() by Kuan-Ying Chou · 1 year, 11 months ago
  15. d6bf739 Merge "Fix errors after upgrading Hilt to 2.44" into androidx-main by Aurimas Liutikas · 1 year, 9 months ago
  16. d2b5948 Fix errors after upgrading Hilt to 2.44 by Kuan-Ying Chou · 1 year, 9 months ago
  17. 420b7f6 Start using JDK 17 by Aurimas Liutikas · 1 year, 11 months ago
  18. c662e1a Support AAR-as-JAR for arbitrary configurations by Ember Rose · 1 year, 10 months ago
  19. 7d0ea332 Clean up JVM test setup where classes from aars are used as input by Aurimas Liutikas · 1 year, 10 months ago
  20. 565946b Correctly classify annotation processor projects. by Daniel Santiago Rivera · 1 year, 11 months ago
  21. 87e3bd0 Fix Compose project KotlinCompile task remote caching by Aurimas Liutikas · 2 years ago
  22. 7fceeb6 Move outDir set up to settings.gradle by Aurimas Liutikas · 2 years, 3 months ago
  23. acba7ac Merge "Migrate from AndroidManifest to build.gradle for namespace" into androidx-main by Aurimas Liutikas · 2 years, 4 months ago
  24. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 4 months ago
  25. 656c3a6 Use ToT activity and work for Hilt integration test app. by Daniel Santiago Rivera · 2 years, 5 months ago
  26. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 7 months ago
  27. 4c4fc37 Bump hilt-navigation-compose to depend on navigation 2.4.0-rc01 by Jeremy Woods · 2 years, 7 months ago
  28. 37ed14d 'Update versions for release id 1637172000000 by Nick Anthony · 2 years, 8 months ago
  29. d7e7958 Pin nav-compose dep for hilt-nav-compose by Daniel Santiago Rivera · 2 years, 8 months ago
  30. 9f87a83 Move hilt-navigation-compose to beta01 by Daniel Santiago Rivera · 2 years, 8 months ago
  31. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 2 years, 9 months ago
  32. 6273a95 Revert^2 "Update metalava to ab/7813966" by Aurimas Liutikas · 2 years, 9 months ago
  33. 1557f6f Revert "Update metalava to ab/7813966" by Aurimas Liutikas · 2 years, 9 months ago
  34. 38ba3bd68 Update metalava to ab/7813966 by Aurimas Liutikas · 2 years, 9 months ago
  35. 210f875 Update lint baselines once again. by Aurimas Liutikas · 2 years, 9 months ago
  36. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 2 years, 9 months ago
  37. fc69bb6 Link sample projects from projects using these samples. by Aurimas Liutikas · 2 years, 10 months ago
  38. 666614b Upgrade to Kotlin 1.5.30 by Jim Sproch · 2 years, 11 months ago
  39. e5c41ae Add lint rule to remember getBackstackEntry() by Jeremy Woods · 2 years, 10 months ago
  40. 82cfe8f Update Dagger and Hilt to 2.38.1 by Daniel Santiago Rivera · 3 years ago
  41. 674644d Update -compose integration libraries to depend on Compose 1.0.1 by Nick Anthony · 3 years ago
  42. e268b11 Upgrade to Kotlin 1.5.21 and KSP 1.5.20-beta04 by Aurimas Liutikas · 3 years ago
  43. ef531d1 Bump all compose dependencies to 1.0.0-rc02 by Nick Anthony · 3 years ago
  44. b51d9947 Publish Hilt Navigation Compose samples and include in ToT build.gradle by Tiem Song · 3 years ago
  45. 499aae2 Pin all dependencies on Compose to 1.0.0-rc01 by Nick Anthony · 3 years ago
  46. 6a5d0bc Add an initial set of bug components in OWNERS files. by Aurimas Liutikas · 3 years, 1 month ago
  47. 2ec4f4d Remove @FlakyTest for known device flakes by Ember Rose · 3 years, 1 month ago
  48. 0c44ec9 Provide a ViewModelStoreOwner parameter for viewModel() by Ian Lake · 3 years, 1 month ago
  49. b99531f Merge "Suppress flaky and failing postsubmit tests" into androidx-main by Sam Gilbert · 3 years, 1 month ago
  50. cf97bc7 Suppress flaky and failing postsubmit tests by Ember Rose · 3 years, 1 month ago
  51. 8a10b874 Update AGP to 7.1.0-alpha02 by Leland Richardson · 3 years, 1 month ago
  52. aa432ce Remove last usages of AnimationClocks.kt by Jelle Fresen · 3 years, 1 month ago
  53. eea6137 Merge "Removes remaining androidx.ui references" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  54. 89568c6 Migrate hilt to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 1 month ago
  55. c8a26b8 Removes remaining androidx.ui references by Louis Pullen-Freilich · 3 years, 1 month ago
  56. 7f24790 Migrate hilt libraries to Gradle Version Catalogs by Aurimas Liutikas · 3 years, 1 month ago
  57. 1c686ec Disable use of test coverage. by Aurimas Liutikas · 3 years, 2 months ago
  58. fa1793f jarDebug -> jarRelease by Jeff Gaston · 3 years, 2 months ago
  59. 887892c Merge "Don't generate empty lint baseline files" into androidx-main by Alan Viverette · 3 years, 2 months ago
  60. 385530a Remove routes from navigation compose by Jeremy Woods · 3 years, 3 months ago
  61. 054934d Don't generate empty lint baseline files by Alan Viverette · 3 years, 2 months ago
  62. f578657 Pin dependency in hilt-navigation-compose. by Daniel Santiago Rivera · 3 years, 2 months ago
  63. bdec1cd Merge "Fix deprecated Gradle API usage warnings on ./studiow execution" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  64. 5840bf3 Fix deprecated Gradle API usage warnings on ./studiow execution by Dzmitry Neviadomski · 3 years, 2 months ago
  65. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 3 years, 2 months ago
  66. ea603e2 Address API Feedback on hilt-navigation-compose. by Daniel Santiago Rivera · 3 years, 3 months ago
  67. 2a78a49 Making truth, testing, and utils depend on base modules by Jeremy Woods · 3 years, 3 months ago
  68. 79307eb Update the Compose Compiler plugin version checker for beta04 by Nick Anthony · 3 years, 3 months ago
  69. 2d9d5aa Make `WorkManagerInitializer` available so libraries can define dependencies. by Rahul Ravikumar · 3 years, 3 months ago
  70. 35a680e Merge "Remove the default content provider and switch to androidx.startup." into androidx-main by Rahul Ravikumar · 3 years, 4 months ago
  71. 0ba6b37 Remove the default content provider and switch to androidx.startup. by Rahul Ravikumar · 3 years, 4 months ago
  72. c55cc17e Changes some correctness compose:ui lint checks to be warnings, not errors by Louis Pullen-Freilich · 3 years, 4 months ago
  73. b4386c8 Pin hilt-navigation-compose dependencies by Daniel Santiago Rivera · 3 years, 4 months ago
  74. 53bdf45 Update Hilt to 2.33-beta by Daniel Santiago Rivera · 3 years, 4 months ago
  75. 6a6d263 Bump androidx.hilt version to beta01. by Daniel Santiago Rivera · 3 years, 4 months ago
  76. e056c6b Remove deprecated APIs from AndroidX Hilt in preparation for API stability. by Daniel Santiago Rivera · 3 years, 4 months ago
  77. 640c694 Resolve Hilt API Feedback by Daniel Santiago Rivera · 3 years, 4 months ago
  78. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 6 months ago
  79. a126506 Use Activity 1.2.0 and Fragment 1.3.0 prebuilts by Ian Lake · 3 years, 5 months ago
  80. 5535eba Fix doc references in hilt-navigation-* libraries. by Daniel Santiago Rivera · 3 years, 5 months ago
  81. e94ea62 Provide APIs for retrieving @HiltViewModel from Navigation in Compose scopes. by Daniel Santiago Rivera · 3 years, 6 months ago
  82. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 6 months ago
  83. 4d27203 Use link tags to reference Dagger types from the Hilt extension jdocs. by Daniel Santiago Rivera · 3 years, 6 months ago
  84. e75fee7 Migrate Hilt Workers to use Dagger Assisted Inject by Daniel Santiago Rivera · 3 years, 6 months ago
  85. f40ded1 Deprecate @ViewModelInject by Daniel Santiago Rivera · 3 years, 6 months ago
  86. 7bc8576 Create Hilt Navigation artifact. by Daniel Santiago Rivera · 3 years, 7 months ago
  87. de46159 Revert "Add ViewModelComponent and ViewModelScoped to androidx.hilt.lifecycle." by Daniel Santiago Rivera · 3 years, 6 months ago
  88. 69cdc04 Make WorkerFactoryModule package private. by Daniel Santiago Rivera · 3 years, 7 months ago
  89. 0eb54c6 Update metalava to the latest version. by Aurimas Liutikas · 3 years, 7 months ago
  90. 4a455b0 Remove extractJar task and dep from hilt-compiler build.gradle. by Daniel Santiago Rivera · 3 years, 8 months ago
  91. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 8 months ago
  92. 74cc259 Migrate all projects with CompilationTarget.HOST to use LibraryType. by Owen Gray · 3 years, 9 months ago
  93. b8c9a7f Add ViewModelComponent and ViewModelScoped to androidx.hilt.lifecycle. by Daniel Santiago Rivera · 3 years, 9 months ago
  94. 63c2310 Updating to ktlint 0.39.0 by Jeff Gaston · 3 years, 10 months ago
  95. 555b79e Remove legacy alpha and dev signature files by Aurimas Liutikas · 3 years, 9 months ago
  96. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 3 years, 9 months ago
  97. 2de05ef Update Dagger & Hilt to 2.29.1 (and 2.29.1-alpha) by Daniel Santiago Rivera · 3 years, 9 months ago
  98. 440356a Formatting for ktlint 0.39.0 by Jeff Gaston · 3 years, 10 months ago
  99. 3fe1074 Converting extractHiltJar to a Copy task so it doesn't print its progress by Jeff Gaston · 3 years, 10 months ago
  100. 3b0ec5d Fix tiny typo in ViewModelGenerator by Daniel Santiago Rivera · 3 years, 11 months ago