Arkadii Ivanov
265de0fc28
TodoApp. Updated Decompose to 0.5.1 and MVIKotlin to 3.0.0-beta01. ( #1896 )
3 years ago
Ryan Simon
a749ade5d7
Fix issue where Android app is not launchable ( #1758 )
...
Launcher `Activity` should have `android:exported` attributes set to `true` so that app launchers have permission to launch the `Activity`.
Check official docs for more information: https://developer.android.com/guide/topics/manifest/activity-element#exported
3 years ago
Alexey Tsvetkov
d23806a3f4
Update examples ( #1740 )
...
* Update examples to Gradle 7.3.3
Resolves #1654
* Update compose and agp in examples
Resolves #1117
* Fix gradle plugins classloading in examples and templates
* Make falling balls mpp compatible with examples checker
3 years ago
Igor Demin
b2213e3132
Fix Todo example Deps ( #1607 )
...
task `gradlew jsBrowserDevelopmentRun` didn't work
3 years ago
Oleksandr Karpovich
e902beeece
release 1.0.1-rc2 with 1.6.10 ( #1590 )
...
* move to kotlin 1.6.10-RC and corresponding compose commit
* Update path to the karma plugin we are patching
* Add ExperimentalComposeWebStyleApi
what worries me that this actually shows that there are some cases where without any changes apart version compiler people will have to worry about such annotations
* update kotlin version in templates to adopt 1.6.10-RC
* web: move ComposableWithNullableTypeParameter.kt to passing test cases
* update kotlin version in other places
* update imageviewer example: add OptIn for experimental API
* move compose
* move to kotlin 1.6.10 and corresponding compose
* move to kotlin 1.6.10 and corresponding compose
* move to 1.0.1-rc2
* move to 1.0.1-rc2 (todoapp)
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
Co-authored-by: Shagen Ogandzhanian <shagen.ogandzhanian@jetbrains.com>
3 years ago
Igor Demin
dbd0a21949
Modify replace.sh for replacing Compose version ( #1511 )
...
Remove:
```
__LATEST_COMPOSE_RELEASE_VERSION__
__KOTLIN_COMPOSE_VERSION__
System.getenv("COMPOSE_TEMPLATE_COMPOSE_VERSION")
```
They pollute templates/examples.
Now, all paths where we need to change the version are hardcoded in the script.
Usage:
```
./replace.sh 1.0.0-rc6
```
This script is planned to run on CI
In the future I will add support for changing Kotlin version
3 years ago
Igor Demin
559e9364f1
Move examples to 1.0.0 ( #1524 )
3 years ago
Igor Demin
3e34d5e756
Fix Todo example for Android
3 years ago
Igor Demin
3ed28dde02
Fix Todo example for Android
3 years ago
Oleksandr Karpovich
17194020d9
web: update web examples to 1.0.0-rc12 ( #1517 )
...
* web: move web-landing to 1.0.0-rc12
* web: move falling-balls-web to 1.0.0-rc12
* web: move web-compose-bird to 1.0.0-rc12
* web: move web-with-react example to 1.0.0-rc12
* web: update todoapp to 1.0.0-rc12
* web: use 1.0.0-rc12 in examples
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Nikolay Igotti
2300750f32
Move todoapp to 10.0.0-rc12
3 years ago
Nikolay Igotti
01530c022c
Move examples to 1.0.0-beta5
3 years ago
Arkadii Ivanov
bcbe9296a6
Migrated TodoApp sample iOS app to embedAndSignAppleFrameworkForXcode ( #1187 )
3 years ago
Oleksandr Karpovich
3eda879730
update web examples to workaround a bug when using `jsRun` ( #1166 )
...
see https://youtrack.jetbrains.com/issue/KT-48273
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Shagen Ogandzhanian
27fda5b777
Force webpack@4.0.0 for web examples
...
This is a temporary fix for https://github.com/JetBrains/compose-jb/issues/1100
3 years ago
fauxvillage
da19a19e9a
corrrect package name in nativeDistributions ( #1042 )
...
* corrrect package name in nativeDistributions
* Update build.gradle.kts
Co-authored-by: akurasov <86794754+akurasov@users.noreply.github.com>
3 years ago
Arkadii Ivanov
1564fb5791
Move TodoApp previews to compose-ui module ( #1002 )
3 years ago
Arkadii Ivanov
696d20c931
Update TodoApp dependencies ( #1001 )
3 years ago
Nikolay Igotti
d499b350a2
Move to 1.0.0-alpha1
3 years ago
Nikolay Igotti
242ec6bbf9
Cleanup samples and adjust for rc5
3 years ago
Nikolay Igotti
05488353ca
MOved todoapp to 1.0.0-alpha1-rc3
3 years ago
Nikolay Igotti
0ff88e0d2c
Move todoapp to 1.0.0-alpha1-rc1.
3 years ago
Oleksandr Karpovich
b41344ef41
Web/update tutorials and examples ( #942 )
...
* web: Update tutorials (to use 0.5.0-build270)
* web: Update examples (to use 0.5.0-build270 and kotlin 1.5.21)
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Arkadii Ivanov
d89671218a
Add previews to TodoApp example ( #909 )
3 years ago
Oleksandr Karpovich
774b9793f5
Update web examples to use 0.5.0-build235
3 years ago
Arkadii Ivanov
ba7c4293aa
Update TodoApp example readme with Web app ( #796 )
3 years ago
Arkadii Ivanov
8f87cda24d
Add web app for the TodoApp example ( #778 )
...
* Prepare the TodoApp example for adding the JavaScript app
* Add the JavaScript app for the TodoApp example
* TodoApp. Update Compose to 0.5.0-build225.
3 years ago
Arkadii Ivanov
5ed9c41243
TodoApp. Update Kotlin to 1.5.10, Compose to 0.4.0, and other deps. ( #756 )
3 years ago
Igor Demin
e6dfc33f3a
Remove mavenLocal from templates, keep in examples ( #719 )
3 years ago
Arkadii Ivanov
5f7479edbe
Simplify TodoApp example iOS framework export ( #706 )
3 years ago
Nikolay Igotti
c005a9785a
Fix todoapp
4 years ago
Nikolay Igotti
38f4cfa33e
Move to 0.4.0-build209
4 years ago
Arkadii Ivanov
df5742f82f
Free todoapp from jcenter ( #592 )
4 years ago
Nikolay Igotti
76e3f45f8b
Move to Kotlin 1.4.32 and 0.4.0-build180
4 years ago
Murat Baysangurov
7414ee54a4
TodoApp. Minor fixes due to API changes ( #548 )
4 years ago
Arkadii Ivanov
1849838e82
TodoApp. Update Decompose to 0.2.0, enable navigation animations. ( #544 )
4 years ago
Arkadii Ivanov
8d6be48499
TodoApp. Get rid of Dependencies interfaces. ( #480 )
4 years ago
Nikolay Igotti
2f7f05babd
Move to 0.3.2.
4 years ago
Nikolay Igotti
1999f58e75
Move to build 0.3.1.
4 years ago
Arkadii Ivanov
4f19363222
TodoApp update Compose to build168 and Decompose to 0.1.9 ( #424 )
4 years ago
Igor Demin
f606ed50ca
Examples/templates. Refactoring after migration to 0.3.0
4 years ago
Nikolay Igotti
10e99c20d9
Move to 0.3.0.
4 years ago
Nikolay Igotti
c58018221e
Move to 0.3.0-rc1 ( #410 )
4 years ago
Nikolay Igotti
9df0bfc9f3
Fix distributable in todoapp.
4 years ago
Arkadii Ivanov
1d5fdbcc73
Update example todoapp to Kotlin 1.4.30 and deps ( #379 )
4 years ago
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