Commit Graph

48 Commits

Author SHA1 Message Date
Igor Demin
6009cdd6cb Remove "Copyright 2020 The Android Open Source Project" 2020-10-28 11:16:55 +03:00
Igor Demin
6c2457240b Multiplatform template in IDEA / Android Studio. Add comment about issue 2020-10-28 11:05:15 +03:00
Igor Demin
1fdbf6868d Merge remote-tracking branch 'origin/master' into fix_multiplatfrom_template
# Conflicts:
#	examples/imageviewer/desktop/build.gradle.kts
#	examples/issues/desktop/build.gradle.kts
#	examples/todoapp/desktop/build.gradle.kts
#	templates/multiplatform-template/desktop/build.gradle.kts
2020-10-28 10:59:00 +03:00
Igor Demin
3bbac40969 Merge pull request #29 from JetBrains/gitignore_unification
Unify .gitignore across all examples and templates
2020-10-27 11:09:22 +03:00
Nikolay Igotti
3876014768 Move to compose.desktop.currentOs 2020-10-26 20:36:03 +03:00
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
2020-10-26 19:29:39 +03:00
Igor Demin
c8812bd04b Unify .gitignore across all examples and templates 2020-10-26 19:27:58 +03:00
Nikolay Igotti
000507c755 Allow using mavenLocal() is samples. 2020-10-26 18:26:41 +03:00
Nikolay Igotti
583231cd19 Merge pull request #10 from arkivanov/example-todo
Example Todo app
2020-10-23 10:04:38 +03:00
Arkadii Ivanov
7f4585e500 Update README 2020-10-22 23:16:51 +01:00
Arkadii Ivanov
a8759f80a1 Move RouterStateComposable to the example package 2020-10-22 22:41:11 +01:00
Arkadii Ivanov
9993c56656 Prevent empty items added 2020-10-22 22:34:45 +01:00
Arkadii Ivanov
7426dc702a Add Delete button 2020-10-22 22:31:20 +01:00
Arkadii Ivanov
1b76a0dc69 Update Compose to 0.1.0-dev97 2020-10-22 21:56:52 +01:00
Arkadii Ivanov
64d762755a Extract Edit UI 2020-10-21 23:02:00 +01:00
Arkadii Ivanov
c252fdc633 Extract Main UI 2020-10-21 23:02:00 +01:00
Arkadii Ivanov
50300a26e0 Replace deprecated Box with proper one 2020-10-21 23:02:00 +01:00
Arkadii Ivanov
d82762c18f Merge 'list' and 'add' modules into 'main' 2020-10-21 23:01:59 +01:00
Nikolay Igotti
c0c31e9506 Move to dev97 2020-10-20 21:48:28 +03:00
Arkadii Ivanov
728b85109e Save TodoRoot UI state 2020-10-20 18:56:59 +01:00
Arkadii Ivanov
8ef178cad5 Handle Enter key when adding new items 2020-10-20 18:41:37 +01:00
Arkadii Ivanov
1cb229a219 Use icon assets 2020-10-20 18:37:24 +01:00
Arkadii Ivanov
4e23be1bca Update Compose to 0.1.0-dev95 2020-10-20 18:37:16 +01:00
Roman Sedaikin
f440b6ddee Fixed loading screen when click on miniature. 2020-10-20 17:53:32 +03:00
Roman Sedaikin
79ddbaf7bd Updated android application to new version of compose api. 2020-10-20 16:01:37 +03:00
Roman Sedaikin
728210fdde Fixed loading screen issue. 2020-10-20 15:26:44 +03:00
Roman Sedaikin
df6fa95b9b Added app icon to desktop version of ImageViewer. 2020-10-20 11:03:26 +03:00
Arkadii Ivanov
4dc746cb56 Enable parallel builds and caching 2020-10-19 18:43:34 +01:00
Arkadii Ivanov
36a9f09e63 Rename app folder to todoapp 2020-10-19 18:42:05 +01:00
Arkadii Ivanov
f6756ef6b7 Persist desktop database 2020-10-17 16:12:12 +01:00
Arkadii Ivanov
1ee84b619f Removed copyrights 2020-10-17 15:51:50 +01:00
Nikolay Igotti
11543c4618 Move to dev87. 2020-10-16 15:13:35 +03:00
Nikolay Igotti
08ce747217 Move to dev85. 2020-10-15 11:06:33 +03:00
Arkadii Ivanov
69b00aa9e9 Tests for list module 2020-10-15 00:32:19 +01:00
Arkadii Ivanov
65e52adbba Example todo app 2020-10-14 22:48:42 +01:00
Nikolay Igotti
e2afc407c8 Move examples to piublic repo deps. 2020-10-09 10:08:17 +03:00
spvessel
345c409833 Added mouse hover interactivity to the desktop version of app. 2020-09-21 11:27:57 +03:00
Nikolay Igotti
d96a1090cb Add mouse move demo to imageviewer. 2020-09-16 17:25:21 +03:00
Nikolay Igotti
dfa22f0a01 Move sampels to build58 2020-09-15 17:41:15 +03:00
spvessel
b71d16381b Added/removed some imports. 2020-09-14 11:38:08 +03:00
spvessel
743a300bc0 Fixed Draggable & Scalable for desktop. 2020-09-14 11:15:51 +03:00
spvessel
07c6845dd3 Fixed an issue where the user could see the previous image in full screen mode before the selected one was loaded (android and desktop). 2020-09-10 19:26:33 +03:00
spvessel
d579d3f946 Fixed an issue where the user could see the previous image in full screen mode before the selected one was loaded. 2020-09-10 18:49:48 +03:00
Nikolay Igotti
a61dbff798 Move to unmerged30. 2020-09-10 17:58:19 +03:00
Nikolay Igotti
68151f2ca1 Add Gradle wrappers. 2020-09-07 17:59:42 +03:00
Nikolay Igotti
6417d6c5ea Move to build53. 2020-09-07 14:02:44 +03:00
Nikolay Igotti
f201961e31 Example Image Viewer. 2020-09-07 13:54:19 +03:00
Nikolay Igotti
4dc4f597d5 Add issues. 2020-09-07 13:53:23 +03:00