|
@@ -12,8 +12,8 @@
|
|
|
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
|
|
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
|
|
|
|
|
|
- <!--读取通讯录-->
|
|
|
- <uses-permission android:name="android.permission.READ_CONTACTS"/>
|
|
|
+ <!-- 读取通讯录 -->
|
|
|
+ <uses-permission android:name="android.permission.READ_CONTACTS" />
|
|
|
<!-- 手机状态 -->
|
|
|
<uses-permission android:name="android.permission.GET_TASKS" />
|
|
|
<uses-permission android:name="android.permission.FLASHLIGHT" />
|
|
@@ -46,14 +46,15 @@
|
|
|
<permission
|
|
|
android:name="com.sheishuo.app.permission.MIPUSH_RECEIVE"
|
|
|
android:protectionLevel="signature" />
|
|
|
+
|
|
|
<uses-permission android:name="com.sheishuo.app.permission.MIPUSH_RECEIVE" />
|
|
|
|
|
|
<application
|
|
|
- android:name="com.sheishuo.app.SheishuoApplication"
|
|
|
+ android:name=".SheishuoApplication"
|
|
|
android:allowBackup="true"
|
|
|
android:icon="@drawable/logo"
|
|
|
- android:roundIcon="@drawable/logo"
|
|
|
android:label="@string/app_name"
|
|
|
+ android:roundIcon="@drawable/logo"
|
|
|
android:theme="@style/AppTheme.NoActionBar">
|
|
|
|
|
|
<!-- 如果IDE是Eclipse,此处可将build.gradle中的AMAP_KEY定义拷贝过来。 -->
|
|
@@ -61,19 +62,18 @@
|
|
|
android:name="com.amap.api.v2.apikey"
|
|
|
android:value="${AMAP_KEY}" />
|
|
|
|
|
|
- <!--7b8c319e77664d91d28520b83840b221-->
|
|
|
+ <!-- 7b8c319e77664d91d28520b83840b221 -->
|
|
|
<meta-data
|
|
|
android:name="com.netease.nim.appKey"
|
|
|
- android:value="7b8c319e77664d91d28520b83840b221" />
|
|
|
+ android:value="7b8c319e77664d91d28520b83840b221" />
|
|
|
|
|
|
<uses-library
|
|
|
android:name="com.google.android.maps"
|
|
|
android:required="false" />
|
|
|
|
|
|
-
|
|
|
<!-- 登录界面 -->
|
|
|
- <activity android:name=".login.LoginActivity"/>
|
|
|
- <activity android:name=".login.LoginAndRegActivity" >
|
|
|
+ <activity android:name=".login.LoginActivity" />
|
|
|
+ <activity android:name=".login.LoginAndRegActivity">
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
|
@@ -82,7 +82,7 @@
|
|
|
</intent-filter>
|
|
|
</activity>
|
|
|
|
|
|
- <!--注册界面-->
|
|
|
+ <!-- 注册界面 -->
|
|
|
<activity android:name=".login.RegisterActivity" />
|
|
|
|
|
|
<!-- 导航页 -->
|
|
@@ -94,165 +94,188 @@
|
|
|
android:launchMode="singleTop"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/WelcomeEntranceActionBarTheme"
|
|
|
- android:windowSoftInputMode="adjustPan">
|
|
|
-
|
|
|
- </activity>
|
|
|
+ android:windowSoftInputMode="adjustPan" />
|
|
|
|
|
|
<!-- 主界面 -->
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.main.activity.MainActivity"
|
|
|
+ android:name=".main.activity.MainActivity"
|
|
|
android:configChanges="keyboardHidden|orientation"
|
|
|
android:hardwareAccelerated="true"
|
|
|
android:launchMode="singleTop"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.NoActionBar"
|
|
|
- android:windowSoftInputMode="adjustPan"/>
|
|
|
+ android:windowSoftInputMode="adjustPan" />
|
|
|
|
|
|
<!-- 多端登录管理 -->
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.main.activity.MultiportActivity"
|
|
|
+ android:name=".main.activity.MultiportActivity"
|
|
|
android:configChanges="keyboardHidden|orientation"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.NoActionBar"
|
|
|
- android:windowSoftInputMode="adjustResize|stateHidden"/>
|
|
|
-
|
|
|
- <!--群-->
|
|
|
- <activity android:name=".core_module.sheishuo.view.ui.MoreGroupsInTheAreaActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
- <activity android:name=".core_module.sheishuo.view.ui.CreateNewGroupActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
- <activity android:name=".impl.SheishuoTeamMessageActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
- <activity android:name=".core_module.sheishuo.view.ui.TeamSettingsActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
- <activity android:name=".core_module.sheishuo.view.ui.SettingTextEditActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
- <activity android:name=".core_module.sheishuo.view.ui.NearbyGroupActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
-
|
|
|
- <!--朋友圈相关-->
|
|
|
- <activity android:name=".core_module.circle.activity.NewTweetingActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
-
|
|
|
- <activity android:name=".core_module.circle.activity.CircleDetailsActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
-
|
|
|
- <activity android:name=".core_module.circle.activity.NewCommentActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar.Translucent"/>
|
|
|
-
|
|
|
- <!--我的 相关-->
|
|
|
- <activity android:name=".core_module.mine.view.ui.activity.PersonalSettingsActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
- <activity android:name=".core_module.mine.view.ui.activity.NearbyPeopleActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
- <activity android:name=".core_module.mine.view.ui.activity.UserInfoDetailActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
- <activity android:name=".core_module.mine.view.ui.activity.MineTradeActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
- <activity android:name=".core_module.mine.view.ui.activity.SettingsActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
- <activity android:name=".core_module.mine.view.ui.activity.PrivacyActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
- <activity android:name=".core_module.mine.view.ui.activity.MineUploadPhotoActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
- <activity android:name=".core_module.mine.view.ui.activity.AccountAndSecurityActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
- <activity android:name=".core_module.mine.view.ui.activity.ChangePwdActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
- <activity android:name=".core_module.mine.view.ui.activity.AboutActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
- <activity android:name=".core_module.mine.view.ui.activity.AboutWebViewActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
- <activity android:name=".core_module.mine.view.ui.activity.NotificationSettingActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
- <activity android:name=".core_module.mine.view.ui.activity.HobbySelectActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
- <activity android:name=".core_module.mine.view.ui.activity.UserInfoSettingActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
- <activity android:name=".core_module.mine.view.ui.activity.ComplaintActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
- <activity android:name=".core_module.mine.view.ui.activity.FeedbackActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
-
|
|
|
- <!--交易帖相关Activity-->
|
|
|
- <activity android:name=".core_module.trade.view.ui.activity.TradeChangePriorityActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
- <activity android:name=".core_module.trade.view.ui.activity.TradePublishActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar.Translucent"/>
|
|
|
- <activity android:name=".core_module.trade.view.ui.activity.TradeSearchActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar.Translucent"/>
|
|
|
- <activity android:name=".core_module.trade.view.ui.activity.TradeDetailsActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
- <activity android:name=".core_module.trade.view.ui.activity.RechargeActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
- <activity android:name=".core_module.trade.view.ui.activity.PayMethodActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
-
|
|
|
- <!--联系人界面-->
|
|
|
- <activity android:name=".core_module.friends.activity.ContactsListActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
- <activity android:name=".core_module.friends.activity.AddNewFriendActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
- <activity android:name=".core_module.friends.activity.PhoneContactsActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
-
|
|
|
-
|
|
|
- <!--地区选择-->
|
|
|
- <activity android:name=".core_module.location.LocationSelectActivity"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"/>
|
|
|
+ android:windowSoftInputMode="adjustResize|stateHidden" />
|
|
|
+
|
|
|
+ <!-- 群 -->
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.sheishuo.view.ui.MoreGroupsInTheAreaActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.sheishuo.view.ui.CreateNewGroupActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".impl.SheishuoTeamMessageActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.sheishuo.view.ui.TeamSettingsActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.sheishuo.view.ui.SettingTextEditActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.sheishuo.view.ui.NearbyGroupActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+
|
|
|
+ <!-- 朋友圈相关 -->
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.circle.activity.NewTweetingActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.circle.activity.CircleDetailsActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.circle.activity.NewCommentActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar.Translucent" />
|
|
|
+
|
|
|
+ <!-- 我的 相关 -->
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.mine.view.ui.activity.PersonalSettingsActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.mine.view.ui.activity.NearbyPeopleActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.mine.view.ui.activity.UserInfoDetailActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.mine.view.ui.activity.MineTradeActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.mine.view.ui.activity.SettingsActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.mine.view.ui.activity.PrivacyActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.mine.view.ui.activity.MineUploadPhotoActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.mine.view.ui.activity.AccountAndSecurityActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.mine.view.ui.activity.ChangePwdActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.mine.view.ui.activity.AboutActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.mine.view.ui.activity.AboutWebViewActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.mine.view.ui.activity.NotificationSettingActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.mine.view.ui.activity.HobbySelectActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.mine.view.ui.activity.UserInfoSettingActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.mine.view.ui.activity.ComplaintActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.mine.view.ui.activity.FeedbackActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+
|
|
|
+ <!-- 交易帖相关Activity -->
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.trade.view.ui.activity.TradeChangePriorityActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.trade.view.ui.activity.TradePublishActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar.Translucent" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.trade.view.ui.activity.TradeSearchActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar.Translucent" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.trade.view.ui.activity.TradeDetailsActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.trade.view.ui.activity.RechargeActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.trade.view.ui.activity.PayMethodActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+
|
|
|
+ <!-- 联系人界面 -->
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.friends.activity.ContactsListActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.friends.activity.AddNewFriendActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.friends.activity.PhoneContactsActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+
|
|
|
+ <!-- 地区选择 -->
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.location.LocationSelectActivity"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
<!-- 关于 -->
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.main.activity.AboutActivity"
|
|
|
+ android:name=".main.activity.AboutActivity"
|
|
|
android:configChanges="orientation"
|
|
|
android:label="@string/about"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.NoActionBar"
|
|
|
android:windowSoftInputMode="adjustUnspecified|stateHidden" />
|
|
|
-
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.main.activity.SettingsActivity"
|
|
|
+ android:name=".main.activity.SettingsActivity"
|
|
|
android:configChanges="orientation"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.NoActionBar"
|
|
|
android:windowSoftInputMode="stateAlwaysHidden" />
|
|
|
-
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.main.activity.NoDisturbActivity"
|
|
|
+ android:name=".main.activity.NoDisturbActivity"
|
|
|
android:configChanges="orientation"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.NoActionBar"
|
|
|
android:windowSoftInputMode="adjustUnspecified|stateHidden" />
|
|
|
-
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.contact.activity.AddFriendActivity"
|
|
|
+ android:name=".contact.activity.AddFriendActivity"
|
|
|
android:configChanges="orientation"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.NoActionBar"
|
|
|
android:windowSoftInputMode="adjustUnspecified|stateHidden" />
|
|
|
-
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.contact.activity.UserProfileActivity"
|
|
|
+ android:name=".contact.activity.UserProfileActivity"
|
|
|
android:configChanges="orientation"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.NoActionBar"
|
|
|
android:windowSoftInputMode="adjustUnspecified|stateHidden" />
|
|
|
-
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.contact.activity.UserProfileSettingActivity"
|
|
|
+ android:name=".contact.activity.UserProfileSettingActivity"
|
|
|
android:configChanges="orientation"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.NoActionBar"
|
|
|
android:windowSoftInputMode="adjustUnspecified|stateHidden" />
|
|
|
-
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.contact.activity.UserProfileEditItemActivity"
|
|
|
+ android:name=".contact.activity.UserProfileEditItemActivity"
|
|
|
android:configChanges="orientation"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.NoActionBar"
|
|
|
android:windowSoftInputMode="adjustUnspecified|stateHidden" />
|
|
|
-
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.contact.activity.BlackListActivity"
|
|
|
+ android:name=".contact.activity.BlackListActivity"
|
|
|
android:configChanges="orientation"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.NoActionBar"
|
|
@@ -260,54 +283,50 @@
|
|
|
|
|
|
<!-- 文件管理器 -->
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.file.browser.FileBrowserActivity"
|
|
|
+ android:name=".file.browser.FileBrowserActivity"
|
|
|
android:configChanges="orientation"
|
|
|
android:label="@string/file_browser"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.NoActionBar"
|
|
|
android:windowSoftInputMode="adjustUnspecified|stateHidden" />
|
|
|
-
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.main.activity.SystemMessageActivity"
|
|
|
+ android:name=".main.activity.SystemMessageActivity"
|
|
|
android:configChanges="keyboardHidden|orientation"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.NoActionBar"
|
|
|
android:windowSoftInputMode="stateHidden|adjustResize" />
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.main.activity.CustomNotificationActivity"
|
|
|
+ android:name=".main.activity.CustomNotificationActivity"
|
|
|
android:configChanges="keyboardHidden|orientation"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.NoActionBar"
|
|
|
android:windowSoftInputMode="stateHidden|adjustResize" />
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.session.activity.MessageHistoryActivity"
|
|
|
+ android:name=".session.activity.MessageHistoryActivity"
|
|
|
android:configChanges="keyboardHidden|orientation"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.NoActionBar"
|
|
|
android:windowSoftInputMode="stateHidden|adjustResize" />
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.session.activity.MessageInfoActivity"
|
|
|
+ android:name=".session.activity.MessageInfoActivity"
|
|
|
android:configChanges="keyboardHidden|orientation"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.NoActionBar"
|
|
|
android:windowSoftInputMode="stateHidden|adjustResize" />
|
|
|
-
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.team.activity.AdvancedTeamSearchActivity"
|
|
|
+ android:name=".team.activity.AdvancedTeamSearchActivity"
|
|
|
android:configChanges="keyboardHidden|orientation"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.NoActionBar"
|
|
|
android:windowSoftInputMode="stateHidden|adjustResize" />
|
|
|
-
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.team.activity.AdvancedTeamJoinActivity"
|
|
|
+ android:name=".team.activity.AdvancedTeamJoinActivity"
|
|
|
android:configChanges="keyboardHidden|orientation"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.NoActionBar"
|
|
|
android:windowSoftInputMode="stateHidden|adjustResize" />
|
|
|
-
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.main.activity.TeamListActivity"
|
|
|
+ android:name=".main.activity.TeamListActivity"
|
|
|
android:configChanges="keyboardHidden|orientation"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.NoActionBar"
|
|
@@ -315,45 +334,43 @@
|
|
|
|
|
|
<!-- 全局搜索 -->
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.main.activity.GlobalSearchActivity"
|
|
|
+ android:name=".main.activity.GlobalSearchActivity"
|
|
|
android:configChanges="keyboardHidden|orientation"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/global_search_bg"
|
|
|
- android:windowSoftInputMode="stateUnspecified"></activity>
|
|
|
-
|
|
|
+ android:windowSoftInputMode="stateUnspecified" />
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.main.activity.GlobalSearchDetailActivity"
|
|
|
+ android:name=".main.activity.GlobalSearchDetailActivity"
|
|
|
android:configChanges="keyboardHidden|orientation"
|
|
|
android:screenOrientation="portrait"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"></activity>
|
|
|
-
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.main.activity.GlobalSearchDetailActivity2"
|
|
|
+ android:name=".main.activity.GlobalSearchDetailActivity2"
|
|
|
android:configChanges="keyboardHidden|orientation"
|
|
|
android:screenOrientation="portrait"
|
|
|
- android:theme="@style/AppTheme.NoActionBar"></activity>
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
|
|
|
<!-- 查看阅后即焚 -->
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.session.activity.WatchSnapChatPictureActivity"
|
|
|
+ android:name=".session.activity.WatchSnapChatPictureActivity"
|
|
|
android:configChanges="keyboardHidden"
|
|
|
android:theme="@style/AppTheme.NoActionBar" />
|
|
|
|
|
|
<!-- 下载文件 -->
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.session.activity.FileDownloadActivity"
|
|
|
+ android:name=".session.activity.FileDownloadActivity"
|
|
|
android:configChanges="keyboardHidden"
|
|
|
android:theme="@style/AppTheme.NoActionBar" />
|
|
|
|
|
|
<!-- map -->
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.location.activity.LocationAmapActivity"
|
|
|
+ android:name=".location.activity.LocationAmapActivity"
|
|
|
android:configChanges="keyboardHidden|orientation"
|
|
|
android:label="@string/location_map"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.NoActionBar" />
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.location.activity.NavigationAmapActivity"
|
|
|
+ android:name=".location.activity.NavigationAmapActivity"
|
|
|
android:configChanges="keyboardHidden|orientation"
|
|
|
android:label="@string/location_navigate"
|
|
|
android:screenOrientation="portrait"
|
|
@@ -361,14 +378,13 @@
|
|
|
|
|
|
<!-- 音视频 -->
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.avchat.activity.AVChatActivity"
|
|
|
+ android:name=".avchat.activity.AVChatActivity"
|
|
|
android:launchMode="singleInstance"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/FullScreenTheme"
|
|
|
android:windowSoftInputMode="stateAlwaysHidden" />
|
|
|
-
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.teamavchat.activity.TeamAVChatActivity"
|
|
|
+ android:name=".teamavchat.activity.TeamAVChatActivity"
|
|
|
android:launchMode="singleInstance"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/FullScreenTheme"
|
|
@@ -376,7 +392,7 @@
|
|
|
|
|
|
<!-- 白板 -->
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.rts.activity.RTSActivity"
|
|
|
+ android:name=".rts.activity.RTSActivity"
|
|
|
android:launchMode="singleInstance"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.NoActionBar"
|
|
@@ -384,14 +400,13 @@
|
|
|
|
|
|
<!-- 消息历史搜索 -->
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.session.search.SearchMessageActivity"
|
|
|
+ android:name=".session.search.SearchMessageActivity"
|
|
|
android:configChanges="keyboardHidden|orientation"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/global_search_bg"
|
|
|
android:windowSoftInputMode="adjustPan|stateUnspecified" />
|
|
|
-
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.session.search.DisplayMessageActivity"
|
|
|
+ android:name=".session.search.DisplayMessageActivity"
|
|
|
android:configChanges="keyboardHidden|orientation"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.NoActionBar"
|
|
@@ -399,13 +414,12 @@
|
|
|
|
|
|
<!-- 聊天室 -->
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.chatroom.activity.ChatRoomActivity"
|
|
|
+ android:name=".chatroom.activity.ChatRoomActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.NoActionBar"
|
|
|
android:windowSoftInputMode="stateHidden|adjustResize" />
|
|
|
-
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.jsbridge.JsBridgeActivity"
|
|
|
+ android:name=".jsbridge.JsBridgeActivity"
|
|
|
android:label="@string/js_bridge"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.NoActionBar"
|
|
@@ -413,18 +427,17 @@
|
|
|
|
|
|
<!-- 机器人 -->
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.main.activity.RobotListActivity"
|
|
|
+ android:name=".main.activity.RobotListActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.NoActionBar" />
|
|
|
-
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.contact.activity.RobotProfileActivity"
|
|
|
+ android:name=".contact.activity.RobotProfileActivity"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/AppTheme.NoActionBar" />
|
|
|
|
|
|
<!-- NRTC Settings -->
|
|
|
<activity
|
|
|
- android:name="com.sheishuo.app.avchat.activity.AVChatSettingsActivity"
|
|
|
+ android:name=".avchat.activity.AVChatSettingsActivity"
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
|
|
<!-- 声明云信后台服务 -->
|
|
@@ -464,7 +477,7 @@
|
|
|
<!-- 申明自定义通知的广播接收器,第三方APP集成时,action中的com.sheishuo.app请替换为自己的包名 -->
|
|
|
<!-- 需要权限申明 <uses-permission android:name="com.sheishuo.app.permission.RECEIVE_MSG"/> -->
|
|
|
<receiver
|
|
|
- android:name="com.sheishuo.app.receiver.CustomNotificationReceiver"
|
|
|
+ android:name=".receiver.CustomNotificationReceiver"
|
|
|
android:enabled="true"
|
|
|
android:exported="false">
|
|
|
<intent-filter>
|
|
@@ -484,7 +497,7 @@
|
|
|
|
|
|
<!-- 申明本地电话状态(通话状态)的广播接收器,第三方APP集成时音视频模块时,如果需要在App中处理网络通话与本地电话的交互请加上此接收器 -->
|
|
|
<!-- 在Demo的示例代码中是在Application进行了网络通话与本地电话的互斥处理 -->
|
|
|
- <receiver android:name="com.sheishuo.app.avchat.receiver.IncomingCallReceiver">
|
|
|
+ <receiver android:name=".avchat.receiver.IncomingCallReceiver">
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.PHONE_STATE" />
|
|
|
</intent-filter>
|
|
@@ -497,7 +510,6 @@
|
|
|
android:exported="false"
|
|
|
android:permission="android.permission.BIND_JOB_SERVICE"
|
|
|
android:process=":mixpush" />
|
|
|
-
|
|
|
<service
|
|
|
android:name="com.xiaomi.push.service.XMPushService"
|
|
|
android:enabled="true"
|
|
@@ -511,7 +523,6 @@
|
|
|
<action android:name="com.xiaomi.push.PING_TIMER" />
|
|
|
</intent-filter>
|
|
|
</receiver>
|
|
|
-
|
|
|
<receiver
|
|
|
android:name="com.xiaomi.push.service.receivers.NetworkStatusReceiver"
|
|
|
android:exported="true">
|
|
@@ -526,7 +537,6 @@
|
|
|
android:name="com.xiaomi.mipush.sdk.PushMessageHandler"
|
|
|
android:enabled="true"
|
|
|
android:exported="true" />
|
|
|
-
|
|
|
<service
|
|
|
android:name="com.xiaomi.mipush.sdk.MessageHandleService"
|
|
|
android:enabled="true" />
|
|
@@ -541,7 +551,7 @@
|
|
|
</intent-filter>
|
|
|
</receiver>
|
|
|
|
|
|
- <!--华为推送配置-->
|
|
|
+ <!-- 华为推送配置 -->
|
|
|
|
|
|
<meta-data
|
|
|
android:name="com.huawei.hms.client.appid"
|
|
@@ -551,11 +561,12 @@
|
|
|
android:name="com.huawei.hms.update.provider.UpdateProvider"
|
|
|
android:authorities="com.sheishuo.app.hms.update.provider"
|
|
|
android:exported="false"
|
|
|
- android:grantUriPermissions="true"></provider>
|
|
|
+ android:grantUriPermissions="true" />
|
|
|
|
|
|
<!-- 第三方相关 :接收Push消息(注册、Push消息、Push连接状态)广播 -->
|
|
|
<receiver android:name="com.netease.nimlib.mixpush.hw.HWPushReceiver">
|
|
|
<intent-filter android:priority="0x7fffffff">
|
|
|
+
|
|
|
<!-- 必须,用于接收token -->
|
|
|
<action android:name="com.huawei.android.push.intent.REGISTRATION" />
|
|
|
<!-- 必须,用于接收消息 -->
|
|
@@ -565,18 +576,24 @@
|
|
|
<!-- 可选,查看push通道是否连接,不查看则不需要 -->
|
|
|
<action android:name="com.huawei.intent.action.PUSH_STATE" />
|
|
|
</intent-filter>
|
|
|
+
|
|
|
<meta-data
|
|
|
android:name="CS_cloud_ablitity"
|
|
|
android:value="successRateAnalytics" />
|
|
|
</receiver>
|
|
|
-
|
|
|
<receiver android:name="com.huawei.hms.support.api.push.PushEventReceiver">
|
|
|
<intent-filter>
|
|
|
+
|
|
|
<!-- 接收通道发来的通知栏消息,兼容老版本Push -->
|
|
|
<action android:name="com.huawei.intent.action.PUSH" />
|
|
|
</intent-filter>
|
|
|
</receiver>
|
|
|
|
|
|
+ <activity
|
|
|
+ android:name=".core_module.circle.activity.CirclePersonActivity"
|
|
|
+ android:label="@string/title_activity_circle_person"
|
|
|
+ android:theme="@style/AppTheme.NoActionBar" />
|
|
|
+ <activity android:name=".impl.SheishuoP2PMessageActivity"></activity>
|
|
|
</application>
|
|
|
|
|
|
-</manifest>
|
|
|
+</manifest>
|