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