aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-26build: Add device-side support for the AOSP.android-wear-n-preview-3android-wear-n-preview-2android-wear-n-preview-1android-wear-7.1.1_r1android-n-preview-5android-n-preview-4android-n-preview-3android-n-iot-preview-2nougat-mr1-wear-releasen-iot-preview-2Igor Murashkin
2016-03-22build: Add support for building guice within the AOSP (host only).android-n-preview-2Igor Murashkin
2016-03-16android: Add project metadataIgor Murashkin
2016-03-16Merge branch 'upstream-master'Igor Murashkin
2016-03-09Initial empty repositoryBill Yi
2015-04-28Update version to 4.0upstream-masterColin Decker
2015-04-28Merge pull request #920 from google/merge-internal-changesColin Decker
2015-04-28Add more missing @since 4.0 and remove references to *-3.0.jar in extensions'...cgdecker
2015-04-23Merge pull request #919 from google/moe_writing_branch_from_156c8cc762fab971e...Sam Berlin
2015-04-23Remove the snapshot repository that was configured to support dagger-adapter....cgruber
2015-04-23Also fix usages of a couple of @Beta APIs.cgdecker
2015-04-22Merge pull request #917 from mcculls/align-dagger-adapter-nameSam Berlin
2015-04-22Align dagger-adapter name and add it to the Bill-Of-Materials pom.xmlStuart McCulloch
2015-04-22Merge pull request #916 from benmccann/missing-sinceSam Berlin
2015-04-21Add missing @since tags for 4.0Ben McCann
2015-04-21Merge pull request #915 from google/moe_writing_branch_from_156c8cc762fab971e...Sam Berlin
2015-04-21Update dagger-adapter to depend on dagger-2.0 (and swap in the up-to-date api...cgruber
2015-04-21Implement more granular locks for a Singleton scope in Guice.timofeyb
2015-04-21Add a default value and make it true for dagger & guice MapKey.sameb
2015-04-08Merge pull request #911 from mcculls/dependency-stack-performanceSam Berlin
2015-04-05Change initial DependencyStack size from 10 to 16Stuart McCulloch
2015-03-24Merge pull request #912 from google/moe-changesSam Berlin
2015-03-23Some work on issue 910 -- ensure that anonymous keys & typeliterals don'tsameb
2015-03-23Fix ModuleAnnotatedMethodScanners so that they scan modules installed insameb
2015-03-23Add ability to not scope exception to RemoteProviderBindercnester
2015-03-23Move detailed javadoc description down to implementation classStuart McCulloch
2015-03-21Improve performance of internal DependencyStack collectionStuart McCulloch
2015-02-25Merge pull request #905 from google/moe_writing_branch_from_b605a34702d8d8112...Sam Berlin
2015-02-24Further fixes for https://github.com/google/guice/issues/904 -- java8 generatessameb
2015-02-24Add a snapshot repository to guice's parent pom configuration, so it can rely...cgruber
2015-02-24Give the dagger interop extension a name, remove the explicit dependency on t...sameb
2015-02-24s/Set/Optional and fix grammar.sameb
2015-02-24Add a @ProvidesInto{Set,Map,Optional} & MultibindingsScanner that allow userssameb
2015-02-24Rework the public API into scanning for additional @Provides-like annotations.sameb
2015-02-24Fix https://github.com/google/guice/issues/904 -- assistedinject factory methodsameb
2015-02-24Create a dagger/guice interoperability library, which permits (with limitatio...cgruber
2015-02-24Update OptionalBinder javadoc comment to use toInstance() vs to() when a bind...christophf
2015-02-24Fix ElementSource attribution for ModuleAnnotatedMethodScanner bindings.sameb
2015-02-24Minor optimizations to InternalContextlukes
2015-02-03Merge pull request #902 from google/merge-moe-changesSam Berlin
2015-02-03Only warn one per dependency, otherwise log spam can destroy disks. This tim...sameb
2015-02-03Add some SPI methods to allow users to annotate Module methods with arbitrarysameb
2015-02-03Implement my old patch for issue #366, with some tweaks. This does thesameb
2015-02-03Make Guice ignore validation of scope annotations on abstract types for types...dweis
2015-01-26Merge pull request #897 from google/moe_writing_branch_from_1215316c7bae68bde...Sam Berlin
2015-01-24Optimization: move ParameterizedTypeImpl checks out of line.bulach
2015-01-24Change jdk8 profile in pom.xml to use the <reporting> element rather than <re...cgdecker
2015-01-24Add the source of the binding when mapbinder/multibinder fail because of a nullsameb
2015-01-24Remove usages of '_' as a one-character identifiercushon
2015-01-24Merge pull request #889 from tavianator/require-explicit-same-injectorSam Berlin