Albert Chang

Results 7 issues of Albert Chang

I don't know if this is a bug or not but this is really strange, especially the latter problem which seems somewhat random. I just added two views above and...

### Summary `androidx.compose.ui:ui-tooling` doesn't seem to be used anyway in the main module so remove it to avoid pulling in unneeded dependencies for consumers. ### Background We are using `ui-tooling-preview`...

Due to the refactoring of `Modifier.pointerInput()` in Jetpack Compose 1.5, current method won't work any more, so we need to find a new method, or convert the tests to instrumented...

## Expected Rule behavior Ktlint reports PascalCase constant names as violations, in compliance with Kotlin/Android style guide. If we want to use PascalCase for constants, we need to disable the...

## Description After this PR, `CGUILargeTextureManager` will load the scaled version of the texture with the actual display size. The scaled version will be kept in memory until released. When...

Type: Feature
Component: GUI rendering
v22 Piers

### Current Behavior When the value of `providers.fileContents()` on a `RegularFileProperty` with `finalizeValueOnRead()` called is read, the value isn't actually finalized. ### Expected Behavior When the value of `providers.fileContents()` on...

a:bug
in:provider-api

After updating the plugin from 0.30.1 to 0.30.2, custom ruleset JARs stop working. Ruleset version is set to 1.8.0. ``` Use Ktlint version V1_8_0 defined in ktlint-intellij-plugin configuration An error...