Arkadii Ivanov
e1baf7b2d7
Tests for sample TodoApp TodoRoot
4 years ago
Javier Segovia Córdoba
78976e40a9
Improve `buildSrc` setup ( #342 )
4 years ago
Arkadii Ivanov
ff73f8268a
Update TodoApp readme with iOS target ( #336 )
4 years ago
Arkadii Ivanov
fbba7e79c5
TodoApp. Updated Kotlin to 1.4.21-2, Compose to 0.3.0-build146 and Decompose to 0.1.7. ( #329 )
4 years ago
Arkadii Ivanov
5e6483cd18
Update todoapp Compose to 0.3.0-build140 and Decompose to 0.1.6 ( #286 )
4 years ago
ligi
7d4099d984
Replace deprecated method call ( #284 )
4 years ago
Arkadii Ivanov
48b66451ee
TodoApp. Update libraries. ( #210 )
4 years ago
Arkadii Ivanov
497fd017fc
Add iOS target and app for todoapp example ( #166 )
4 years ago
Nikolay Igotti
9354a554b4
iMove to 0.3.0-build135 and Kotlin 1.4.21.
4 years ago
Nikolay Igotti
84163e7499
Move to 0.2.0-build132
4 years ago
Nikolay Igotti
18afa24fe0
Move to 0.2.0-build128
4 years ago
Arkadii Ivanov
1b294335a9
Update Decompose to 0.1.1, remove copy-pasted code ( #102 )
...
Co-authored-by: Arkadii Ivanov <>
4 years ago
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__`
4 years ago
Roman Sedaikin
f030439571
Added screenshots for examples.
4 years ago
Igor Demin
28935cfe87
Todo example, refactoring
4 years ago
Igor Demin
86a5977c9b
Regression in Todo example app after multiple Compose updates
...
Closes https://github.com/JetBrains/compose-jb/issues/86
4 years ago
Arkadii Ivanov
5ebc5e1f5c
Updated Decompose to 0.1.0 in Todo example ( #78 )
...
Co-authored-by: Arkadii Ivanov <>
4 years ago
Nikolay Igotti
aa2a8740ca
Update to 0.1.0-build113
4 years ago
Igor Demin
3b583678c7
Migrate to Compose 0.1.0-m1-build62
4 years ago
Arkadii Ivanov
05303f947d
Add scrollbar to Todo example ( #41 )
4 years ago
Alexey Tsvetkov
314f5af47f
Update all examples with Compose Application DSL
4 years ago
Nikolay Igotti
5fe9d53c3c
Move few examples to m1-build57
4 years ago
Nikolay Igotti
b9b0064d7b
Move some sameples to dev109
4 years ago
Igor Demin
6c2457240b
Multiplatform template in IDEA / Android Studio. Add comment about issue
4 years ago
Nikolay Igotti
3876014768
Move to compose.desktop.currentOs
4 years ago
Igor Demin
3b13944daf
Fix multiplatform projects in IDEA / Android Studio
...
Fixes:
- https://github.com/JetBrains/compose-jb/issues/21
We need to move buildscript from settings.gradle.kts to build.gradle.kts
See also https://youtrack.jetbrains.com/issue/KT-36331
- https://github.com/JetBrains/compose-jb/issues/22
kotlin("jvm") plugin doesn't work well with MPP modules.
To fix this issue we need to use kotlin("multiplatform") even if we targeting single platform.
See also https://youtrack.jetbrains.com/issue/KT-42823
4 years ago
Igor Demin
c8812bd04b
Unify .gitignore across all examples and templates
4 years ago
Arkadii Ivanov
7f4585e500
Update README
4 years ago
Arkadii Ivanov
a8759f80a1
Move RouterStateComposable to the example package
4 years ago
Arkadii Ivanov
9993c56656
Prevent empty items added
4 years ago
Arkadii Ivanov
7426dc702a
Add Delete button
4 years ago
Arkadii Ivanov
1b76a0dc69
Update Compose to 0.1.0-dev97
4 years ago
Arkadii Ivanov
64d762755a
Extract Edit UI
4 years ago
Arkadii Ivanov
c252fdc633
Extract Main UI
4 years ago
Arkadii Ivanov
50300a26e0
Replace deprecated Box with proper one
4 years ago
Arkadii Ivanov
d82762c18f
Merge 'list' and 'add' modules into 'main'
4 years ago
Arkadii Ivanov
728b85109e
Save TodoRoot UI state
4 years ago
Arkadii Ivanov
8ef178cad5
Handle Enter key when adding new items
4 years ago
Arkadii Ivanov
1cb229a219
Use icon assets
4 years ago
Arkadii Ivanov
4e23be1bca
Update Compose to 0.1.0-dev95
4 years ago
Arkadii Ivanov
4dc746cb56
Enable parallel builds and caching
4 years ago
Arkadii Ivanov
36a9f09e63
Rename app folder to todoapp
4 years ago