Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨凯
YDL-Component-Medical
Commits
4ee7febb
Commit
4ee7febb
authored
Jul 18, 2022
by
霍志良
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/release' into fix/zlijkffpeg_add32
# Conflicts: # config.gradle
parents
7aabd604
b63f63c0
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
18 additions
and
18 deletions
+18
-18
config.gradle
config.gradle
+1
-1
BigShotOneView.kt
m-consultant/src/main/java/com/yidianling/consultant/ui/view/topView/BigShotOneView.kt
+2
-2
BigShotThreeView.kt
m-consultant/src/main/java/com/yidianling/consultant/ui/view/topView/BigShotThreeView.kt
+6
-6
BigShotTwoView.kt
m-consultant/src/main/java/com/yidianling/consultant/ui/view/topView/BigShotTwoView.kt
+4
-4
RecommendItemView.kt
m-consultant/src/main/java/com/yidianling/consultant/ui/view/topView/RecommendItemView.kt
+2
-2
AndroidManifest.xml
m-im/src/main/AndroidManifest.xml
+0
-1
AVChatProfile.java
m-im/src/main/java/com/yidianling/avchatkit/AVChatProfile.java
+0
-1
AVChatActivity.java
m-im/src/main/java/com/yidianling/avchatkit/activity/AVChatActivity.java
+3
-1
No files found.
config.gradle
View file @
4ee7febb
ext
{
dev_mode
=
false
//组件发布的时候需要设置为false
ydl2PublishVersion
=
"0.2.0.1
8-SNAPSHOT
"
ydl2PublishVersion
=
"0.2.0.1
4
"
ydlPublishVersion
=
[
// -------------- 业务模块 --------------
//第三步 若干
...
...
m-consultant/src/main/java/com/yidianling/consultant/ui/view/topView/BigShotOneView.kt
View file @
4ee7febb
...
...
@@ -55,8 +55,8 @@ class BigShotOneView : LinearLayout {
val
h5Params
=
H5Params
(
bean
.
specialTopicUrl
,
null
)
NewH5Activity
.
start
(
context
,
h5Params
)
ActionCountUtils
.
count
(
ConsultBIConstants
.
PART_ID_CONSULT_
FILTER
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
bean
.
specialTopic
Titl
e
ConsultBIConstants
.
PART_ID_CONSULT_
COUNSELOR_LIST
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
bean
.
specialTopic
Nam
e
)
}
}
...
...
m-consultant/src/main/java/com/yidianling/consultant/ui/view/topView/BigShotThreeView.kt
View file @
4ee7febb
...
...
@@ -59,8 +59,8 @@ class BigShotThreeView : LinearLayout {
val
h5Params
=
H5Params
(
bean1
.
specialTopicUrl
,
null
)
NewH5Activity
.
start
(
context
,
h5Params
)
ActionCountUtils
.
count
(
ConsultBIConstants
.
PART_ID_CONSULT_
FILTER
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
bean1
.
specialTopic
Titl
e
ConsultBIConstants
.
PART_ID_CONSULT_
COUNSELOR_LIST
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
bean1
.
specialTopic
Nam
e
)
}
...
...
@@ -69,8 +69,8 @@ class BigShotThreeView : LinearLayout {
val
h5Params
=
H5Params
(
bean2
.
specialTopicUrl
,
null
)
NewH5Activity
.
start
(
context
,
h5Params
)
ActionCountUtils
.
count
(
ConsultBIConstants
.
PART_ID_CONSULT_
FILTER
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
bean2
.
specialTopic
Titl
e
ConsultBIConstants
.
PART_ID_CONSULT_
COUNSELOR_LIST
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
bean2
.
specialTopic
Nam
e
)
}
...
...
@@ -79,8 +79,8 @@ class BigShotThreeView : LinearLayout {
val
h5Params
=
H5Params
(
bean3
.
specialTopicUrl
,
null
)
NewH5Activity
.
start
(
context
,
h5Params
)
ActionCountUtils
.
count
(
ConsultBIConstants
.
PART_ID_CONSULT_
FILTER
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
bean3
.
specialTopic
Titl
e
ConsultBIConstants
.
PART_ID_CONSULT_
COUNSELOR_LIST
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
bean3
.
specialTopic
Nam
e
)
}
...
...
m-consultant/src/main/java/com/yidianling/consultant/ui/view/topView/BigShotTwoView.kt
View file @
4ee7febb
...
...
@@ -56,8 +56,8 @@ class BigShotTwoView : LinearLayout {
val
h5Params
=
H5Params
(
bean1
.
specialTopicUrl
,
null
)
NewH5Activity
.
start
(
context
,
h5Params
)
ActionCountUtils
.
count
(
ConsultBIConstants
.
PART_ID_CONSULT_
FILTER
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
bean1
.
specialTopic
Titl
e
ConsultBIConstants
.
PART_ID_CONSULT_
COUNSELOR_LIST
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
bean1
.
specialTopic
Nam
e
)
}
...
...
@@ -67,8 +67,8 @@ class BigShotTwoView : LinearLayout {
val
h5Params
=
H5Params
(
bean2
.
specialTopicUrl
,
null
)
NewH5Activity
.
start
(
context
,
h5Params
)
ActionCountUtils
.
count
(
ConsultBIConstants
.
PART_ID_CONSULT_
FILTER
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
bean2
.
specialTopic
Titl
e
ConsultBIConstants
.
PART_ID_CONSULT_
COUNSELOR_LIST
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
bean2
.
specialTopic
Nam
e
)
}
...
...
m-consultant/src/main/java/com/yidianling/consultant/ui/view/topView/RecommendItemView.kt
View file @
4ee7febb
...
...
@@ -70,8 +70,8 @@ class RecommendItemView : LinearLayout {
val
h5Params
=
H5Params
(
bean
.
specialTopicUrl
,
null
)
NewH5Activity
.
start
(
context
,
h5Params
)
ActionCountUtils
.
count
(
ConsultBIConstants
.
PART_ID_CONSULT_
FILTER
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
bean
.
specialTopic
Titl
e
ConsultBIConstants
.
PART_ID_CONSULT_
COUNSELOR_LIST
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
bean
.
specialTopic
Nam
e
)
}
...
...
m-im/src/main/AndroidManifest.xml
View file @
4ee7febb
...
...
@@ -117,7 +117,6 @@
<activity
android:name=
"com.yidianling.avchatkit.activity.AVChatActivity"
android:launchMode=
"singleInstance"
android:screenOrientation=
"portrait"
android:theme=
"@style/FullScreenTheme"
android:windowSoftInputMode=
"stateAlwaysHidden"
/>
...
...
m-im/src/main/java/com/yidianling/avchatkit/AVChatProfile.java
View file @
4ee7febb
...
...
@@ -72,7 +72,6 @@ public class AVChatProfile {
}
else
{
launchActivityTimeout
();
AVChatActivity
.
incomingCall
(
AVChatKit
.
getContext
(),
data
,
displayName
,
source
);
AVChatActivity
.
incomingCall
(
AVChatKit
.
getContext
(),
data
,
displayName
,
source
);
}
}
};
...
...
m-im/src/main/java/com/yidianling/avchatkit/activity/AVChatActivity.java
View file @
4ee7febb
...
...
@@ -28,6 +28,7 @@ import com.netease.nimlib.sdk.avchat.model.AVChatData;
import
com.netease.nimlib.sdk.avchat.model.AVChatOnlineAckEvent
;
import
com.netease.nimlib.sdk.avchat.model.AVChatVideoFrame
;
import
com.tbruyelle.rxpermissions2.RxPermissions
;
import
com.ydl.ydlcommon.utils.ActivityManager
;
import
com.ydl.ydlcommon.utils.log.AliYunLogConfig
;
import
com.ydl.ydlcommon.utils.log.AliYunRichLogsHelper
;
import
com.yidianling.avchatkit.AVChatKit
;
...
...
@@ -147,7 +148,7 @@ public class AVChatActivity extends AVChatBaseUI implements AVChatVideoUI.TouchZ
finish
();
return
;
}
ActivityManager
.
Companion
.
getInstance
().
addStack
(
this
);
// 启动成功,取消timeout处理
AVChatProfile
.
getInstance
().
activityLaunched
();
...
...
@@ -202,6 +203,7 @@ public class AVChatActivity extends AVChatBaseUI implements AVChatVideoUI.TouchZ
@Override
protected
void
onDestroy
()
{
super
.
onDestroy
();
ActivityManager
.
Companion
.
getInstance
().
removeStack
(
this
);
//界面销毁时强制尝试挂断,防止出现红米Note 4X等手机在切后台点击杀死程序时,实际没有杀死的情况
try
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment