1. 2d9d5aa Make `WorkManagerInitializer` available so libraries can define dependencies. by Rahul Ravikumar · 3 years, 6 months ago
  2. 35a680e Merge "Remove the default content provider and switch to androidx.startup." into androidx-main by Rahul Ravikumar · 3 years, 6 months ago
  3. 0ba6b37 Remove the default content provider and switch to androidx.startup. by Rahul Ravikumar · 3 years, 7 months ago
  4. c55cc17e Changes some correctness compose:ui lint checks to be warnings, not errors by Louis Pullen-Freilich · 3 years, 6 months ago
  5. b4386c8 Pin hilt-navigation-compose dependencies by Daniel Santiago Rivera · 3 years, 7 months ago
  6. 53bdf45 Update Hilt to 2.33-beta by Daniel Santiago Rivera · 3 years, 7 months ago
  7. 6a6d263 Bump androidx.hilt version to beta01. by Daniel Santiago Rivera · 3 years, 7 months ago
  8. e056c6b Remove deprecated APIs from AndroidX Hilt in preparation for API stability. by Daniel Santiago Rivera · 3 years, 7 months ago
  9. 640c694 Resolve Hilt API Feedback by Daniel Santiago Rivera · 3 years, 7 months ago
  10. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 8 months ago
  11. a126506 Use Activity 1.2.0 and Fragment 1.3.0 prebuilts by Ian Lake · 3 years, 7 months ago
  12. 5535eba Fix doc references in hilt-navigation-* libraries. by Daniel Santiago Rivera · 3 years, 7 months ago
  13. e94ea62 Provide APIs for retrieving @HiltViewModel from Navigation in Compose scopes. by Daniel Santiago Rivera · 3 years, 8 months ago
  14. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 8 months ago
  15. 4d27203 Use link tags to reference Dagger types from the Hilt extension jdocs. by Daniel Santiago Rivera · 3 years, 8 months ago
  16. e75fee7 Migrate Hilt Workers to use Dagger Assisted Inject by Daniel Santiago Rivera · 3 years, 8 months ago
  17. f40ded1 Deprecate @ViewModelInject by Daniel Santiago Rivera · 3 years, 8 months ago
  18. 7bc8576 Create Hilt Navigation artifact. by Daniel Santiago Rivera · 3 years, 10 months ago
  19. de46159 Revert "Add ViewModelComponent and ViewModelScoped to androidx.hilt.lifecycle." by Daniel Santiago Rivera · 3 years, 8 months ago
  20. 69cdc04 Make WorkerFactoryModule package private. by Daniel Santiago Rivera · 3 years, 10 months ago
  21. 0eb54c6 Update metalava to the latest version. by Aurimas Liutikas · 3 years, 10 months ago
  22. 4a455b0 Remove extractJar task and dep from hilt-compiler build.gradle. by Daniel Santiago Rivera · 3 years, 10 months ago
  23. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 11 months ago
  24. 74cc259 Migrate all projects with CompilationTarget.HOST to use LibraryType. by Owen Gray · 4 years ago
  25. b8c9a7f Add ViewModelComponent and ViewModelScoped to androidx.hilt.lifecycle. by Daniel Santiago Rivera · 4 years ago
  26. 63c2310 Updating to ktlint 0.39.0 by Jeff Gaston · 4 years ago
  27. 555b79e Remove legacy alpha and dev signature files by Aurimas Liutikas · 4 years ago
  28. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 4 years ago
  29. 2de05ef Update Dagger & Hilt to 2.29.1 (and 2.29.1-alpha) by Daniel Santiago Rivera · 4 years ago
  30. 440356a Formatting for ktlint 0.39.0 by Jeff Gaston · 4 years ago
  31. 3fe1074 Converting extractHiltJar to a Copy task so it doesn't print its progress by Jeff Gaston · 4 years, 1 month ago
  32. 3b0ec5d Fix tiny typo in ViewModelGenerator by Daniel Santiago Rivera · 4 years, 1 month ago
  33. 00068c2 Apply hilt-android-compiler to AndroidX's Hilt-common by Daniel Santiago Rivera · 4 years, 1 month ago
  34. ed85275 Add generate resources task to process public.txt for other tasks by Alan Viverette · 4 years, 3 months ago
  35. b50d500 Update POM URL to point to specific release by Alex Saveau · 4 years, 2 months ago
  36. f158ed8 Merge "Revert "Update POM URL to point to specific release"" into androidx-master-dev by Aurimas Liutikas · 4 years, 2 months ago
  37. 6355e3b Revert "Update POM URL to point to specific release" by Aurimas Liutikas · 4 years, 2 months ago
  38. 78c124c Merge "Update POM URL to point to specific release" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  39. c5bf111 Update androidx.hilt to use SingletonComponent by Daniel Santiago Rivera · 4 years, 2 months ago
  40. 865cee4 Update POM URL to point to specific release by Alex Saveau · 4 years, 2 months ago
  41. 0117fc6 Start tracking androidx.hilt APIs. by Daniel Santiago Rivera · 4 years, 2 months ago
  42. 4aefd0e Use reflection name for Worker and ViewModel multibinding keys. by Daniel Santiago Rivera · 4 years, 2 months ago
  43. d76172e Avoid SavedStateHandle key conflict in HiltViewModelFactory. by Daniel Santiago Rivera · 4 years, 3 months ago
  44. 785ab00 Update Javapoet to 1.13.0 by Daniel Santiago Rivera · 4 years, 3 months ago
  45. 0499241 Update code sample in WorkerInject.java by Daniel Santiago Rivera · 4 years, 3 months ago
  46. 135e1ae Make hilt-compiler a tooling project. by Daniel Santiago Rivera · 4 years, 3 months ago
  47. a897414 Change base Worker class for Hilt extension to be ListenableWorker by Daniel Santiago Rivera · 4 years, 4 months ago
  48. 052b025 Add @OriginatingElement to AndroidX generated Hilt modules. by Daniel Santiago Rivera · 4 years, 4 months ago
  49. d681410 Refactor Hilt app classes to use @HiltAndroidApp by Daniel Santiago Rivera · 4 years, 4 months ago
  50. 228fcf5 AndroidXHiltProcessor no longer extends BasicAnnotationProcessor. by Daniel Santiago Rivera · 4 years, 4 months ago
  51. bbdf54c Temporarily add @androidx.hilt.Assisted. by Daniel Santiago Rivera · 4 years, 5 months ago
  52. a434be3 Expand documentation of the androidx.hilt public APIs. by Daniel Santiago Rivera · 4 years, 5 months ago
  53. ac34b08 Add 'Hilt' prefix to the extension factories. by Daniel Santiago Rivera · 4 years, 5 months ago
  54. ad59b2e Make Hilt projects Publish.SNAPSHOT_AND_RELEASE by Daniel Santiago Rivera · 4 years, 5 months ago
  55. 6f514be Merge "Contribute to Hilt's default view model factory binding." into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  56. eff7e7f Add validation to the Worker step. by Daniel Santiago Rivera · 4 years, 5 months ago
  57. c08f4e0 Contribute to Hilt's default view model factory binding. by Daniel Santiago Rivera · 4 years, 5 months ago
  58. 2651232 Use stable versions in Hilt runtime artifacts by Daniel Santiago Rivera · 4 years, 5 months ago
  59. 015b033 Update Hilt project directories to match convention. by Daniel Santiago Rivera · 4 years, 5 months ago
  60. 006c7bb Implement Worker injection code generation by Daniel Santiago Rivera · 4 years, 5 months ago
  61. 3d91927 Create basic sources for the WorkManager Hilt extension. by Daniel Santiago Rivera · 4 years, 6 months ago
  62. d23e2a6 Generify HiltViewModelProcessor to AndroidHiltProcessor by Daniel Santiago Rivera · 4 years, 6 months ago
  63. 87f4d04 Use SavedStateViewModelFactory as delegate for the Hilt ViewModelFactory by Daniel Santiago Rivera · 4 years, 6 months ago
  64. 67f849d Move Hilt ViewModel extension to androidx.hilt package. by Daniel Santiago Rivera · 4 years, 6 months ago
  65. ecdf405 Use @StringKey instead of @ViewModelKey. by Daniel Santiago Rivera · 4 years, 6 months ago
  66. f7d8025 Implement HiltViewModelProcessor by Daniel Santiago Rivera · 4 years, 6 months ago