whatsApp-clone-compose icon indicating copy to clipboard operation
whatsApp-clone-compose copied to clipboard

📱 WhatsApp clone project demonstrates modern Android development built with Jetpack Compose and Stream Chat/Video SDK for Compose.

Results 40 whatsApp-clone-compose issues
Sort by recently updated
recently updated
newest added

Bumps `streamVideoSDK` from 0.5.1 to 0.5.3. Updates `io.getstream:stream-video-android-core` from 0.5.1 to 0.5.3 Release notes Sourced from io.getstream:stream-video-android-core's releases. 0.5.3 What's Changed Fix concurrent modification exception by @​aleksandar-apostolov in GetStream/stream-video-android#1038 Full...

dependencies

Bumps `streamChatSDK` from 6.1.1 to 6.2.2. Updates `io.getstream:stream-chat-android-client` from 6.1.1 to 6.2.2 Release notes Sourced from io.getstream:stream-chat-android-client's releases. v6.2.2 stream-chat-android-core ✅ Added Added Member.notificationsMuted property support. #5217 stream-chat-android-ui-components 🐞 Fixed...

dependencies

Bumps `landscapist` from 2.2.13 to 2.3.2. Updates `com.github.skydoves:landscapist-glide` from 2.2.13 to 2.3.2 Release notes Sourced from com.github.skydoves:landscapist-glide's releases. 2.3.2 What's Changed Update gradle/gradle-build-action action to v3.1.0 by @​renovate in skydoves/landscapist#433...

dependencies

Bumps `androidGradlePlugin` from 8.1.4 to 8.3.1. Updates `com.android.tools.build:gradle` from 8.1.4 to 8.3.1 Updates `com.android.application` from 8.1.4 to 8.3.1 Updates `com.android.library` from 8.1.4 to 8.3.1 Updates `com.android.test` from 8.1.4 to 8.3.1...

dependencies

Bumps `kotlin` from 1.9.22 to 1.9.23. Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.9.22 to 1.9.23 Release notes Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases. Kotlin 1.9.23 1.9.23 Apple Ecosystem KT-65542 Cinterop tasks fails if Xcode 15.3...

dependencies

Bumps androidx.navigation:navigation-compose from 2.5.3 to 2.7.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.navigation:navigation-compose&package-manager=gradle&previous-version=2.5.3&new-version=2.7.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

Bumps [com.android.tools:desugar_jdk_libs](https://github.com/google/desugar_jdk_libs) from 1.1.5 to 2.0.4. Changelog Sourced from com.android.tools:desugar_jdk_libs's changelog. Version 2.0.4 (2023-11-01) Better support for "stand-alone" month names ("LLLL" format). See (issue 160113376) for details. Added support for...

dependencies

Bumps `androidxLifecycle` from 2.6.2 to 2.7.0. Updates `androidx.lifecycle:lifecycle-runtime-compose` from 2.6.2 to 2.7.0 Updates `androidx.lifecycle:lifecycle-viewmodel-compose` from 2.6.2 to 2.7.0 You can trigger a rebase of this PR by commenting `@dependabot rebase`....

dependencies

Bumps `spotless` from 6.7.0 to 6.25.0. Updates `com.diffplug.spotless:spotless-plugin-gradle` from 6.7.0 to 6.25.0 Commits cac8d8f Published gradle/6.25.0 52654ef Published lib/2.45.0 e62f9cd Remove stale references to _ext (#2016 closes #1970) a48a91c Remove...

dependencies

thank you for all you community services I just have a question about CallHistoryRepositoryImpl class , why getCallHistoryUsersStream convert suspend to flow , why we cannot just return suspend function...