1. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 8 months ago
  2. 4d27203 Use link tags to reference Dagger types from the Hilt extension jdocs. by Daniel Santiago Rivera · 3 years, 8 months ago
  3. e75fee7 Migrate Hilt Workers to use Dagger Assisted Inject by Daniel Santiago Rivera · 3 years, 8 months ago
  4. f40ded1 Deprecate @ViewModelInject by Daniel Santiago Rivera · 3 years, 8 months ago
  5. 7bc8576 Create Hilt Navigation artifact. by Daniel Santiago Rivera · 3 years, 10 months ago
  6. de46159 Revert "Add ViewModelComponent and ViewModelScoped to androidx.hilt.lifecycle." by Daniel Santiago Rivera · 3 years, 8 months ago
  7. 69cdc04 Make WorkerFactoryModule package private. by Daniel Santiago Rivera · 3 years, 10 months ago
  8. 0eb54c6 Update metalava to the latest version. by Aurimas Liutikas · 3 years, 10 months ago
  9. 4a455b0 Remove extractJar task and dep from hilt-compiler build.gradle. by Daniel Santiago Rivera · 3 years, 10 months ago
  10. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 11 months ago
  11. 74cc259 Migrate all projects with CompilationTarget.HOST to use LibraryType. by Owen Gray · 4 years ago
  12. b8c9a7f Add ViewModelComponent and ViewModelScoped to androidx.hilt.lifecycle. by Daniel Santiago Rivera · 4 years ago
  13. 63c2310 Updating to ktlint 0.39.0 by Jeff Gaston · 4 years ago
  14. 555b79e Remove legacy alpha and dev signature files by Aurimas Liutikas · 4 years ago
  15. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 4 years ago
  16. 2de05ef Update Dagger & Hilt to 2.29.1 (and 2.29.1-alpha) by Daniel Santiago Rivera · 4 years ago
  17. 440356a Formatting for ktlint 0.39.0 by Jeff Gaston · 4 years ago
  18. 3fe1074 Converting extractHiltJar to a Copy task so it doesn't print its progress by Jeff Gaston · 4 years, 1 month ago
  19. 3b0ec5d Fix tiny typo in ViewModelGenerator by Daniel Santiago Rivera · 4 years, 1 month ago
  20. 00068c2 Apply hilt-android-compiler to AndroidX's Hilt-common by Daniel Santiago Rivera · 4 years, 1 month ago
  21. ed85275 Add generate resources task to process public.txt for other tasks by Alan Viverette · 4 years, 3 months ago
  22. b50d500 Update POM URL to point to specific release by Alex Saveau · 4 years, 2 months ago
  23. f158ed8 Merge "Revert "Update POM URL to point to specific release"" into androidx-master-dev by Aurimas Liutikas · 4 years, 2 months ago
  24. 6355e3b Revert "Update POM URL to point to specific release" by Aurimas Liutikas · 4 years, 2 months ago
  25. 78c124c Merge "Update POM URL to point to specific release" into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  26. c5bf111 Update androidx.hilt to use SingletonComponent by Daniel Santiago Rivera · 4 years, 2 months ago
  27. 865cee4 Update POM URL to point to specific release by Alex Saveau · 4 years, 2 months ago
  28. 0117fc6 Start tracking androidx.hilt APIs. by Daniel Santiago Rivera · 4 years, 2 months ago
  29. 4aefd0e Use reflection name for Worker and ViewModel multibinding keys. by Daniel Santiago Rivera · 4 years, 2 months ago
  30. d76172e Avoid SavedStateHandle key conflict in HiltViewModelFactory. by Daniel Santiago Rivera · 4 years, 3 months ago
  31. 785ab00 Update Javapoet to 1.13.0 by Daniel Santiago Rivera · 4 years, 3 months ago
  32. 0499241 Update code sample in WorkerInject.java by Daniel Santiago Rivera · 4 years, 3 months ago
  33. 135e1ae Make hilt-compiler a tooling project. by Daniel Santiago Rivera · 4 years, 3 months ago
  34. a897414 Change base Worker class for Hilt extension to be ListenableWorker by Daniel Santiago Rivera · 4 years, 4 months ago
  35. 052b025 Add @OriginatingElement to AndroidX generated Hilt modules. by Daniel Santiago Rivera · 4 years, 4 months ago
  36. d681410 Refactor Hilt app classes to use @HiltAndroidApp by Daniel Santiago Rivera · 4 years, 4 months ago
  37. 228fcf5 AndroidXHiltProcessor no longer extends BasicAnnotationProcessor. by Daniel Santiago Rivera · 4 years, 4 months ago
  38. bbdf54c Temporarily add @androidx.hilt.Assisted. by Daniel Santiago Rivera · 4 years, 5 months ago
  39. a434be3 Expand documentation of the androidx.hilt public APIs. by Daniel Santiago Rivera · 4 years, 5 months ago
  40. ac34b08 Add 'Hilt' prefix to the extension factories. by Daniel Santiago Rivera · 4 years, 5 months ago
  41. ad59b2e Make Hilt projects Publish.SNAPSHOT_AND_RELEASE by Daniel Santiago Rivera · 4 years, 5 months ago
  42. 6f514be Merge "Contribute to Hilt's default view model factory binding." into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  43. eff7e7f Add validation to the Worker step. by Daniel Santiago Rivera · 4 years, 5 months ago
  44. c08f4e0 Contribute to Hilt's default view model factory binding. by Daniel Santiago Rivera · 4 years, 5 months ago
  45. 2651232 Use stable versions in Hilt runtime artifacts by Daniel Santiago Rivera · 4 years, 5 months ago
  46. 015b033 Update Hilt project directories to match convention. by Daniel Santiago Rivera · 4 years, 5 months ago
  47. 006c7bb Implement Worker injection code generation by Daniel Santiago Rivera · 4 years, 5 months ago
  48. 3d91927 Create basic sources for the WorkManager Hilt extension. by Daniel Santiago Rivera · 4 years, 6 months ago
  49. d23e2a6 Generify HiltViewModelProcessor to AndroidHiltProcessor by Daniel Santiago Rivera · 4 years, 6 months ago
  50. 87f4d04 Use SavedStateViewModelFactory as delegate for the Hilt ViewModelFactory by Daniel Santiago Rivera · 4 years, 6 months ago
  51. 67f849d Move Hilt ViewModel extension to androidx.hilt package. by Daniel Santiago Rivera · 4 years, 6 months ago
  52. ecdf405 Use @StringKey instead of @ViewModelKey. by Daniel Santiago Rivera · 4 years, 6 months ago
  53. f7d8025 Implement HiltViewModelProcessor by Daniel Santiago Rivera · 4 years, 6 months ago