Sebastian
532bb3d6d8
Fix references to outdated 'nativeExecutables' in error messages ( #3019 )
...
In 991b7ff6a7
'nativeExecutables' was
renamed to 'nativeDistributions', however a later commit added error
messages that still reference the old DSL names.
2 years ago
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+.
2 years ago
dima.avdeev
7c0e8a77b0
ImageViewer, limit scale for full visibility of the target ( #3023 )
2 years ago
dima.avdeev
52601254ed
ImageViewer fix simple warnings and code style issues ( #3025 )
2 years ago
dima.avdeev
9961674078
ImageViewer, simplify pictures.indexOf(picture) ( #3024 )
2 years ago
dima.avdeev
de2949c34d
ImageViewer Android map with proper scroll ( #3020 )
2 years ago
dima.avdeev
bb950bc91a
ImageViewer, share image with description. ( #3012 )
2 years ago
dima.avdeev
cc1ad2fe41
hotifx bug with related pictures ( #3017 )
2 years ago
Nikita Lipsky
1cc767bdfc
Imageviewer: update default description ( #3010 )
...
* Imageviewer: update default description
* Imageviewer: update again
2 years ago
dima.avdeev
508d265b9d
ImageViewer edit description onLongClick ( #3009 )
2 years ago
dima.avdeev
523368228b
ImageViewer, fix Android rotation ( #3007 )
2 years ago
Nikita Lipsky
1d955a2e6d
Remove internal from common public @Composable as it is not required for 1.4.0-rc03 ( #3008 )
2 years ago
Igor Demin
9fc6763b79
Update ComposeCompilerCompatibility.kt ( #3006 )
...
* Update ComposeCompilerCompatibility.kt
* compose.tests.compiler.version=1.4.5-rc03
2 years ago
Igor Demin
752540cfcf
Fix imageviewer desktop icon path ( #3005 )
...
The issue only in this example, in the other places it is correct
2 years ago
Igor Demin
c25f7c67ff
Fix HTML rename ( #3004 )
2 years ago
Igor Demin
a32bb560ca
Update Compose
2 years ago
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
2 years ago
Nikita Lipsky
08d5fa3487
Add todo edit dialog to iOS ( #3001 )
2 years ago
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
2 years ago
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
2 years ago
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
2 years ago
dima.avdeev
a275db2596
ImageViewer Android swipe camera ( #2995 )
2 years ago
dima.avdeev
968af859c3
ImageViewer Pager and icons ( #2982 )
2 years ago
dima.avdeev
35ecc36b38
ImageViewer Android return back key ( #2996 )
2 years ago
Nikita Lipsky
5e7d55fb33
Update README.md for examples ( #2990 )
2 years ago
Nikita Lipsky
6f13bc35a9
Update README.md for Code Viewer example ( #2989 )
2 years ago
Igor Demin
50c3a47acd
Fix todo example ( #2983 )
...
* Fix todo example
* Remove comment
---------
Co-authored-by: Alexander Maryanovsky <msasha@gmail.com>
2 years ago
Vladimir Mazunin
0c8b002ac7
changed app icon for iOS ImageViewer example ( #2980 )
2 years ago
Nikolai Rykunov
63b6474567
Don't run android tests in testComposeJbWeb ( #2981 )
2 years ago
Nikita Lipsky
f7cdb4e562
Fix xcode projects for icon processing for examples ( #2978 )
2 years ago
Nikita Lipsky
ee77fda184
Add iOS app icon for Imageviewer ( #2977 )
2 years ago
Nikita Lipsky
dbf579be86
Fixup for validateExamples.sh
2 years ago
Nikita Lipsky
a8003a0f5d
Move experimental/examples to examples ( #2976 )
...
* Move experimental/examples to examples
* Change version to 1.4.0-rc01
2 years ago
Nikita Lipsky
0eccae95af
Update experimental Codeviewer with changes from non-experimental one ( #2975 )
2 years ago
Igor Demin
f5e5eed6c8
Move Compose
2 years ago
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
2 years ago
Alexey Tsvetkov
ddc300f0fe
Fix passing relative path main jar to jpackage
2 years ago
mcpiroman
8d78c4ac67
Provide relative path to jpackage --main-jar
2 years ago
Alexey Tsvetkov
3483feef2a
Unzip wix to build directory ( #2838 )
...
Resolves #2804
2 years ago
Igor Demin
f2fbc7ed30
Add :compose:ui:ui-test-junit4:desktopTest to CI ( #2972 )
2 years ago
dima.avdeev
1c5da4c332
change old UIKitInteropView to UIKitView ( #2968 )
2 years ago
Igor Demin
c0bf825d12
Update Compose
2 years ago
Ivan Matkov
b3ccc1526f
Fix regex for number values ( #2962 )
2 years ago
dima.avdeev
2cea802cec
ImageViewer delete, edit and share memories ( #2957 )
2 years ago
dima.avdeev
b87868d75e
Workaround for Android emulator camera on some hardware ( #2955 )
2 years ago
dima.avdeev
327cdac3e5
Update experimental examples to dev1004 ( #2954 )
2 years ago
dima.avdeev
c024327579
ImageViewer, little change in gps coordinate
2 years ago
dima.avdeev
a2c30ffa89
update submodule compose/frameworks/support to latest jb-main
2 years ago
Igor Demin
3ea177c71d
Update Compose
2 years ago
Igor Demin
0e151c17c3
Update Compose
2 years ago