Commit Graph

54 Commits

Author SHA1 Message Date
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
2021-12-08 10:32:18 +03:00
Igor Demin
559e9364f1 Move examples to 1.0.0 (#1524) 2021-12-01 20:23:48 +03:00
Igor Demin
21473b13f1 Move to 1.0.0-rc12 (#1518)
* Move build_from_cli

* Migrate to 1.0.0-rc12

* Comment about LWJGL

* Update Tutorials
2021-12-01 15:37:02 +03:00
Nikolay Igotti
01530c022c Move examples to 1.0.0-beta5 2021-10-29 01:10:27 +03:00
Igor Demin
6e298d69c1 Codeviewer. 1.0.0-beta1 2021-10-25 12:45:15 +03:00
Nikolay Igotti
8002705c9e Update codeviewer example (#1292) 2021-10-22 11:46:55 +03:00
Nikolay Igotti
d876ecb0c4 Fix examples, move all of them to Gradle 7.1.1 2021-10-22 10:15:19 +03:00
Nikolay Igotti
929b28787d Mostly move to 1.0.0-alpha4-build361 2021-09-27 17:59:28 +03:00
Nikolay Igotti
d499b350a2 Move to 1.0.0-alpha1 2021-08-04 09:41:56 +03:00
Nikolay Igotti
481912092d Move to rc5 2021-08-03 21:29:54 +03:00
Igor Demin
aa531e7b32 Codeviewer. Refactor 2021-08-03 13:48:52 +03:00
Nikolay Igotti
0d232be23a Move few examples to 1.0.0-alpha1-rc1 2021-07-31 00:19:10 +03:00
Drakeet
ee1a8f1ab2 Fix invalid Char code exception for readLinePositions (#751) 2021-06-08 17:12:23 +03:00
Igor Demin
e6dfc33f3a Remove mavenLocal from templates, keep in examples (#719) 2021-06-01 16:19:44 +03:00
Nikolay Igotti
0dc9bf0104 Move to 0.4.0 2021-05-31 18:25:21 +03:00
Nikolay Igotti
e817408595 Use 0.4.0-rc2 in examples (#720) 2021-05-31 14:19:54 +03:00
Nikolay Igotti
bf4f7051a2 Move to Kotlin 1.5.10 and Compose 0.4.0-rc1 2021-05-28 14:28:15 +03:00
Nikolay Igotti
38f4cfa33e Move to 0.4.0-build209 2021-05-20 19:04:27 +03:00
Nikolay Igotti
7bdb87f20b Move to Compose 0.4.0-build208 and Kotlin 1.5.0 2021-05-20 17:48:04 +03:00
Alexey Tsvetkov
8c8b4147ab Update to 0.4.0-build182 and get rid of jcenter
The build `0.4.0-build182` upgrades
`kotlinx-collections-immutable` library
(which is used by the compose runtime) to 0.3.4,
which was published to maven central,
so most usages of sunsetting jcenter repo
can be removed now.

Resolves #557
2021-04-21 12:44:57 +03:00
Nikolay Igotti
76e3f45f8b Move to Kotlin 1.4.32 and 0.4.0-build180 2021-04-12 12:26:03 +03:00
Nikolay Igotti
cf9ccdb617 Switch templates to 0.4.0-build179 2021-04-06 09:33:28 +03:00
Nikolay Igotti
2f7f05babd Move to 0.3.2. 2021-03-02 09:51:30 +03:00
Nikolay Igotti
1999f58e75 Move to build 0.3.1. 2021-03-01 09:37:24 +03:00
Nikolay Igotti
80180fb63a Move to 0.3.1. 2021-02-26 22:32:16 +03:00
Nikolay Igotti
10e99c20d9 Move to 0.3.0. 2021-02-22 13:19:43 +03:00
Nikolay Igotti
c58018221e Move to 0.3.0-rc1 (#410) 2021-02-21 13:26:51 +03:00
Nikolay Igotti
75e59850e2 Workaround for selection problem. 2021-02-20 17:28:52 +03:00
Igor Demin
e25d74d457 Codeviewer. Migrate to build154 2021-02-16 20:07:44 +03:00
Nikolay Igotti
40429e0cb9 Notarization sample. 2021-02-03 12:36:21 +03:00
Igor Demin
930d807306 Migrate to 0.3.0-build146 (codeviewer) 2021-01-28 18:43:19 +03:00
Igor Demin
67fc63b73f Examples. Codeviewer. Fix java.lang.StringIndexOutOfBoundsException 2021-01-19 14:00:14 +03:00
Nikolay Igotti
860acb907a Move codeviewer to 0.3.0-build141 2021-01-19 12:23:47 +03:00
Nikolay Igotti
9354a554b4 iMove to 0.3.0-build135 and Kotlin 1.4.21. 2020-12-15 13:07:28 +03:00
Nikolay Igotti
84163e7499 Move to 0.2.0-build132 2020-11-26 22:30:54 +03:00
Nikolay Igotti
412213445a Move codeviewer to 0.2.0-build128 2020-11-21 12:24:10 +03:00
Igor Demin
6e1d965931 Codeviewer: refactoring 2020-11-18 17:26:55 +03:00
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__`
2020-11-13 13:43:28 +03:00
Roman Sedaikin
f030439571 Added screenshots for examples. 2020-11-12 17:48:42 +03:00
Nikolay Igotti
aa2a8740ca Update to 0.1.0-build113 2020-11-09 18:23:34 +03:00
Igor Demin
3b583678c7 Migrate to Compose 0.1.0-m1-build62 2020-11-03 23:59:40 +03:00
Igor Demin
3799ca1f16 Fix typos 2020-11-03 22:49:57 +03:00
Alexey Tsvetkov
314f5af47f Update all examples with Compose Application DSL 2020-11-03 17:16:21 +03:00
Nikolay Igotti
ae4020c9c2 Use memory mapping and filter hidden files. (#44) 2020-11-02 17:46:36 +03:00
Igor Demin
726fa0119b Codeviewer. replace rememberScrollbarAdapterFixed by compose rememberScrollbarAdapter 2020-11-02 14:16:23 +03:00
Igor Demin
b714f932a1 Simplify build.gradle.kts for android (res.srcDirs) 2020-11-02 11:13:48 +03:00
Igor Demin
26e431cd78 Move codeviewer to 0.1.0-m1-build57 2020-10-30 21:22:38 +03:00
Nikolay Igotti
bfb2abe605 One Skiko dependency 2020-10-30 18:16:51 +03:00
Igor Demin
f9d3c56b0c Multiplatform template in IDEA / Android Studio. Refactoring 2020-10-28 15:10:59 +03:00
Igor Demin
94f8239087 Fix gradlew permissions 2020-10-28 14:46:10 +03:00