Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-18 | Fix NotSerializableException | Kamil Doległo | |
2019-06-06 | Fix some bugs | Kamil Doległo | |
2019-04-29 | Fix Android Gradle Plugin | Kamil Doległo | |
2019-04-15 | Light refactoring | Kamil Doległo | |
2019-04-10 | Rework Gradle plugin, autoconfiguration not working yet | Kamil Doległo | |
2019-03-27 | Rework configuration, fix Gradle plugin | Kamil Doległo | |
2019-03-01 | Fix dokka runtime classpath configuration (#432) | Krystian Ujma | |
#316 Fixed | |||
2019-02-19 | Cleanup http | Simon Ogorodnik | |
2018-05-18 | Enable suppression of generated files for Android plugin 3.2.0-alpha | Simon Ogorodnik | |
Fix #308 | |||
2018-02-20 | Update publish-plugin and fix publishing | Simon Ogorodnik | |
2018-01-29 | Update Gradle Kotlin Runtime dependencies version to 1.1 | Simon Ogorodnik | |
Dokka drops support for Gradle less then 3.5 | |||
2017-11-23 | Clarify Kotlin Versions and config in project | Simon Ogorodnik | |
2017-11-03 | Fix pom generation for dokka-android-plugin | Simon Ogorodnik | |
Workaround for johnrengelman/shadow#334 | |||
2017-10-08 | Update ShadowJar Gradle plugin to 2.0.1 | Simon Ogorodnik | |
2017-10-08 | Replace provided configuration with compileOnly | Simon Ogorodnik | |
2017-06-26 | Update bundled kotlin compiler to 1.1.3 | Simon Ogorodnik | |
2017-06-23 | Suppress output of android.R and other generated stuff in dokka-android | Simon Ogorodnik | |
2017-06-20 | Add default documentation link to android reference for dokka-android | Simon Ogorodnik | |
2017-06-20 | Add gradle integration tests | Simon Ogorodnik | |
2017-06-20 | Configure dokka based on Kotlin compile tasks | Simon Ogorodnik | |
2017-05-15 | Throw exception when unable to collect classpath for android dokka | Simon Ogorodnik | |
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-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-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-01-17 | Fixed problems with 1.0.6 compiler conflict | 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-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-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 |