Commit Graph

74 Commits

Author SHA1 Message Date
Roman Sedaikin
2e571c8734 Updated ImageViewer to 0.5.0-build270 2021-07-28 18:56:23 +03:00
Igor Demin
e6dfc33f3a Remove mavenLocal from templates, keep in examples (#719) 2021-06-01 16:19:44 +03:00
Nikolay Igotti
0dc9bf0104 Move to 0.4.0 2021-05-31 18:25:21 +03:00
Nikolay Igotti
e817408595 Use 0.4.0-rc2 in examples (#720) 2021-05-31 14:19:54 +03:00
Nikolay Igotti
bf4f7051a2 Move to Kotlin 1.5.10 and Compose 0.4.0-rc1 2021-05-28 14:28:15 +03:00
Nikolay Igotti
38f4cfa33e Move to 0.4.0-build209 2021-05-20 19:04:27 +03:00
Nikolay Igotti
7bdb87f20b Move to Compose 0.4.0-build208 and Kotlin 1.5.0 2021-05-20 17:48:04 +03:00
Alexey Tsvetkov
8c8b4147ab Update to 0.4.0-build182 and get rid of jcenter
The build `0.4.0-build182` upgrades
`kotlinx-collections-immutable` library
(which is used by the compose runtime) to 0.3.4,
which was published to maven central,
so most usages of sunsetting jcenter repo
can be removed now.

Resolves #557
2021-04-21 12:44:57 +03:00
Nikolay Igotti
76e3f45f8b Move to Kotlin 1.4.32 and 0.4.0-build180 2021-04-12 12:26:03 +03:00
ligi
ad1c14381c ImageViewer. Adapt folder to package (#478) 2021-03-11 16:05:14 +03:00
Dominic Fischer
7e5cfc53a8 Imageviewer. Refactor Application for observable properties (#447)
* Refactor Application for observable properties

* Style

* Add RememberObserver

* Comment out problematic update
2021-03-02 13:58:39 +03:00
Nikolay Igotti
2f7f05babd Move to 0.3.2. 2021-03-02 09:51:30 +03:00
Nikolay Igotti
1999f58e75 Move to build 0.3.1. 2021-03-01 09:37:24 +03:00
Nikolay Igotti
80180fb63a Move to 0.3.1. 2021-02-26 22:32:16 +03:00
Nikolay Igotti
10e99c20d9 Move to 0.3.0. 2021-02-22 13:19:43 +03:00
Nikolay Igotti
c58018221e Move to 0.3.0-rc1 (#410) 2021-02-21 13:26:51 +03:00
Roman Sedaikin
da611b319d Remove comments in ImageViewer Scalable. 2021-02-17 13:24:04 +03:00
Roman Sedaikin
3097fa3713 Move ImageViewer to build154. 2021-02-17 13:23:01 +03:00
Jim Sproch
a74417fcef Upgrade imageviewer to build150 2021-02-10 15:53:42 -08:00
Roman Sedaikin
11e153736c Move ImageViewer to build149 and Kotlin 1.4.30. 2021-02-05 11:55:26 +03:00
Nikolay Igotti
40429e0cb9 Notarization sample. 2021-02-03 12:36:21 +03:00
Igor Demin
e00beacfbd Migrate to 0.3.0-build146 (imageviewer) 2021-01-28 19:37:05 +03:00
Igor Demin
728b4d5f76 ImageVIewer. Don't show splash screen on click on refresh button 2021-01-26 19:27:52 +03:00
Igor Demin
bde57fd891 ImageVIewer. Splash screen, composable window API 2021-01-26 18:19:19 +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
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
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
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
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
3b583678c7 Migrate to Compose 0.1.0-m1-build62 2020-11-03 23:59:40 +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
Roman Sedaikin
a35596ff03 Added zoom/drag feature to desktop imageviewer. Added image navigation support via shortcuts. 2020-11-02 14:23:43 +03:00
Roman Sedaikin
70ffa959c2 Added scrollbar to ImageViewer. 2020-11-02 11:53:24 +03:00
Nikolay Igotti
5fe9d53c3c Move few examples to m1-build57 2020-10-30 21:14:33 +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
6009cdd6cb Remove "Copyright 2020 The Android Open Source Project" 2020-10-28 11:16:55 +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