Ryan Mitchener
e40ef3d304
Added KeyEventType check for keyboard events tutorial ( #1877 )
...
Added KeyEventType check for keyboard events tutorial in response to https://github.com/JetBrains/compose-jb/issues/1871
2022-02-21 18:50:21 +03:00
Roman Sedaikin
2afe439a81
Updated tutorial of [Swing Integration]. ( #1844 )
...
* Updated tutorial of Swing interop.
Co-authored-by: akurasov <86794754+akurasov@users.noreply.github.com >
2022-02-18 18:29:49 +03:00
Nikolay Igotti
ad2f889b11
Reset timebomb
2022-02-15 11:44:53 +03:00
Thomas Vos
f568117a79
Fix provisioning profile documentation ( #1820 )
2022-02-11 08:16:52 +03:00
akurasov
d6e6cf5e0c
Documentation for #1016
2022-02-10 19:08:04 +03:00
Thomas Vos
aa08279104
Fix TestFlight builds ( #1812 )
2022-02-10 12:05:26 +03:00
Aleksandr Veselov
d822283c4b
Add docs about desktop a11y ( #1775 )
2022-02-08 20:55:45 +03:00
Sebastian
e1d0a39cf4
Add proguard configuration to tutorial ( #1786 )
2022-02-03 16:01:09 +03:00
James Hamilton
becd9e6155
Update ProGuard version in example ( #1777 )
...
Update ProGuard version and remove exclude for Android build tools dependency. The exclude should no longer be required (https://github.com/Guardsquare/proguard/issues/66 ).
2022-02-03 10:57:29 +03:00
Sebastian
ef0ed6c447
Fix issue on proguard example ( #1780 )
2022-02-03 10:57:01 +03:00
Igor Demin
b83d681c1f
Update README.md
2022-02-01 15:13:56 +03:00
Nikolay Igotti
d27b757092
Fix tutorial checker
2022-02-01 09:17:02 +03:00
Asad Dhorajiwala
ddb80e8161
Added link to Gradle tool window ( #1757 )
2022-01-27 18:03:53 +03:00
akurasov
b822900158
small corrections
2022-01-25 12:38:46 +03:00
Nikolay Igotti
c427f7c2bc
Selective tutorial check ignore ( #1716 )
2022-01-19 17:32:50 +03:00
Mário Fronza
b3c06bb2df
removed unused lines ( #1706 )
2022-01-18 19:53:17 +03:00
Thomas Vos
793b377147
Apple App Store ( #1613 )
...
* Add appStore option
* Fix "--app-image" option
* Add appCategory option
* Document signing for the Apple App Store
* Fix system version in the Product Definition Property List
* fixup! Fix "--app-image" option
* fixup! Document signing for the Apple App Store
* fixup! Add appStore option
* fixup! Add appCategory option
* Add provisioningProfile option
* Add entitlementsFile option (needs to be customised if your Mac app uses entitlements not in the default file)
2022-01-18 08:59:39 +03:00
akurasov
0c81859474
Enhancing mouse tutorial ( #1591 )
...
* Enhancing mouse tutorial
* Update README.md
2022-01-14 21:15:47 +03:00
Vivek Sharma
6e8107bd80
Update Navigation README.md ( #1685 )
2022-01-11 18:27:25 +03:00
Thomas Vos
162cde2bfc
Add option to set macOS build version ( #1612 )
2022-01-11 17:36:22 +03:00
Max Rumpf
8f1f049a23
Improve obfuscation docs and add ProGuard example ( #1658 )
2022-01-11 17:33:50 +03:00
akurasov
46ca39d510
Adding obfuscation info ( #1624 )
...
* Update README.md
* Update README.md
2021-12-27 14:16:37 +03:00
Thomas Vos
cf106640cd
Fix url in README.md ( #1614 )
2021-12-21 16:59:08 +03:00
akurasov
2640730e4a
Adding transparent windows information to the Window API tutorial ( #1601 )
...
* Adding transparent windows information
Also closes https://github.com/JetBrains/compose-jb/issues/1339
* Update README.md
2021-12-16 14:19:59 +03:00
akurasov
004e2f2c2a
Update README.md
2021-12-15 13:25:49 +03:00
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 >
2021-12-14 15:19:20 +01:00
akurasov
9697f8fe6d
Update README.md
2021-12-14 17:11:04 +03:00
Oleksandr Karpovich
cf30c33b9c
web: update Style DSL tutorial ( #1567 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com >
2021-12-09 13:16:56 +01:00
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
Oleksandr Karpovich
716ae31757
add common issues section to Web/Getting_Started tutorial
2021-12-06 10:18:00 +01:00
Oleksandr Karpovich
b29bd17944
update web tutorial: add info about --continuous flag
2021-12-02 21:32:04 +01:00
Oleksandr Karpovich
0fe4c73f81
web: remove warning about experimental in tutorials
2021-12-02 15:10:42 +01:00
Nikolay Igotti
d1aac8324a
Update README.md
2021-12-02 15:30:34 +03:00
Igor Demin
fd614693ab
Update README.md
2021-12-02 15:22:52 +03:00
Igor Demin
46d8c51d27
Update README.md
2021-12-02 15:22:37 +03:00
Igor Demin
c3c4955c6c
Update README.md
2021-12-02 15:10:02 +03:00
Nikolay Igotti
e935ab8e89
Update README.md
2021-12-02 15:09:49 +03:00
Nikolay Igotti
9063532c56
Update README.md
2021-12-02 15:07:14 +03:00
Nikolay Igotti
3831e92f3b
Update README.md
2021-12-02 15:06:49 +03:00
Nikolay Igotti
2110f3421b
Update README.md
2021-12-02 15:03:39 +03:00
Nikolay Igotti
bf266bcd50
Update README.md
2021-12-02 14:59:23 +03:00
Nikolay Igotti
f5eecd7ab2
Update README.md
2021-12-02 14:51:38 +03:00
Oleksandr Karpovich
b9772b584f
web: add tutorial about Controlled and Uncontrolled inputs ( #1533 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com >
2021-12-02 12:41:53 +01:00
akurasov
3a0a565de8
Update README.md
2021-12-02 14:40:15 +03:00
akurasov
20cd216276
Update README.md
2021-12-02 14:39:54 +03:00
Igor Demin
3e1d41a840
Update README.md
2021-12-02 14:33:10 +03:00
Igor Demin
bde86ddb82
Update README.md
2021-12-02 14:33:03 +03:00
Igor Demin
b99e2a12e9
Update README.md
2021-12-02 14:28:50 +03:00
akurasov
18589938f5
Jetpack interop manual
2021-12-02 14:25:59 +03:00
Oleksandr Karpovich
8c48ff5973
web: add What's included section into root README.md for web ( #1499 )
...
* web: add `What's included` section into root README.md for web
* Add examples section
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com >
2021-12-02 10:38:44 +01:00