Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_fiveworld
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_fiveworld
Commits
93f1bb71
Commit
93f1bb71
authored
Oct 12, 2021
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
界面修改
parent
86f4f3a2
Changes
12
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
26 additions
and
32 deletions
+26
-32
Constant.kt
app/src/main/java/com/mints/fiveworld/common/Constant.kt
+2
-2
CsjGroMoreManager.kt
.../java/com/mints/fiveworld/manager/ad/CsjGroMoreManager.kt
+15
-15
IncreasespeedActivity.kt
...com/mints/fiveworld/ui/activitys/IncreasespeedActivity.kt
+4
-4
OneCleanActivity.kt
...java/com/mints/fiveworld/ui/activitys/OneCleanActivity.kt
+1
-1
SafeTestingActivity.kt
...a/com/mints/fiveworld/ui/activitys/SafeTestingActivity.kt
+1
-1
battery.gif
app/src/main/res/drawable-xhdpi/battery.gif
+0
-0
rocket_anim.gif
app/src/main/res/drawable-xhdpi/rocket_anim.gif
+0
-0
rubbish.gif
app/src/main/res/drawable-xhdpi/rubbish.gif
+0
-0
safe_check.gif
app/src/main/res/drawable-xhdpi/safe_check.gif
+0
-0
colors.xml
app/src/main/res/values/colors.xml
+1
-1
strings.xml
app/src/main/res/values/strings.xml
+0
-6
gradle.properties
gradle.properties
+2
-2
No files found.
app/src/main/java/com/mints/fiveworld/common/Constant.kt
View file @
93f1bb71
...
...
@@ -41,8 +41,8 @@ object Constant {
// 协议地址
var
REGISTER_URL
=
BuildConfig
.
MainIp
+
"
ds
/register.html"
//服务协议
var
PRIVACY_URL
=
BuildConfig
.
MainIp
+
"
ds
/privacy.html"
//隐私协议
var
REGISTER_URL
=
BuildConfig
.
MainIp
+
"
fiveworld
/register.html"
//服务协议
var
PRIVACY_URL
=
BuildConfig
.
MainIp
+
"
fiveworld
/privacy.html"
//隐私协议
// 载体
/*******************************************************/
...
...
app/src/main/java/com/mints/fiveworld/manager/ad/CsjGroMoreManager.kt
View file @
93f1bb71
...
...
@@ -22,21 +22,21 @@ object CsjGroMoreManager {
private
val
TAG
=
CsjGroMoreManager
::
class
.
java
.
simpleName
//-------------------------广告位 start-----------------------------
private
const
val
OUT_COMMON_INTERSTITIAL_CODE
=
"
946809385
"
// 应用外 普通 插屏
private
const
val
OUT_COMMON_NEW_INTERSTITIAL_CODE
=
"
946847574
"
// 应用外 普通 新插屏(半屏)
private
const
val
OUT_COMMON_FULL_CODE
=
"
946809382
"
// 应用外 普通 新插屏(全屏)
private
const
val
OUT_COMMON_EXPRESS_CODE
=
"
946809388
"
// 应用外 普通 信息流
private
const
val
OUT_LOCK_EXPRESS_CODE
=
"
946809387
"
// 应用外 锁屏 信息流
private
const
val
OUT_TIMER_FULL_CODE
=
"
946809381
"
// 应用外 定时 新插屏(全屏)
private
const
val
OUT_TIMER_INTERSTITIAL_CODE
=
"
946809384
"
// 应用外 定时 插屏
private
const
val
OUT_TIMER_NEW_INTERSTITIAL_CODE
=
"
946847577
"
// 应用外 定时 新插屏(半屏)
private
const
val
IN_COMMON_FULL_CODE
=
"
946809383
"
// 应用内 普通 新插屏(全屏)
private
const
val
IN_COMMON_INTERSTITIAL_CODE
=
"
946809386
"
// 应用内 普通 插屏
private
const
val
IN_COMMON_NEW_INTERSTITIAL_CODE
=
"
946847576
"
// 应用内 普通 新插屏(半屏)
private
const
val
IN_COMMON_EXPRESS_CODE
=
"
946809389
"
// 应用内 普通 信息流
private
const
val
IN_MONEY_SPLASH_CODE
=
"
887580758
"
// 应用内 网赚 开屏
private
const
val
IN_MONEY_SPLASH_AD_CODE
=
"
887580874
"
// 应用内 网赚 开屏 兜底(代码位)
private
const
val
OUT_COMMON_INTERSTITIAL_CODE
=
""
// 应用外 普通 插屏
private
const
val
OUT_COMMON_NEW_INTERSTITIAL_CODE
=
""
// 应用外 普通 新插屏(半屏)
private
const
val
OUT_COMMON_FULL_CODE
=
""
// 应用外 普通 新插屏(全屏)
private
const
val
OUT_COMMON_EXPRESS_CODE
=
""
// 应用外 普通 信息流
private
const
val
OUT_LOCK_EXPRESS_CODE
=
""
// 应用外 锁屏 信息流
private
const
val
OUT_TIMER_FULL_CODE
=
""
// 应用外 定时 新插屏(全屏)
private
const
val
OUT_TIMER_INTERSTITIAL_CODE
=
""
// 应用外 定时 插屏
private
const
val
OUT_TIMER_NEW_INTERSTITIAL_CODE
=
""
// 应用外 定时 新插屏(半屏)
private
const
val
IN_COMMON_FULL_CODE
=
""
// 应用内 普通 新插屏(全屏)
private
const
val
IN_COMMON_INTERSTITIAL_CODE
=
""
// 应用内 普通 插屏
private
const
val
IN_COMMON_NEW_INTERSTITIAL_CODE
=
""
// 应用内 普通 新插屏(半屏)
private
const
val
IN_COMMON_EXPRESS_CODE
=
""
// 应用内 普通 信息流
private
const
val
IN_MONEY_SPLASH_CODE
=
""
// 应用内 网赚 开屏
private
const
val
IN_MONEY_SPLASH_AD_CODE
=
""
// 应用内 网赚 开屏 兜底(代码位)
//-------------------------广告位 end-----------------------------
...
...
app/src/main/java/com/mints/fiveworld/ui/activitys/IncreasespeedActivity.kt
View file @
93f1bb71
...
...
@@ -196,16 +196,16 @@ class IncreasespeedActivity : BaseActivity(), View.OnClickListener {
when
(
mIncreaseType
)
{
INCREASE_SAVE_ELECTRICITY
->
{
containerAnim
.
setBackgroundColor
(
ContextCompat
.
getColor
(
this
,
R
.
color
.
color_main
))
iv_gif
.
layoutParams
.
width
=
BubbleUtils
.
dp2px
(
200
)
GlideUtils
.
loadImageViewGif
(
this
,
R
.
drawable
.
battery
,
iv_gif
)
//
iv_gif.layoutParams.width = BubbleUtils.dp2px(200)
GlideUtils
.
loadImageViewGif
(
this
,
R
.
drawable
.
battery
_optimize
,
iv_gif
)
}
INCREASE_CLEAN
->
{
containerAnim
.
setBackgroundColor
(
Color
.
parseColor
(
"#906cf4"
))
GlideUtils
.
loadImageViewGif
(
this
,
R
.
drawable
.
rubbish
,
iv_gif
)
GlideUtils
.
loadImageViewGif
(
this
,
R
.
drawable
.
rubbish
_optimize
,
iv_gif
)
}
else
->
{
containerAnim
.
setBackgroundColor
(
Color
.
parseColor
(
"#906cf4"
))
GlideUtils
.
loadImageViewGif
(
this
,
R
.
drawable
.
rocket_
anim
,
iv_gif
)
GlideUtils
.
loadImageViewGif
(
this
,
R
.
drawable
.
rocket_
optimize
,
iv_gif
)
tv_progress
.
text
=
"正在检测后台常驻软件..."
}
}
...
...
app/src/main/java/com/mints/fiveworld/ui/activitys/OneCleanActivity.kt
View file @
93f1bb71
...
...
@@ -32,7 +32,7 @@ import java.util.*
import
kotlin.random.Random
/**
* 描述:一键加速、一键清理
* 描述:一键加速、一键清理
列表
*/
@SuppressLint
(
"SetTextI18n"
)
class
OneCleanActivity
:
BaseActivity
(),
View
.
OnClickListener
{
...
...
app/src/main/java/com/mints/fiveworld/ui/activitys/SafeTestingActivity.kt
View file @
93f1bb71
...
...
@@ -147,7 +147,7 @@ class SafeTestingActivity : BaseActivity(), View.OnClickListener {
GlideUtils
.
loadImageViewGif
(
this
,
R
.
drawable
.
wifi_speed
,
iv_gif
)
}
else
{
containerAnim
.
setBackgroundColor
(
Color
.
parseColor
(
"#8278DC"
))
GlideUtils
.
loadImageViewGif
(
this
,
R
.
drawable
.
safe_check
,
iv_gif
)
GlideUtils
.
loadImageViewGif
(
this
,
R
.
drawable
.
safe_check
_optimize
,
iv_gif
)
NumAnimUtil
.
startAnim
(
tv_progress
,
100f
,
(
mTimerMax
-
1
)
*
STEP_Interval
)
}
...
...
app/src/main/res/drawable-xhdpi/battery.gif
deleted
100644 → 0
View file @
86f4f3a2
61.8 KB
app/src/main/res/drawable-xhdpi/rocket_anim.gif
deleted
100644 → 0
View file @
86f4f3a2
319 KB
app/src/main/res/drawable-xhdpi/rubbish.gif
deleted
100644 → 0
View file @
86f4f3a2
219 KB
app/src/main/res/drawable-xhdpi/safe_check.gif
deleted
100644 → 0
View file @
86f4f3a2
489 KB
app/src/main/res/values/colors.xml
View file @
93f1bb71
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color
name=
"color_main"
>
#
9D97E0
</color>
<color
name=
"color_main"
>
#
4089F2
</color>
<color
name=
"white"
>
#FFFFFF
</color>
<color
name=
"black"
>
#000000
</color>
...
...
app/src/main/res/values/strings.xml
View file @
93f1bb71
...
...
@@ -8,22 +8,16 @@
<!-- 项目主页string -->
<string
name=
"bottom_tab_main"
>
首页
</string>
<!-- <string name="bottom_tab_pan">大转盘</string>-->
<string
name=
"bottom_tab_video"
>
视频
</string>
<string
name=
"bottom_tab_bonus"
>
福利
</string>
<string
name=
"bottom_tab_my"
>
个人中心
</string>
<string
name=
"app_sign"
>
9a8d0fe8
</string>
<string
name=
"register_name"
>
用户注册协议
</string>
<string
name=
"privacy_name"
>
用户隐私协议
</string>
<string
name=
"slide_up_to_unlock"
>
滑动以解锁
</string>
<string
name=
"release_to_unlock"
>
释放以解锁
</string>
<string
name=
"dd_date_fmt"
>
MM月dd日,E
</string>
<string
name=
"unlock_to_see_details"
>
解锁后可查看详情
</string>
<string
name=
"charger_disconnected"
>
充电断开
</string>
<string
name=
"charging"
>
正在充电
</string>
<string
name=
"charging_complete"
>
充电完成
</string>
...
...
gradle.properties
View file @
93f1bb71
...
...
@@ -26,7 +26,7 @@ RELEASE_JPUSH_KEY=
#TalkingData
RELEASE_TALKING_DATA_KEY
=
#Bugly
RELEASE_BUGLY_KEY
=
RELEASE_BUGLY_KEY
=
aa4f79a8f4
android.useAndroidX
=
true
android.enableJetifier
=
true
...
...
@@ -51,6 +51,6 @@ BUILD_DIRECT_DEPENDENCIES=0
BUILD_KEEPALIVE_DELAY_HOURS
=
0
# -------------
fiveworld_APPLICATION_ID
=
com.mints.fiveworld
fiveworld_APPLICATION_NAME
=
\u
6e05
\u7406\u5927\u
5e08
\u
7ba1
\u
5bb6
fiveworld_APPLICATION_NAME
=
\u
0035\u0047\u
4e16
\u
754c
fiveworld_GLOBAL_COMMERCIAL_VERSION
=
true
android.injected.testOnly
=
false
\ 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