Skip to content

Commit 146ccdd

Browse files
author
pyx
committed
1.3.6
1 parent 8e219d1 commit 146ccdd

28 files changed

+530
-456
lines changed

IMDeveloper/.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>IMDeveloper</name>
3+
<name>IMDeveloper_github</name>
44
<comment></comment>
55
<projects>
66
</projects>

IMDeveloper/bin/AndroidManifest.xml

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.imsdk.imdeveloper"
4-
android:versionCode="18"
5-
android:versionName="1.2.8" >
4+
android:versionCode="136"
5+
android:versionName="1.3.6" >
66

77
<uses-sdk
88
android:minSdkVersion="8"
@@ -57,6 +57,20 @@
5757
android:icon="@drawable/ic_launcher"
5858
android:label="@string/app_name"
5959
android:theme="@style/AppTheme" >
60+
61+
<activity
62+
android:name="imsdk.activity.CSChatActivity"
63+
android:label="@string/app_name" >
64+
<intent-filter>
65+
<action android:name="android.intent.action.VIEW" />
66+
67+
<category android:name="android.intent.category.DEFAULT" />
68+
<category android:name="android.intent.category.BROWSABLE" />
69+
70+
<data android:scheme="imsdk" />
71+
</intent-filter>
72+
</activity>
73+
6074
<activity
6175
android:name="com.imsdk.imdeveloper.ui.activity.MainActivity"
6276
android:logo="@drawable/logo"
@@ -100,6 +114,10 @@
100114
android:name="com.imsdk.imdeveloper.ui.activity.MyProfileActivity"
101115
android:screenOrientation="portrait"
102116
android:windowSoftInputMode="adjustResize|stateAlwaysHidden" />
117+
<activity
118+
android:name="com.imsdk.imdeveloper.ui.activity.ModifyPasswordActivity"
119+
android:screenOrientation="portrait"
120+
android:windowSoftInputMode="adjustResize|stateAlwaysHidden" />
103121
<activity
104122
android:name="com.imsdk.imdeveloper.ui.activity.SignActivity"
105123
android:screenOrientation="portrait"
@@ -113,6 +131,12 @@
113131
<activity
114132
android:name="com.imsdk.imdeveloper.ui.activity.MyGroupsActivity"
115133
android:screenOrientation="portrait" />
134+
<activity
135+
android:name="com.imsdk.imdeveloper.ui.activity.GroupInfoActivity"
136+
android:screenOrientation="portrait" />
137+
<activity
138+
android:name="com.imsdk.imdeveloper.ui.activity.GroupSearchMemberActivity"
139+
android:screenOrientation="portrait" />
116140
</application>
117141

118142
</manifest>

IMDeveloper/bin/classes.dex

12.3 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading
Loading
Loading

IMDeveloper/bin/resources.ap_

15.1 KB
Binary file not shown.

IMDeveloper/gen/com/imsdk/imdeveloper/R.java

Lines changed: 503 additions & 453 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)