From adab4aee4856545cd194c8a9558d562902891b32 Mon Sep 17 00:00:00 2001 From: klaus Date: Sat, 24 Aug 2024 00:37:53 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=BC=EC=9D=B4=EB=B8=8C=20=ED=9B=84?= =?UTF-8?q?=EC=9B=90=20-=20=EB=B9=84=EB=B0=80=20=ED=9B=84=EC=9B=90=20?= =?UTF-8?q?=EA=B8=B0=EB=8A=A5=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/deploymentTargetSelector.xml | 8 ++ .idea/other.xml | 33 +++++++ .../kr/co/vividnext/sodalive/agora/Agora.kt | 5 +- .../detail/AudioContentDetailActivity.kt | 2 +- .../vividnext/sodalive/live/LiveRepository.kt | 2 + .../sodalive/live/room/LiveRoomActivity.kt | 95 ++++++++++++++++--- .../sodalive/live/room/LiveRoomViewModel.kt | 3 +- .../sodalive/live/room/chat/LiveRoomChat.kt | 54 ++++++----- .../live/room/chat/LiveRoomChatRawMessage.kt | 3 + .../room/donation/LiveRoomDonationDialog.kt | 11 ++- .../room/donation/LiveRoomDonationRequest.kt | 1 + .../drawable/bg_round_corner_6_7_cc333333.xml | 8 ++ .../res/layout/dialog_live_room_donation.xml | 20 ++++ app/src/main/res/values/colors.xml | 1 + 14 files changed, 201 insertions(+), 45 deletions(-) create mode 100644 app/src/main/res/drawable/bg_round_corner_6_7_cc333333.xml diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml index b268ef3..31986fb 100644 --- a/.idea/deploymentTargetSelector.xml +++ b/.idea/deploymentTargetSelector.xml @@ -4,6 +4,14 @@ diff --git a/.idea/other.xml b/.idea/other.xml index 4604c44..ffb43c5 100644 --- a/.idea/other.xml +++ b/.idea/other.xml @@ -69,6 +69,17 @@