Alexey Tsvetkov
d0485ed2f5
Add widget gallery example ( #242 )
2020-12-31 21:38:01 +03:00
Nikolay Igotti
8e51fb1cf1
Simple game example ( #224 )
2020-12-28 13:07:02 +03:00
Arkadii Ivanov
48b66451ee
TodoApp. Update libraries. ( #210 )
2020-12-23 09:49:10 +03:00
Arkadii Ivanov
497fd017fc
Add iOS target and app for todoapp example ( #166 )
2020-12-17 09:36:40 +03:00
Nikolay Igotti
9354a554b4
iMove to 0.3.0-build135 and Kotlin 1.4.21.
2020-12-15 13:07:28 +03:00
Roman Sedaikin
1c39246706
New images for imageviewer
2020-11-27 13:12:00 +03:00
Igor Demin
8e2536a2fa
Examples. Issues. Migrate to 0.2.0-build132
2020-11-27 11:03:43 +03:00
Nikolay Igotti
84163e7499
Move to 0.2.0-build132
2020-11-26 22:30:54 +03:00
Nikolay Igotti
18afa24fe0
Move to 0.2.0-build128
2020-11-23 10:08:22 +03:00
Nikolay Igotti
412213445a
Move codeviewer to 0.2.0-build128
2020-11-21 12:24:10 +03:00
Igor Demin
6e1d965931
Codeviewer: refactoring
2020-11-18 17:26:55 +03:00
Arkadii Ivanov
1b294335a9
Update Decompose to 0.1.1, remove copy-pasted code ( #102 )
...
Co-authored-by: Arkadii Ivanov <>
2020-11-14 12:35:11 +03:00
Alexey Tsvetkov
c105e3a8eb
Change marker comment for Compose version
...
The verb `update` in `__UPDATE_COMPOSE_VERSION_MARKER__`
could be read as an instruction to update the plugin,
which might be confusing for users.
I suggest renaming the marker to more neutral
`__LATEST_COMPOSE_RELEASE_VERSION__`
2020-11-13 13:43:28 +03:00
Roman Sedaikin
f030439571
Added screenshots for examples.
2020-11-12 17:48:42 +03:00
Igor Demin
28935cfe87
Todo example, refactoring
2020-11-11 17:24:07 +03:00
Igor Demin
86a5977c9b
Regression in Todo example app after multiple Compose updates
...
Closes https://github.com/JetBrains/compose-jb/issues/86
2020-11-11 16:49:04 +03:00
Arkadii Ivanov
5ebc5e1f5c
Updated Decompose to 0.1.0 in Todo example ( #78 )
...
Co-authored-by: Arkadii Ivanov <>
2020-11-10 09:26:21 +03:00
Nikolay Igotti
aa2a8740ca
Update to 0.1.0-build113
2020-11-09 18:23:34 +03:00
Igor Demin
3f31864f34
Imageviewer. Fix "./gradlew build"
2020-11-05 10:27:43 +03:00
Sebastian Aigner
0723177aad
Reorganize source sets to work around red code resolution errors. ( #50 )
...
Co-authored-by: Sebastian Aigner <sebastian.aigner@jetbrains.com >
2020-11-04 22:57:12 +03:00
Sebastian Aigner
33b041c31a
ImageViewer: Use Ktor and expect/actual to make common source set pure Kotlin ( #51 )
...
* Add IDE resolution warning for examples sharing JVM & Android code.
* Use Ktor to remove JVM-specific networking code from common source set
Fix resolution for Picture class via expect/actual mechanism
Co-authored-by: Sebastian Aigner <sebastian.aigner@jetbrains.com >
2020-11-04 22:56:12 +03:00
Sebastian Aigner
c151746e53
Add IDE resolution warning for examples sharing JVM & Android code. ( #49 )
...
Co-authored-by: Sebastian Aigner <sebastian.aigner@jetbrains.com >
2020-11-04 19:47:58 +03:00
Igor Demin
5201b36fc5
Migrate "issues" to Compose 0.1.0-m1-build62
2020-11-04 00:07:52 +03:00
Igor Demin
3b583678c7
Migrate to Compose 0.1.0-m1-build62
2020-11-03 23:59:40 +03:00
Arkadii Ivanov
05303f947d
Add scrollbar to Todo example ( #41 )
2020-11-03 23:31:07 +03:00
Igor Demin
3799ca1f16
Fix typos
2020-11-03 22:49:57 +03:00
Alexey Tsvetkov
314f5af47f
Update all examples with Compose Application DSL
2020-11-03 17:16:21 +03:00
Alexey Tsvetkov
3b7835fb4a
Merge compose.desktop.application plugin with compose plugin
...
This change removes `org.jetbrains.compose.desktop.application` plugin id
in favor of doing everything in `org.jetbrains.compose`.
The change simplifies configuring Compose Desktop projects.
Now, just one plugin dependency is needed.
To avoid task name conflicts with common task names such as `package` and `run`,
the plugin creates tasks lazily only if `application` block/property is used in a script.
2020-11-03 17:16:21 +03:00
Nikolay Igotti
ae4020c9c2
Use memory mapping and filter hidden files. ( #44 )
2020-11-02 17:46:36 +03:00
Roman Sedaikin
a35596ff03
Added zoom/drag feature to desktop imageviewer. Added image navigation support via shortcuts.
2020-11-02 14:23:43 +03:00
Igor Demin
726fa0119b
Codeviewer. replace rememberScrollbarAdapterFixed by compose rememberScrollbarAdapter
2020-11-02 14:16:23 +03:00
Roman Sedaikin
70ffa959c2
Added scrollbar to ImageViewer.
2020-11-02 11:53:24 +03:00
Igor Demin
b714f932a1
Simplify build.gradle.kts for android (res.srcDirs)
2020-11-02 11:13:48 +03:00
Igor Demin
3e53062e89
Fix and refactor jetissues example
2020-10-30 21:25:44 +03:00
Igor Demin
26e431cd78
Move codeviewer to 0.1.0-m1-build57
2020-10-30 21:22:38 +03:00
Nikolay Igotti
5fe9d53c3c
Move few examples to m1-build57
2020-10-30 21:14:33 +03:00
Nikolay Igotti
bfb2abe605
One Skiko dependency
2020-10-30 18:16:51 +03:00
Alexey Tsvetkov
d0859c665c
Adjust settings for Windows
...
Enable dir chooser by default.
Also, treat menu as true if menuGroup is not null.
2020-10-29 20:40:27 +03:00
Alexey Tsvetkov
991b7ff6a7
Rename nativeExecutables to nativeDistributions
2020-10-29 20:40:27 +03:00
Alexey Tsvetkov
927abf0d03
Add icons support to packaging
2020-10-29 20:40:27 +03:00
Alexey Tsvetkov
7067691b10
Add dependency on jdk.crypto.ec
2020-10-29 20:40:27 +03:00
Alexey Tsvetkov
563dc37c9b
Add desktop application Gradle plugin
...
For simplified packaging and running an app
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
Igor Demin
6009cdd6cb
Remove "Copyright 2020 The Android Open Source Project"
2020-10-28 11:16:55 +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