Skip to content

Commit 7897ad7

Browse files
Merge pull request #14 from cometchat-pro/pluto-dev
v3.0.9-pluto.beta.1.1
2 parents 6577313 + cfa2b84 commit 7897ad7

File tree

118 files changed

+19460
-1980
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+19460
-1980
lines changed

CometChatWorkspace/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ dependencies {
9292
implementation 'com.google.android.flexbox:flexbox:3.0.0'
9393
//cometchat
9494
implementation 'com.cometchat:pro-android-chat-sdk:3.0.9'
95-
implementation 'com.cometchat:pro-android-calls-sdk:2.2.0'
95+
implementation 'com.google.code.gson:gson:2.8.7'
96+
// implementation 'com.cometchat:pro-android-calls-sdk:2.2.0'
9697
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.0'
9798

9899
}

CometChatWorkspace/src/main/AndroidManifest.xml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@
4949
<activity android:name=".components.messages.common.extensions.Reactions.CometChatReactionInfoActivity" android:exported="false" />
5050
<activity android:name=".components.messages.common.media_view.CometChatMediaViewActivity" android:exported="false" />
5151
<activity android:name=".components.messages.common.message_information.CometChatMessageInfoActivity" android:exported="false" />
52-
<activity
53-
android:name=".components.calls.callManager.CometChatStartCallActivity"
54-
android:exported="false"
55-
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
56-
android:launchMode="singleTop"
57-
android:screenOrientation="portrait"
58-
android:supportsPictureInPicture="true" />
52+
<!-- <activity-->
53+
<!-- android:name=".components.calls.callManager.CometChatStartCallActivity"-->
54+
<!-- android:exported="false"-->
55+
<!-- android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"-->
56+
<!-- android:launchMode="singleTop"-->
57+
<!-- android:screenOrientation="portrait"-->
58+
<!-- android:supportsPictureInPicture="true" />-->
5959
<activity
6060
android:name=".components.messages.common.forward_message.CometChatForwardMessageActivity"
61-
android:exported="false"
61+
android:exported="true"
6262
android:screenOrientation="portrait">
6363
<intent-filter>
6464
<action android:name="android.intent.action.SEND" />
@@ -73,7 +73,9 @@
7373
</intent-filter>
7474
</activity>
7575
<activity
76-
android:name=".components.messages.message_list.CometChatMessagesActivity" android:exported="false"/>
76+
android:name=".components.messages.message_list.CometChatMessagesActivity" android:exported="false"
77+
android:windowSoftInputMode="adjustResize"
78+
/>
7779

7880
<meta-data
7981
android:name="com.cometchatworkspace"

0 commit comments

Comments
 (0)