Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_vedio
Project
Project
Details
Activity
Releases
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
android
android_vedio
Commits
c2e06615
Commit
c2e06615
authored
Sep 14, 2023
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
广告上传ecpm
parent
e3d52ad2
Changes
32
Show whitespace changes
Inline
Side-by-side
Showing
32 changed files
with
802 additions
and
299 deletions
+802
-299
AndroidManifest.xml
video/app/src/main/AndroidManifest.xml
+4
-4
choose_pay.json
video/app/src/main/assets/choose_pay.json
+0
-1
choose_pay_img_0.png
video/app/src/main/assets/images/choose_pay_img_0.png
+0
-0
recommend_img_0.png
video/app/src/main/assets/images/recommend_img_0.png
+0
-0
recommend_img_1.png
video/app/src/main/assets/images/recommend_img_1.png
+0
-0
recommend.json
video/app/src/main/assets/recommend.json
+0
-1
AdManager.kt
video/app/src/main/java/com/mints/helivideo/ad/AdManager.kt
+1
-1
BannerManager.kt
.../main/java/com/mints/helivideo/ad/banner/BannerManager.kt
+12
-0
DrawExpressManager.kt
...in/java/com/mints/helivideo/ad/draw/DrawExpressManager.kt
+11
-0
HomeDrawExpressManager.kt
...ava/com/mints/helivideo/ad/draw/HomeDrawExpressManager.kt
+11
-0
ExpressManager.kt
...ain/java/com/mints/helivideo/ad/express/ExpressManager.kt
+12
-0
MainExpressManager.kt
...java/com/mints/helivideo/ad/express/MainExpressManager.kt
+11
-0
MyExpressManager.kt
...n/java/com/mints/helivideo/ad/express/MyExpressManager.kt
+11
-0
FullScreenManager.java
...n/java/com/mints/helivideo/ad/full/FullScreenManager.java
+10
-6
NoPreFullScreenManager.java
...a/com/mints/helivideo/ad/full/NoPreFullScreenManager.java
+10
-6
HalfScreenManager.java
...n/java/com/mints/helivideo/ad/half/HalfScreenManager.java
+217
-0
SplashManager.kt
.../main/java/com/mints/helivideo/ad/splash/SplashManager.kt
+13
-3
InMoneyVideo.java
.../main/java/com/mints/helivideo/ad/video/InMoneyVideo.java
+10
-18
InMoneyVideoNoPre.java
.../java/com/mints/helivideo/ad/video/InMoneyVideoNoPre.java
+11
-19
Constant.kt
.../app/src/main/java/com/mints/helivideo/common/Constant.kt
+9
-0
HomePresenter.kt
.../java/com/mints/helivideo/mvp/presenters/HomePresenter.kt
+0
-1
LoadingActivity.kt
.../java/com/mints/helivideo/ui/activitys/LoadingActivity.kt
+79
-0
RecommendActivity.kt
...ava/com/mints/helivideo/ui/activitys/RecommendActivity.kt
+0
-124
TasksAdapter.kt
.../main/java/com/mints/helivideo/ui/adapter/TasksAdapter.kt
+1
-5
MainFragment.kt
...main/java/com/mints/helivideo/ui/fragment/MainFragment.kt
+38
-14
LoadingProgress.java
.../java/com/mints/helivideo/ui/widgets/LoadingProgress.java
+208
-0
NewcomerDialog.kt
...ain/java/com/mints/helivideo/ui/widgets/NewcomerDialog.kt
+10
-8
SignDialog.kt
...rc/main/java/com/mints/helivideo/ui/widgets/SignDialog.kt
+14
-0
bg_task_list.xml
video/app/src/main/res/drawable/bg_task_list.xml
+1
-1
activity_loading.xml
video/app/src/main/res/layout/activity_loading.xml
+40
-0
fragment_main.xml
video/app/src/main/res/layout/fragment_main.xml
+3
-1
item_fragment_adapter_task.xml
video/app/src/main/res/layout/item_fragment_adapter_task.xml
+55
-86
No files found.
video/app/src/main/AndroidManifest.xml
View file @
c2e06615
...
@@ -11,8 +11,8 @@
...
@@ -11,8 +11,8 @@
<!-- 业务使用权限 -->
<!-- 业务使用权限 -->
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-permission
android:name=
"android.permission.REQUEST_INSTALL_PACKAGES"
/>
<uses-permission
android:name=
"android.permission.REQUEST_INSTALL_PACKAGES"
/>
<uses-permission
android:name=
"android.permission.WRITE_CALENDAR"
/>
<uses-permission
android:name=
"android.permission.WRITE_CALENDAR"
/>
<uses-permission
android:name=
"android.permission.READ_CALENDAR"
/>
<uses-permission
android:name=
"android.permission.READ_CALENDAR"
/>
<!-- 穿山甲 -->
<!-- 穿山甲 -->
<uses-permission
android:name=
"android.permission.READ_PHONE_STATE"
/>
<uses-permission
android:name=
"android.permission.READ_PHONE_STATE"
/>
...
@@ -136,11 +136,11 @@
...
@@ -136,11 +136,11 @@
android:exported=
"false"
android:exported=
"false"
android:theme=
"@style/TransparentTheme"
/>
android:theme=
"@style/TransparentTheme"
/>
<activity
<activity
android:name=
".ui.activitys.
TaskAward
Activity"
android:name=
".ui.activitys.
Loading
Activity"
android:exported=
"false"
android:exported=
"false"
android:theme=
"@style/TransparentTheme"
/>
android:theme=
"@style/TransparentTheme"
/>
<activity
<activity
android:name=
".ui.activitys.
Recommen
dActivity"
android:name=
".ui.activitys.
TaskAwar
dActivity"
android:exported=
"false"
android:exported=
"false"
android:theme=
"@style/TransparentTheme"
/>
android:theme=
"@style/TransparentTheme"
/>
...
...
video/app/src/main/assets/choose_pay.json
deleted
100644 → 0
View file @
e3d52ad2
{
"v"
:
"5.9.6"
,
"fr"
:
29.9700012207031
,
"ip"
:
0
,
"op"
:
750.000030548126
,
"w"
:
720
,
"h"
:
1000
,
"nm"
:
"封面滚动动效"
,
"ddd"
:
0
,
"assets"
:[{
"id"
:
"image_0"
,
"w"
:
1078
,
"h"
:
1856
,
"u"
:
"images/"
,
"p"
:
"choose_pay_img_0.png"
,
"e"
:
0
},{
"id"
:
"comp_0"
,
"nm"
:
"封面图"
,
"fr"
:
29.9700012207031
,
"layers"
:[{
"ddd"
:
0
,
"ind"
:
1
,
"ty"
:
2
,
"nm"
:
"封面2.png"
,
"cl"
:
"png"
,
"refId"
:
"image_0"
,
"sr"
:
1
,
"ks"
:{
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
11
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
10
},
"p"
:{
"a"
:
1
,
"k"
:[{
"i"
:{
"x"
:
0.833
,
"y"
:
0.833
},
"o"
:{
"x"
:
0.167
,
"y"
:
0.167
},
"t"
:
0
,
"s"
:[
539
,
928
,
0
],
"to"
:[
0
,
-309.5
,
0
],
"ti"
:[
0
,
309.5
,
0
]},{
"t"
:
749.000030507395
,
"s"
:[
539
,
-929
,
0
]}],
"ix"
:
2
,
"l"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
539
,
928
,
0
],
"ix"
:
1
,
"l"
:
2
},
"s"
:{
"a"
:
0
,
"k"
:[
100
,
100
,
100
],
"ix"
:
6
,
"l"
:
2
}},
"ao"
:
0
,
"ip"
:
0
,
"op"
:
750.000030548126
,
"st"
:
0
,
"bm"
:
0
},{
"ddd"
:
0
,
"ind"
:
2
,
"ty"
:
2
,
"nm"
:
"封面2.png"
,
"cl"
:
"png"
,
"refId"
:
"image_0"
,
"sr"
:
1
,
"ks"
:{
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
11
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
10
},
"p"
:{
"a"
:
1
,
"k"
:[{
"i"
:{
"x"
:
0.833
,
"y"
:
0.833
},
"o"
:{
"x"
:
0.167
,
"y"
:
0.167
},
"t"
:
0
,
"s"
:[
539
,
2784
,
0
],
"to"
:[
0
,
-309.333
,
0
],
"ti"
:[
0
,
309.333
,
0
]},{
"t"
:
749.000030507395
,
"s"
:[
539
,
928
,
0
]}],
"ix"
:
2
,
"l"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
539
,
928
,
0
],
"ix"
:
1
,
"l"
:
2
},
"s"
:{
"a"
:
0
,
"k"
:[
100
,
100
,
100
],
"ix"
:
6
,
"l"
:
2
}},
"ao"
:
0
,
"ip"
:
0
,
"op"
:
750.000030548126
,
"st"
:
0
,
"bm"
:
0
}]}],
"layers"
:[{
"ddd"
:
0
,
"ind"
:
1
,
"ty"
:
0
,
"nm"
:
"封面图"
,
"refId"
:
"comp_0"
,
"sr"
:
1
,
"ks"
:{
"o"
:{
"a"
:
0
,
"k"
:
100
,
"ix"
:
11
},
"r"
:{
"a"
:
0
,
"k"
:
20
,
"ix"
:
10
},
"p"
:{
"a"
:
0
,
"k"
:[
374
,
400
,
0
],
"ix"
:
2
,
"l"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
539
,
928
,
0
],
"ix"
:
1
,
"l"
:
2
},
"s"
:{
"a"
:
0
,
"k"
:[
100
,
100
,
100
],
"ix"
:
6
,
"l"
:
2
}},
"ao"
:
0
,
"w"
:
1078
,
"h"
:
1856
,
"ip"
:
0
,
"op"
:
750.000030548126
,
"st"
:
0
,
"bm"
:
0
}],
"markers"
:[]}
\ No newline at end of file
video/app/src/main/assets/images/choose_pay_img_0.png
deleted
100644 → 0
View file @
e3d52ad2
928 KB
video/app/src/main/assets/images/recommend_img_0.png
deleted
100644 → 0
View file @
e3d52ad2
8.96 KB
video/app/src/main/assets/images/recommend_img_1.png
deleted
100644 → 0
View file @
e3d52ad2
10.9 KB
video/app/src/main/assets/recommend.json
deleted
100644 → 0
View file @
e3d52ad2
{
"v"
:
"5.9.6"
,
"fr"
:
25
,
"ip"
:
0
,
"op"
:
25
,
"w"
:
1080
,
"h"
:
360
,
"nm"
:
"引导-播放按钮"
,
"ddd"
:
0
,
"assets"
:[{
"id"
:
"image_0"
,
"w"
:
840
,
"h"
:
228
,
"u"
:
"images/"
,
"p"
:
"recommend_img_0.png"
,
"e"
:
0
},{
"id"
:
"image_1"
,
"w"
:
900
,
"h"
:
288
,
"u"
:
"images/"
,
"p"
:
"recommend_img_1.png"
,
"e"
:
0
}],
"layers"
:[{
"ddd"
:
0
,
"ind"
:
2
,
"ty"
:
2
,
"nm"
:
"Rectangle 6336.png"
,
"cl"
:
"png"
,
"refId"
:
"image_0"
,
"sr"
:
1
,
"ks"
:{
"o"
:{
"a"
:
1
,
"k"
:[{
"i"
:{
"x"
:[
0.833
],
"y"
:[
0.833
]},
"o"
:{
"x"
:[
0.167
],
"y"
:[
0.167
]},
"t"
:
10
,
"s"
:[
100
]},{
"t"
:
25
,
"s"
:[
15
]}],
"ix"
:
11
},
"r"
:{
"a"
:
0
,
"k"
:
0
,
"ix"
:
10
},
"p"
:{
"a"
:
0
,
"k"
:[
540
,
180
,
0
],
"ix"
:
2
,
"l"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
420
,
114
,
0
],
"ix"
:
1
,
"l"
:
2
},
"s"
:{
"a"
:
1
,
"k"
:[{
"i"
:{
"x"
:[
0.833
,
0.833
,
0.833
],
"y"
:[
0.833
,
0.833
,
0.833
]},
"o"
:{
"x"
:[
0.167
,
0.167
,
0.167
],
"y"
:[
0.167
,
0.167
,
0.167
]},
"t"
:
0
,
"s"
:[
75
,
51
,
100
]},{
"i"
:{
"x"
:[
0.833
,
0.833
,
0.833
],
"y"
:[
0.833
,
0.833
,
0.833
]},
"o"
:{
"x"
:[
0.167
,
0.167
,
0.167
],
"y"
:[
0.167
,
0.167
,
0.167
]},
"t"
:
10
,
"s"
:[
100
,
100
,
100
]},{
"t"
:
25
,
"s"
:[
120
,
150
,
100
]}],
"ix"
:
6
,
"l"
:
2
}},
"ao"
:
0
,
"ip"
:
0
,
"op"
:
25
,
"st"
:
0
,
"bm"
:
0
},{
"ddd"
:
0
,
"ind"
:
3
,
"ty"
:
2
,
"nm"
:
"Rectangle 6337.png"
,
"cl"
:
"png"
,
"refId"
:
"image_1"
,
"sr"
:
1
,
"ks"
:{
"o"
:{
"a"
:
1
,
"k"
:[{
"i"
:{
"x"
:[
0.833
],
"y"
:[
0.833
]},
"o"
:{
"x"
:[
0.167
],
"y"
:[
0.167
]},
"t"
:
10
,
"s"
:[
100
]},{
"t"
:
23
,
"s"
:[
0
]}],
"ix"
:
11
},
"r"
:{
"a"
:
1
,
"k"
:[{
"i"
:{
"x"
:[
0.833
],
"y"
:[
0.833
]},
"o"
:{
"x"
:[
0.167
],
"y"
:[
0.167
]},
"t"
:
0
,
"s"
:[
0
]},{
"i"
:{
"x"
:[
0.833
],
"y"
:[
0.833
]},
"o"
:{
"x"
:[
0.167
],
"y"
:[
0.167
]},
"t"
:
10
,
"s"
:[
0
]},{
"t"
:
23
,
"s"
:[
0
]}],
"ix"
:
10
},
"p"
:{
"a"
:
1
,
"k"
:[{
"i"
:{
"x"
:
0.833
,
"y"
:
0.833
},
"o"
:{
"x"
:
0.167
,
"y"
:
0.167
},
"t"
:
0
,
"s"
:[
540
,
180
,
0
],
"to"
:[
0
,
0
,
0
],
"ti"
:[
0
,
0
,
0
]},{
"i"
:{
"x"
:
0.833
,
"y"
:
0.833
},
"o"
:{
"x"
:
0.167
,
"y"
:
0.167
},
"t"
:
10
,
"s"
:[
540
,
180
,
0
],
"to"
:[
0
,
0
,
0
],
"ti"
:[
0
,
0
,
0
]},{
"t"
:
23
,
"s"
:[
540
,
180
,
0
]}],
"ix"
:
2
,
"l"
:
2
},
"a"
:{
"a"
:
0
,
"k"
:[
450
,
144
,
0
],
"ix"
:
1
,
"l"
:
2
},
"s"
:{
"a"
:
1
,
"k"
:[{
"i"
:{
"x"
:[
0.833
,
0.833
,
0.833
],
"y"
:[
0.833
,
0.833
,
0.833
]},
"o"
:{
"x"
:[
0.167
,
0.167
,
0.167
],
"y"
:[
0.167
,
0.167
,
0.167
]},
"t"
:
0
,
"s"
:[
80
,
54
,
100
]},{
"i"
:{
"x"
:[
0.833
,
0.833
,
0.833
],
"y"
:[
0.833
,
0.833
,
0.833
]},
"o"
:{
"x"
:[
0.167
,
0.167
,
0.167
],
"y"
:[
0.167
,
0.167
,
0.167
]},
"t"
:
10
,
"s"
:[
100
,
100
,
100
]},{
"t"
:
23
,
"s"
:[
120
,
123
,
100
]}],
"ix"
:
6
,
"l"
:
2
}},
"ao"
:
0
,
"ip"
:
0
,
"op"
:
25
,
"st"
:
0
,
"bm"
:
0
}],
"markers"
:[]}
\ No newline at end of file
video/app/src/main/java/com/mints/helivideo/ad/AdManager.kt
View file @
c2e06615
...
@@ -120,7 +120,7 @@ class AdManager {
...
@@ -120,7 +120,7 @@ class AdManager {
*/
*/
fun
splashPreLoadAll
(
activity
:
Activity
)
{
fun
splashPreLoadAll
(
activity
:
Activity
)
{
this
.
loadRewardVideo
(
activity
)
this
.
loadRewardVideo
(
activity
)
//
this.loadFullVideo(activity)
this
.
loadFullVideo
(
activity
)
}
}
}
}
\ No newline at end of file
video/app/src/main/java/com/mints/helivideo/ad/banner/BannerManager.kt
View file @
c2e06615
...
@@ -9,6 +9,9 @@ import com.bytedance.sdk.openadsdk.mediation.ad.MediationAdSlot
...
@@ -9,6 +9,9 @@ import com.bytedance.sdk.openadsdk.mediation.ad.MediationAdSlot
import
com.bytedance.sdk.openadsdk.mediation.ad.MediationNativeToBannerListener
import
com.bytedance.sdk.openadsdk.mediation.ad.MediationNativeToBannerListener
import
com.mints.helivideo.BuildConfig
import
com.mints.helivideo.BuildConfig
import
com.mints.helivideo.MintsApplication
import
com.mints.helivideo.MintsApplication
import
com.mints.helivideo.ad.splash.SplashManager
import
com.mints.helivideo.common.Constant
import
com.mints.helivideo.manager.TrackManager
import
com.mints.helivideo.manager.UserManager
import
com.mints.helivideo.manager.UserManager
import
com.mints.helivideo.utils.LogUtil
import
com.mints.helivideo.utils.LogUtil
import
com.mints.helivideo.utils.UIUtils
import
com.mints.helivideo.utils.UIUtils
...
@@ -70,6 +73,15 @@ object BannerManager {
...
@@ -70,6 +73,15 @@ object BannerManager {
}
}
override
fun
onAdShow
(
view
:
View
?,
type
:
Int
)
{
override
fun
onAdShow
(
view
:
View
?,
type
:
Int
)
{
if
(
bannerAd
!=
null
&&
bannerAd
!!
.
getMediationManager
().
getShowEcpm
()
!=
null
)
{
val
vo
=
HashMap
<
String
,
Any
>()
vo
[
"adcode"
]
=
bannerAd
!!
.
getMediationManager
().
getShowEcpm
().
getSlotId
()
vo
[
"ecpm"
]
=
bannerAd
!!
.
getMediationManager
().
getShowEcpm
().
getEcpm
()
vo
[
"adSource"
]
=
bannerAd
!!
.
getMediationManager
().
getShowEcpm
().
getSdkName
()
vo
[
"adid"
]
=
BuildConfig
.
GROMORE_BANNER_CODE
vo
[
"adType"
]
=
Constant
.
GRO_MORE_ADTYPE5
TrackManager
.
getInstance
().
reporGromeEcpm
(
vo
)
}
}
}
override
fun
onRenderFail
(
view
:
View
?,
msg
:
String
?,
code
:
Int
)
{
override
fun
onRenderFail
(
view
:
View
?,
msg
:
String
?,
code
:
Int
)
{
...
...
video/app/src/main/java/com/mints/helivideo/ad/draw/DrawExpressManager.kt
View file @
c2e06615
...
@@ -17,6 +17,8 @@ import com.mints.helivideo.MintsApplication
...
@@ -17,6 +17,8 @@ import com.mints.helivideo.MintsApplication
import
com.mints.helivideo.R
import
com.mints.helivideo.R
import
com.mints.helivideo.ad.AdManager
import
com.mints.helivideo.ad.AdManager
import
com.mints.helivideo.ad.express.ExpressAdCallback
import
com.mints.helivideo.ad.express.ExpressAdCallback
import
com.mints.helivideo.common.Constant
import
com.mints.helivideo.manager.TrackManager
import
com.mints.helivideo.utils.ForegroundOrBackground
import
com.mints.helivideo.utils.ForegroundOrBackground
import
com.mints.helivideo.utils.LogUtil
import
com.mints.helivideo.utils.LogUtil
import
com.mints.helivideo.utils.TimeRender
import
com.mints.helivideo.utils.TimeRender
...
@@ -240,6 +242,15 @@ class DrawExpressManager {
...
@@ -240,6 +242,15 @@ class DrawExpressManager {
}
}
override
fun
onAdShow
()
{
override
fun
onAdShow
()
{
if
(
it
!=
null
&&
it
!!
.
getMediationManager
().
getShowEcpm
()
!=
null
)
{
val
vo
=
HashMap
<
String
,
Any
>()
vo
[
"adcode"
]
=
it
!!
.
getMediationManager
().
getShowEcpm
().
getSlotId
()
vo
[
"ecpm"
]
=
it
!!
.
getMediationManager
().
getShowEcpm
().
getEcpm
()
vo
[
"adSource"
]
=
it
!!
.
getMediationManager
().
getShowEcpm
().
getSdkName
()
vo
[
"adid"
]
=
BuildConfig
.
GROMORE_DRAW_CODE
vo
[
"adType"
]
=
Constant
.
GRO_MORE_ADTYPE6
TrackManager
.
getInstance
().
reporGromeEcpm
(
vo
)
}
Log
.
i
(
TAG
,
"onAdShow"
)
Log
.
i
(
TAG
,
"onAdShow"
)
Log
.
i
(
TAG
,
"ad mediaExtraInfo ${it.mediaExtraInfo}"
)
Log
.
i
(
TAG
,
"ad mediaExtraInfo ${it.mediaExtraInfo}"
)
}
}
...
...
video/app/src/main/java/com/mints/helivideo/ad/draw/HomeDrawExpressManager.kt
View file @
c2e06615
...
@@ -17,6 +17,8 @@ import com.mints.helivideo.MintsApplication
...
@@ -17,6 +17,8 @@ import com.mints.helivideo.MintsApplication
import
com.mints.helivideo.R
import
com.mints.helivideo.R
import
com.mints.helivideo.ad.AdManager
import
com.mints.helivideo.ad.AdManager
import
com.mints.helivideo.ad.express.ExpressAdCallback
import
com.mints.helivideo.ad.express.ExpressAdCallback
import
com.mints.helivideo.common.Constant
import
com.mints.helivideo.manager.TrackManager
import
com.mints.helivideo.utils.ForegroundOrBackground
import
com.mints.helivideo.utils.ForegroundOrBackground
import
com.mints.helivideo.utils.LogUtil
import
com.mints.helivideo.utils.LogUtil
import
com.mints.helivideo.utils.TimeRender
import
com.mints.helivideo.utils.TimeRender
...
@@ -234,6 +236,15 @@ class HomeDrawExpressManager {
...
@@ -234,6 +236,15 @@ class HomeDrawExpressManager {
}
}
override
fun
onAdShow
()
{
override
fun
onAdShow
()
{
if
(
it
!=
null
&&
it
!!
.
getMediationManager
().
getShowEcpm
()
!=
null
)
{
val
vo
=
HashMap
<
String
,
Any
>()
vo
[
"adcode"
]
=
it
!!
.
getMediationManager
().
getShowEcpm
().
getSlotId
()
vo
[
"ecpm"
]
=
it
!!
.
getMediationManager
().
getShowEcpm
().
getEcpm
()
vo
[
"adSource"
]
=
it
!!
.
getMediationManager
().
getShowEcpm
().
getSdkName
()
vo
[
"adid"
]
=
BuildConfig
.
GROMORE_DRAW_CODE
vo
[
"adType"
]
=
Constant
.
GRO_MORE_ADTYPE6
TrackManager
.
getInstance
().
reporGromeEcpm
(
vo
)
}
Log
.
i
(
TAG
,
"onAdShow"
)
Log
.
i
(
TAG
,
"onAdShow"
)
Log
.
i
(
TAG
,
"ad mediaExtraInfo ${it.mediaExtraInfo}"
)
Log
.
i
(
TAG
,
"ad mediaExtraInfo ${it.mediaExtraInfo}"
)
}
}
...
...
video/app/src/main/java/com/mints/helivideo/ad/express/ExpressManager.kt
View file @
c2e06615
...
@@ -15,6 +15,9 @@ import com.mints.helivideo.BuildConfig
...
@@ -15,6 +15,9 @@ import com.mints.helivideo.BuildConfig
import
com.mints.helivideo.MintsApplication
import
com.mints.helivideo.MintsApplication
import
com.mints.helivideo.R
import
com.mints.helivideo.R
import
com.mints.helivideo.ad.AdManager
import
com.mints.helivideo.ad.AdManager
import
com.mints.helivideo.ad.banner.BannerManager
import
com.mints.helivideo.common.Constant
import
com.mints.helivideo.manager.TrackManager
import
com.mints.helivideo.utils.ForegroundOrBackground
import
com.mints.helivideo.utils.ForegroundOrBackground
import
com.mints.helivideo.utils.LogUtil
import
com.mints.helivideo.utils.LogUtil
import
com.mints.helivideo.utils.TimeRender
import
com.mints.helivideo.utils.TimeRender
...
@@ -215,6 +218,15 @@ class ExpressManager {
...
@@ -215,6 +218,15 @@ class ExpressManager {
}
}
override
fun
onAdShow
()
{
override
fun
onAdShow
()
{
if
(
it
!=
null
&&
it
!!
.
getMediationManager
().
getShowEcpm
()
!=
null
)
{
val
vo
=
HashMap
<
String
,
Any
>()
vo
[
"adcode"
]
=
it
!!
.
getMediationManager
().
getShowEcpm
().
getSlotId
()
vo
[
"ecpm"
]
=
it
!!
.
getMediationManager
().
getShowEcpm
().
getEcpm
()
vo
[
"adSource"
]
=
it
!!
.
getMediationManager
().
getShowEcpm
().
getSdkName
()
vo
[
"adid"
]
=
BuildConfig
.
GROMORE_EXPRESS_CODE
vo
[
"adType"
]
=
Constant
.
GRO_MORE_ADTYPE1
TrackManager
.
getInstance
().
reporGromeEcpm
(
vo
)
}
Log
.
i
(
TAG
,
"onAdShow"
)
Log
.
i
(
TAG
,
"onAdShow"
)
Log
.
i
(
TAG
,
"ad mediaExtraInfo ${it.mediaExtraInfo}"
)
Log
.
i
(
TAG
,
"ad mediaExtraInfo ${it.mediaExtraInfo}"
)
}
}
...
...
video/app/src/main/java/com/mints/helivideo/ad/express/MainExpressManager.kt
View file @
c2e06615
...
@@ -14,6 +14,8 @@ import com.bytedance.sdk.openadsdk.mediation.ad.MediationViewBinder
...
@@ -14,6 +14,8 @@ import com.bytedance.sdk.openadsdk.mediation.ad.MediationViewBinder
import
com.mints.helivideo.BuildConfig
import
com.mints.helivideo.BuildConfig
import
com.mints.helivideo.MintsApplication
import
com.mints.helivideo.MintsApplication
import
com.mints.helivideo.R
import
com.mints.helivideo.R
import
com.mints.helivideo.common.Constant
import
com.mints.helivideo.manager.TrackManager
import
com.mints.helivideo.utils.ForegroundOrBackground
import
com.mints.helivideo.utils.ForegroundOrBackground
import
com.mints.helivideo.utils.LogUtil
import
com.mints.helivideo.utils.LogUtil
import
com.mints.helivideo.utils.UIUtils
import
com.mints.helivideo.utils.UIUtils
...
@@ -151,6 +153,15 @@ class MainExpressManager {
...
@@ -151,6 +153,15 @@ class MainExpressManager {
}
}
override
fun
onAdShow
()
{
override
fun
onAdShow
()
{
if
(
it
!=
null
&&
it
!!
.
getMediationManager
().
getShowEcpm
()
!=
null
)
{
val
vo
=
HashMap
<
String
,
Any
>()
vo
[
"adcode"
]
=
it
!!
.
getMediationManager
().
getShowEcpm
().
getSlotId
()
vo
[
"ecpm"
]
=
it
!!
.
getMediationManager
().
getShowEcpm
().
getEcpm
()
vo
[
"adSource"
]
=
it
!!
.
getMediationManager
().
getShowEcpm
().
getSdkName
()
vo
[
"adid"
]
=
BuildConfig
.
GROMORE_EXPRESS_CODE
vo
[
"adType"
]
=
Constant
.
GRO_MORE_ADTYPE1
TrackManager
.
getInstance
().
reporGromeEcpm
(
vo
)
}
Log
.
i
(
TAG
,
"onAdShow"
)
Log
.
i
(
TAG
,
"onAdShow"
)
Log
.
i
(
TAG
,
"ad mediaExtraInfo ${it.mediaExtraInfo}"
)
Log
.
i
(
TAG
,
"ad mediaExtraInfo ${it.mediaExtraInfo}"
)
}
}
...
...
video/app/src/main/java/com/mints/helivideo/ad/express/MyExpressManager.kt
View file @
c2e06615
...
@@ -15,6 +15,8 @@ import com.mints.helivideo.MintsApplication
...
@@ -15,6 +15,8 @@ import com.mints.helivideo.MintsApplication
import
com.mints.helivideo.BuildConfig
import
com.mints.helivideo.BuildConfig
import
com.mints.helivideo.R
import
com.mints.helivideo.R
import
com.mints.helivideo.ad.AdManager
import
com.mints.helivideo.ad.AdManager
import
com.mints.helivideo.common.Constant
import
com.mints.helivideo.manager.TrackManager
import
com.mints.helivideo.utils.ForegroundOrBackground
import
com.mints.helivideo.utils.ForegroundOrBackground
import
com.mints.helivideo.utils.LogUtil
import
com.mints.helivideo.utils.LogUtil
import
com.mints.helivideo.utils.TimeRender
import
com.mints.helivideo.utils.TimeRender
...
@@ -215,6 +217,15 @@ class MyExpressManager {
...
@@ -215,6 +217,15 @@ class MyExpressManager {
}
}
override
fun
onAdShow
()
{
override
fun
onAdShow
()
{
if
(
it
!=
null
&&
it
!!
.
getMediationManager
().
getShowEcpm
()
!=
null
)
{
val
vo
=
HashMap
<
String
,
Any
>()
vo
[
"adcode"
]
=
it
!!
.
getMediationManager
().
getShowEcpm
().
getSlotId
()
vo
[
"ecpm"
]
=
it
!!
.
getMediationManager
().
getShowEcpm
().
getEcpm
()
vo
[
"adSource"
]
=
it
!!
.
getMediationManager
().
getShowEcpm
().
getSdkName
()
vo
[
"adid"
]
=
BuildConfig
.
GROMORE_EXPRESS_CODE
vo
[
"adType"
]
=
Constant
.
GRO_MORE_ADTYPE1
TrackManager
.
getInstance
().
reporGromeEcpm
(
vo
)
}
Log
.
i
(
TAG
,
"onAdShow"
)
Log
.
i
(
TAG
,
"onAdShow"
)
Log
.
i
(
TAG
,
"ad mediaExtraInfo ${it.mediaExtraInfo}"
)
Log
.
i
(
TAG
,
"ad mediaExtraInfo ${it.mediaExtraInfo}"
)
}
}
...
...
video/app/src/main/java/com/mints/helivideo/ad/full/FullScreenManager.java
View file @
c2e06615
...
@@ -12,6 +12,7 @@ import com.mints.helivideo.BuildConfig;
...
@@ -12,6 +12,7 @@ import com.mints.helivideo.BuildConfig;
import
com.mints.helivideo.ad.AdManager
;
import
com.mints.helivideo.ad.AdManager
;
import
com.mints.helivideo.ad.AdStatusListener
;
import
com.mints.helivideo.ad.AdStatusListener
;
import
com.mints.helivideo.common.Constant
;
import
com.mints.helivideo.common.Constant
;
import
com.mints.helivideo.manager.TrackManager
;
import
com.mints.helivideo.utils.AppPreferencesManager
;
import
com.mints.helivideo.utils.AppPreferencesManager
;
import
com.mints.helivideo.utils.LogUtil
;
import
com.mints.helivideo.utils.LogUtil
;
import
com.mints.helivideo.utils.TimeRender
;
import
com.mints.helivideo.utils.TimeRender
;
...
@@ -185,12 +186,15 @@ public class FullScreenManager {
...
@@ -185,12 +186,15 @@ public class FullScreenManager {
private
final
TTFullScreenVideoAd
.
FullScreenVideoAdInteractionListener
mTTFullScreenAdListener
=
new
TTFullScreenVideoAd
.
FullScreenVideoAdInteractionListener
()
{
private
final
TTFullScreenVideoAd
.
FullScreenVideoAdInteractionListener
mTTFullScreenAdListener
=
new
TTFullScreenVideoAd
.
FullScreenVideoAdInteractionListener
()
{
@Override
@Override
public
void
onAdShow
()
{
public
void
onAdShow
()
{
if
(
mTtFullScreenVideoAd
!=
null
)
{
if
(
mTtFullScreenVideoAd
!=
null
&&
mTtFullScreenVideoAd
.
getMediationManager
().
getShowEcpm
()
!=
null
)
{
if
(
mTtFullScreenVideoAd
.
getMediationManager
().
getShowEcpm
()
!=
null
)
{
HashMap
<
String
,
Object
>
vo
=
new
HashMap
<>();
nowAdcode
=
mTtFullScreenVideoAd
.
getMediationManager
().
getShowEcpm
().
getSlotId
();
vo
.
put
(
"adcode"
,
mTtFullScreenVideoAd
.
getMediationManager
().
getShowEcpm
().
getSlotId
());
nowEcpm
=
mTtFullScreenVideoAd
.
getMediationManager
().
getShowEcpm
().
getEcpm
();
vo
.
put
(
"ecpm"
,
mTtFullScreenVideoAd
.
getMediationManager
().
getShowEcpm
().
getEcpm
());
nowAdSource
=
mTtFullScreenVideoAd
.
getMediationManager
().
getShowEcpm
().
getSdkName
();
vo
.
put
(
"adSource"
,
mTtFullScreenVideoAd
.
getMediationManager
().
getShowEcpm
().
getSdkName
());
}
vo
.
put
(
"carrierType"
,
carrierType
);
vo
.
put
(
"adid"
,
BuildConfig
.
GROMORE_FULL_CODE
);
vo
.
put
(
"adType"
,
Constant
.
GRO_MORE_ADTYPE4
);
TrackManager
.
getInstance
().
reporGromeEcpm
(
vo
);
}
}
LogUtil
.
d
(
TAG
,
"gromore预加载 插全屏广告-->onAdShow"
);
LogUtil
.
d
(
TAG
,
"gromore预加载 插全屏广告-->onAdShow"
);
...
...
video/app/src/main/java/com/mints/helivideo/ad/full/NoPreFullScreenManager.java
View file @
c2e06615
...
@@ -12,6 +12,7 @@ import com.mints.helivideo.BuildConfig;
...
@@ -12,6 +12,7 @@ import com.mints.helivideo.BuildConfig;
import
com.mints.helivideo.ad.AdManager
;
import
com.mints.helivideo.ad.AdManager
;
import
com.mints.helivideo.ad.AdStatusListener
;
import
com.mints.helivideo.ad.AdStatusListener
;
import
com.mints.helivideo.common.Constant
;
import
com.mints.helivideo.common.Constant
;
import
com.mints.helivideo.manager.TrackManager
;
import
com.mints.helivideo.utils.AppPreferencesManager
;
import
com.mints.helivideo.utils.AppPreferencesManager
;
import
com.mints.helivideo.utils.LogUtil
;
import
com.mints.helivideo.utils.LogUtil
;
...
@@ -123,12 +124,15 @@ public class NoPreFullScreenManager {
...
@@ -123,12 +124,15 @@ public class NoPreFullScreenManager {
adStatusListener
.
adSuccess
();
adStatusListener
.
adSuccess
();
}
}
if
(
mTtFullScreenVideoAd
!=
null
)
{
if
(
mTtFullScreenVideoAd
!=
null
&&
mTtFullScreenVideoAd
.
getMediationManager
().
getShowEcpm
()
!=
null
)
{
if
(
mTtFullScreenVideoAd
.
getMediationManager
().
getShowEcpm
()
!=
null
)
{
HashMap
<
String
,
Object
>
vo
=
new
HashMap
<>();
nowAdcode
=
mTtFullScreenVideoAd
.
getMediationManager
().
getShowEcpm
().
getSlotId
();
vo
.
put
(
"adcode"
,
mTtFullScreenVideoAd
.
getMediationManager
().
getShowEcpm
().
getSlotId
());
nowEcpm
=
mTtFullScreenVideoAd
.
getMediationManager
().
getShowEcpm
().
getEcpm
();
vo
.
put
(
"ecpm"
,
mTtFullScreenVideoAd
.
getMediationManager
().
getShowEcpm
().
getEcpm
());
nowAdSource
=
mTtFullScreenVideoAd
.
getMediationManager
().
getShowEcpm
().
getSdkName
();
vo
.
put
(
"adSource"
,
mTtFullScreenVideoAd
.
getMediationManager
().
getShowEcpm
().
getSdkName
());
}
vo
.
put
(
"carrierType"
,
carrierType
);
vo
.
put
(
"adid"
,
BuildConfig
.
GROMORE_FULL_CODE
);
vo
.
put
(
"adType"
,
Constant
.
GRO_MORE_ADTYPE4
);
TrackManager
.
getInstance
().
reporGromeEcpm
(
vo
);
}
}
LogUtil
.
d
(
TAG
,
"gromore实时加载 插全屏广告-->onAdShow"
);
LogUtil
.
d
(
TAG
,
"gromore实时加载 插全屏广告-->onAdShow"
);
...
...
video/app/src/main/java/com/mints/helivideo/ad/half/HalfScreenManager.java
0 → 100644
View file @
c2e06615
package
com
.
mints
.
helivideo
.
ad
.
half
;
import
android.app.Activity
;
import
com.bytedance.sdk.openadsdk.AdSlot
;
import
com.bytedance.sdk.openadsdk.TTAdConstant
;
import
com.bytedance.sdk.openadsdk.TTAdNative
;
import
com.bytedance.sdk.openadsdk.TTAdSdk
;
import
com.bytedance.sdk.openadsdk.TTFullScreenVideoAd
;
import
com.bytedance.sdk.openadsdk.mediation.ad.MediationAdSlot
;
import
com.mints.helivideo.BuildConfig
;
import
com.mints.helivideo.ad.AdManager
;
import
com.mints.helivideo.ad.AdStatusListener
;
import
com.mints.helivideo.common.Constant
;
import
com.mints.helivideo.manager.TrackManager
;
import
com.mints.helivideo.utils.AppPreferencesManager
;
import
com.mints.helivideo.utils.LogUtil
;
import
com.mints.helivideo.utils.TimeRender
;
import
java.lang.ref.WeakReference
;
import
java.util.HashMap
;
/**
* 插全屏广告-半屏-半屏
*/
public
class
HalfScreenManager
{
private
static
final
String
TAG
=
HalfScreenManager
.
class
.
getSimpleName
();
private
static
HalfScreenManager
_inst
;
public
static
HalfScreenManager
getInstance
()
{
if
(
_inst
==
null
)
{
_inst
=
new
HalfScreenManager
();
}
return
_inst
;
}
private
HalfScreenManager
()
{
}
private
int
isLoadSuccess
=
0
;
// 0-加载失败/未加载 1-加载中 2-加载成功
private
long
adLoadTime
=
0
;
// 广告展示时间,45分钟后当前广告失效,重新预加载广告
private
long
adPreingTime
=
0
;
// 防止预加载超时 2分钟
private
TTFullScreenVideoAd
mTtFullScreenVideoAd
;
private
WeakReference
<
Activity
>
weakActivity
;
private
boolean
isPreLoad
=
false
;
//是否是预加载调用,需要躲避监听
private
AdStatusListener
adStatusListener
;
/**
* 插全屏
*/
public
void
preLoadAd
(
Activity
activity
)
{
boolean
isOversped
=
TimeRender
.
INSTANCE
.
isOverspedMin
(
adLoadTime
,
AdManager
.
AD_NO_SHOWTIME_OUT
);
boolean
isPreingOversped
=
TimeRender
.
INSTANCE
.
isOverspedMin
(
adPreingTime
,
AdManager
.
AD_REQUEST_TIME_OUT
);
this
.
weakActivity
=
new
WeakReference
(
activity
);
LogUtil
.
d
(
TAG
,
"gromore预加载 插全屏广告-半屏-> 1、进入预加载 isPreLoad[为true是预加载调用]="
+
isPreLoad
);
if
((
isLoadSuccess
==
0
// 加载失败
||
(
adLoadTime
>
0
&&
isOversped
)
// 超过45分钟
||
(
adPreingTime
>
0
&&
isPreingOversped
&&
isLoadSuccess
==
1
))
// 预加载超时
&&
this
.
weakActivity
.
get
()
!=
null
)
{
adPreingTime
=
System
.
currentTimeMillis
();
isLoadSuccess
=
1
;
LogUtil
.
d
(
TAG
,
"gromore预加载 插全屏广告-半屏-> 2、执行预加载去了="
+
isLoadSuccess
);
LoadAd
(
activity
);
}
}
public
void
showAd
(
Activity
_activity
,
AdStatusListener
adStatusListener
)
{
this
.
adStatusListener
=
adStatusListener
;
this
.
weakActivity
=
new
WeakReference
(
_activity
);
if
(
isLoadSuccess
==
0
)
{
LogUtil
.
e
(
TAG
,
"gromore预加载 插全屏广告-半屏--> showRewardAd isLoadSuccess="
+
isLoadSuccess
);
if
(
this
.
adStatusListener
!=
null
)
this
.
adStatusListener
.
adFail
();
return
;
}
// 请求未超过1分钟且上一个广告还在异步加载中,这次触发展示广告回调还没回来则返回
boolean
isPreingOversped
=
TimeRender
.
INSTANCE
.
isOverspedMin
(
adPreingTime
,
AdManager
.
AD_REQUEST_TIME_OUT
);
if
(
isLoadSuccess
==
1
&&
isPreingOversped
)
{
LogUtil
.
e
(
TAG
,
"gromore预加载 插全屏广告-半屏-->请求未超过1分钟且上一个广告还在异步加载中 isLoadSuccess="
+
isLoadSuccess
+
" isPreingOversped="
+
isPreingOversped
);
if
(
this
.
adStatusListener
!=
null
)
this
.
adStatusListener
.
adFail
();
return
;
}
// 预加载广告成功 且 预加载广告时长未超过45分钟
boolean
isOversped
=
TimeRender
.
INSTANCE
.
isOverspedMin
(
adLoadTime
,
AdManager
.
AD_NO_SHOWTIME_OUT
);
if
(
isLoadSuccess
==
2
&&
!
isOversped
&&
mTtFullScreenVideoAd
!=
null
&&
mTtFullScreenVideoAd
.
getMediationManager
().
isReady
()
&&
this
.
weakActivity
.
get
()
!=
null
)
{
mTtFullScreenVideoAd
.
showFullScreenVideoAd
(
weakActivity
.
get
());
mTtFullScreenVideoAd
.
setFullScreenVideoAdInteractionListener
(
mTTFullScreenAdListener
);
}
else
{
if
(
this
.
adStatusListener
!=
null
)
this
.
adStatusListener
.
adFail
();
LogUtil
.
e
(
TAG
,
"gromore预加载 插全屏广告-半屏--> 5、展示广告时失败了,广告可能超时45分钟 onError "
);
}
// 广告加载完成状态重置
isLoadSuccess
=
0
;
}
private
void
LoadAd
(
Activity
activity
)
{
TTAdNative
adNativeLoader
=
TTAdSdk
.
getAdManager
().
createAdNative
(
activity
);
AdSlot
adSlot
=
new
AdSlot
.
Builder
()
.
setCodeId
(
BuildConfig
.
GROMORE_FULL_CODE
)
.
setOrientation
(
TTAdConstant
.
ORIENTATION_VERTICAL
)
.
setMediationAdSlot
(
new
MediationAdSlot
.
Builder
()
.
setMuted
(
false
)
.
setVolume
(
0.7f
)
.
setBidNotify
(
true
)
.
build
()
).
build
();
adNativeLoader
.
loadFullScreenVideoAd
(
adSlot
,
new
TTAdNative
.
FullScreenVideoAdListener
()
{
@Override
public
void
onError
(
int
i
,
String
s
)
{
isLoadSuccess
=
0
;
LogUtil
.
e
(
TAG
,
"gromore预加载 插全屏广告-半屏-->onError "
+
i
+
s
+
"isPreLoad[为true是预加载调用]="
+
isPreLoad
);
if
(
adStatusListener
!=
null
)
{
adStatusListener
.
adFail
();
}
}
@Override
public
void
onFullScreenVideoAdLoad
(
TTFullScreenVideoAd
ttFullScreenVideoAd
)
{
}
@Override
public
void
onFullScreenVideoCached
()
{
}
@Override
public
void
onFullScreenVideoCached
(
TTFullScreenVideoAd
ttFullScreenVideoAd
)
{
LogUtil
.
d
(
TAG
,
"gromore预加载 插全屏广告-半屏--> 4、onRewardVideoCached "
);
isLoadSuccess
=
2
;
adLoadTime
=
System
.
currentTimeMillis
();
if
(
adStatusListener
!=
null
)
{
adStatusListener
.
adSuccess
();
}
mTtFullScreenVideoAd
=
ttFullScreenVideoAd
;
}
});
}
private
final
TTFullScreenVideoAd
.
FullScreenVideoAdInteractionListener
mTTFullScreenAdListener
=
new
TTFullScreenVideoAd
.
FullScreenVideoAdInteractionListener
()
{
@Override
public
void
onAdShow
()
{
if
(
mTtFullScreenVideoAd
!=
null
&&
mTtFullScreenVideoAd
.
getMediationManager
().
getShowEcpm
()
!=
null
)
{
HashMap
<
String
,
Object
>
vo
=
new
HashMap
<>();
vo
.
put
(
"adcode"
,
mTtFullScreenVideoAd
.
getMediationManager
().
getShowEcpm
().
getSlotId
());
vo
.
put
(
"ecpm"
,
mTtFullScreenVideoAd
.
getMediationManager
().
getShowEcpm
().
getEcpm
());
vo
.
put
(
"adSource"
,
mTtFullScreenVideoAd
.
getMediationManager
().
getShowEcpm
().
getSdkName
());
vo
.
put
(
"adid"
,
BuildConfig
.
GROMORE_FULL_CODE
);
vo
.
put
(
"adType"
,
Constant
.
GRO_MORE_ADTYPE3
);
TrackManager
.
getInstance
().
reporGromeEcpm
(
vo
);
}
LogUtil
.
d
(
TAG
,
"gromore预加载 插全屏广告-半屏-->onAdShow"
);
}
@Override
public
void
onAdVideoBarClick
()
{
LogUtil
.
d
(
TAG
,
"gromore预加载 插全屏广告-半屏-->onAdVideoBarClick"
);
}
@Override
public
void
onAdClose
()
{
LogUtil
.
d
(
TAG
,
"gromore预加载 插全屏广告-半屏-->onAdClose"
);
//
HashMap
<
String
,
Object
>
vo
=
new
HashMap
<>();
// vo.put("adcode", nowAdcode);
// vo.put("ecpm", nowEcpm);
// vo.put("adSource", nowAdSource);
// vo.put("carrierType", carrierType);
// vo.put("adid", BuildConfig.GROMORE_VIDEO_CODE);
if
(
adStatusListener
!=
null
)
{
adStatusListener
.
adClose
(
vo
);
}
adStatusListener
=
null
;
}
@Override
public
void
onVideoComplete
()
{
LogUtil
.
d
(
TAG
,
"gromore预加载 插全屏广告-半屏-->onVideoComplete"
);
}
@Override
public
void
onSkippedVideo
()
{
}
};
}
video/app/src/main/java/com/mints/helivideo/ad/splash/SplashManager.kt
View file @
c2e06615
package
com.mints.helivideo.ad.splash
package
com.mints.helivideo.ad.splash
import
android.app.Activity
import
android.app.Activity
import
android.util.Log
import
android.view.View
import
android.view.View
import
android.view.ViewGroup
import
android.widget.FrameLayout
import
android.widget.FrameLayout
import
com.bytedance.sdk.openadsdk.*
import
com.bytedance.sdk.openadsdk.*
import
com.bytedance.sdk.openadsdk.mediation.MediationConstant
import
com.bytedance.sdk.openadsdk.mediation.MediationConstant
...
@@ -12,7 +10,8 @@ import com.bytedance.sdk.openadsdk.mediation.ad.MediationSplashRequestInfo
...
@@ -12,7 +10,8 @@ import com.bytedance.sdk.openadsdk.mediation.ad.MediationSplashRequestInfo
import
com.mints.helivideo.BuildConfig
import
com.mints.helivideo.BuildConfig
import
com.mints.helivideo.MintsApplication
import
com.mints.helivideo.MintsApplication
import
com.mints.helivideo.ad.AdStatusListener
import
com.mints.helivideo.ad.AdStatusListener
import
com.mints.helivideo.utils.GromorePrintUtil
import
com.mints.helivideo.common.Constant
import
com.mints.helivideo.manager.TrackManager
import
com.mints.helivideo.utils.LogUtil
import
com.mints.helivideo.utils.LogUtil
import
com.mints.helivideo.utils.UIUtils
import
com.mints.helivideo.utils.UIUtils
import
java.lang.ref.WeakReference
import
java.lang.ref.WeakReference
...
@@ -160,6 +159,17 @@ object SplashManager {
...
@@ -160,6 +159,17 @@ object SplashManager {
}
}
override
fun
onAdShow
(
p0
:
View
?,
p1
:
Int
)
{
override
fun
onAdShow
(
p0
:
View
?,
p1
:
Int
)
{
if
(
mTTSplashAd
!=
null
&&
mTTSplashAd
!!
.
getMediationManager
().
getShowEcpm
()
!=
null
)
{
val
vo
=
HashMap
<
String
,
Any
>()
vo
[
"adcode"
]
=
mTTSplashAd
!!
.
getMediationManager
().
getShowEcpm
().
getSlotId
()
vo
[
"ecpm"
]
=
mTTSplashAd
!!
.
getMediationManager
().
getShowEcpm
().
getEcpm
()
vo
[
"adSource"
]
=
mTTSplashAd
!!
.
getMediationManager
().
getShowEcpm
().
getSdkName
()
vo
[
"adid"
]
=
BuildConfig
.
GROMORE_SPLASH_CODE
vo
[
"adType"
]
=
Constant
.
GRO_MORE_ADTYPE0
TrackManager
.
getInstance
().
reporGromeEcpm
(
vo
)
}
isShowAd
=
true
isShowAd
=
true
LogUtil
.
d
(
TAG
,
"gromore 开屏广告--> 6、onAdShow "
)
LogUtil
.
d
(
TAG
,
"gromore 开屏广告--> 6、onAdShow "
)
}
}
...
...
video/app/src/main/java/com/mints/helivideo/ad/video/InMoneyVideo.java
View file @
c2e06615
...
@@ -16,6 +16,7 @@ import com.mints.helivideo.common.AppConfig;
...
@@ -16,6 +16,7 @@ import com.mints.helivideo.common.AppConfig;
import
com.mints.helivideo.common.Constant
;
import
com.mints.helivideo.common.Constant
;
import
com.mints.helivideo.manager.TrackManager
;
import
com.mints.helivideo.manager.TrackManager
;
import
com.mints.helivideo.utils.AppPreferencesManager
;
import
com.mints.helivideo.utils.AppPreferencesManager
;
import
com.mints.helivideo.utils.GromorePrintUtil
;
import
com.mints.helivideo.utils.LogUtil
;
import
com.mints.helivideo.utils.LogUtil
;
import
com.mints.helivideo.utils.TimeRender
;
import
com.mints.helivideo.utils.TimeRender
;
...
@@ -45,11 +46,6 @@ public class InMoneyVideo {
...
@@ -45,11 +46,6 @@ public class InMoneyVideo {
private
String
carrierType
=
""
;
private
String
carrierType
=
""
;
// 当前播放的广告
private
String
nowAdcode
=
""
;
private
String
nowEcpm
=
""
;
private
String
nowAdSource
=
""
;
private
int
isLoadSuccess
=
0
;
// 0-加载失败/未加载 1-加载中 2-加载成功
private
int
isLoadSuccess
=
0
;
// 0-加载失败/未加载 1-加载中 2-加载成功
private
long
adLoadTime
=
0
;
// 广告展示时间,45分钟后当前广告失效,重新预加载广告
private
long
adLoadTime
=
0
;
// 广告展示时间,45分钟后当前广告失效,重新预加载广告
private
long
adPreingTime
=
0
;
// 防止预加载超时 2分钟
private
long
adPreingTime
=
0
;
// 防止预加载超时 2分钟
...
@@ -189,19 +185,16 @@ public class InMoneyVideo {
...
@@ -189,19 +185,16 @@ public class InMoneyVideo {
private
final
TTRewardVideoAd
.
RewardAdInteractionListener
mTTRewardedAdListener
=
new
TTRewardVideoAd
.
RewardAdInteractionListener
()
{
private
final
TTRewardVideoAd
.
RewardAdInteractionListener
mTTRewardedAdListener
=
new
TTRewardVideoAd
.
RewardAdInteractionListener
()
{
@Override
@Override
public
void
onAdShow
()
{
public
void
onAdShow
()
{
if
(
mttRewardAd
!=
null
)
{
if
(
mttRewardAd
!=
null
&&
mttRewardAd
.
getMediationManager
().
getShowEcpm
()
!=
null
)
{
if
(
mttRewardAd
.
getMediationManager
().
getShowEcpm
()
!=
null
)
{
nowAdcode
=
mttRewardAd
.
getMediationManager
().
getShowEcpm
().
getSlotId
();
nowEcpm
=
mttRewardAd
.
getMediationManager
().
getShowEcpm
().
getEcpm
();
nowAdSource
=
mttRewardAd
.
getMediationManager
().
getShowEcpm
().
getSdkName
();
HashMap
<
String
,
Object
>
vo
=
new
HashMap
<>();
HashMap
<
String
,
Object
>
vo
=
new
HashMap
<>();
vo
.
put
(
"adcode"
,
nowAdcode
);
vo
.
put
(
"adcode"
,
mttRewardAd
.
getMediationManager
().
getShowEcpm
().
getSlotId
());
vo
.
put
(
"ecpm"
,
nowEcpm
);
vo
.
put
(
"ecpm"
,
mttRewardAd
.
getMediationManager
().
getShowEcpm
().
getEcpm
());
vo
.
put
(
"adSource"
,
nowAdSource
);
vo
.
put
(
"adSource"
,
mttRewardAd
.
getMediationManager
().
getShowEcpm
().
getSdkName
());
vo
.
put
(
"carrierType"
,
carrierType
);
vo
.
put
(
"adid"
,
BuildConfig
.
GROMORE_VIDEO_CODE
);
vo
.
put
(
"adType"
,
Constant
.
GRO_MORE_ADTYPE2
);
TrackManager
.
getInstance
().
reporGromeEcpm
(
vo
);
TrackManager
.
getInstance
().
reporGromeEcpm
(
vo
);
}
}
}
LogUtil
.
d
(
TAG
,
"gromore预加载 激励视频广告-->onAdShow"
);
LogUtil
.
d
(
TAG
,
"gromore预加载 激励视频广告-->onAdShow"
);
if
(
weakActivity
.
get
()
!=
null
)
{
if
(
weakActivity
.
get
()
!=
null
)
{
...
@@ -222,7 +215,6 @@ public class InMoneyVideo {
...
@@ -222,7 +215,6 @@ public class InMoneyVideo {
HashMap
<
String
,
Object
>
vo
=
new
HashMap
<>();
HashMap
<
String
,
Object
>
vo
=
new
HashMap
<>();
vo
.
put
(
"carrierType"
,
carrierType
);
vo
.
put
(
"carrierType"
,
carrierType
);
vo
.
put
(
"ecpmId"
,
AppConfig
.
gromoreId
);
vo
.
put
(
"ecpmId"
,
AppConfig
.
gromoreId
);
vo
.
put
(
"adid"
,
BuildConfig
.
GROMORE_VIDEO_CODE
);
TrackManager
.
getInstance
().
reportAddCoinMsg
(
vo
);
TrackManager
.
getInstance
().
reportAddCoinMsg
(
vo
);
if
(
adStatusListener
!=
null
)
{
if
(
adStatusListener
!=
null
)
{
adStatusListener
.
adClose
(
vo
);
adStatusListener
.
adClose
(
vo
);
...
...
video/app/src/main/java/com/mints/helivideo/ad/video/InMoneyVideoNoPre.java
View file @
c2e06615
...
@@ -16,6 +16,7 @@ import com.mints.helivideo.common.AppConfig;
...
@@ -16,6 +16,7 @@ import com.mints.helivideo.common.AppConfig;
import
com.mints.helivideo.common.Constant
;
import
com.mints.helivideo.common.Constant
;
import
com.mints.helivideo.manager.TrackManager
;
import
com.mints.helivideo.manager.TrackManager
;
import
com.mints.helivideo.utils.AppPreferencesManager
;
import
com.mints.helivideo.utils.AppPreferencesManager
;
import
com.mints.helivideo.utils.GromorePrintUtil
;
import
com.mints.helivideo.utils.LogUtil
;
import
com.mints.helivideo.utils.LogUtil
;
import
java.lang.ref.WeakReference
;
import
java.lang.ref.WeakReference
;
...
@@ -44,11 +45,6 @@ public class InMoneyVideoNoPre {
...
@@ -44,11 +45,6 @@ public class InMoneyVideoNoPre {
private
String
carrierType
=
""
;
private
String
carrierType
=
""
;
// 当前播放的广告
private
String
nowAdcode
=
""
;
private
String
nowEcpm
=
""
;
private
String
nowAdSource
=
""
;
private
TTRewardVideoAd
mttRewardAd
;
private
TTRewardVideoAd
mttRewardAd
;
private
WeakReference
<
Activity
>
weakActivity
;
private
WeakReference
<
Activity
>
weakActivity
;
...
@@ -128,19 +124,16 @@ public class InMoneyVideoNoPre {
...
@@ -128,19 +124,16 @@ public class InMoneyVideoNoPre {
adStatusListener
.
adSuccess
();
adStatusListener
.
adSuccess
();
}
}
if
(
mttRewardAd
!=
null
)
{
if
(
mttRewardAd
!=
null
&&
mttRewardAd
.
getMediationManager
().
getShowEcpm
()
!=
null
)
{
if
(
mttRewardAd
.
getMediationManager
().
getShowEcpm
()
!=
null
)
{
nowAdcode
=
mttRewardAd
.
getMediationManager
().
getShowEcpm
().
getSlotId
();
nowEcpm
=
mttRewardAd
.
getMediationManager
().
getShowEcpm
().
getEcpm
();
nowAdSource
=
mttRewardAd
.
getMediationManager
().
getShowEcpm
().
getSdkName
();
HashMap
<
String
,
Object
>
vo
=
new
HashMap
<>();
HashMap
<
String
,
Object
>
vo
=
new
HashMap
<>();
vo
.
put
(
"adcode"
,
nowAdcode
);
vo
.
put
(
"adcode"
,
mttRewardAd
.
getMediationManager
().
getShowEcpm
().
getSlotId
());
vo
.
put
(
"ecpm"
,
nowEcpm
);
vo
.
put
(
"ecpm"
,
mttRewardAd
.
getMediationManager
().
getShowEcpm
().
getEcpm
());
vo
.
put
(
"adSource"
,
nowAdSource
);
vo
.
put
(
"adSource"
,
mttRewardAd
.
getMediationManager
().
getShowEcpm
().
getSdkName
());
vo
.
put
(
"carrierType"
,
carrierType
);
vo
.
put
(
"adid"
,
BuildConfig
.
GROMORE_VIDEO_CODE
);
vo
.
put
(
"adType"
,
Constant
.
GRO_MORE_ADTYPE2
);
TrackManager
.
getInstance
().
reporGromeEcpm
(
vo
);
TrackManager
.
getInstance
().
reporGromeEcpm
(
vo
);
}
}
}
LogUtil
.
d
(
TAG
,
"gromore实时加载 激励视频广告-->onAdShow"
);
LogUtil
.
d
(
TAG
,
"gromore实时加载 激励视频广告-->onAdShow"
);
// 预加载
// 预加载
...
@@ -156,12 +149,11 @@ public class InMoneyVideoNoPre {
...
@@ -156,12 +149,11 @@ public class InMoneyVideoNoPre {
@Override
@Override
public
void
onAdClose
()
{
public
void
onAdClose
()
{
LogUtil
.
d
(
TAG
,
"gromore实时加载 激励视频广告-->onAdClose
nowAdcode="
+
nowAdcode
);
LogUtil
.
d
(
TAG
,
"gromore实时加载 激励视频广告-->onAdClose
"
);
HashMap
<
String
,
Object
>
vo
=
new
HashMap
<>();
HashMap
<
String
,
Object
>
vo
=
new
HashMap
<>();
vo
.
put
(
"carrierType"
,
carrierType
);
vo
.
put
(
"carrierType"
,
carrierType
);
vo
.
put
(
"ecpmId"
,
AppConfig
.
gromoreId
);
vo
.
put
(
"ecpmId"
,
AppConfig
.
gromoreId
);
vo
.
put
(
"adid"
,
BuildConfig
.
GROMORE_VIDEO_CODE
);
TrackManager
.
getInstance
().
reportAddCoinMsg
(
vo
);
TrackManager
.
getInstance
().
reportAddCoinMsg
(
vo
);
if
(
adStatusListener
!=
null
)
{
if
(
adStatusListener
!=
null
)
{
...
...
video/app/src/main/java/com/mints/helivideo/common/Constant.kt
View file @
c2e06615
...
@@ -43,6 +43,15 @@ object Constant {
...
@@ -43,6 +43,15 @@ object Constant {
const
val
FRAGMENT_CLICK_THREE
=
2
const
val
FRAGMENT_CLICK_THREE
=
2
const
val
FRAGMENT_CLICK_FOUR
=
3
const
val
FRAGMENT_CLICK_FOUR
=
3
// 0-开屏,1-信息流,2-激励视频,3-插屏/新插屏 半屏,4-全屏,5-banner,6-DRAW信息流
const
val
GRO_MORE_ADTYPE0
=
"0"
const
val
GRO_MORE_ADTYPE1
=
"1"
const
val
GRO_MORE_ADTYPE2
=
"2"
const
val
GRO_MORE_ADTYPE3
=
"3"
const
val
GRO_MORE_ADTYPE4
=
"4"
const
val
GRO_MORE_ADTYPE5
=
"5"
const
val
GRO_MORE_ADTYPE6
=
"6"
// 协议地址
// 协议地址
var
REGISTER_URL
=
"http://mints-web.mints-id.com/agreements/helivideo/yhxy.html"
//注册协议
var
REGISTER_URL
=
"http://mints-web.mints-id.com/agreements/helivideo/yhxy.html"
//注册协议
var
PRIVACY_URL
=
"http://mints-web.mints-id.com/agreements/helivideo/syzc.html"
//隐私协议
var
PRIVACY_URL
=
"http://mints-web.mints-id.com/agreements/helivideo/syzc.html"
//隐私协议
...
...
video/app/src/main/java/com/mints/helivideo/mvp/presenters/HomePresenter.kt
View file @
c2e06615
...
@@ -25,7 +25,6 @@ class HomePresenter : BasePresenter<HomeView>() {
...
@@ -25,7 +25,6 @@ class HomePresenter : BasePresenter<HomeView>() {
override
fun
onNext
(
baseResponse
:
BaseResponse
<
UserBean
>)
{
override
fun
onNext
(
baseResponse
:
BaseResponse
<
UserBean
>)
{
when
(
baseResponse
.
status
)
{
when
(
baseResponse
.
status
)
{
200
->
{
200
->
{
UserManager
.
getInstance
().
saveUserInfo
(
baseResponse
.
data
)
view
.
getUserSuc
(
baseResponse
.
data
)
view
.
getUserSuc
(
baseResponse
.
data
)
}
}
}
}
...
...
video/app/src/main/java/com/mints/helivideo/ui/activitys/LoadingActivity.kt
0 → 100644
View file @
c2e06615
package
com.mints.helivideo.ui.activitys
import
android.os.Bundle
import
android.view.KeyEvent
import
com.mints.helivideo.R
import
com.mints.helivideo.ui.activitys.base.BaseActivity
import
com.mints.helivideo.ui.widgets.countdowntimer.CountDownTimerSupport
import
com.mints.helivideo.ui.widgets.countdowntimer.OnCountDownTimerListener
import
kotlinx.android.synthetic.main.activity_loading.*
/**
* 加载页
*/
class
LoadingActivity
:
BaseActivity
()
{
companion
object
{
const
val
TYPE
=
"TYPE"
}
var
timer
:
CountDownTimerSupport
?
=
null
var
type
=
""
override
fun
getContentViewLayoutID
()
=
R
.
layout
.
activity_loading
override
fun
isApplyKitKatTranslucency
()
=
false
override
fun
toggleOverridePendingTransition
()
=
true
override
fun
getOverridePendingTransitionMode
()
=
TransitionMode
.
FADE
override
fun
getBundleExtras
(
extras
:
Bundle
?)
{
super
.
getBundleExtras
(
extras
)
extras
?.
let
{
type
=
it
.
getString
(
TYPE
,
""
)
}
}
override
fun
initViewsAndEvents
()
{
mProgressBar
?.
startOneAnim
()
startTimer
()
}
override
fun
finish
()
{
super
.
finish
()
//关闭窗体动画显示
overridePendingTransition
(
0
,
R
.
anim
.
scale_out
)
}
override
fun
onKeyDown
(
keyCode
:
Int
,
event
:
KeyEvent
):
Boolean
{
return
if
(
keyCode
==
KeyEvent
.
KEYCODE_BACK
)
{
true
}
else
super
.
onKeyDown
(
keyCode
,
event
)
}
override
fun
onDestroy
()
{
super
.
onDestroy
()
if
(
timer
!=
null
)
{
//防止计时器重复
timer
!!
.
stop
()
timer
=
null
}
}
fun
startTimer
()
{
timer
=
CountDownTimerSupport
(
2000
,
1000
)
timer
!!
.
setOnCountDownTimerListener
(
object
:
OnCountDownTimerListener
{
override
fun
onTick
(
millisUntilFinished
:
Long
)
{
}
override
fun
onFinish
()
{
finish
()
}
})
timer
!!
.
start
()
}
}
video/app/src/main/java/com/mints/helivideo/ui/activitys/RecommendActivity.kt
deleted
100644 → 0
View file @
e3d52ad2
package
com.mints.helivideo.ui.activitys
import
android.os.Bundle
import
android.view.KeyEvent
import
android.view.View
import
com.airbnb.lottie.LottieComposition
import
com.airbnb.lottie.LottieCompositionFactory
import
com.airbnb.lottie.LottieDrawable
import
com.bumptech.glide.Glide
import
com.bumptech.glide.load.engine.DiskCacheStrategy
import
com.google.gson.Gson
import
com.mints.helivideo.R
import
com.mints.helivideo.common.Constant
import
com.mints.helivideo.mvp.model.RecommendBean
import
com.mints.helivideo.ui.activitys.base.BaseActivity
import
com.mints.helivideo.video.tx.newrecommend.NewTxVideoActivity
import
com.mints.helivideo.video.tx.TXVodPlayerWrapper
import
com.mints.helivideo.video.tx.VideoModel
import
com.mints.library.utils.json.JsonUtil
import
com.mints.library.utils.nodoubleclick.AntiShake
import
kotlinx.android.synthetic.main.activity_recommend.*
/**
* 描述:推荐弹窗
* 作者:孟崔广
*/
class
RecommendActivity
:
BaseActivity
(),
View
.
OnClickListener
{
private
var
recommendBean
:
RecommendBean
?
=
null
override
fun
getContentViewLayoutID
()
=
R
.
layout
.
activity_recommend
override
fun
isApplyKitKatTranslucency
()
=
false
override
fun
toggleOverridePendingTransition
()
=
true
override
fun
getOverridePendingTransitionMode
()
=
TransitionMode
.
SCALE
override
fun
getBundleExtras
(
extras
:
Bundle
?)
{
super
.
getBundleExtras
(
extras
)
extras
?.
let
{
val
json
=
extras
.
getString
(
Constant
.
RECOMMEND_BEAN
)
recommendBean
=
Gson
().
fromJson
(
json
,
RecommendBean
::
class
.
java
)
}
}
override
fun
initViewsAndEvents
()
{
initView
()
initListener
()
}
private
fun
initView
()
{
val
lottieDrawable
=
LottieDrawable
()
LottieCompositionFactory
.
fromAsset
(
context
,
"recommend.json"
)
.
addListener
{
result
:
LottieComposition
?
->
lottieDrawable
.
setImagesAssetsFolder
(
"images/"
)
lottieDrawable
.
composition
=
result
lottieDrawable
.
loop
(
true
)
lottieDrawable
.
playAnimation
()
}
iv_recommend_top
.
setImageDrawable
(
lottieDrawable
)
Glide
.
with
(
context
).
load
(
recommendBean
?.
vedioMsg
?.
coverImage
)
.
skipMemoryCache
(
true
)
.
diskCacheStrategy
(
DiskCacheStrategy
.
ALL
).
centerCrop
()
.
into
(
baseItemView
.
findViewById
(
R
.
id
.
iv_cover
))
val
videoModel
=
VideoModel
(
recommendBean
?.
showVedioUrl
)
val
txVodPlayerWrapper
=
TXVodPlayerWrapper
(
mContext
)
txVodPlayerWrapper
.
preStartPlay
(
videoModel
)
txVodPlayerWrapper
.
setAutoLoop
()
baseItemView
.
hideEmptyView
()
baseItemView
.
setTXVodPlayer
(
txVodPlayerWrapper
)
baseItemView
.
startPlay
()
tv_recommend_name
.
text
=
recommendBean
?.
vedioMsg
?.
title
tv_recommend_text
.
text
=
"${recommendBean?.vedioMsg?.title}热播中共${recommendBean?.vedioMsg?.vedioTotal}集"
}
private
fun
initListener
()
{
ic_recommend_quit
.
setOnClickListener
(
this
)
btn_recommend_next
.
setOnClickListener
(
this
)
}
override
fun
onResume
()
{
super
.
onResume
()
baseItemView
.
startPlay
()
}
override
fun
onPause
()
{
super
.
onPause
()
baseItemView
.
pausePlayer
()
}
override
fun
finish
()
{
super
.
finish
()
overridePendingTransition
(
0
,
R
.
anim
.
scale_out
)
}
override
fun
onKeyDown
(
keyCode
:
Int
,
event
:
KeyEvent
):
Boolean
{
return
if
(
keyCode
==
KeyEvent
.
KEYCODE_BACK
)
{
true
}
else
super
.
onKeyDown
(
keyCode
,
event
)
}
override
fun
onClick
(
v
:
View
)
{
if
(
AntiShake
.
check
(
v
.
id
))
return
when
(
v
.
id
)
{
R
.
id
.
ic_recommend_quit
->
{
finish
()
}
R
.
id
.
btn_recommend_next
->
{
val
bundle
=
Bundle
()
bundle
.
putString
(
Constant
.
VEDIO_BEAN
,
JsonUtil
.
toJson
(
recommendBean
?.
vedioMsg
))
readyGoThenKill
(
NewTxVideoActivity
::
class
.
java
,
bundle
)
}
}
}
}
\ No newline at end of file
video/app/src/main/java/com/mints/helivideo/ui/adapter/TasksAdapter.kt
View file @
c2e06615
...
@@ -65,13 +65,9 @@ class TasksAdapter(context: Context, var taskData: MutableList<BannerBean>? = nu
...
@@ -65,13 +65,9 @@ class TasksAdapter(context: Context, var taskData: MutableList<BannerBean>? = nu
inner
class
ViewHolder
(
itemView
:
View
)
:
RecyclerView
.
ViewHolder
(
itemView
)
{
inner
class
ViewHolder
(
itemView
:
View
)
:
RecyclerView
.
ViewHolder
(
itemView
)
{
val
itemTaskTitle
:
TextView
=
itemView
.
findViewById
(
R
.
id
.
item_task_title
)
val
itemTaskTitle
:
TextView
=
itemView
.
findViewById
(
R
.
id
.
item_task_title
)
val
itemTaskMoney
:
TextView
=
itemView
.
findViewById
(
R
.
id
.
item_task_money
)
val
itemTaskCoupons
:
TextView
=
itemView
.
findViewById
(
R
.
id
.
item_task_coupons
)
val
itemTaskProgress
:
TextView
=
itemView
.
findViewById
(
R
.
id
.
item_task_progress
)
val
itemTaskProgress
:
TextView
=
itemView
.
findViewById
(
R
.
id
.
item_task_progress
)
val
itemTaskClick
:
TextView
=
itemView
.
findViewById
(
R
.
id
.
item_task
)
val
itemTaskClick
:
TextView
=
itemView
.
findViewById
(
R
.
id
.
item_task
)
val
itemTaskContent
:
TextView
=
itemView
.
findViewById
(
R
.
id
.
item_task_content
)
val
item_task_text
:
TextView
=
itemView
.
findViewById
(
R
.
id
.
item_task_text
)
val
itemTaskPb
:
ProgressBar
=
itemView
.
findViewById
(
R
.
id
.
item_task_pb
)
val
llTaskRoot
:
FrameLayout
=
itemView
.
findViewById
(
R
.
id
.
ll_task_root
)
}
}
fun
setItemListener
(
listener
:
ItemListener
)
{
fun
setItemListener
(
listener
:
ItemListener
)
{
...
...
video/app/src/main/java/com/mints/helivideo/ui/fragment/MainFragment.kt
View file @
c2e06615
package
com.mints.helivideo.ui.fragment
package
com.mints.helivideo.ui.fragment
import
android.app.Dialog
import
android.app.Dialog
import
android.os.Handler
import
android.os.Looper
import
android.text.TextUtils
import
android.text.TextUtils
import
android.view.LayoutInflater
import
android.view.LayoutInflater
import
android.view.View
import
android.view.View
...
@@ -19,11 +21,12 @@ import com.mints.helivideo.ad.banner.BannerManager
...
@@ -19,11 +21,12 @@ import com.mints.helivideo.ad.banner.BannerManager
import
com.mints.helivideo.common.AppConfig
import
com.mints.helivideo.common.AppConfig
import
com.mints.helivideo.common.Constant
import
com.mints.helivideo.common.Constant
import
com.mints.helivideo.manager.LocalVedioManager
import
com.mints.helivideo.manager.LocalVedioManager
import
com.mints.helivideo.manager.TrackManager
import
com.mints.helivideo.manager.UserManager
import
com.mints.helivideo.manager.UserManager
import
com.mints.helivideo.mvp.model.*
import
com.mints.helivideo.mvp.model.*
import
com.mints.helivideo.mvp.presenters.HomePresenter
import
com.mints.helivideo.mvp.presenters.HomePresenter
import
com.mints.helivideo.mvp.views.HomeView
import
com.mints.helivideo.mvp.views.HomeView
import
com.mints.helivideo.ui.activitys.LoadingActivity
import
com.mints.helivideo.ui.activitys.MainActivity
import
com.mints.helivideo.ui.activitys.WatchRecordActivity
import
com.mints.helivideo.ui.activitys.WatchRecordActivity
import
com.mints.helivideo.ui.adapter.HomeVideoPageAdapter
import
com.mints.helivideo.ui.adapter.HomeVideoPageAdapter
import
com.mints.helivideo.ui.adapter.ImageTitleAdapter
import
com.mints.helivideo.ui.adapter.ImageTitleAdapter
...
@@ -36,6 +39,7 @@ import com.mints.helivideo.ui.widgets.SignDrawDialog
...
@@ -36,6 +39,7 @@ import com.mints.helivideo.ui.widgets.SignDrawDialog
import
com.mints.library.utils.nodoubleclick.AntiShake
import
com.mints.library.utils.nodoubleclick.AntiShake
import
com.scwang.smartrefresh.layout.api.RefreshLayout
import
com.scwang.smartrefresh.layout.api.RefreshLayout
import
com.scwang.smartrefresh.layout.listener.OnRefreshListener
import
com.scwang.smartrefresh.layout.listener.OnRefreshListener
import
kotlinx.android.synthetic.main.dialog_sign.*
import
kotlinx.android.synthetic.main.fragment_main.*
import
kotlinx.android.synthetic.main.fragment_main.*
import
java.lang.reflect.Field
import
java.lang.reflect.Field
import
java.util.*
import
java.util.*
...
@@ -60,6 +64,7 @@ class MainFragment : LazyLoadBaseFragment(), HomeView, View.OnClickListener, OnR
...
@@ -60,6 +64,7 @@ class MainFragment : LazyLoadBaseFragment(), HomeView, View.OnClickListener, OnR
private
val
topList
=
mutableListOf
<
VedioBean
>()
private
val
topList
=
mutableListOf
<
VedioBean
>()
private
var
vpAdapter
:
HomeVideoPageAdapter
?
=
null
private
var
vpAdapter
:
HomeVideoPageAdapter
?
=
null
private
var
topAdapter
:
TopAdapter
?
=
null
private
var
topAdapter
:
TopAdapter
?
=
null
private
var
isFirstGetUserInfo
=
true
// 新人红包
// 新人红包
var
newcomerDialog
:
NewcomerDialog
?
=
null
var
newcomerDialog
:
NewcomerDialog
?
=
null
...
@@ -119,6 +124,7 @@ class MainFragment : LazyLoadBaseFragment(), HomeView, View.OnClickListener, OnR
...
@@ -119,6 +124,7 @@ class MainFragment : LazyLoadBaseFragment(), HomeView, View.OnClickListener, OnR
R
.
id
.
tv_main_watchmore
->
{
R
.
id
.
tv_main_watchmore
->
{
// showSignDrawDialog()
// showSignDrawDialog()
readyGo
(
WatchRecordActivity
::
class
.
java
)
readyGo
(
WatchRecordActivity
::
class
.
java
)
// readyGo(LoadingActivity::class.java)
}
}
R
.
id
.
iv_main_sign
->
{
R
.
id
.
iv_main_sign
->
{
showSignDialog
(
7
)
showSignDialog
(
7
)
...
@@ -249,22 +255,35 @@ class MainFragment : LazyLoadBaseFragment(), HomeView, View.OnClickListener, OnR
...
@@ -249,22 +255,35 @@ class MainFragment : LazyLoadBaseFragment(), HomeView, View.OnClickListener, OnR
override
fun
ordersSuc
(
data
:
BannerList
?)
{
override
fun
ordersSuc
(
data
:
BannerList
?)
{
topList
.
clear
()
topList
.
clear
()
if
(
data
!=
null
)
{
if
(
data
!=
null
&&
data
.
list
.
size
>
0
)
{
ll_main_look
.
visibility
=
View
.
VISIBLE
topList
.
addAll
(
data
.
list
)
topList
.
addAll
(
data
.
list
)
}
topAdapter
?.
notifyDataSetChanged
()
topAdapter
?.
notifyDataSetChanged
()
}
else
{
ll_main_look
.
visibility
=
View
.
GONE
}
}
}
override
fun
getUserSuc
(
data
:
UserBean
)
{
override
fun
getUserSuc
(
data
:
UserBean
)
{
UserManager
.
getInstance
().
saveUserInfo
(
data
)
// 只执行一次
if
(
isFirstGetUserInfo
)
{
isFirstGetUserInfo
=
false
if
(
data
.
rewardFirst
==
0
)
{
if
(
data
.
rewardFirst
==
0
)
{
// 弹出
// 弹出
if
(
newcomerDialog
!=
null
&&
!
newcomerDialog
!!
.
isShowing
)
{
showNewcomerDialog
(
data
.
rewardCoin
)
}
}
else
{
}
else
{
// 不弹
// 不弹
// 弹出签到
}
}
}
}
}
override
fun
onHiddenChanged
(
hidden
:
Boolean
)
{
override
fun
onHiddenChanged
(
hidden
:
Boolean
)
{
super
.
onHiddenChanged
(
hidden
)
super
.
onHiddenChanged
(
hidden
)
if
(
isHidden
)
{
if
(
isHidden
)
{
...
@@ -288,13 +307,15 @@ class MainFragment : LazyLoadBaseFragment(), HomeView, View.OnClickListener, OnR
...
@@ -288,13 +307,15 @@ class MainFragment : LazyLoadBaseFragment(), HomeView, View.OnClickListener, OnR
}
}
}
}
private
fun
showNewcomerDialog
()
{
private
fun
showNewcomerDialog
(
rewardCoin
:
Int
)
{
newcomerDialog
=
NewcomerDialog
(
requireContext
())
newcomerDialog
=
NewcomerDialog
(
requireContext
()
,
rewardCoin
)
newcomerDialog
?.
setAdListener
(
object
:
NewcomerDialog
.
AdListener
{
newcomerDialog
?.
setAdListener
(
object
:
NewcomerDialog
.
AdListener
{
override
fun
showAd
()
{
override
fun
showAd
()
{
showToast
(
"123"
)
newcomerDialog
?.
dismiss
()
newcomerDialog
?.
dismiss
()
// showAd("")
// showAd("")
}
}
})
})
...
@@ -358,9 +379,12 @@ class MainFragment : LazyLoadBaseFragment(), HomeView, View.OnClickListener, OnR
...
@@ -358,9 +379,12 @@ class MainFragment : LazyLoadBaseFragment(), HomeView, View.OnClickListener, OnR
override
fun
onClick
(
dialog
:
Dialog
?,
v
:
View
)
{
override
fun
onClick
(
dialog
:
Dialog
?,
v
:
View
)
{
dialog
?.
dismiss
()
dialog
?.
dismiss
()
when
(
v
.
id
)
{
when
(
v
.
id
)
{
// R.id.tv_sign -> {
R
.
id
.
tv_sign_withdraw
->
{
//
readyGo
(
LoadingActivity
::
class
.
java
)
// }
Handler
(
Looper
.
getMainLooper
()).
postDelayed
({
showAd
(
""
)
},
2500
)
}
}
}
}
}
},
signDay
)
},
signDay
)
...
...
video/app/src/main/java/com/mints/helivideo/ui/widgets/LoadingProgress.java
0 → 100644
View file @
c2e06615
package
com
.
mints
.
helivideo
.
ui
.
widgets
;
import
android.animation.ValueAnimator
;
import
android.annotation.SuppressLint
;
import
android.content.Context
;
import
android.graphics.Canvas
;
import
android.graphics.Color
;
import
android.graphics.LinearGradient
;
import
android.graphics.Paint
;
import
android.graphics.Path
;
import
android.graphics.PathMeasure
;
import
android.graphics.PorterDuff
;
import
android.graphics.PorterDuffXfermode
;
import
android.graphics.RectF
;
import
android.graphics.Shader
;
import
android.util.AttributeSet
;
import
android.view.View
;
import
com.mints.helivideo.utils.BubbleUtils
;
@SuppressLint
(
"DrawAllocation"
)
public
class
LoadingProgress
extends
View
{
private
static
final
long
DURATION
=
200
;
private
int
mViewWidth
;
private
int
mViewHeight
;
private
final
int
mStrokeWidth
;
private
int
mProgressWidth
;
private
final
Paint
mBgPaint
;
private
final
Paint
mProgressPaint
;
private
ValueAnimator
mAnimator
;
// 动画数值(用于控制动画状态,因为同一时间内只允许有一种状态出现,具体数值处理取决于当前状态)
private
float
mAnimatorValue
;
public
LoadingProgress
(
Context
context
)
{
this
(
context
,
null
);
}
public
LoadingProgress
(
Context
context
,
AttributeSet
attrs
)
{
this
(
context
,
attrs
,
0
);
}
private
final
int
mHeight
;
public
LoadingProgress
(
Context
context
,
AttributeSet
attrs
,
int
defStyleAttr
)
{
super
(
context
,
attrs
,
defStyleAttr
);
mHeight
=
BubbleUtils
.
dp2px
(
15
);
mStrokeWidth
=
BubbleUtils
.
dp2px
(
1
);
mBgPaint
=
new
Paint
(
Paint
.
ANTI_ALIAS_FLAG
);
mBgPaint
.
setStyle
(
Paint
.
Style
.
FILL
);
mBgPaint
.
setStrokeWidth
(
mHeight
);
mBgPaint
.
setColor
(
Color
.
parseColor
(
"#2F2F2F"
));
Paint
mStrokePaint
=
new
Paint
(
Paint
.
ANTI_ALIAS_FLAG
);
mStrokePaint
.
setStyle
(
Paint
.
Style
.
STROKE
);
mStrokePaint
.
setStrokeWidth
(
mStrokeWidth
);
int
mStrokeColor
=
Color
.
parseColor
(
"#FB918A"
);
mStrokePaint
.
setColor
(
mStrokeColor
);
mProgressPaint
=
new
Paint
(
Paint
.
ANTI_ALIAS_FLAG
);
mProgressPaint
.
setStrokeWidth
(
mHeight
);
mProgressPaint
.
setStyle
(
Paint
.
Style
.
FILL
);
Paint
mMackTickPaint
=
new
Paint
(
Paint
.
ANTI_ALIAS_FLAG
);
mMackTickPaint
.
setStyle
(
Paint
.
Style
.
STROKE
);
mMackTickPaint
.
setStrokeWidth
(
mStrokeWidth
);
mMackTickPaint
.
setColor
(
mStrokeColor
);
setLayerType
(
LAYER_TYPE_HARDWARE
,
null
);
}
@Override
protected
void
onSizeChanged
(
int
w
,
int
h
,
int
oldw
,
int
oldh
)
{
super
.
onSizeChanged
(
w
,
h
,
oldw
,
oldh
);
mViewHeight
=
h
;
mViewWidth
=
w
;
}
@Override
protected
void
onMeasure
(
int
widthMeasureSpec
,
int
heightMeasureSpec
)
{
setMeasuredDimension
(
widthMeasureSpec
,
mHeight
);
}
@Override
protected
void
onDraw
(
Canvas
canvas
)
{
super
.
onDraw
(
canvas
);
RectF
rectF2
=
new
RectF
(
mStrokeWidth
,
mStrokeWidth
,
mViewWidth
-
mStrokeWidth
,
mHeight
-
mStrokeWidth
);
canvas
.
drawRoundRect
(
rectF2
,
mHeight
/
2
,
mHeight
/
2
,
mBgPaint
);
RectF
rectF1
=
new
RectF
(
mStrokeWidth
/
2
,
mStrokeWidth
/
2
,
mProgressWidth
-
mStrokeWidth
/
2
,
mViewHeight
-
mStrokeWidth
/
2
);
Path
path
=
new
Path
();
Path
dstPath
=
new
Path
();
PathMeasure
pathMeasure
=
new
PathMeasure
();
path
.
moveTo
(
0
,
0
);
path
.
lineTo
(
mViewWidth
,
0
);
pathMeasure
.
setPath
(
path
,
false
);
pathMeasure
.
getSegment
(
0
,
pathMeasure
.
getLength
()
*
mAnimatorValue
,
dstPath
,
true
);
//渐变
Shader
mShader
=
new
LinearGradient
(
mStrokeWidth
/
2
,
mStrokeWidth
/
2
,
mProgressWidth
,
mHeight
-
mStrokeWidth
/
2
,
Color
.
parseColor
(
"#2cdeed"
),
Color
.
parseColor
(
"#2cdeed"
),
Shader
.
TileMode
.
REPEAT
);
//遮罩
mProgressPaint
.
setXfermode
(
new
PorterDuffXfermode
(
PorterDuff
.
Mode
.
SRC_IN
));
mProgressPaint
.
setShader
(
mShader
);
canvas
.
drawRoundRect
(
rectF1
,
mHeight
/
2
,
mHeight
/
2
,
mProgressPaint
);
mProgressPaint
.
setXfermode
(
null
);
}
public
void
setCompleteNoAnim
()
{
if
(
mAnimator
!=
null
)
{
mAnimator
.
cancel
();
mAnimator
=
null
;
}
mProgressWidth
=
mViewWidth
;
invalidate
();
}
public
void
setComplete
()
{
if
(
mAnimator
!=
null
)
{
mAnimator
.
cancel
();
mAnimator
=
null
;
}
int
progress
=
1
;
mProgressWidth
=
progress
*
mViewWidth
;
mAnimator
=
ValueAnimator
.
ofFloat
(
0
,
progress
).
setDuration
(
200
);
ValueAnimator
.
AnimatorUpdateListener
mUpdateListener
=
animation
->
{
mAnimatorValue
=
(
float
)
animation
.
getAnimatedValue
();
mProgressWidth
=
(
int
)
(
mAnimatorValue
*
mViewWidth
);
invalidate
();
};
mAnimator
.
addUpdateListener
(
mUpdateListener
);
mAnimator
.
start
();
}
/**
* 0--1
*/
public
void
startAnim
()
{
int
progress
=
1
;
int
delta
=
(
int
)
(
progress
/
0.1
);
delta
=
delta
==
0
?
1
:
delta
;
mProgressWidth
=
progress
*
mViewWidth
;
mAnimator
=
ValueAnimator
.
ofFloat
(
0.1f
,
progress
).
setDuration
(
delta
*
DURATION
);
mAnimator
.
setRepeatCount
(
ValueAnimator
.
INFINITE
);
ValueAnimator
.
AnimatorUpdateListener
mUpdateListener
=
animation
->
{
mAnimatorValue
=
(
float
)
animation
.
getAnimatedValue
();
mProgressWidth
=
(
int
)
(
mAnimatorValue
*
mViewWidth
);
invalidate
();
};
mAnimator
.
addUpdateListener
(
mUpdateListener
);
mAnimator
.
start
();
}
/**
* 0--1
*/
public
void
startOneAnim
()
{
int
progress
=
1
;
int
delta
=
(
int
)
(
progress
/
0.1
);
delta
=
delta
==
0
?
1
:
delta
;
mProgressWidth
=
progress
*
mViewWidth
;
mAnimator
=
ValueAnimator
.
ofFloat
(
0.1f
,
progress
).
setDuration
(
delta
*
DURATION
);
ValueAnimator
.
AnimatorUpdateListener
mUpdateListener
=
animation
->
{
mAnimatorValue
=
(
float
)
animation
.
getAnimatedValue
();
mProgressWidth
=
(
int
)
(
mAnimatorValue
*
mViewWidth
);
invalidate
();
};
mAnimator
.
addUpdateListener
(
mUpdateListener
);
mAnimator
.
start
();
}
public
void
resumeAnim
()
{
if
(
mAnimator
!=
null
)
{
mAnimator
.
resume
();
}
else
{
startAnim
();
}
}
public
void
pauseAnim
()
{
if
(
mAnimator
!=
null
)
{
mAnimator
.
pause
();
}
}
public
void
cancelAnim
()
{
if
(
mAnimator
!=
null
)
{
mAnimator
.
cancel
();
mAnimator
.
removeAllUpdateListeners
();
}
}
}
\ No newline at end of file
video/app/src/main/java/com/mints/helivideo/ui/widgets/NewcomerDialog.kt
View file @
c2e06615
...
@@ -9,16 +9,12 @@ import android.view.View
...
@@ -9,16 +9,12 @@ import android.view.View
import
android.view.WindowManager
import
android.view.WindowManager
import
android.widget.ImageView
import
android.widget.ImageView
import
android.widget.TextView
import
android.widget.TextView
import
com.daimajia.androidanimations.library.Techniques
import
com.daimajia.androidanimations.library.YoYo
import
com.mints.helivideo.R
import
com.mints.helivideo.R
import
com.mints.helivideo.ui.widgets.countdowntimer.CountDownTimerSupport
import
com.mints.helivideo.ui.widgets.countdowntimer.CountDownTimerSupport
import
com.mints.helivideo.ui.widgets.countdowntimer.OnCountDownTimerListener
import
com.mints.helivideo.ui.widgets.countdowntimer.OnCountDownTimerListener
import
com.mints.helivideo.utils.SpanUtils
import
java.math.BigDecimal
import
com.mints.helivideo.utils.TimeRender
import
java.util.*
class
NewcomerDialog
(
private
val
context
:
Context
)
:
class
NewcomerDialog
(
private
val
context
:
Context
,
private
val
rewardCoin
:
Int
)
:
Dialog
(
Dialog
(
context
,
R
.
style
.
dialog
context
,
R
.
style
.
dialog
)
{
)
{
...
@@ -42,7 +38,7 @@ class NewcomerDialog(private val context: Context) :
...
@@ -42,7 +38,7 @@ class NewcomerDialog(private val context: Context) :
setContentView
(
R
.
layout
.
dialog_newcomer
)
setContentView
(
R
.
layout
.
dialog_newcomer
)
// 设置window属性
// 设置window属性
lp
=
window
!!
.
attributes
lp
=
window
!!
.
attributes
lp
.
gravity
=
Gravity
.
BOTTOM
lp
.
gravity
=
Gravity
.
CENTER
lp
.
width
=
WindowManager
.
LayoutParams
.
MATCH_PARENT
lp
.
width
=
WindowManager
.
LayoutParams
.
MATCH_PARENT
lp
.
windowAnimations
=
R
.
style
.
DialogAnimBottom
lp
.
windowAnimations
=
R
.
style
.
DialogAnimBottom
window
!!
.
attributes
=
lp
window
!!
.
attributes
=
lp
...
@@ -64,6 +60,12 @@ class NewcomerDialog(private val context: Context) :
...
@@ -64,6 +60,12 @@ class NewcomerDialog(private val context: Context) :
adListener
?.
showAd
()
adListener
?.
showAd
()
}
}
val
sumCoin
=
rewardCoin
.
toString
()
val
allcoinBig
=
BigDecimal
(
sumCoin
)
val
rateBig
=
BigDecimal
(
"10000"
)
val
cashStr
=
allcoinBig
.
divide
(
rateBig
).
setScale
(
2
,
BigDecimal
.
ROUND_DOWN
).
toString
()
println
(
"mcg -->>>>>>>>>>>"
+
cashStr
)
Handler
().
postDelayed
({
Handler
().
postDelayed
({
startTimer
()
startTimer
()
},
200
)
},
200
)
...
@@ -83,7 +85,7 @@ class NewcomerDialog(private val context: Context) :
...
@@ -83,7 +85,7 @@ class NewcomerDialog(private val context: Context) :
timer
!!
.
stop
()
timer
!!
.
stop
()
timer
=
null
timer
=
null
}
}
timer
=
CountDownTimerSupport
(
4
000
,
1000
)
timer
=
CountDownTimerSupport
(
3
000
,
1000
)
timer
!!
.
setOnCountDownTimerListener
(
object
:
OnCountDownTimerListener
{
timer
!!
.
setOnCountDownTimerListener
(
object
:
OnCountDownTimerListener
{
override
fun
onTick
(
millisUntilFinished
:
Long
)
{
override
fun
onTick
(
millisUntilFinished
:
Long
)
{
if
(
isShowing
)
{
if
(
isShowing
)
{
...
...
video/app/src/main/java/com/mints/helivideo/ui/widgets/SignDialog.kt
View file @
c2e06615
...
@@ -2,9 +2,12 @@ package com.mints.helivideo.ui.widgets
...
@@ -2,9 +2,12 @@ package com.mints.helivideo.ui.widgets
import
android.app.Dialog
import
android.app.Dialog
import
android.content.Context
import
android.content.Context
import
android.os.Handler
import
android.view.Gravity
import
android.view.Gravity
import
android.view.KeyEvent
import
android.view.KeyEvent
import
android.view.WindowManager
import
android.view.WindowManager
import
com.daimajia.androidanimations.library.Techniques
import
com.daimajia.androidanimations.library.YoYo
import
com.mints.helivideo.R
import
com.mints.helivideo.R
import
com.mints.helivideo.utils.BubbleUtils
import
com.mints.helivideo.utils.BubbleUtils
import
com.mints.helivideo.utils.SpanUtils
import
com.mints.helivideo.utils.SpanUtils
...
@@ -14,6 +17,7 @@ import kotlinx.android.synthetic.main.dialog_sign.*
...
@@ -14,6 +17,7 @@ import kotlinx.android.synthetic.main.dialog_sign.*
class
SignDialog
(
context
:
Context
,
listener
:
DialogListener
,
signDay
:
Int
)
:
class
SignDialog
(
context
:
Context
,
listener
:
DialogListener
,
signDay
:
Int
)
:
Dialog
(
context
,
R
.
style
.
dialog
)
{
Dialog
(
context
,
R
.
style
.
dialog
)
{
private
var
rope
:
YoYo
.
YoYoString
?
=
null
init
{
init
{
setContentView
(
R
.
layout
.
dialog_sign
)
setContentView
(
R
.
layout
.
dialog_sign
)
...
@@ -38,6 +42,16 @@ class SignDialog(context: Context, listener: DialogListener, signDay: Int) :
...
@@ -38,6 +42,16 @@ class SignDialog(context: Context, listener: DialogListener, signDay: Int) :
tv_sign_rule
.
setOnClickListener
(
listener
)
tv_sign_rule
.
setOnClickListener
(
listener
)
setLayoutStyle
(
signDay
)
setLayoutStyle
(
signDay
)
Handler
().
postDelayed
({
rope
=
YoYo
.
with
(
Techniques
.
Pulse
).
duration
(
500
).
repeat
(-
1
).
playOn
(
tv_sign_withdraw
)
},
300
)
}
override
fun
dismiss
()
{
super
.
dismiss
()
rope
?.
stop
()
rope
=
null
}
}
private
fun
setLayoutStyle
(
signDay
:
Int
)
{
private
fun
setLayoutStyle
(
signDay
:
Int
)
{
...
...
video/app/src/main/res/drawable/bg_task_list.xml
View file @
c2e06615
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<solid
android:color=
"
@color/white
"
/>
<solid
android:color=
"
#f9f9f9
"
/>
<corners
android:radius=
"9dp"
/>
<corners
android:radius=
"9dp"
/>
</shape>
</shape>
\ No newline at end of file
video/app/src/main/res/layout/activity_loading.xml
0 → 100644
View file @
c2e06615
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:background=
"#90000000"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_centerInParent=
"true"
android:orientation=
"vertical"
>
<ImageView
android:id=
"@+id/ivLoading"
android:layout_width=
"140dp"
android:layout_height=
"140dp"
android:layout_gravity=
"center_horizontal"
android:src=
"@mipmap/ic_launcher_main"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_horizontal"
android:layout_marginTop=
"100dp"
android:text=
"执行中….."
android:textColor=
"@color/white"
android:textSize=
"20sp"
android:textStyle=
"bold"
/>
<com.mints.helivideo.ui.widgets.LoadingProgress
android:id=
"@+id/mProgressBar"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginLeft=
"40dp"
android:layout_marginTop=
"20dp"
android:layout_marginRight=
"40dp"
/>
</LinearLayout>
</RelativeLayout>
video/app/src/main/res/layout/fragment_main.xml
View file @
c2e06615
...
@@ -59,13 +59,15 @@
...
@@ -59,13 +59,15 @@
android:layout_marginRight=
"16dp"
/>
android:layout_marginRight=
"16dp"
/>
<LinearLayout
<LinearLayout
android:id=
"@+id/ll_main_look"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginLeft=
"16dp"
android:layout_marginLeft=
"16dp"
android:layout_marginTop=
"18dp"
android:layout_marginTop=
"18dp"
android:layout_marginRight=
"16dp"
android:layout_marginRight=
"16dp"
android:background=
"@drawable/shape_bg_write"
android:background=
"@drawable/shape_bg_write"
android:orientation=
"vertical"
>
android:orientation=
"vertical"
android:visibility=
"gone"
>
<RelativeLayout
<RelativeLayout
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
...
...
video/app/src/main/res/layout/item_fragment_adapter_task.xml
View file @
c2e06615
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<
Frame
Layout
xmlns:android=
"http://schemas.android.com/apk/res/android"
<
Linear
Layout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:app=
"http://schemas.android.com/apk/res-auto"
xmlns:tools=
"http://schemas.android.com/tools"
xmlns:tools=
"http://schemas.android.com/tools"
android:id=
"@+id/ll_task_root"
android:id=
"@+id/ll_task_root"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginLeft=
"10dp"
android:layout_marginRight=
"10dp"
android:layout_marginBottom=
"10dp"
android:background=
"@drawable/bg_task_list"
android:background=
"@drawable/bg_task_list"
android:orientation=
"vertical"
android:orientation=
"horizontal"
android:padding=
"14dp"
>
android:paddingLeft=
"10dp"
android:paddingRight=
"10dp"
android:paddingTop=
"16dp"
android:paddingBottom=
"16dp"
>
<LinearLayout
<LinearLayout
android:layout_width=
"
match_parent
"
android:layout_width=
"
0dp
"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:orientation=
"vertical"
>
android:orientation=
"vertical"
>
<RelativeLayout
<LinearLayout
android:layout_width=
"match_parent"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
>
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
<TextView
<TextView
android:id=
"@+id/item_task_title"
android:id=
"@+id/item_task_title"
...
@@ -25,94 +34,41 @@
...
@@ -25,94 +34,41 @@
android:ellipsize=
"end"
android:ellipsize=
"end"
android:maxLines=
"1"
android:maxLines=
"1"
android:singleLine=
"true"
android:singleLine=
"true"
android:text=
"领金币"
android:textColor=
"@color/black"
android:textColor=
"@color/black"
android:textSize=
"1
6
sp"
android:textSize=
"1
4
sp"
android:text
=
"领金币
"
/>
android:text
Style=
"bold
"
/>
<LinearLayout
<LinearLayout
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_
alignParentRight=
"true
"
android:layout_
marginTop=
"10dp
"
android:orientation=
"horizontal"
>
android:orientation=
"horizontal"
>
<ProgressBar
<ImageView
android:id=
"@+id/item_task_pb"
android:layout_width=
"wrap_content"
style=
"@android:style/Widget.ProgressBar.Horizontal"
android:layout_height=
"wrap_content"
android:layout_width=
"70dp"
android:src=
"@mipmap/ic_close"
/>
android:layout_height=
"6dp"
android:layout_gravity=
"center_vertical"
android:gravity=
"center_vertical"
android:progress=
"20"
android:progressDrawable=
"@drawable/progressbar_versus_changevedio_bg"
/>
<TextView
<TextView
android:id=
"@+id/item_task_
progress
"
android:id=
"@+id/item_task_
text
"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_vertical"
android:layout_gravity=
"center_vertical"
android:layout_marginLeft=
"2dp"
android:layout_marginLeft=
"2dp"
android:gravity=
"center_vertical|left"
android:gravity=
"center_vertical|left"
android:textColor=
"#F13D3D"
android:text=
"最高领取50红包"
android:textSize=
"11sp"
android:textSize=
"13sp"
/>
android:text=
"88/85"
/>
</LinearLayout>
</LinearLayout>
</RelativeLayout>
</LinearLayout>
<TextView
android:id=
"@+id/item_task_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"4dp"
android:layout_marginBottom=
"8dp"
android:textColor=
"#464646"
android:textSize=
"12sp"
android:text=
"观看福利视频赚金币"
/>
<RelativeLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
>
<TextView
android:id=
"@+id/item_task_money"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerVertical=
"true"
android:drawableLeft=
"@mipmap/ic_task_sign_coin"
android:gravity=
"center_vertical"
android:textColor=
"#F13D3D"
android:textSize=
"22sp"
android:text=
"+1500金币"
/>
<TextView
</LinearLayout>
android:id=
"@+id/item_task_plus"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerVertical=
"true"
android:layout_marginLeft=
"10dp"
android:layout_marginRight=
"10dp"
android:layout_toRightOf=
"@+id/item_task_money"
android:gravity=
"center_vertical"
android:text=
"+"
android:textColor=
"#FF9700"
android:textSize=
"20sp"
android:textStyle=
"bold"
/>
<TextView
<LinearLayout
android:id=
"@+id/item_task_coupons"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerVertical=
"true"
android:orientation=
"vertical"
>
android:layout_toRightOf=
"@+id/item_task_plus"
android:drawableLeft=
"@mipmap/ic_task_sign_coin"
android:gravity=
"center_vertical"
android:textColor=
"#F13D3D"
android:textSize=
"22sp"
android:text=
"*15"
/>
</RelativeLayout>
</LinearLayout>
<TextView
<TextView
android:id=
"@+id/item_task"
android:id=
"@+id/item_task"
...
@@ -122,8 +78,21 @@
...
@@ -122,8 +78,21 @@
android:layout_marginBottom=
"10dp"
android:layout_marginBottom=
"10dp"
android:background=
"@drawable/shape_task_btn"
android:background=
"@drawable/shape_task_btn"
android:gravity=
"center"
android:gravity=
"center"
android:text=
"去完成"
android:textColor=
"@color/white"
android:textColor=
"@color/white"
android:textSize=
"13dp"
android:textSize=
"13dp"
/>
android:text=
"去完成"
/>
<TextView
android:id=
"@+id/item_task_progress"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_horizontal"
android:layout_marginLeft=
"2dp"
android:gravity=
"center_vertical|left"
android:text=
"已完成0/10"
android:textColor=
"#F13D3D"
android:textSize=
"11sp"
/>
</LinearLayout>
</FrameLayout>
</LinearLayout>
\ No newline at end of file
\ No newline at end of file
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