Rustam

Results 11 issues of Rustam

Initial setup of BackPressHandler in the MainActivity works well with navigation but how to handle Appbar navback button click event? Now I've forked and created RootBackPressHandler Ambient which is set...

Sometimes we need real image size in order to draw extra decoration over an image For example: I've multiple photos with label metadata. In order to draw labels at it's...

enhancement

Go to string resource xml file on press Cmd(⌘) + Click

enhancement

I've recently found this [source code](https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/material/material/icons/generator/src/test/kotlin/androidx/compose/material/icons/generator/ImageVectorGeneratorTest.kt) where icon converted to compose Icon class. It would be nice to add this feature (export as compose icon menu) to shapeshifter beta

When marker is changed custom infowindow content is not synced ![telegram-cloud-photo-size-2-5357342322003654585-y](https://user-images.githubusercontent.com/36570577/161475663-aaa720a6-9e0e-43ae-b639-81ff521eccaf.jpg)

type: bug
triage me

### SQLDelight Version 2.0.0-alpha02 ### Operating System Android ### Gradle Version 7.5 ### Kotlin Version 1.7.20 ### Dialect default ### AGP Version _No response_ ### Describe the Bug ![telegram-cloud-photo-size-2-5267409847173890973-y](https://user-images.githubusercontent.com/36570577/208979726-585adbec-e6f4-425e-968b-b3917e6c17b4.jpg) ![telegram-cloud-photo-size-2-5267409847173890974-y](https://user-images.githubusercontent.com/36570577/208979874-198dc05b-00c4-496b-a197-24f49a36919e.jpg)...

bug

When I added 9 patch files iOS compiler run in exception that it can't accept extensions except 1x, 2x, 3x ![image](https://github.com/icerockdev/moko-resources/assets/36570577/4e029a21-bb6f-44c2-93dd-84149b8ca3be)

enhancement

Using compose resources in multi module project we have to give alias when importing Res classes from multiple modules ``` import package.name.modulea.Res import package.name.moduleb.Res as ResB import package.name.modulec.Res as ResC...

enhancement
resources

Please, make url paths absolute for JS! NOT: composeResources/package.name/values/strings.commonMain.cvr BUT: /composeResources/package.name/values/strings.commonMain.cvr When window url is dynamically changed via `window.history.pushState(data, url, title)` https://domain.com -> https://domain.com/user/dashboard resources cannot be found giving 404...

enhancement
resources
web