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

This fixes the padding issues on the session blocks. When you have a time slot with multiple sessions they all ran together. This fixes #160 | Before | After |...

On Android the lists have zero padding/margins and therefore the items all run together, making it hard to see relevant information at a glance. ![Screenshot](https://user-images.githubusercontent.com/7081242/177588657-a5a377e0-6f9c-4254-a08a-a2a0d8208136.png)

When I restart the phone, or turn internet on/off, not sure, but I've seen multiple notifications for all my talks come up days after the event. This happened about 3-4...

Some things were removed/deprecated.

ios

When trying to runs with `./gradlew build` (based on `IOSDEV.md` steps no. 5), the ktlint works as expected (failing if there's file violate the rules), due to a lot of...

Scroll sessions list, click into a session, click back. No problem. Click into a session, click rsvp, then back, and we lose position. I suspects the database flow updating data,...

As discussed with @kpgalligan, here is a PR demonstrating the integration of [Decompose](https://github.com/arkivanov/Decompose/). That's a lot of code. All ViewModels a replaced with Components. The navigation is entirely handled by...

- Use `coil-multiplatform` for remote image fetching - Use `compose-multiplatform` resources for local image loading - Clean up old image related code - Remove unused resources