aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/kotlin/format
AgeCommit message (Expand)Author
2020-04-07Fix formatting for deprecation warnings, and add a test. Doesn't fix replacem...androidx-swiperefreshlayout-releaseOwen Gray
2020-02-13Add support for Kotlin input in dac tests.Aurimas Liutikas
2020-02-05Refactor dac tests to use the same source for dac and dac-as-java testsAndrea Falcone
2020-02-04Add tests for links to other classes in method return or parameters.android-r-preview-1Aurimas Liutikas
2020-01-31Rewrite how DAC tests are structured.Aurimas Liutikas
2020-01-29Start showing visibility modifiers in full method details.Aurimas Liutikas
2019-12-12Implement display of Java default constructorsAndrea Falcone
2019-12-10Add 2 tests for existing dac formatAndrea Falcone
2019-12-02Add a test to cover Java constructorAndrea Falcone
2019-11-25Updated test for dac-as-java format to use the full dac formatAndrea Falcone
2019-11-22Add a test for dac-as-java formatAndrea Falcone
2019-07-10Adding Dokka source to AOSPTiem Song
2018-06-19Replace Dokka source with a Dokka maven repo (see ./maven).Doug Sigelbaum
2018-02-06Merge remote-tracking branch 'upstream/java-layout-html-format' into devsite-...Douglas Sigelbaum
2018-02-02Take See Also into additional section, fix section headersSimon Ogorodnik
2018-02-01Merge remote-tracking branch 'upstream/java-layout-html-format' into devsite-...Douglas Sigelbaum
2018-02-01Implement inbound links in java layout htmlSimon Ogorodnik
2018-01-24Fix build by implementing template service and disable a failing test.Douglas Sigelbaum
2018-01-22Merge remote-tracking branch 'upstream/java-layout-html-format' into devsite-...Douglas Sigelbaum
2018-01-20Support constants from Java in KK modeSimon Ogorodnik
2018-01-20Add test for <T : A> T.extensionSimon Ogorodnik
2018-01-20Support constants extraction for KotlinSimon Ogorodnik
2018-01-19Support extensions on external classes correctlySimon Ogorodnik
2018-01-18Correctly support code blocksSimon Ogorodnik
2018-01-17Support propagating inherited extensions from librariesSimon Ogorodnik
2018-01-12Support deep inheritance with external classesSimon Ogorodnik
2018-01-11Add test case for JavaLayoutHtmlFormat, add simple testsSimon Ogorodnik
2017-12-07Merge branch 'java-layout-html-format' into devsite-with-java-layout-htmlSimon Ogorodnik
2017-12-05Uncomment and fix some special case testsSimon Ogorodnik
2017-12-05Append line before file path in testDataSimon Ogorodnik
2017-12-05Check file path in testData, when more then one nodeSimon Ogorodnik
2017-12-04Introduce test case with preset FileGeneratorSimon Ogorodnik
2017-12-02Update tests to new realitySimon Ogorodnik
2017-11-29Add test for wide range since kotlin versionsSimon Ogorodnik
2017-11-28Remove JDK links test to pass build.Douglas Sigelbaum
2017-11-27Add language version argumentsSimon Ogorodnik
2017-11-21Fix suppressing of companion when it implements some interfaceSimon Ogorodnik
2017-11-21Auto-expand type-aliases excluded from documentationSimon Ogorodnik
2017-11-21Fix find node by signature when referencing type parameterSimon Ogorodnik
2017-11-21Fix find node by signature when linking to extension with Type ParamSimon Ogorodnik
2017-11-20Support receiver referenceSimon Ogorodnik
2017-11-02#228: Correctly render multiline indented code blocksSimon Ogorodnik
2017-06-26Workaround top-level java class name not match filenameSimon Ogorodnik
2017-06-07Fix StringOutOfBoundsException in link mappingSimon Ogorodnik
2017-05-18Support reference-style markdown links in KDocSimon Ogorodnik
2017-05-18Fix invalid line breaks in table cells for markdown formatsSimon Ogorodnik
2017-05-16Fix runner parameters for consistency, add default link to stdlibSimon Ogorodnik
2017-05-11Resolve links in package docs in whole moduleSimon Ogorodnik
2017-05-04Fix Markdown list spacing, ordering, and erroneous new linesAlex Waters
2017-05-02Fix missing whitespace around links and tokens in Markdown formatted textAlex Waters