Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-15 | Fix dokka-android plugin with Android Gradle 2.4.0 build tools | Alex Waters | |
The 2.4.0 build tools delay variant dependency analysis until needed, thus we do the same; delay processing variant configurations until Dokka task execution. Changes also tested on Android Gradle 2.2.0 and 2.3.0. | |||
2017-05-11 | Resolve links in package docs in whole module | Simon Ogorodnik | |
#KT-16485 fixed | |||
2017-05-11 | Add external documentation links argument to gradle, maven, ant | Simon Ogorodnik | |
2017-05-11 | Support linking of external documentation | Simon Ogorodnik | |
Introduce PackageListService #KT-16309 fixed | |||
2017-05-11 | Do not publish private companion object members in public only mode | Simon Ogorodnik | |
#KT-16418 fixed | |||
2017-05-11 | Set jekyll links extension to .html | Simon Ogorodnik | |
GH-92 fixed | |||
2017-05-04 | Add bunch of new parameters to runners | Simon Ogorodnik | |
Such as packageOptions, impliedPlatforms and so on | |||
2017-05-04 | Fix Markdown list spacing, ordering, and erroneous new lines | Alex Waters | |
2017-05-02 | Refactoring internal communication for gradle | Simon Ogorodnik | |
2017-05-02 | Fix missing whitespace around links and tokens in Markdown formatted text | Alex Waters | |
2017-04-25 | Fix bintray dependencies | Simon Ogorodnik | |
2017-04-25 | Fix dependencies for gradle plugin publishing to plugins.gradle.org | Simon Ogorodnik | |
2017-04-25 | Fix <String> escaping in samples for KWS HTML format | Simon Ogorodnik | |
2017-04-24 | Fix wrong maven coordinates on gradle plugin repo page | Simon Ogorodnik | |
GH-146 fixed | |||
2017-04-24 | Fix NPE in gradle plugin | Simon Ogorodnik | |
2017-04-24 | Fix compilation of cli module | Simon Ogorodnik | |
2017-04-24 | Update bundled kotlin-compiler to 1.1.2 | Simon Ogorodnik | |
2017-04-10 | Merge branch 'fix-parse-package-options' | Simon Ogorodnik | |
2017-04-10 | Tweak kws html format to match output of old format | Simon Ogorodnik | |
2017-04-10 | Fix typo in html tag emph -> em | Simon Ogorodnik | |
2017-04-07 | Fix parsing of per package options in CLI mode | Simon Ogorodnik | |
2017-04-04 | Merge pull request #150 from Knize/android-build-tools-2.3 | Simon Ogorodnik | |
Fix dokka-android to support new build tools | |||
2017-03-31 | Fix dokka-android to support new build tools | knize | |
Support getting variantManager after android build tools 2.3.0 API changes Fix for issue #140 | |||
2017-03-29 | Implement assertion replacement templates for samples | Simon Ogorodnik | |
2017-03-29 | Per package options | Simon Ogorodnik | |
2017-03-24 | Fix GFM format crash in Guice | Simon Ogorodnik | |
2017-03-23 | Add support for nice IDEA feature | Simon Ogorodnik | |
2017-03-23 | Fix JVM crash in gradle plugin | Simon Ogorodnik | |
#KT-17016 fixed | |||
2017-03-20 | Fix p tag closing in HTML format's | Simon Ogorodnik | |
2017-03-20 | Deprecate old kotlin-website formats | Simon Ogorodnik | |
2017-03-20 | Create HTML based format for kotlin-website | Simon Ogorodnik | |
2017-03-20 | Merge branch '0.9.14/KT-15497' | Simon Ogorodnik | |
# Conflicts: # core/src/test/kotlin/format/MarkdownFormatTest.kt | |||
2017-03-17 | Merge pull request #143 from kvnxiao/patch-1 | Simon Ogorodnik | |
Update style.css to better fit wide monitor resolutions | |||
2017-03-12 | updated style.css to better fit wide monitor resolutions | Kevin Xiao | |
- use Open Sans in favour of Lato as it is more legible on resolutions higher than 1080p at 100% scaling. - add auto-margin for body to center all text so users dont have to turn their head all the way to the left when reading documentation on resolutions higher than 1080p. | |||
2017-03-09 | Fixed broken links to members of groupNode members | Simon Ogorodnik | |
2017-03-02 | Update kotlin to 1.1.0 | Simon Ogorodnik | |
2017-03-01 | Correct merging of different type namesake declarations between platforms | Simon Ogorodnik | |
2017-03-01 | Fix test | Simon Ogorodnik | |
2017-03-01 | Don't add (platforms) fro kotlin-website format | Simon Ogorodnik | |
2017-02-28 | Correct detecting platform for Extensions on external classes | Simon Ogorodnik | |
2017-02-28 | Split data tags for kotlin-website format | Simon Ogorodnik | |
2017-02-27 | Merge branch 'semoro/multiplatform' | Simon Ogorodnik | |
2017-02-27 | Platform and version requirements for packages. | Simon Ogorodnik | |
Fixed tests. Post review. | |||
2017-02-27 | Render functional type in parenthesis when it in receiver position | Simon Ogorodnik | |
2017-02-27 | Fix loosing of line breaks inside import list for kotlin-website-samples format | Simon Ogorodnik | |
2017-02-27 | Package platforms detected based on it's members, refactored multiplatform ↵ | Simon Ogorodnik | |
tests layout | |||
2017-02-27 | Fix test | Simon Ogorodnik | |
2017-02-27 | data-platform attribute for index rows in kotlin-website format | Simon Ogorodnik | |
2017-02-27 | Update run configuration for building stdlib docs | Dmitry Jemerov | |
2017-02-24 | Merge remote-tracking branch 'origin/0.9.14/BlankLines' | Dmitry Jemerov | |
# Conflicts: # core/src/test/kotlin/format/HtmlFormatTest.kt # core/src/test/kotlin/format/MarkdownFormatTest.kt |