Commit Graph

31 Commits

Author SHA1 Message Date
Ilya Matveev a576ee4b7d Switch to Gradle 5.1 2019-02-22 14:57:10 +03:00
Nikolay Igotti 0078f20992 Bump versions in ANdroid native activity sample. 2019-02-07 11:06:21 +03:00
Dmitriy Dolovov daf1a5fb8c Kotlin/Native samples ported to MPP Gradle DSL (#2261) 2018-10-26 12:16:13 +07:00
Ilya Matveev 196ca34d5b Update: Gradle 4.10 (#2187)
Update: Gradle 4.10
2018-10-10 12:37:00 +03:00
Ilya Matveev 7f00e581b5 [gradle-plugin] Depend on Kotlin 0.9.0-native (#1993)
* [gradle-plugin] Depend on Kotlin 0.9.0-native

* [gradle-plugin] Use test artifacts from eap repo
2018-09-10 16:42:19 +07:00
Sergey Bogolepov 918d131285 Fixed samples for 0.9 (#2002) 2018-09-04 18:51:47 +07:00
Ilya Matveev 6750ef59bb Reference EAP Kotlin repo in readme and samples 2018-08-31 18:07:36 +07:00
Vasily Levchenko c78d070455 [compiler][update] 1.3-M2-eap-33 / build: 1.3-M1-eap-77 2018-08-21 18:44:55 +03:00
Ilya Matveev d72db9226b Provide a task to generate all Gradle wrappers in the project 2018-06-09 14:30:18 +03:00
Nikolay Igotti 5b087ae04c Improve Android native sample, add basic Java bridge. (#1606) 2018-05-24 18:20:59 +03:00
Nikolay Igotti ddcbe68a5b Implement scope-local C pointer. (#1471) 2018-04-05 19:30:10 +03:00
Ilya Matveev fc52f14965 [samples] Update calculator sample structure 2018-04-04 12:31:26 +07:00
Nikolay Igotti 2812480af9 Documentation fixes. (#1377) 2018-03-02 14:15:53 +03:00
Ilya Matveev e879fcec75 [samples] Fix android sample in bundle 2018-02-12 19:02:33 +03:00
Sergey Bogolepov 0ce85df549 Minor fixes for samples
Added homebrew paths for videoplayer sample
Fixed android sample
chmod +x calculator/androidApp/gradlew
Removed obsolete stubGenerator for html5canvas
2018-02-12 19:02:33 +03:00
Ilya Matveev 3a1a6fd6fb samples: Port android build to stable android gradle plugin 2017-11-13 13:02:15 +07:00
Ilya Matveev 6809c6482c gradle-plugin: Add project extension for global parameters
Add 'konan' project extension with the following properties:
 * targets
 * languageVersion
 * apiVersion

Remove languageVersion and apiVersion compilation task parameters.
2017-10-20 17:09:23 +03:00
Ilya Matveev 9c31594441 gradle-plugin: Improve artifact naming in DSL
* Replace 'baseDir' task method with 'destinationDir' allowing
   a user to set the full path to an artifact built
 * Rename outputName -> artifactName
2017-10-20 17:09:23 +03:00
Ilya Matveev 6cc9ca211f samples: Fix android sample after gradle plugin rework 2017-10-20 17:09:23 +03:00
Ilya Matveev eea0eb7e9f samples: Use reworked DSL in gradle builds 2017-10-20 17:09:23 +03:00
Vasily Levchenko 1109163fd8 [samples] feedback review 2017-10-12 15:17:06 +03:00
Vasily Levchenko fbb0c35d08 [samples][androidNativeActivity] drop usage internal pointerSize 2017-10-12 15:17:06 +03:00
Vasily Levchenko 43f351d3e3 [sample][polyhedron] use platform libs 2017-10-12 15:17:06 +03:00
Vasily Levchenko 3cdb101df6 [sample][polyhedron][doc] prerequisites 2017-10-12 15:17:06 +03:00
Nikolay Igotti eb0415b2e5 Fix Android build (#886) 2017-09-26 15:10:25 +03:00
Nikolay Igotti d7ad69e85d Minor Android manual tweaks 2017-09-05 18:51:51 +03:00
Igor Chevdar 44620c1428 Some fixes in android sample 2017-06-22 14:58:33 +03:00
Nikolay Igotti c1d65ffede Fix warnings (#690) 2017-06-22 13:53:03 +03:00
Igor Chevdar 919ea4e8f7 Fixed android build 2017-06-20 20:01:43 +03:00
Nikolay Igotti aa9592e2a5 Doc tweaks (#686) 2017-06-20 19:52:42 +03:00
Igor Chevdar 3a55c123d7 Sample: textured dodecahedron rotated by fingers 2017-06-15 19:04:58 +03:00