Alexey Tsvetkov
9540cdcf79
Require JDK 17 for packaging ( #3027 )
...
Previously Compose Multiplatform Gradle plugin required
JDK 15+ for distribution packaging. However, fixing #2867 required
always passing --mac-entitlements to jpackage, which is
only available with JDK 17+.
2023-04-11 11:43:29 +02:00
dima.avdeev
7c0e8a77b0
ImageViewer, limit scale for full visibility of the target ( #3023 )
2023-04-10 16:12:16 +03:00
dima.avdeev
52601254ed
ImageViewer fix simple warnings and code style issues ( #3025 )
2023-04-10 15:56:19 +03:00
dima.avdeev
9961674078
ImageViewer, simplify pictures.indexOf(picture) ( #3024 )
2023-04-10 14:29:20 +03:00
dima.avdeev
de2949c34d
ImageViewer Android map with proper scroll ( #3020 )
2023-04-10 11:35:04 +03:00
dima.avdeev
bb950bc91a
ImageViewer, share image with description. ( #3012 )
2023-04-08 15:46:25 +03:00
dima.avdeev
cc1ad2fe41
hotifx bug with related pictures ( #3017 )
2023-04-08 13:05:29 +03:00
Nikita Lipsky
1cc767bdfc
Imageviewer: update default description ( #3010 )
...
* Imageviewer: update default description
* Imageviewer: update again
2023-04-07 23:31:27 +03:00
dima.avdeev
508d265b9d
ImageViewer edit description onLongClick ( #3009 )
2023-04-07 18:07:07 +03:00
dima.avdeev
523368228b
ImageViewer, fix Android rotation ( #3007 )
2023-04-07 17:35:23 +03:00
Nikita Lipsky
1d955a2e6d
Remove internal from common public @Composable as it is not required for 1.4.0-rc03 ( #3008 )
2023-04-07 17:07:46 +03:00
Igor Demin
9fc6763b79
Update ComposeCompilerCompatibility.kt ( #3006 )
...
* Update ComposeCompilerCompatibility.kt
* compose.tests.compiler.version=1.4.5-rc03
2023-04-07 11:56:15 +02:00
Igor Demin
752540cfcf
Fix imageviewer desktop icon path ( #3005 )
...
The issue only in this example, in the other places it is correct
2023-04-07 10:47:54 +02:00
Igor Demin
c25f7c67ff
Fix HTML rename ( #3004 )
2023-04-07 09:52:44 +02:00
Igor Demin
a32bb560ca
Update Compose
2023-04-06 22:38:20 +02:00
Igor Demin
1fbeced85b
Support Kotlin 1.8.20 ( #3000 )
...
* Support Kotlin 1.8.20
* Use Compiler 1.4.5-rc01 for Gradle tests
* Update ComposeCompilerCompatibility.kt
2023-04-06 22:06:02 +02:00
Nikita Lipsky
08d5fa3487
Add todo edit dialog to iOS ( #3001 )
2023-04-06 21:19:15 +03:00
Igor Demin
59eda00380
Rename Web to HTML ( #2997 )
...
1. Rename "compose.web" to "compose.html" in Gradle DSL
2. Rename maven artifacts (with backward compatible "relocation" artifact)
3. Rename "web" folder to "html"
Will do in support/1.4.0 branch
1. Move examples/web-* to examples/html/*
2. Rename Tutorials/Web to Tutorials/HTML
3. Rename "Compose for Web" to "Compose HTML Library" in the tutorials
2023-04-06 18:07:50 +02:00
Vladimir Mazunin
4ca7aa1be9
iOS ImageViewer: changed icon for a newer version ( #2998 )
...
* ios image viewer: changed icon for a newer version
* ios image viewer: renamed icon
2023-04-06 17:47:42 +04:00
Igor Demin
40ae8ec29d
ImageViewer - limit zoom by the window/screen size ( #2993 )
...
- add zoom field, which is the same across different screen/window sizes
- scale is not the base state now, it is derived from the current zoom and the current screen/window size. it now represents the end scale of the image
- drag amount is still independent of scale/zoom (if we drag by 5 pixels, the image moves by 5 pixels)
- offset is still limited by the area and the current scale
* ImageViewer - limit zoom by the window/screen size
- add zoom field, which is the same across different screen/window sizes
- scale is not the base state now, it is derived from the current zoom and the current screen/window size. it now represents the end scale of the image
- drag amount is still independent of scale/zoom (if we drag by 5 pixels, the image moves by 5 pixels)
- offset is still limited by the area and the current scale
2023-04-06 11:56:30 +02:00
dima.avdeev
a275db2596
ImageViewer Android swipe camera ( #2995 )
2023-04-06 12:18:52 +03:00
dima.avdeev
968af859c3
ImageViewer Pager and icons ( #2982 )
2023-04-06 12:13:33 +03:00
dima.avdeev
35ecc36b38
ImageViewer Android return back key ( #2996 )
2023-04-06 12:03:21 +03:00
Nikita Lipsky
5e7d55fb33
Update README.md for examples ( #2990 )
2023-04-05 21:35:46 +03:00
Nikita Lipsky
6f13bc35a9
Update README.md for Code Viewer example ( #2989 )
2023-04-05 20:24:39 +03:00
Igor Demin
50c3a47acd
Fix todo example ( #2983 )
...
* Fix todo example
* Remove comment
---------
Co-authored-by: Alexander Maryanovsky <msasha@gmail.com >
2023-04-05 19:09:22 +02:00
Vladimir Mazunin
0c8b002ac7
changed app icon for iOS ImageViewer example ( #2980 )
2023-04-05 21:03:59 +04:00
Nikolai Rykunov
63b6474567
Don't run android tests in testComposeJbWeb ( #2981 )
2023-04-05 15:11:06 +02:00
Nikita Lipsky
f7cdb4e562
Fix xcode projects for icon processing for examples ( #2978 )
2023-04-05 12:34:43 +03:00
Nikita Lipsky
ee77fda184
Add iOS app icon for Imageviewer ( #2977 )
2023-04-05 10:00:37 +03:00
Nikita Lipsky
dbf579be86
Fixup for validateExamples.sh
2023-04-05 09:02:32 +03:00
Nikita Lipsky
a8003a0f5d
Move experimental/examples to examples ( #2976 )
...
* Move experimental/examples to examples
* Change version to 1.4.0-rc01
2023-04-05 08:57:39 +03:00
Nikita Lipsky
0eccae95af
Update experimental Codeviewer with changes from non-experimental one ( #2975 )
2023-04-04 20:07:07 +03:00
Igor Demin
f5e5eed6c8
Move Compose
2023-04-04 17:47:16 +02:00
Alexey Tsvetkov
32ace9173e
Provide some entitlements on macOS by default ( #2974 )
...
Also, this change configures entitlements for
local ad hoc signs on Apple Silicon
Fixes #2867
Partial fix of #2887
2023-04-04 17:09:04 +02:00
Alexey Tsvetkov
ddc300f0fe
Fix passing relative path main jar to jpackage
2023-04-04 14:27:59 +02:00
mcpiroman
8d78c4ac67
Provide relative path to jpackage --main-jar
2023-04-04 14:27:49 +02:00
Alexey Tsvetkov
3483feef2a
Unzip wix to build directory ( #2838 )
...
Resolves #2804
2023-04-04 13:18:27 +02:00
Igor Demin
f2fbc7ed30
Add :compose:ui:ui-test-junit4:desktopTest to CI ( #2972 )
2023-04-04 13:02:12 +02:00
dima.avdeev
1c5da4c332
change old UIKitInteropView to UIKitView ( #2968 )
2023-04-04 11:51:52 +03:00
Igor Demin
c0bf825d12
Update Compose
2023-04-04 00:14:53 +02:00
Ivan Matkov
b3ccc1526f
Fix regex for number values ( #2962 )
2023-04-03 16:34:33 +02:00
dima.avdeev
2cea802cec
ImageViewer delete, edit and share memories ( #2957 )
2023-04-03 16:21:20 +03:00
dima.avdeev
b87868d75e
Workaround for Android emulator camera on some hardware ( #2955 )
2023-04-03 14:35:27 +03:00
dima.avdeev
327cdac3e5
Update experimental examples to dev1004 ( #2954 )
2023-04-03 08:38:54 +03:00
dima.avdeev
c024327579
ImageViewer, little change in gps coordinate
2023-04-02 13:11:48 +04:00
dima.avdeev
a2c30ffa89
update submodule compose/frameworks/support to latest jb-main
2023-04-01 23:53:54 +04:00
Igor Demin
3ea177c71d
Update Compose
2023-04-01 08:49:16 +02:00
Igor Demin
0e151c17c3
Update Compose
2023-03-31 19:53:34 +02:00
Oleksandr Karpovich
02bf0d0569
Update compose-web Dockerfile ( #2942 )
...
Update jdk version to 17
2023-03-31 14:33:27 +02:00