Commit Graph

  • 6643a2ae07 Share PluralRuleList with languages with the same rule Chanjung Kim 2024-03-21 00:15:06 +0900
  • 9813b18cd1 Rename QuantityStringResource to PluralStringResource for consistency Chanjung Kim 2024-03-20 23:52:04 +0900
  • 22082b8dec Remove redundant comments Chanjung Kim 2024-03-20 23:39:56 +0900
  • 6565e8b428 Add more tests for pluralization Chanjung Kim 2024-03-20 23:39:40 +0900
  • beb92f0625 Parse without using String.split Chanjung Kim 2024-03-20 23:16:13 +0900
  • 29a0c006c4 Add unit tests for pluralization rules Chanjung Kim 2024-03-20 22:39:22 +0900
  • dda02f888e Fix LDML range parsing Chanjung Kim 2024-03-20 22:13:00 +0900
  • 8cb5fd9efd Determine PluralCategory by current environment Chanjung Kim 2024-03-20 20:29:23 +0900
  • 515bed79f4 Generate Kotlin arrays containing pluralization rules during build Chanjung Kim 2024-03-20 20:07:05 +0900
  • b20c1a2781 Copy plurals.xml from Unicode CLDR Chanjung Kim 2024-03-20 20:06:22 +0900
  • 1a061929b8 feat: Add QuantityStringResource and pluralStringResource Chanjung Kim 2024-03-20 14:39:27 +0900
  • 95f7314f62 Share PluralRuleList with languages with the same rule Chanjung Kim 2024-03-21 00:15:06 +0900
  • 700393edf2 Rename QuantityStringResource to PluralStringResource for consistency Chanjung Kim 2024-03-20 23:52:04 +0900
  • 864237e89c Remove redundant comments Chanjung Kim 2024-03-20 23:39:56 +0900
  • b341df41e2 Add more tests for pluralization Chanjung Kim 2024-03-20 23:39:40 +0900
  • 6570cd3e08 Parse without using String.split Chanjung Kim 2024-03-20 23:16:13 +0900
  • d0eea88e2b Add unit tests for pluralization rules Chanjung Kim 2024-03-20 22:39:22 +0900
  • c2ca9488e5 Fix LDML range parsing Chanjung Kim 2024-03-20 22:13:00 +0900
  • 7413a2249e Determine PluralCategory by current environment Chanjung Kim 2024-03-20 20:29:23 +0900
  • 635b1939e7 [gradle] Use @InputFiles instead of @InputDirectory to avoid crash when the dir doesn't exist v1.6.10-dev1523 Konstantin Tskhovrebov 2024-03-20 12:13:32 +0100
  • 656872aadb Generate Kotlin arrays containing pluralization rules during build Chanjung Kim 2024-03-20 20:07:05 +0900
  • a9904faf64 Copy plurals.xml from Unicode CLDR Chanjung Kim 2024-03-20 20:06:22 +0900
  • 5a3a9747ac feat: Add QuantityStringResource and pluralStringResource Chanjung Kim 2024-03-20 14:39:27 +0900
  • 0d0e133e86
    [gradle] Add DSL to configure compose resources (#4482) Konstantin 2024-03-19 21:11:24 +0100
  • 3dcb3d1bd1 [gradle] Update test data #4482 Konstantin Tskhovrebov 2024-03-19 18:34:44 +0100
  • 3308cb8b81 [gradle] Rename 'ResourcesExtension.resourceProjectId' -> 'ResourcesExtension.packageOfResClass' Konstantin Tskhovrebov 2024-03-19 17:56:32 +0100
  • 80954b49ed [gradle] Add DSL to configure compose resources Konstantin Tskhovrebov 2024-03-14 14:24:34 +0100
  • c43b64d43a
    [resources] Fix android fonts in APKs (#4509) Konstantin 2024-03-19 16:27:36 +0100
  • 6f3eb08488
    [resources] Fix readResourceBytes function on Android if font is located under qualified directory (#4512) Konstantin 2024-03-19 16:27:12 +0100
  • 76ed8f6adf [resources] Fix readResourceBytes function on Android if font is located under qualified directory #4512 Konstantin Tskhovrebov 2024-03-19 14:11:34 +0100
  • 940cf47d49 [gradle] Add `getAsUri(path: String): String` function to the generated Res class #4516 k.tskh/resource-uri Konstantin Tskhovrebov 2024-03-19 14:07:05 +0100
  • 1e1969387e [resources] Add internal convertPathToUri function Konstantin Tskhovrebov 2024-03-19 13:54:08 +0100
  • e9279bc748 [gradle] update test data #4509 Konstantin Tskhovrebov 2024-03-19 11:05:32 +0100
  • 5e2a67baa1 [gradle] Fix copyDebugFontsToAndroidAssets task to track changes inside the resource's directory Konstantin Tskhovrebov 2024-03-18 16:29:59 +0100
  • 0190cb0ddb [gradle] Add broken test case when copyDebugFontsToAndroidAssets task doesn't work if a font dir was renamed Konstantin Tskhovrebov 2024-03-18 16:28:53 +0100
  • 8569d2c221 [gradle] Small refactor of gradle tests. Konstantin Tskhovrebov 2024-03-18 16:27:09 +0100
  • ad9c898651
    [resources] Use first of preferred locales instead of a current on iOS (#4507) v1.6.10-dev1520 Konstantin 2024-03-18 10:48:19 +0100
  • 73ffc65620 [resources] Use first of preferred locales instead of a current on iOS #4507 Konstantin Tskhovrebov 2024-03-18 10:38:16 +0100
  • 97f6cf8796 chore: revert code style changes #4500 Chanjung Kim 2024-03-18 02:26:03 +0900
  • f0be61b59b chore: fix section title in the demo app Chanjung Kim 2024-03-18 02:24:51 +0900
  • f225ad799b chore: fix example code in generated Res.getAsFlow Chanjung Kim 2024-03-18 02:17:51 +0900
  • d98463d88d chore: remove unused functions Chanjung Kim 2024-03-18 02:13:49 +0900
  • 2d16da11df chore: remove `println`s from tests Chanjung Kim 2024-03-18 02:12:28 +0900
  • a7e86a79f0 refactor: prevent hard-coding of byteCount of resource flow Chanjung Kim 2024-03-18 02:07:21 +0900
  • 5d85765e89 Add demo code using Res.getAsFlow() Chanjung Kim 2024-03-18 01:09:57 +0900
  • 32ce0c6c0e chore: add a default value to Res.getAsFlow's byteCount Chanjung Kim 2024-03-18 00:59:56 +0900
  • 78d1f504b6 chore: fix typos in generated KDoc of getAsFlow Chanjung Kim 2024-03-18 00:59:33 +0900
  • 8b96f61bc0
    Merge branch 'JetBrains:master' into feat/resource-as-flow Chanjung Kim 2024-03-16 16:50:15 +0900
  • d7ec58f19b Provide a better message for erroneous values folder files #4490 wolfram.rittmeyer 2024-03-15 19:12:20 +0100
  • e755f17cc5 Updated example of building using the CLI to Kotlin 1.9.23 and Compose Multiplatform 1.6.1. #4488 Christian Melchior 2024-03-15 14:23:16 +0100
  • ab9a712670 Small fixes. badmannersteam 2024-03-15 14:08:01 +0100
  • 4be96281b1 feat: generate Res.getAsFlow Chanjung Kim 2024-03-15 20:34:14 +0900
  • 60afc81ed9 feat: support reading resources as flows Chanjung Kim 2024-03-15 19:58:12 +0900
  • 9ac23ae93e
    Compose 1.6.1 examples (#4480) Igor Demin 2024-03-15 11:39:40 +0100
  • 9311fa1393
    Merge branch 'master' into igor.demin/1.6.1-samples #4480 Igor Demin 2024-03-14 16:56:10 +0100
  • 8d17f4e7c2
    Update CHANGELOG.md (1.6.1) (#4477) v1.6.10-dev1514 Igor Demin 2024-03-14 14:40:42 +0100
  • 629cd055dc
    Support multimodule projects and libraries publication with compose resources (#4454) Konstantin 2024-03-14 14:09:04 +0100
  • 0924cbe8f9
    Update CHANGELOG.md #4477 Igor Demin 2024-03-14 13:31:51 +0100
  • 31703401c1
    Update CHANGELOG.md Igor Demin 2024-03-14 13:31:44 +0100
  • 88cb27ca1c
    Update CHANGELOG.md Igor Demin 2024-03-14 13:31:39 +0100
  • 0fb83a830e
    Update CHANGELOG.md Igor Demin 2024-03-14 13:31:35 +0100
  • d2a9bd4e50
    Update CHANGELOG.md Igor Demin 2024-03-14 13:31:31 +0100
  • b14aa8aa9b
    Update CHANGELOG.md Igor Demin 2024-03-14 13:31:26 +0100
  • 088cbcb457
    Update CHANGELOG.md Igor Demin 2024-03-14 13:31:20 +0100
  • 235f686105 Compose 1.6.1 examples Igor Demin 2024-03-14 12:20:50 +0100
  • a6b24222c1 Script Igor Demin 2024-03-14 12:14:53 +0100
  • 993c692836
    Update CHANGELOG.md Igor Demin 2024-03-14 12:11:41 +0100
  • 1061113eb9 Script Igor Demin 2024-03-14 12:08:54 +0100
  • adc89da150 Script Igor Demin 2024-03-13 16:02:06 +0100
  • 654f32f5a6 Script Igor Demin 2024-03-13 15:54:58 +0100
  • c1820eb81b
    Update CHANGELOG.md (1.6.1) Igor Demin 2024-03-13 15:54:02 +0100
  • 399e482d3b Merge remote-tracking branch 'origin/release/1.6.1' Igor Demin 2024-03-12 22:11:20 +0100
  • e8459e19b4 [resources] Fix regionCode crash on iOS before 17 (#4473) v1.6.1 release/1.6.1 Konstantin 2024-03-12 15:07:24 +0100
  • 3de2f3bfbe
    update compose compiler version to 1.5.10.1 (#4474) Pavel Shishkin 2024-03-12 22:07:47 +0100
  • 7fe647fd21 Jars flattening task now flattens to the single jar instead of directory. badmannersteam 2024-03-12 20:32:28 +0100
  • 790f665355 update compose compiler version to 1.5.10.1 #4474 Pavel Shishkin 2024-03-12 18:06:49 +0100
  • e7f1a6cc20
    [resources] Fix regionCode crash on iOS before 17 (#4473) Konstantin 2024-03-12 15:07:24 +0100
  • eb3393da7e [resources] Fix regionCode crash on iOS before 17 #4473 Konstantin Tskhovrebov 2024-03-12 14:50:45 +0100
  • 3da362ad57 Fix for join output jars tests on Linux and MacOS. badmannersteam 2024-03-12 14:32:42 +0100
  • fd26dd9345 Jars flattening as a separate task to fix packageUberJarForCurrentOS. badmannersteam 2024-02-16 00:33:10 +0100
  • c54a6ca062 Tests for JARs joining and 'release' tasks. badmannersteam 2024-02-01 21:30:39 +0100
  • e4ac7ef933 Added support to join JARs to the uber JAR with ProGuard, all 'release' tasks now depend on Proguard. badmannersteam 2024-01-17 17:35:45 +0100
  • 4c238f5ff8
    update macOS readResourceBytes to use composeResources (#4458) Luca Spinazzola 2024-03-12 08:27:12 -0400
  • de432c9291
    [1.6.0 CHANGELOG] Add info about known Popup shadows limitation (#4465) Ivan Matkov 2024-03-12 11:37:37 +0100
  • 5d99348532
    Address feedback #4465 Ivan Matkov 2024-03-12 11:34:01 +0100
  • 25a34856fa [gradle] Use only JVM and iOS device UI tests for resources app check #4454 Konstantin Tskhovrebov 2024-03-11 21:31:56 +0100
  • a83e89f27f [gradle] Use invariantSeparatorsPath for files to fix build on Windows Konstantin Tskhovrebov 2024-03-11 21:28:51 +0100
  • e23b9d91ba [gradle] Run ios specific checks only on macos Konstantin Tskhovrebov 2024-03-11 18:04:00 +0100
  • 296c9dcb9e [gradle] Add and fix repositories in test data Konstantin Tskhovrebov 2024-03-11 16:49:02 +0100
  • 616132b3a1 [gradle] Update test data Konstantin Tskhovrebov 2024-03-08 17:27:09 +0100
  • 0205364591 [gradle] Log information about min Kotlin and Gradle supported versions for KMP resources Konstantin Tskhovrebov 2024-03-08 17:17:30 +0100
  • d6917c6ccc [gradle] Delete huge resources test because it is too long and the same is tested by generator Konstantin Tskhovrebov 2024-03-08 16:31:05 +0100
  • 02767de119 [gradle] Add publish and consume Compose KMP library with resources test Konstantin Tskhovrebov 2024-03-08 16:30:01 +0100
  • 9d3bc7f13a [gradle] Print info logs for all integration tests Konstantin Tskhovrebov 2024-03-08 16:29:11 +0100
  • b4a759dfe5 [gradle] Update compose version to 1.6.10-dev1493 Konstantin Tskhovrebov 2024-03-08 15:38:03 +0100
  • 1970c4d86c Configuration compilations to include all resolved resources for browser and native targets Konstantin Tskhovrebov 2024-03-06 16:43:33 +0100
  • f5d6275fac Add compose library with resources publication test Konstantin Tskhovrebov 2024-03-05 18:15:37 +0100
  • 42598b74c2 Configure KMP resources publication Konstantin Tskhovrebov 2024-03-05 15:30:17 +0100
  • d0d5773a75 Add a compile only dependency on dev version of LGP Konstantin Tskhovrebov 2024-03-05 15:29:50 +0100
  • 59e37e305f
    Imageviewer. Fix compilation of Android target (#4467) v1.6.10-dev1509 Igor Demin 2024-03-11 16:09:39 +0100