chatkit-android icon indicating copy to clipboard operation
chatkit-android copied to clipboard

Android client SDK for Pusher Chatkit

Results 12 chatkit-android issues
Sort by recently updated
recently updated
newest added

Opened per @daniellevass suggestion for visibility/feedback. Not intended to be merged ever. The sketched API is intended to be brought into v2 work as it progresses part by part.

needs-rebase

What This gives us access to the `currentUser` in the ChatState.

my app has been crashed when tried to get/generate a token from my server. but, it only happens in the production server, when I tested on the local server it's...

Am I the only one with this issue? Debug version works fine, but without proguard rules I cannot use this library in production. Can someone please help me with this?

Right now, it's taking whatever version the app is taking (see below link). It should instead take the version of the Chatkit SDK from the file releases. https://github.com/pusher/chatkit-android/blob/dc42f8ea3bd9c877b21acf0ad9a9bd9d4a79f9bb/chatkit-android/src/main/kotlin/com/pusher/chatkit/AndroidChatkitDependencies.kt#L29

Are there plans to support editing of messages in future? Or can I just submit a PR for that?

feature request

Issue: https://github.com/pusher/chatkit-android/issues/63 After digging through the git blame on this file, it seems an explicit foreach loop was replaced by making this function more kotlin-centric, but the body of the...

Debuging into the code, when this is called... ````kotlin private fun FormBody.Builder.add(map: Map) = { for ((k, v) in map) { add(k, v) } } ```` ...from... ````kotlin private fun...