DroidconKotlin icon indicating copy to clipboard operation
DroidconKotlin copied to clipboard

Kotlin Multiplatfom app for Droidcon Events

Results 26 DroidconKotlin issues
Sort by recently updated
recently updated
newest added

Our first Compose UI version of the app for iOS used a very early version of KMP Compose UI. There were a number of workarounds implemented at the time. Of...

Using the material 3 PR, the color list is rather long. Draft up a doc or process to do this. https://github.com/touchlab/DroidconKotlin/pull/211

**Switch from RC to official release, reverify that 1.8 still works and get the branch ready to merge** Perform the list of sanity checks on your work projects (it mostly...

I'd like to see if we can save our rsvp's to a user account so if you log in on a different device, you don't lose your settings. I think...

*copied from internal tracker Old versions of the app used to be able to listen for events sent from Firebase cloud messaging. I'd like to add that back into the...

And uncomment code marked as TODO in build-setup's build.gradle and settings.gradle.

We manually create local files which are bundled with the apps and used until the remote schedule can be loaded. Right now those files are created manually with a script....

I see your app compiles to iOS 14. So does the official jetbrains compose sample app. Can it go lower?

See dev versions https://github.com/JetBrains/compose-jb/releases/tag/v1.3.0-alpha01-dev831 I want to evaluate performance and binary size.

## Details Adding [Stream Chat](https://getstream.io/chat/docs/) support for Android and iOS. ## Changes * Adding `Stream` library for Android and iOS * Adding new tab for Chat (This could be changed...