Alexey Tsvetkov
|
563dc37c9b
|
Add desktop application Gradle plugin
For simplified packaging and running an app
|
2020-10-29 20:40:27 +03:00 |
|
Alexey Tsvetkov
|
2451d79d06
|
Remove unnecessary META_INF/gradle-plugins/*.properties files
That's already handled by java-gradle-plugin configuration
(a plugin for Gradle plugin development)
|
2020-10-29 20:40:27 +03:00 |
|
Alexey Tsvetkov
|
acd734c653
|
Add local dir repository
So it's easy to see all published artifacts
|
2020-10-29 20:40:27 +03:00 |
|
Alexey Tsvetkov
|
3573807e03
|
Fix repository name
|
2020-10-29 20:40:27 +03:00 |
|
Alexey Tsvetkov
|
279826275a
|
Enable parallel build by default
|
2020-10-29 20:40:27 +03:00 |
|
Alexey Tsvetkov
|
a8e34eddad
|
Refactor gradle-plugin build configuration to allow other plugins
So other plugins can be added to separate subprojects
|
2020-10-29 20:40:27 +03:00 |
|
Alexey Tsvetkov
|
09083131ff
|
Add .idea to gitignore
|
2020-10-29 20:40:27 +03:00 |
|
Nikolay Igotti
|
b9b0064d7b
|
Move some sameples to dev109
|
2020-10-29 13:42:51 +03:00 |
|
Igor Demin
|
c7d1446f9b
|
Merge pull request #36 from JetBrains/codeviewer
Code Viewer Example
|
2020-10-28 16:46:44 +03:00 |
|
Igor Demin
|
f9d3c56b0c
|
Multiplatform template in IDEA / Android Studio. Refactoring
|
2020-10-28 15:10:59 +03:00 |
|
Igor Demin
|
94f8239087
|
Fix gradlew permissions
|
2020-10-28 14:46:10 +03:00 |
|
Nikolay Igotti
|
f054e41879
|
Merge pull request #35 from JetBrains/jimgoog-patch-1
Update main.md
|
2020-10-28 11:52:25 +03:00 |
|
Nikolay Igotti
|
73e85dede1
|
Merge pull request #37 from JetBrains/remove_copyright
Remove "Copyright 2020 The Android Open Source Project"
|
2020-10-28 11:51:58 +03:00 |
|
Igor Demin
|
6009cdd6cb
|
Remove "Copyright 2020 The Android Open Source Project"
|
2020-10-28 11:16:55 +03:00 |
|
Igor Demin
|
451f8084b7
|
Merge pull request #30 from JetBrains/fix_multiplatfrom_template
Fix multiplatform projects in IDEA / Android Studio
|
2020-10-28 11:06:53 +03:00 |
|
Igor Demin
|
872e752f3e
|
Multiplatform template in IDEA / Android Studio. Add comment about issue
|
2020-10-28 11:05:57 +03:00 |
|
Igor Demin
|
6c2457240b
|
Multiplatform template in IDEA / Android Studio. Add comment about issue
|
2020-10-28 11:05:15 +03:00 |
|
Igor Demin
|
1fdbf6868d
|
Merge remote-tracking branch 'origin/master' into fix_multiplatfrom_template
# Conflicts:
# examples/imageviewer/desktop/build.gradle.kts
# examples/issues/desktop/build.gradle.kts
# examples/todoapp/desktop/build.gradle.kts
# templates/multiplatform-template/desktop/build.gradle.kts
|
2020-10-28 10:59:00 +03:00 |
|
Igor Demin
|
cf3eaca690
|
Code Viewer Example, fix typo
|
2020-10-28 10:49:28 +03:00 |
|
Igor Demin
|
e625072767
|
Code Viewer Example, comment about file in assets/data
|
2020-10-28 10:44:37 +03:00 |
|
Igor Demin
|
5aa36d0685
|
Code Viewer Example
|
2020-10-27 21:54:21 +03:00 |
|
jimgoog
|
9594e0b82a
|
Update main.md
Remove unnecessary "to"
|
2020-10-27 08:53:53 -07:00 |
|
Igor Demin
|
3bbac40969
|
Merge pull request #29 from JetBrains/gitignore_unification
Unify .gitignore across all examples and templates
|
2020-10-27 11:09:22 +03:00 |
|
Nikolay Igotti
|
765c1fd86d
|
CEF to dev97
|
2020-10-26 21:29:13 +03:00 |
|
Nikolay Igotti
|
3876014768
|
Move to compose.desktop.currentOs
|
2020-10-26 20:36:03 +03:00 |
|
Igor Demin
|
3b13944daf
|
Fix multiplatform projects in IDEA / Android Studio
Fixes:
- https://github.com/JetBrains/compose-jb/issues/21
We need to move buildscript from settings.gradle.kts to build.gradle.kts
See also https://youtrack.jetbrains.com/issue/KT-36331
- https://github.com/JetBrains/compose-jb/issues/22
kotlin("jvm") plugin doesn't work well with MPP modules.
To fix this issue we need to use kotlin("multiplatform") even if we targeting single platform.
See also https://youtrack.jetbrains.com/issue/KT-42823
|
2020-10-26 19:29:39 +03:00 |
|
Igor Demin
|
c8812bd04b
|
Unify .gitignore across all examples and templates
|
2020-10-26 19:27:58 +03:00 |
|
Nikolay Igotti
|
000507c755
|
Allow using mavenLocal() is samples.
|
2020-10-26 18:26:41 +03:00 |
|
Nikolay Igotti
|
583231cd19
|
Merge pull request #10 from arkivanov/example-todo
Example Todo app
|
2020-10-23 10:04:38 +03:00 |
|
Nikolay Igotti
|
2d447b3b1e
|
Merge pull request #24 from JetBrains/imageManagingTutorial
Added ImageAndIcon tutorial
|
2020-10-23 10:04:06 +03:00 |
|
Roman Sedaikin
|
1247a31440
|
Fixed grammar
|
2020-10-23 10:00:16 +03:00 |
|
Arkadii Ivanov
|
7f4585e500
|
Update README
|
2020-10-22 23:16:51 +01:00 |
|
Arkadii Ivanov
|
a8759f80a1
|
Move RouterStateComposable to the example package
|
2020-10-22 22:41:11 +01:00 |
|
Arkadii Ivanov
|
9993c56656
|
Prevent empty items added
|
2020-10-22 22:34:45 +01:00 |
|
Arkadii Ivanov
|
7426dc702a
|
Add Delete button
|
2020-10-22 22:31:20 +01:00 |
|
Arkadii Ivanov
|
1b76a0dc69
|
Update Compose to 0.1.0-dev97
|
2020-10-22 21:56:52 +01:00 |
|
Roman Sedaikin
|
ee70930b23
|
Fixed ImageAndIcon tutorial
|
2020-10-22 16:37:23 +03:00 |
|
Roman Sedaikin
|
cfb5fccfcd
|
Changed chapter: Loading images from device storage
|
2020-10-22 16:30:43 +03:00 |
|
Roman Sedaikin
|
1dbefb6ce9
|
Reduced the size of images.
|
2020-10-22 14:55:19 +03:00 |
|
Roman Sedaikin
|
747fefbef2
|
Added ImageAndIcon usage tutorial
|
2020-10-22 13:35:56 +03:00 |
|
Arkadii Ivanov
|
64d762755a
|
Extract Edit UI
|
2020-10-21 23:02:00 +01:00 |
|
Arkadii Ivanov
|
c252fdc633
|
Extract Main UI
|
2020-10-21 23:02:00 +01:00 |
|
Arkadii Ivanov
|
50300a26e0
|
Replace deprecated Box with proper one
|
2020-10-21 23:02:00 +01:00 |
|
Arkadii Ivanov
|
d82762c18f
|
Merge 'list' and 'add' modules into 'main'
|
2020-10-21 23:01:59 +01:00 |
|
Nikolay Igotti
|
7d54d0413a
|
dev97 in tutorial
|
2020-10-21 14:51:01 +03:00 |
|
Nikolay Igotti
|
c0c31e9506
|
Move to dev97
|
2020-10-20 21:48:28 +03:00 |
|
Arkadii Ivanov
|
728b85109e
|
Save TodoRoot UI state
|
2020-10-20 18:56:59 +01:00 |
|
Arkadii Ivanov
|
8ef178cad5
|
Handle Enter key when adding new items
|
2020-10-20 18:41:37 +01:00 |
|
Arkadii Ivanov
|
1cb229a219
|
Use icon assets
|
2020-10-20 18:37:24 +01:00 |
|
Arkadii Ivanov
|
4e23be1bca
|
Update Compose to 0.1.0-dev95
|
2020-10-20 18:37:16 +01:00 |
|