1. 3a08964 Add an option to use string keys for dagger.android and allow the keys to be obfuscated by ronshapiro · 7 years ago
  2. 84ec3c6 Use Immutable{Set,Map}.builderWithExpectedSize() if it's available. by sunxin · 8 years ago
  3. e7b8958 Add DaggerElements.getTypeElement(Class<?>). by dpb · 8 years ago
  4. 356a684 Simplify binding expression creation logic. Specifically, make it easier to reason about when we use direct expressions vs. wrapping them in methods vs. creating FIBEs. Make it easier to see that all request kinds other than instance and provider are derived from either instance or provider, and that often instance is derived from provider or the other way around. by dpb · 8 years ago
  5. 09fb2cb Remove delegation from most BindingExpressions. All SimpleInvocationBindingExpressions delegated for any request kind other than INSTANCE and FUTURE, so don't bother creating those. by dpb · 8 years ago
  6. 0c4cddf Add a Binding type to the dagger.model package by ronshapiro · 8 years ago
  7. a5023ca Move DependencyRequest to dagger.model by ronshapiro · 8 years ago
  8. 0a277fd Remove almost all usages of BindingKey by ronshapiro · 8 years ago
  9. 8c3605d Change ComponentBindingExpression Map<BK,BE> to a Table<BK,DR.Kind, BE> by bcorso · 8 years ago
  10. a409c6f Make DaggerTypes and DaggerElements objects that encapsulate and extend Types and Elements, respectively. by dpb · 8 years ago
  11. ba79486 Add an Expression type, which is a tuple of a CodeBlock and the type that it represents. This will help implementing BindingExpressions for @Binds methods, in particular for the following case: by ronshapiro · 8 years ago
  12. ab02939 Create mapKey() methods in generated factories for @MapKey usages that may be inaccessible from the generated component by ronshapiro · 8 years ago
  13. b449911 Inline requests for map bindings by ronshapiro · 8 years ago
  14. e1028b7 Automated rollback of commit 1a5123d0 by sraub · 8 years ago
  15. 6f91026 Inline requests for map bindings by ronshapiro · 8 years ago