Nikita Lipsky
fbd7b2be63
Correct README.md for experimental multiplatform template ( #2795 )
2 years ago
dima.avdeev
08e03e7c04
UIKit samples, change deprecated annotation @UIApplicationMain -> @main ( #2800 )
2 years ago
dima.avdeev
f6c36c3926
fix components project import with IDEA ( #2799 )
2 years ago
Nikita Lipsky
205d9c0d6f
Add resources component to multiplatform template ( #2796 )
2 years ago
Nikita Lipsky
2cd92eed5c
Add resources library to dependencies declared by compose gradle plugin ( #2793 )
...
* Add resources library to compose dependencies declared by compose gradle plugin
* Move resources component to CommonComponentsDependencies
2 years ago
Nikita Lipsky
5f08bfca16
Introduce Config.xсconfig ( #2792 )
...
- move APP_NAME (application name), BUNDLE_ID (bundle identifier) to Config.xcconfig
- add cleanup.sh script
2 years ago
Nikita Lipsky
c998ec50fc
Revert "Introduce Config.xconfig"
...
This reverts commit e9009fe9bb
.
2 years ago
Nikita Lipsky
e9009fe9bb
Introduce Config.xconfig
...
- move APP_NAME (application name), BUNDLE_ID (bundle identifier) to Config.xcconfig
- add cleanup.sh script
2 years ago
Sebastian Aigner
8a635b6f96
ImageViewer: "Memories" view for ImageViewer, Stack-based Navigation, StateFlow-based Image Provider ( #2789 )
2 years ago
Nikita Lipsky
8ed753b1b9
Add iOS target to multiplatform template ( #2788 )
...
+ conform KMM wizard generated project structure and samples
2 years ago
dima.avdeev
6a6138f011
update submodule compose/frameworks/support to latest jb-main
2 years ago
Nikita Lipsky
6a56bdaa55
Copy templates to experimental as is ... ( #2786 )
...
... to add iOS target later
2 years ago
dima.avdeev
b1c449e1f3
README
2 years ago
dima.avdeev
9e8a138a2f
fix typo ChatViewController ( #2768 )
2 years ago
Sebastian Aigner
e34f9c93da
Move examples to V2 Source Set Layout ( #2765 )
2 years ago
dima.avdeev
a1cb760b7c
Compose inside SwiftUI example ( #2755 )
2 years ago
Nikita Lipsky
0d0c9f64d3
ImageViewer: use painterResource from resource library. ( #2761 )
2 years ago
Sebastian Aigner
0dfba6086b
Visual refresh for experimental Image Viewer ( #2748 )
...
* Design changes; move to material3
* Use animations to move between different images
* More design changes, rounded corners and animations
* Introduce square gallery view, start with granularizing state management
* Introduce square gallery view, start with granularizing state management
* Make PreviewImage not depend on the whole gallery state
* Move in initialization logic from composition into launched effect
* Highlight currently selected image
* Hoist state for FullscreenImage TopAppBar
Move from Custom Implementation to Material App Bar, use color scheme from main page
Extract hardcoded colors to ImageViewerColors
* Provide floating action buttons with nicer colors
* Provide keyboard events via SharedFlow (remove passing around MutableState in the composable hierarchy as it may potentially violate UDF)
Commonize IOScope initialization
* Provide German translation in shared R-strings
* Move from immutable data classes to Compose-aware State Holders.
* Fix gradlew formatting issue?
* Regenerate gradle wrapper after Android Studio autoformatting debacle
* Resolve rememberCoroutineScope issue
* Provide mock name for remaining picture in repo
* Restore TEAM_ID in project.pbxproj
* Use emptyFlow as default to simplify nullability handling for external events
* Remove extraneous newline and unnecessary print statement
* Provide German translation in XML format
Consistently rename title to "My Memories"
* Remove commented-out code, cleanup rendundant modifiers
Make Title Bar use callbacks instead of accessing ViewModel directly
Add toggle & icon for list and grid view
2 years ago
Nikita Lipsky
de0a081c12
minesweeper: use painterResource from resource library. ( #2760 )
2 years ago
Nikita Lipsky
266253564a
visual-effects experimental sample: use XML Vector Drawable for Compose logo and painterResource from resources library. ( #2759 )
2 years ago
Nikita Lipsky
50def5feb8
Use painterResource from resource library for widgets-galley. ( #2757 )
2 years ago
Nikita Lipsky
05ee5aef35
Add XML Vector Drawables to MacOS native target. ( #2756 )
2 years ago
Nikita Lipsky
614fe78d71
Add painterResource utility method to resource library. ( #2753 )
...
+ respect density in remembering state for ImageVector
2 years ago
dima.avdeev
9274097dfc
Update submodule compose/feameworks/support to latest jb-main
2 years ago
Igor Demin
3b81485bcc
Remove experimental status of Material 3 ( #2740 )
...
It is already stable and reached 1.0.0 in Compose Multiplatform 1.3
2 years ago
Nikita Lipsky
2dd8d3223f
Support for XML Vector Drawables in resources library. ( #2749 )
...
Support for XML Vector Drawables.
2 years ago
Nikita Lipsky
cc27bb68a6
Revert "Support for XML Vector Drawables."
...
This reverts commit 6060e86cbd
.
2 years ago
Nikita Lipsky
6060e86cbd
Support for XML Vector Drawables.
2 years ago
dima.avdeev
bd3891561c
update submodule compose/frameworks/support to latest jb-main
2 years ago
Alexey Tsvetkov
fb441e505d
Intellij compatibility fixes ( #2733 )
...
* Set 2022.1.1 as base IJ version
Stable AS is based on 2022.1.1 now,
so we can drop supporting 2021.3
* Update IDE plugin target bytecode version to 11
When 2022.1 is used as a base for IDE plugin,
inline functions from the platform
& the bundled Kotlin plugin cannot be used
unless target bytecode version is set to 11.
* Update Intellij SDK Gradle plugin
* Check editor is not disposed before showing preview toolbar
#2663
* Add preview caret listener only to main editor
2 years ago
Igor Demin
9fb0ed9487
Update bug_report.md
2 years ago
Igor Demin
f546ff4af4
Update feature_request.md ( #2738 )
...
* Update feature_request.md
About can't be blank
* Update feature_request.md
* Rename feature_request.md to enhancement.md
2 years ago
Igor Demin
98a47640d6
Update bug_report.md ( #2736 )
...
* Update bug_report.md
* Update bug_report.md
* Update bug_report.md
2 years ago
Igor Demin
316075e29e
Rename feature_request to feature_request.md
2 years ago
Igor Demin
4dd8ed495f
Feature request template ( #2737 )
...
We have bug report template, but don't have feature request template. Empty, for now.
2 years ago
Igor Demin
782377a770
Update bug_report.md
2 years ago
Igor Demin
861778f4d3
Change the platform section in the bug report template ( #2723 )
...
Checkboxes are treated as tasks: https://github.com/JetBrains/compose-jb/issues/2722
2 years ago
Oleksandr Karpovich
e9789ba364
Fix ComposeExtension.kotlinCompilerPluginArgs for non-jvm compilations ( #2716 )
2 years ago
Igor Demin
16bcc34b68
A note about experimental targets ( #2717 )
2 years ago
Igor Demin
4b449e914a
Update bug_report.md ( #2710 )
...
* Update bug_report.md
* Update bug_report.md
2 years ago
Alexey Tsvetkov
8f3578bdca
Fix gradle tests ( #2708 )
...
* Add docker file for Gradle tests on TeamCity
* Remove configuring JDK for tests
* Update compose & kotlin compiler in testAndroidxCompiler
2 years ago
Oleksandr Karpovich
c2865e05cc
Update issue templates ( #2707 )
...
* Update issue templates
* Update .github/ISSUE_TEMPLATE/bug_report.md
2 years ago
Alexey Tsvetkov
75addb9224
Add proguard rules for issues example ( #2703 )
2 years ago
dima.avdeev
ab02a7125c
testUIKit, add ui-text module ( #2693 )
2 years ago
Oleksandr Karpovich
aa64d2d232
Update VERSIONING.md ( #2681 )
2 years ago
Oleksandr Karpovich
d3c3d7a0ac
Move compose submodule
2 years ago
Oleksandr Karpovich
bc6d42ef44
Update versions: compose - 1.3.0 and kotlin - 1.8.0 ( #2651 )
...
* Update versions in examples
* Add more scripts to validate example on android and k/js
* Add validateExamplesIos.sh
* Update CHANGELOG.md for 1.3.0
* check examples with 1.3.0-rc06
* Update the versions: compose-multiplatform - 1.3.0, kotlin - 1.8.0
* Update ComposeCompilerCompatibility (1.4.0)
* Update web/yarn.lock
2 years ago
aSemy
8f3beed1fa
#2597 use textContent instead of innerText for code snippet content ( #2598 )
2 years ago
Oleksandr Karpovich
c3af339156
Add a test for k/js compose compilation of an anonymous object with Composable ( #2559 )
...
* Add a test for k/js compose compilation of an anonymous object with @Composable functions
* add 1 more test
* add 1 more test
2 years ago
Oleksandr Karpovich
5d18d0a79d
Add InheritanceTests with Composables for k/js ( #2666 )
2 years ago