Commit Graph

  • 0bd1536fc7
    [iOS/ImageViewer] Proposal of Fix share image button infinite loop (#4973) v1.7.0-dev1698 issamux 2024-06-24 12:34:28 -0400
  • e430858c62 Removed a duplicating blank line in the end of the file soleil.colza 2024-06-25 01:32:53 +0900
  • 87d915556d Replaced wildcard imports with the proper paths without abbreviations soleil.colza 2024-06-25 01:08:32 +0900
  • bc56a48a29 Replaced wildcard imports with the proper paths without abbreviations soleil.colza 2024-06-25 01:05:06 +0900
  • 28ceb971c2 Replaced wildcard imports with the proper paths without abbreviations soleil.colza 2024-06-25 01:03:30 +0900
  • eb1d230bad Replaced wildcard imports with the proper paths without abbreviations soleil.colza 2024-06-25 00:59:45 +0900
  • 225d52dcf3 Replaced wildcard imports with the proper paths without abbreviations soleil.colza 2024-06-25 00:57:11 +0900
  • f4172f04f7 Replaced wildcard imports with the proper paths without abbreviations soleil.colza 2024-06-25 00:55:10 +0900
  • 68ea940501 Replaced wildcard imports with the proper paths without abbreviations soleil.colza 2024-06-25 00:52:28 +0900
  • 2ff24ba7bb Replaced wildcard imports with the proper paths without abbreviations soleil.colza 2024-06-25 00:49:51 +0900
  • d9dcbfae6f Replaced wildcard imports with the proper paths without abbreviations soleil.colza 2024-06-25 00:47:16 +0900
  • afe15d39e3 Replaced wildcard imports with the proper paths without abbreviations soleil.colza 2024-06-25 00:43:34 +0900
  • ad904cbd11 Replaced wildcard imports with the proper paths without abbreviations soleil.colza 2024-06-25 00:39:00 +0900
  • 1b2f258cfd Removed duplicating blank lines in the end of the file soleil.colza 2024-06-25 00:34:40 +0900
  • 7568c9a912 Replaced wildcard imports with the proper paths without abbreviations soleil.colza 2024-06-25 00:33:54 +0900
  • 0fd4ebe64a fixup! Add file associations support Evgeniy.Zhelenskiy 2024-06-22 16:22:21 +0200
  • 811739d15e fixup! Add file associations support Evgeniy.Zhelenskiy 2024-06-21 19:57:21 +0200
  • 100aeef0ae fixup! Add file associations support Evgeniy.Zhelenskiy 2024-06-20 05:18:35 +0200
  • b501e0f794
    Delete experimental/examples/intellij-plugin-with-experimental-shared (#5006) Igor Demin 2024-06-21 13:25:58 +0200
  • 268d250dfd
    Delete experimental/examples/intellij-plugin-with-experimental-shared-base directory #5006 Igor Demin 2024-06-21 12:43:30 +0200
  • 4c6fe13653 [components] Enable include gradle plugin build only if it exists. Konstantin Tskhovrebov 2024-06-21 09:10:54 +0200
  • 3a922a8502 [gradle] Fix android assets configuration with AGP >= 8.1.0. Konstantin Tskhovrebov 2024-06-20 17:21:57 +0200
  • bb5623e479 [gradle] Fix android assets configuration with AGP < 8.1.0. Konstantin Tskhovrebov 2024-06-20 16:31:43 +0200
  • be4dfa4543 [resources] Properly close input stream when read resource bytes. Konstantin Tskhovrebov 2024-06-20 15:37:53 +0200
  • 8fc3dd2f75
    Pack all resources to assets on the android target. (#4965) Konstantin 2024-06-20 14:30:24 +0200
  • 5c141b5213
    [resources] Update resource density-based lookup to be equal with the android logic (#4969) Konstantin 2024-06-20 13:57:10 +0200
  • 67299b5085 [resources] Add the PreviewContextConfigurationEffect function to the API dump. #4965 Konstantin Tskhovrebov 2024-06-20 12:39:49 +0200
  • 4e704593ea [resources] Check that user didn't set the android applicationId. Konstantin Tskhovrebov 2024-06-20 12:38:07 +0200
  • 53bf4dffa6
    Make sure the web app distribution doesn't contain a duplicate skiko.wasm (#4958) Oleksandr Karpovich 2024-06-20 12:09:34 +0200
  • 68e3613b2a [gradle] Expand fixAndroidLintTaskDependencies for the CopyResourcesToAndroidAssetsTask. Konstantin Tskhovrebov 2024-06-20 12:00:25 +0200
  • 2c359f6046 Make sure the web app distribution doesn't contain a duplicate - skiko.wasm file #4958 Oleksandr.Karpovich 2024-06-12 15:10:48 +0200
  • 8e6c08e61d fixup! Add file associations support Evgeniy.Zhelenskiy 2024-06-20 03:36:55 +0200
  • 3d6788a00b [gradle] Fix assets packing in the AS previews. Konstantin Tskhovrebov 2024-06-19 22:59:02 +0200
  • ca25916bfc [resources] Add preview to the sample android app. Konstantin Tskhovrebov 2024-06-19 21:11:36 +0200
  • 43e1c68284 [gradle] Fix assets packing in the AS previews. Konstantin Tskhovrebov 2024-06-19 21:08:27 +0200
  • 3bd9d88bc8 [resources] Use local context for the resource reader to support resources in the AS preview. Konstantin Tskhovrebov 2024-06-19 21:07:46 +0200
  • d66a736b06 [resources] Catch FileNotFoundException instead of IOException in android resource reader. Konstantin Tskhovrebov 2024-06-18 16:36:26 +0200
  • ead0ba1088 [resources] Update resource density-based lookup to be equal with the android logic #4969 Konstantin Tskhovrebov 2024-06-14 15:19:21 +0200
  • 19ad637d7c [gradle] Exclude compose resources from the java packaging on the android target. Konstantin Tskhovrebov 2024-06-17 22:07:29 +0200
  • aaabde3a49 [resources] Configure included build for the compose gradle plugin. Konstantin Tskhovrebov 2024-06-17 18:28:37 +0200
  • 47b0b85ff8 [resources] Make AndroidContextProvider's authorities attribute depends on app id. Konstantin Tskhovrebov 2024-06-17 17:54:47 +0200
  • 67da8d12f9
    Improve SplitPaneState (#3974) v1.7.0-dev1686 vdshb 2024-06-17 18:20:27 +0300
  • 6d4e0da931
    Examples. JetSnack. Migrate to Compose 1.7 (#4989) Igor Demin 2024-06-17 14:30:48 +0200
  • 786644e7f3
    Update Button.kt #4989 Igor Demin 2024-06-17 14:27:39 +0200
  • a5cc7065db
    Examples. JetSnack. Migrate to Compose 1.7 Igor Demin 2024-06-17 14:26:53 +0200
  • 9ea39d16b0 Show desktop preview tool for functions annotated with common preview annotation (#4839) #4979 serge shustoff 2024-06-16 12:25:09 +0200
  • 9330503e2c Refresh desktop preview (#2921) #4977 serge shustoff 2024-06-16 12:09:21 +0200
  • 222ef6b184 [wasm/ImageViewer] Remove unresolved JsModule annotation #4956 issamux 2024-06-11 17:49:44 -0400
  • 732ef15669 [wasm/ImageViewer] Set different namespace for js and wasm resolving build issue issamux 2024-06-11 17:49:18 -0400
  • 909da465ec [ImageViewer] Add kotlin folder to git ignore list issamux 2024-06-11 17:48:41 -0400
  • b991ca2db8 [iOS/ImageViewer] Fix share image button infinite loop #4973 issamux 2024-06-14 17:10:00 -0400
  • 5349aa18bf [gradle] Pack all resources as assets on the android target. Konstantin Tskhovrebov 2024-06-13 17:04:10 +0200
  • f84cf02479 [resources] Try to look all kind of resources up in android assets first. Konstantin Tskhovrebov 2024-06-13 15:51:45 +0200
  • a1b88db890
    Fix `DesktopImageStorage` to store images by id, rather than by the `PictureData.Camera` itself (#4963) Alexander Maryanovsky 2024-06-13 14:51:57 +0300
  • f8cf966ef4
    Update README.md - fix typo (#4960) rmaksim 2024-06-13 14:48:15 +0300
  • cffa2da141 Fix DesktopImageStorage to store images by id, rather than by the PictureData.Camera itself. #4963 Alexander Maryanovsky 2024-06-13 14:16:01 +0300
  • a73ed61ea5
    Delete outdated build services (#4959) Konstantin 2024-06-13 12:33:24 +0200
  • b3eeb84275
    Update README.md #4960 rmaksim 2024-06-13 00:31:15 +0300
  • aa6dc0f72e Examples. JetSnack. Migrate to Compose 1.7 #4988 Igor Demin 2024-06-12 16:36:37 +0200
  • 4eeddb8312 [gradle] Delete configureNativeCompilerCaching logic since it was supported on the kotlin side. #4959 Konstantin Tskhovrebov 2024-06-12 15:57:13 +0200
  • f8c44db3d7 [gradle] Delete outdated ConfigurationProblemReporterService. Konstantin Tskhovrebov 2024-06-12 15:48:15 +0200
  • 574c12b077 fixup! Add file associations support pull/4957 Evgeniy.Zhelenskiy 2024-06-12 03:03:44 +0200
  • e4a35b4b4f Fix Linux error zhelenskiy 2024-06-11 22:46:40 +0300
  • 123882f0b9 docs(packaging): document the minimizeKotlinStandardLibrary option in the Native distributions tutorial #4948 Ellet 2024-06-08 09:49:52 +0300
  • b2460ad2e3 chore: set property minimizeKotlinStandardLibrary of AbstractProguardTask from the ProguardSettings Ellet 2024-06-08 09:48:07 +0300
  • d389bd35bb feat: add an option to minimize kotlin standard library in AbstractProguardTask Ellet 2024-06-08 09:47:01 +0300
  • 4749102bce chore: add minimizeKotlinStandardLibrary in ProguardSettings Ellet 2024-06-08 09:45:38 +0300
  • 71a2edc351 chore: Update default desktop Proguard rules support minimizing Kotlin standard library option Ellet 2024-06-08 09:42:36 +0300
  • eaa4b34a26 chore: use the generated DEFAULT_PROGUARD_VERSION #4946 Ellet 2024-06-08 05:29:28 +0300
  • 6d2bbad283 chore: add generated DEFAULT_PROGUARD_VERSION in org.jetbrains.compose.ComposeBuildConfig Ellet 2024-06-08 05:28:43 +0300
  • 7fe43e3e56 chore(versions): add Proguard default version in libs.versions.toml Ellet 2024-06-08 05:22:50 +0300
  • 8432577f5d
    [resources] Read exactly requested count of bytes from InputStream on jvm platforms. (#4943) v1.6.20-dev1673 Konstantin 2024-06-07 15:43:25 +0200
  • 0711246068 [resources] Read exactly requested count of bytes from InputStream on jvm platforms. #4943 Konstantin Tskhovrebov 2024-06-07 15:00:38 +0200
  • 158da4ba02
    fix(Resources): Use readNBytes() to read a chunk of resources #4938 #4939 Artem Chepurnoy 2024-06-07 09:02:38 +0300
  • fee7af9ddc Add file associations support Evgeniy.Zhelenskiy 2024-06-06 12:10:28 +0200
  • 0642fb40b8
    Merge b8db03b70b into fc90219ad6 #3647 alchitry 2024-06-05 07:45:39 +0200
  • c09ad1f871 Remove redundant @OptIn of experimental annotations #4922 Snehangshu Chakraborty 2024-06-04 02:17:44 +0530
  • fc90219ad6
    Add 1.6.11 to changelog (#4905) v1.6.20-dev1667 Ivan Matkov 2024-06-03 18:27:02 +0200
  • 9b453a9164
    Fix eager tryGetSkikoRuntimeIfNeeded (#4918) Oleksandr Karpovich 2024-06-03 16:44:05 +0200
  • 1501b73967 Fix according to PR review #4918 Oleksandr.Karpovich 2024-06-03 13:32:33 +0200
  • 77eb2d34c7 Fix eager tryGetSkikoRuntimeIfNeeded Oleksandr.Karpovich 2024-06-03 11:35:51 +0200
  • 6b82574179 [gradle] Generate method to create drawable or font resource accessors by a file path. #4909 Konstantin Tskhovrebov 2024-05-31 18:22:05 +0200
  • 9a513c55e4
    [gradle] Fix resource accessor name escaping. (#4901) v1.6.20-dev1663 Konstantin 2024-05-31 14:12:13 +0200
  • 3319b5a573 [gradle] Fix resource accessor name escaping. #4901 Konstantin Tskhovrebov 2024-05-30 17:54:02 +0200
  • c132545bf1 Revert link style #4905 Ivan Matkov 2024-05-31 10:31:24 +0200
  • a9db58e298 Add 1.6.11 to changelog Ivan Matkov 2024-05-31 10:28:08 +0200
  • 1bc3d1a634
    [gradle] Create an empty resource dir with "podspec" task instead "podInstall" (#4900) Konstantin 2024-05-31 10:11:50 +0200
  • 9239c3b590 [gradle] Fix podspec task configuration cache. #4900 Konstantin Tskhovrebov 2024-05-30 18:29:39 +0200
  • b64de0095c [gradle] Create an empty resource dir with "podspec" task instead "podInstall". Konstantin Tskhovrebov 2024-05-30 16:04:33 +0200
  • bf47d0b9e8
    [resources] Use regular classes for resource qualifiers. (#4892) Konstantin 2024-05-30 15:22:18 +0200
  • 2305ea77ee
    [resources] Use cached value synchronously on web. (#4893) Konstantin 2024-05-30 14:42:01 +0200
  • ad690b0c82 [resources] Use regular classes for Qualifiers instead of data or value classes. #4892 Konstantin Tskhovrebov 2024-05-30 12:46:35 +0200
  • c519a69d4d
    [resources] Delete Thread.currentThread().contextClassLoader on JVM targets (#4895) Konstantin 2024-05-29 17:55:45 +0200
  • 70b8c44d32 Update kotlin version in examples (#4844) v1.6.11 release/1.6.11 Oleksandr.Karpovich 2024-05-23 10:23:40 +0200
  • 8fbb0b3c5b [resources] Delete Thread.currentThread().contextClassLoader on JVM targets #4895 Konstantin Tskhovrebov 2024-05-29 12:29:27 +0200
  • 408c65bb86 [resources] Improve efficiency of font caching in Skiko #4894 k.tskh/skiko-font-cache Konstantin Tskhovrebov 2024-05-29 11:16:40 +0200
  • e6f7e66bcd [resources] Use cached value synchronously on web. #4893 Konstantin Tskhovrebov 2024-05-28 17:57:08 +0200
  • 01cbb68d0f [resources] Use value classes for resource qualifiers. Konstantin Tskhovrebov 2024-05-28 14:23:50 +0200
  • 6604addbac
    ImageViewer: workaround k/wasm configuration cache issue KT-68614 (#4891) Oleksandr Karpovich 2024-05-29 10:35:17 +0200
  • a3b1151ce0 ImageViewer: workaround k/wasm configuration cache issue KT-68614 #4891 Oleksandr.Karpovich 2024-05-29 10:33:54 +0200