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 | 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-04 | Add bunch of new parameters to runners | Simon Ogorodnik | |
Such as packageOptions, impliedPlatforms and so on | |||
2017-05-02 | Refactoring internal communication for gradle | Simon Ogorodnik | |
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-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-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 | Per package options | Simon Ogorodnik | |
2017-03-23 | Fix JVM crash in gradle plugin | Simon Ogorodnik | |
#KT-17016 fixed | |||
2017-02-24 | Allow to specify implied platforms in Ant scripts | Dmitry Jemerov | |
2017-02-24 | Allow to specify platform for source roots in Ant scripts | Dmitry Jemerov | |
2017-02-24 | Option to skip declarations in root package from generated documentation ↵ | Dmitry Jemerov | |
(they can't be imported anyway) | |||
2017-02-23 | Allow to specify implied platforms in command line; fix parsing of platforms ↵ | Dmitry Jemerov | |
specified in command line | |||
2017-02-23 | Allow specifying implicit platforms for each source root | Dmitry Jemerov | |
2017-01-17 | Fixed problems with 1.0.6 compiler conflict | Simon Ogorodnik | |
2017-01-10 | Various config options now available in Gradle plugin | Simon Ogorodnik | |
2016-12-14 | Hotfix 0.9.11, finally fixed problem with dokka-fatjar resolving | Simon Ogorodnik | |
2016-12-14 | Hotfix 0.9.11, now dokka-android should work properly | Simon Ogorodnik | |
2016-12-14 | Workaround #127 | Simon Ogorodnik | |
2016-12-14 | Manual integration of PR #93 | Simon Ogorodnik | |
2016-12-08 | Dokka ClassLoader for Gradle now complete isolated from Gradle Env | Simon Ogorodnik | |
2016-12-08 | tools.jar (#125), Fixes #85, #58 | Simon Ogorodnik | |
Added hack to adjust publishing pom for maven Added hack to load tools.jar for cli | |||
2016-12-06 | Post-review changes, simplified proxies | Simon Ogorodnik | |
2016-12-02 | Now dokka-fatjar complete isolated from poisonous Gradle environment | Simon Ogorodnik | |
2016-11-10 | Fixed android-gradle-plugin crash with android gradle build tools 2.2.0. ↵ | Simon Ogorodnik | |
Updated gradle wrapper to 2.14.1 to compile with gradle build tools 2.2.0 | |||
2016-11-03 | Updated kotlin-compiler to 1.1-M2-8 (#109) | Simon Ogorodnik | |
2016-11-02 | Build refactoring: Now dokka-fatjar runnable through `java -jar` again | Simon Ogorodnik | |
2016-11-01 | Fix for CI builds #2 | Simon Ogorodnik | |
2016-11-01 | Fix for CI builds | Simon Ogorodnik | |
2016-11-01 | Total build refactoring, prepare for new development iteration | Simon Ogorodnik | |
Removed old and useless build helpers Remove old .xml's from .idea and add .idea/shelf to .gitignore build-docs.xml fixed, dokka_version set to 0.9.10 |