summaryrefslogtreecommitdiff
path: root/project-wizard
AgeCommit message (Expand)Author
2020-10-19Wizard: clean activity_main.xml & AndroidManifest.xml filesIlya Kirillov
2020-10-19Wizard: simplify android configurationIlya Kirillov
2020-10-01Add useAndroidX property into mobile library template KT-42123Kirill Shmakov
2020-10-01Clarify test names to avoid clashes in resolveKirill Shmakov
2020-09-28[wizard] fix testsDmitry Gridin
2020-09-21Added missing dependency to core.ui module to fix compilationAlexander Podkhalyuzin
2020-09-18Wizard: fix not auto-updated artifactId on project name changeIlya Kirillov
2020-09-18Wizard: add missing jvm target version for tests in Groovy DSLIlya Kirillov
2020-09-18Wizard: ignore Kotlin repo in testsIlya Kirillov
2020-09-11[Wizard] Update versions in wizardIlya Goncharov
2020-09-11[Gradle, JS] Add simple files without kotlinx.htmlIlya Goncharov
2020-09-11Wizard: move boolean setting description to the bottomIlya Kirillov
2020-09-11Wizard: fix when first selected template cannot be appliedIlya Kirillov
2020-09-11Wizard: always generate android MPP testsIlya Kirillov
2020-09-11Wizard: fix Gradle buildscript formattingIlya Kirillov
2020-09-11Wizard: specify test platform to use on JVMIlya Kirillov
2020-09-11Wizard: fix path & artifactId updating on name updateIlya Kirillov
2020-09-11[Wizard, JS] Change js compiler defaultIlya Goncharov
2020-09-11Support Android StudioNikita Bobko
2020-09-04Wizard: navigate to wizard help page when clicking help buttonIlya Kirillov
2020-09-04Wizard: use compileKotlin for groovy instead of direct KotlinCompile task accessIlya Kirillov
2020-09-04[Wizard, JS] Remove duplicating descriptionsIlya Goncharov
2020-09-04[Wizard, JS] Add descriptions to wizard optionsIlya Goncharov
2020-08-31Wizard: add descriptions for some settingsIlya Kirillov
2020-08-31Wizard: add descriptions for settingsIlya Kirillov
2020-08-31[JS, Wizard] Use react template in full stackIlya Goncharov
2020-08-31[JS, Wizard] Use IR in gradle.properties and otherwise use as a paramIlya Goncharov
2020-08-31[JS, Wizard] Set js compiler per moduleIlya Goncharov
2020-08-31Wizard: fix filtering values in DropDownComponentIlya Kirillov
2020-08-31[JS, Wizard] Add different compilers for JS wizardIlya Goncharov
2020-08-31[JS, Wizard] Add react template pluginIlya Goncharov
2020-08-31[JS, Wizard] Add redux and react routerIlya Goncharov
2020-08-31[JS, Wizard] Add react application templateIlya Goncharov
2020-08-31[JS, Wizard] Add react application templateIlya Goncharov
2020-08-31[JS, Wizard] Separate browser application without reactIlya Goncharov
2020-08-31[JS, Wizard] Move subtarget settings in separate objectIlya Goncharov
2020-08-31[JS, Wizard] Fix source set name for js wizardIlya Goncharov
2020-08-31Wizard: fix invalid path in generated buildscript on windowsIlya Kirillov
2020-08-31Wizard: fix missing module templatesIlya Kirillov
2020-08-31Update main wizard testsKirill Shmakov
2020-08-31Wizard: switch androidx.core -> android.materialKirill Shmakov
2020-08-31Wizard: add android.useAndroidX propertyKirill Shmakov
2020-08-31Wizard: switch android:allowBackupKirill Shmakov
2020-08-31Wizard: update Android Appcompat versionKirill Shmakov
2020-08-31Wizard: update Android Gradle plugin versionKirill Shmakov
2020-08-25Update wizard testsKirill Shmakov
2020-08-25Wizard: add missing test dependencyKirill Shmakov
2020-08-25Support hmpp in templateKirill Shmakov
2020-08-25Wizard: fix ExpectedFileTest.ktIlya Kirillov
2020-08-21Use RunAll in all Kotlin tearDown() implementationsYan Zhulanow