aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2021-01-11Switch api to implementation in README.Eric Chang
RELNOTES=n/a PiperOrigin-RevId: 351229686
2020-06-29Fix sha for dagger-2.28.1.zip in Dagger README for Bazel users.bcorso
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=317997467
2020-06-22Update Dagger README to fix bazel instructions.bcorso
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=317215889
2020-06-18Split Dagger, Dagger Android, and Hilt Android setup for Bazel usersbcorso
This allows Dagger users to configure targets without requiring android_sdk repository. RELNOTES=N/A ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=316989001
2020-06-12Fix links on Dagger READMEbcorso
RELNOTES=N/A ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=315977048
2020-06-09Add macros for Dagger users to easily import Dagger targets.bcorso
RELNOTES=Update macro and README with instructions for Bazel users. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=315389535
2019-08-23Update Gradle documentationronshapiro
- Java Gradle and Android Gradle are now merged - `compile` is replaced with `api`, and links are added for more information so that advanced usage can consider using `implementation` - Mention kapt This may not be perfect, but it's long overdue. Now we can at least iterate on it. Closes https://github.com/google/dagger/pull/1130 Closes https://github.com/google/dagger/issues/1423 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=265063658
2019-06-05Update the Dagger README doc a bit.ronshapiro
In particular, remove some stale wording and also refer to the project as just "Dagger", not "Dagger 2". It's cleaner. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=251288603
2019-05-30Remove references to Google+jakew
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=250284409
2019-05-30Replace google.github.io/dagger with dagger.devronshapiro
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=250280322
2019-04-16Add instructions to set up a dev environmentPierre-Yves Ricau
Closes https://github.com/google/dagger/pull/1268 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=243314246
2018-08-21Update another link broken by the search.maven.org UI change.cpovirk
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=209434636
2018-08-20Fix links broken by search.maven.org UI change.cpovirk
Fixes https://github.com/google/truth/issues/488 and a similar issue for Dagger. Dagger, like Truth, now links directly to search.maven.org rather than a redirector. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=208827524
2018-08-09Add a missing comma from a bazel config snippet.cgruber
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=207750604
2018-08-01Fix typo in main README.md.Robert Pocklington
Closes https://github.com/google/dagger/pull/1239 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=206928243
2018-04-19Fix link to grpc docs in READMEVolker Leck
Closes https://github.com/google/dagger/pull/1140 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=193422662
2018-04-19Remove unnecessary volatile reads in single check implementationsbcorso
Reduces volatile reads (after memoization) from 3 to 1 in SingleCheck Reduces volatile reads (after memoization) from 2 to 1 in SingleCheckMethodImplementation RELNOTES=n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=192673541
2018-01-18Fix bazel docsronshapiro
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=182115571
2018-01-17Add docs for using Dagger in a bazel buildronshapiro
Fixes https://github.com/google/dagger/issues/871 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=182059883
2017-10-24Add instructions for building with bazelronshapiro
https://github.com/google/dagger/issues/908 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=173117199
2017-08-14Update the README.md to have a space before the xml configuration so it ↵cgruber
properly renders as a source code block. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164866101
2017-07-05Minor readme update: update the issue linkSaid Tahsin Dane
Small change to add an anchor link to the mentioned issue. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=160895809
2017-05-04Fix typoronshapiro
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=154980676
2017-05-03Put modern Maven information first, and older info secondupstream/dagger-2.11-rc2ronshapiro
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=154884662
2017-05-02Update Maven usage in README to suggest annotationProcessorPathsThomas Broyer
Also defer to the README instructions for all build tools (rather than just Gradle) Fixes https://github.com/google/dagger/pull/293 Fixes https://github.com/google/dagger/pull/719 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=154857182
2017-04-07Add documentation for using dagger.androidronshapiro
Closes https://github.com/google/dagger/issues/680 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=152422930
2017-04-05Apply @DoNotMock to AndroidInjectorronshapiro
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=151730894
2017-03-14Remove unnecessary "index.html"s.dpb
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150091783
2016-12-19Add documentation of the Android Databinding + Dagger errors, which are a ↵ronshapiro
common question on Github. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=142452994
2016-11-03Update Android gradle instructions since android-apt is no longer necessary: ↵Ron Shapiro
http://www.littlerobots.nl/blog/Whats-next-for-android-apt/ ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=137435024
2016-08-26Fix README license based on http://google.github.io/dagger/users-guideisogai.shiraji
------------- Created by MOE: https://github.com/google/moe GITHUB_PULL_REQUEST_URL=http://github.com/google/dagger/pull/438 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=131173405
2016-08-01Fix the readme to also have the gradle and other instructions listing 2.x, ↵cgruber
and reference HEAD-SNAPSHOT version for development at head. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=128736446
2016-08-01Update README versions with badge.shaunkawano
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=128726066 GITHUB_PULL_REQUEST_URL=http://github.com/google/dagger/pull/373
2016-07-22Added install info to README for Gradle users.kkovach
Originally proposed in #295, but merged internally for MOE funkiness reasons ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=126070936 GITHUB_PULL_REQUEST_URL=http://github.com/google/dagger/pull/295
2016-04-05Update README with v2.2 and 2.3-SNAPSHOTronshapiro
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=117933593
2016-03-22Bump the build files to 2.2-SNAPSHOTcgruber
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=116998144
2016-01-06Update README file to make the internal and external repositories equivalent.cgruber
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=111145170
2016-01-06Refactor the InjectBindingRegistry to perform validation on the @Inject ↵beder
constructors and members injections, so that they get validated when added during construction of the BindingGraph. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=111129042
2015-11-04Update for release 2.0.2Christian Edward Gruber
2015-08-23Fixes from a code review, pulled into a separate CL to make for easier merging.cgruber
------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=94520028
2015-06-01Update readme to account for dagger 2.0.1Christian Edward Gruber
2015-04-07Update the README.md to reflect the release of Dagger 2.0, fixing up some ↵upstream/dagger-2.0Christian Edward Gruber
filler text, updating versions, and pointing at the right download/repository sources.
2014-11-14update the readme to point at the newer dagger 2 site.Christian Edward Gruber
2014-11-13Fix misspelling of downloadableMinh T. Nguyen
2014-10-30Revert the stupid space.Christian Edward Gruber
2014-10-30Remove a spare space.Christian Edward Gruber
2014-10-30Revert the version information to the variable approach before.Christian Edward Gruber
2014-10-30Fix up some oddities from the merge of the two readme edits.Christian Edward Gruber
2014-10-30Quick and dirty update to the README so it's not massively wrong.Christian Edward Gruber
2014-10-29Remove javawriter (for now) and add dagger-compilerChristian Edward Gruber