aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-19Add Android files to build AutoValue am: 8d0c8f812f am: 0ba096d926r_aml_301500702android-mainline-12.0.0_r55android-mainline-11.0.0_r9android-mainline-11.0.0_r8android-mainline-11.0.0_r7android-mainline-11.0.0_r6android-mainline-11.0.0_r5android-mainline-11.0.0_r45android-mainline-11.0.0_r44android-mainline-11.0.0_r43android-mainline-11.0.0_r42android-mainline-11.0.0_r41android-mainline-11.0.0_r40android-mainline-11.0.0_r4android-mainline-11.0.0_r39android-mainline-11.0.0_r38android-mainline-11.0.0_r37android-mainline-11.0.0_r36android-mainline-11.0.0_r35android-mainline-11.0.0_r34android-mainline-11.0.0_r33android-mainline-11.0.0_r32android-mainline-11.0.0_r31android-mainline-11.0.0_r30android-mainline-11.0.0_r3android-mainline-11.0.0_r29android-mainline-11.0.0_r28android-mainline-11.0.0_r27android-mainline-11.0.0_r26android-mainline-11.0.0_r25android-mainline-11.0.0_r24android-mainline-11.0.0_r23android-mainline-11.0.0_r22android-mainline-11.0.0_r21android-mainline-11.0.0_r20android-mainline-11.0.0_r19android-mainline-11.0.0_r18android-mainline-11.0.0_r17android-mainline-11.0.0_r16android-mainline-11.0.0_r15android-mainline-11.0.0_r14android-mainline-11.0.0_r13android-mainline-11.0.0_r12android-mainline-11.0.0_r10android11-mainline-tethering-releaseandroid11-mainline-sparse-2021-jan-releaseandroid11-mainline-sparse-2020-dec-releaseandroid11-mainline-releaseandroid11-mainline-permission-releaseandroid11-mainline-os-statsd-releaseandroid11-mainline-networkstack-releaseandroid11-mainline-media-swcodec-releaseandroid11-mainline-media-releaseandroid11-mainline-extservices-releaseandroid11-mainline-documentsui-releaseandroid11-mainline-conscrypt-releaseandroid11-mainline-cellbroadcast-releaseandroid11-mainline-captiveportallogin-releaseColin Cross
2020-06-19Merge tag auto-value-1.7.3^ into master am: b6571d386f am: 17516cb506Colin Cross
2020-06-19Add Android files to build AutoValue am: 8d0c8f812fColin Cross
2020-06-19Merge tag auto-value-1.7.3^ into master am: b6571d386fColin Cross
2020-06-18Add Android files to build AutoValueplatform-tools-30.0.4android-r-beta-3android-r-beta-2Colin Cross
2020-06-17Merge tag auto-value-1.7.3^ into masterColin Cross
2020-06-17Initial empty repositoryInna Palant
2020-06-09Change links from google.github.io/guava to guava.dev, including making sure ...cpovirk
2020-06-09Change error reporting methods to use format strings.emcmanus
2020-06-09Copy annotations from `@AutoValue.Builder` to the generated `Builder` subclass.emcmanus
2020-05-20Drop unnecessary parentheses in AutoAnnotation `equals` and `hashCode` methods.emcmanus
2020-05-20Defer processing in `@AutoValue` classes if any abstract method has an undefi...emcmanus
2020-05-17Demonstrate a static copy function instead of .clone()diamondm
2020-05-13Fix 3 ErrorProneStyle findings:clshepherd
2020-05-08Have SerializableAutoValueExtension declare that it is "isolating".emcmanus
2020-05-01Allow boxed @AutoValue properties to be set from the corresponding primitive ...emcmanus
2020-04-28Upgrade AutoValue tests to more recent compile-testing APIs.emcmanus
2020-04-27Generalize the logic for determining if we can make a BarBuilder out of a Bar.emcmanus
2020-04-22[AutoValue] Add serializable extension's g3doc to the opensource filegroup.alvinlao
2020-04-15Update versions of Truth and Compile-testing.Sean Sullivan
2020-04-10Warn if an @AutoValue.Builder class contains a static builder method.emcmanus
2020-04-10Fix the SerializableAutoValueExtension from crashing if an AutoValue contains...alvinlao
2020-04-10Release the SerializableAutoValue extension.alvinlao
2020-04-01Fix broken link in howto.mdcpovirk
2020-03-16Refactor BasicAnnotationProcessor (3 of 3)bcorso
2020-03-16 Use try-with-resources for Files.walk. Otherwise the Stream is not closed c...emcmanus
2020-03-13Apply a hack to OverridesTest so that it will work with newer versions of ecj.emcmanus
2020-03-13Refactor BasicAnnotationProcessor (2 of 3)bcorso
2020-03-12Migrate CompileWithEclipseTest to open source.emcmanus
2020-03-11Update auto-factory dependencies.emcmanus
2020-03-10Refactor BasicAnnotationProcessor (1 of 3)bcorso
2020-03-04Minor reformatting of markdowncpovirk
2020-03-04Omit java7_compat_test.sh from open-source codebase.cpovirk
2020-02-11If AutoValue detects an error, don't invoke extensions or generate code.emcmanus
2020-02-10Add type parameters to void AutoOneOf values.grahamrogers
2020-01-16AutoValue best practices: mention that subclassing is now prevented.ghm
2020-01-13Make it an error if a setter has a @Nullable parameter when the property bein...emcmanus
2020-01-10Delete Auto-Parent pom.xml entirely.cpovirk
2020-01-10Add MoreTypes.isConversionFromObjectUnchecked. This method tells, for a given...emcmanus
2020-01-02Improve toString alignment in AutoValue's toString.ghm
2020-01-02When checking builder setter parameters, use the final type. The final type i...emcmanus
2019-12-18Fix 1 ErrorProneStyle finding:clshepherd
2019-12-16Suggest calling out a misuse in AutoValue regarding @Nullable fields.yunqin
2019-12-06Simplify CastingUncheckedVisitor by passing the default value to the supercla...dpb
2019-12-06Fix spacing in generated toString() for @AutoOneOf.emcmanus
2019-12-02Use CLASS retention for @AutoService.emcmanus
2019-12-02In TemplateVars, check that getResource returns non-null. This check is redun...emcmanus
2019-12-02Improve Maven instructions for AutoValue.emcmanus
2019-11-26Rollback 28a2c791575a7e4545293169bea0921b81363a3dludo
2019-11-25Use CLASS retention for @AutoServiceemberrose