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