Tags: Ravi1988/dagger
Tags
Propogate @GwtIncompatible annotations to generated factories Fixes google#121 (finally) ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=156005530
Put modern Maven information first, and older info second ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=154884662
Use Mockito.anyLong() instead of any(Long.class) See b/34165691#comment16 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=153873219
Remove support for building with Maven Dagger is now fully built using Bazel. The `mvn` binary is still required on travis in order to publish snapshots, and required by the release process, but not during typical development. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150209632
MoreTypes.asWildcard() is not yet released in auto-common ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=149591891
Inject Activities before calling super.onCreate() Fragments are attached in super.onCreate(), where they get injected, and therefore need the activity to have already been injected. Fixes google#598 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=149038239
Convert deploy scripts to use Bazel Once the first release to Maven Central is completed with Bazel, all maven related files will be removed. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=148103405
PreviousNext