Android CTS 12.1 Release 3 (8875348)
  1. cd109d2 [LSC] Add LOCAL_LICENSE_KINDS to external/auto by Bob Badour · 3 years, 4 months ago android-s-preview-1
  2. 2828aa1 Merge tags 'auto-value-1.7.4' and 'auto-common-0.11' by Colin Cross · 3 years, 7 months ago
  3. da84ef1 Tests related to e62e0abd2fbdfd2512c292ef95d4d152a5ca0691 by emcmanus · 4 years ago
  4. 8d0c8f8 Add Android files to build AutoValue by Colin Cross · 4 years ago android-r-beta-2 android-r-beta-3 platform-tools-30.0.4
  5. e62e0ab Fix a problem with references to Factory classes in other packages. by emcmanus · 4 years, 1 month ago
  6. 9db5eff Update auto-factory dependencies. by emcmanus · 4 years, 4 months ago
  7. c57286e Omit java7_compat_test.sh from open-source codebase. by cpovirk · 4 years, 4 months ago
  8. 2e91aaf Fix 1 ErrorProneStyle finding: by clshepherd · 4 years, 6 months ago
  9. 79c9d15 Improved AutoFactory error message by martinsimpson · 4 years, 8 months ago
  10. c35f5c3 Prevent stack overflow caused by self referencing types (ex: E extends Enum<E>). by gsaul · 4 years, 11 months ago
  11. e63019a Add support for type parameters to @AutoFactory. by gsaul · 4 years, 11 months ago
  12. 12436cc Don't crash processing classes in the default packages by cushon · 5 years ago
  13. 0af845f Actually include the Gradle Incap processor so that the right manifest files are written by ronshapiro · 5 years ago
  14. 1ee9342 Don't compare TypeMirrors using Object#equals by cushon · 5 years ago
  15. 2a52c55 Make AutoFactory an isolating annotation processor in Gradle by ronshapiro · 5 years ago
  16. 4fb9534 Add an originating element for AutoFactory types by ronshapiro · 5 years ago
  17. a8ecd1f Don't compare TypeMirrors using Object#equals by cushon · 5 years ago
  18. f3fbb3b Stop using auto-parent. by cpovirk · 5 years ago
  19. 5ff5e37 Update copyrights to say Google LLC instead of Google Inc. by emcmanus · 5 years ago
  20. 8dc495b Use --release 7 for auto Java 7 tests, and don't run on JDK 7 by cushon · 5 years ago
  21. cdd39ee Update to auto-parent 7 to get the latest version of Guava by ronshapiro · 6 years ago
  22. 99af6e1 Fix handling of @Generated in tests after 715b8eb505649a4acaaa5889d4f4b51a91dd8a91, 0383c1cf7472d7444463353aa2ac956c9471130a by cushon · 6 years ago
  23. 715b8eb Choose @Generated based on the source version, not the classpath. by cushon · 6 years ago
  24. 4d6df14 Add support for type-annotations and CheckerFramework nullable types to @AutoFactory by ronshapiro · 6 years ago
  25. a3b5ba2 Use latest versions of auto-common (0.10) and auto-service (1.0-rc4). by dpb · 6 years ago
  26. 69fb0e4 Update references to auto-parent 6. by dpb · 6 years ago
  27. 8a81a85 Use auto-value 1.5.3. by dpb · 7 years ago
  28. e7748be Write the correct @Generated annotation within auto-factory. by dpb · 7 years ago
  29. 033e44f Update version of auto-common to 0.9. by dpb · 7 years ago
  30. 3f43904 Use dependency and plugin management from auto-parent v5. Use latest dependencies and plugins for the functional test poms (which don't use auto-parent). by dpb · 7 years ago
  31. 0eccc47 Prepare AutoFactory for Java 9: by ronshapiro · 7 years ago
  32. b79c170 Do not prepend outer classnames to the generated @AutoFactory class name if a by cwgordon · 7 years ago
  33. 7c7b50a Emit a checkNotNull method in all generated factories instead of packaging a runtime dependency for one method. by ronshapiro · 7 years ago
  34. 6a4ffdc Add a test that will ensure that AutoFactory continues to generate Java7-compatible code, even if the processor itself is changed so it only runs on Java 8. by emcmanus · 7 years ago
  35. 96e3f54 Fix test which asserted the existence of a diagnostic on an annotation value, which was not correctly implemented by javac. by ronshapiro · 7 years ago
  36. 319dfe7 Use google-java-format's FormattingFiler. by ronshapiro · 8 years ago
  37. 1237ddf Update the integration test pom.xml files to use a version of maven-jar-plugin that isn't broken on ubuntu, causing multi-minute jar times. And while here, bump them all to 2.6 (2.5+ is fine, but may as well, and may as well be consistent.) by cgruber · 8 years ago
  38. 1fececc Allow varargs on @AutoFactory methods by ronshapiro · 8 years ago
  39. ac41c11 Rename FactoryImplementingGenericInterfaceExtensionFactory file to match the name of the class by ronshapiro · 8 years ago
  40. facfc7e Fix Java source files under third_party/java_src/auto so that they follow the new simplified import rules. by emcmanus · 8 years ago
  41. fe75dbf Disambiguate provider field's names in generated factories by ronshapiro · 8 years ago
  42. 1f36b37 Allow Provider<> parameters on a create() method by ronshapiro · 8 years ago
  43. 363d9e5 Fix name of a test data class by ronshapiro · 8 years ago
  44. 449e1f2 Remove workarounds for bugs/missing features before JavaPoet 1.7 by ronshapiro · 8 years ago
  45. aca94dc Support @Nullable parameters for @AutoFactory by ronshapiro · 8 years ago
  46. c64bf47 Automated g4 rollback of changelist 125191485. by jmittleman · 8 years ago
  47. 994ba30 Support @Nullable parameters for @AutoFactory by ronshapiro · 8 years ago
  48. a756ee6 Use double-checked locking for @Memoize methods. by dpb · 8 years ago
  49. f1b83fc Add a note that states that you have to use @Qualifier instead of @BindingAnnotation in order for the generated code to work correctly. by zhuht · 8 years ago
  50. d74609c Update []'s maven to JavaPoet 1.7 by ronshapiro · 8 years ago
  51. 53b37e8 Update Dagger info in poms by ronshapiro · 8 years ago
  52. 0ef134d Update to Guava 19 by ronshapiro · 8 years ago
  53. 040372c Update Javapoet to 1.6.1 by ronshapiro · 8 years ago
  54. dac3fb5 When checking FactoryMethodDescriptor's and ImplementationMethodDescriptor's for duplicates, remove the ImplementationMethodDescriptor and set the FactoryMethodDescriptor to be overriding and have the same visibility. by alanrussian · 8 years ago
  55. 30cea62 When deduping methods that are inherited from an interface, only check the types to decide equality. by alanrussian · 8 years ago
  56. ff523ae Automated g4 rollback of changelist 115670868. by ronshapiro · 8 years ago
  57. dbd618b Support @Nullable parameters for @AutoFactory by ronshapiro · 8 years ago
  58. 1a906e8 Convert @AutoFactory to JavaPoet by ronshapiro · 8 years ago
  59. 58ad0b2 Automated g4 rollback of changelist 114460941. by ronshapiro · 8 years ago
  60. 5cffa70 Convert @AutoFactory to use JavaPoet. by ronshapiro · 8 years ago
  61. 9e78da9 Fix auto factory issue where multiple copies of the same method can be generated when inherited from an interface. by oni · 8 years ago
  62. 317dcc8 Migrate users from c.g.c.base.Objects to MoreObjects. by kak · 9 years ago
  63. d7eb644 Bump poms to the latest main releases. by cgruber · 9 years ago
  64. 0a19f51 Close javadoc h2 tag in javadoc. by erikbodzsar · 9 years ago
  65. 89291d9 Make service and factory use maven-jar-plugin 2.5 to speed up builds on ubuntu (and bring the other two in consistency with value and common) by cgruber · 9 years ago
  66. bee3b1c Name factories for nested classes using the enclosing class names, not just the annotated class name. For example, the factory for Foo.Bar is named Foo_BarFactory instead of just BarFactory. by dpb · 9 years ago
  67. 0c10bc7 Correctly generate code when a @Provided parameter has a primitive type. by dpb · 9 years ago
  68. 26eaf2f Fix scope for auto-service (fixes issue #249) by lukes · 9 years ago
  69. 9868b62 If a @Provided parameter to an @AutoFactory constructor is a Provider<T>, then the generated factory should just pass its Provider<T> rather than trying to inject a Provider<Provider<T>. by dpb · 9 years ago
  70. a1e83fb When a @Provided key has more than one candidate name, correctly use the key's string representation as part of the factory's field name. by dpb · 9 years ago
  71. 72ee755 This CL fixes @AutoFactory to support qualifiers with parameters. by jart · 9 years ago
  72. 858ac6a Automated g4 rollback of changelist 94700822. by cgruber · 9 years ago
  73. 0d82054 This CL fixes @AutoFactory to support qualifiers with parameters. by jart · 9 years ago
  74. b1aca4d Fix a bug that causing invalid code generated when using multiple AutoFactories implementing same interface. by Oleksandr Gumen · 9 years ago
  75. 56a1e5b Restore development snapshot version. by Christian Edward Gruber · 9 years ago
  76. ee8b39b Bump parent pom reference. by Christian Edward Gruber · 9 years ago
  77. fa4d08e Prepare to release auto-factory 1.0-beta2 by Christian Edward Gruber · 9 years ago
  78. 3fa0901 Remove dagger from the auto-factory processor, removing in the process a dependency in the open-source build. Depending on dagger was proving problematic for users who used it WITH dagger - and while it could be easily proguarded/shaded away, using automated dependency injection here is a net-loss in complexity over manual, as this is simply not a terribly complex structure of collaborating objects to wire up. by cgruber · 9 years ago
  79. 9c9dc0b Fix to account for Dagger 2.x changing its prefix. by gak · 9 years ago
  80. fe6f400 Update auto-factory poms to account for dagger 2 usage. by Christian Edward Gruber · 9 years ago
  81. 471e59e Move AutoFactory processor to dagger 2. by erikbodzsar · 9 years ago
  82. e0e2394 Don't make autofactories final based on a new "allowSubclasses" parameter. by sameb · 9 years ago
  83. a421ca3 Fix a typo on ImplemetationMethodDescriptor. by jwilson · 9 years ago
  84. 66db619 Add missing '.processor' by Chris Purcell · 10 years ago
  85. 258ba28 Fix minor typo in generated code in README.md by Chris Purcell · 10 years ago
  86. 9f52485 Bump auto-project dependencies to stable release versions and remove the now-obsolete common version stuff in the parent. by cgruber · 10 years ago
  87. cb266e8 Simplify the check for valid Java identifiers in AutoFactory by using the well-hidden method that the annotation processing API provides for exactly that. by emcmanus · 10 years ago
  88. c145ca9 Remove an annoying note that wasn't that useful, but showing up in build output. by gak · 10 years ago
  89. d9c32b3 Fix the SuperficialValidator to properly handle unreasonable AnnotationValues (specifically "<any>" and "<error>" strings appearing instead of real values where there are missing imports or other upstream compilation issues). Migrate isTypeOf from Dagger to perform the key test (is there a sane match between the expected annotation value type and the type returned by the processor environment) by cgruber · 10 years ago
  90. 5d41d65 Force maven builds to update any snapshot dependencies in Travis, and add missing/out-of-date dependency information and versions to the various pom files. by Christian Edward Gruber · 10 years ago
  91. 9d06fe0 Migrate from Truth.ASSERT to Truth.assert_. by Christian Edward Gruber · 10 years ago
  92. bc62180 Update Truth package name to the new location. by Christian Edward Gruber · 10 years ago
  93. 05864d7 Add docs for AutoFactory#className. by Gregory Kick · 10 years ago
  94. c9e3809 Fix up some references to the maven artifacts, and make cleaner version variable. by Christian Edward Gruber · 10 years ago
  95. 6c9646c Add a README.md to auto-service, and fix some errors in factory/README.md. by Christian Edward Gruber · 10 years ago
  96. 3fc27fb Move snapshot dependencies to proper release versions. by Christian Edward Gruber · 10 years ago
  97. ebf54db Delete stray file caused by a bad moe config earlier on. by Christian Edward Gruber · 10 years ago
  98. a5d9188 Fix moe config to propertly place the Packageless* tests, which otherwise get caught and sent to the opensource folder. by Christian Edward Gruber · 10 years ago
  99. a9d4aca Mark test with JUnit4 runner by Christian Edward Gruber · 10 years ago
  100. 85db56d Copy the SCM urls to the sub-projects to keep maven from mangling them. by Gregory Kick · 10 years ago