Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_fairyland_pro
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_fairyland_pro
Commits
44d35794
Commit
44d35794
authored
Mar 20, 2021
by
mengcuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
669ebde2
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
+9
-9
DeviceInfo.kt
app/src/main/java/com/mints/fairyland/common/DeviceInfo.kt
+3
-3
WxLoginActivity.kt
.../java/com/mints/fairyland/ui/activitys/WxLoginActivity.kt
+1
-1
FriendsFragment.kt
...n/java/com/mints/fairyland/ui/fragment/FriendsFragment.kt
+1
-1
MyFragment.kt
...c/main/java/com/mints/fairyland/ui/fragment/MyFragment.kt
+2
-2
PanFragment.kt
.../main/java/com/mints/fairyland/ui/fragment/PanFragment.kt
+1
-1
dialog_power.xml
app/src/main/res/layout/dialog_power.xml
+1
-1
No files found.
app/src/main/java/com/mints/fairyland/common/DeviceInfo.kt
View file @
44d35794
...
@@ -567,7 +567,7 @@ class DeviceInfo private constructor() {
...
@@ -567,7 +567,7 @@ class DeviceInfo private constructor() {
val
appMap
:
MutableMap
<
String
,
String
>
=
HashMap
()
val
appMap
:
MutableMap
<
String
,
String
>
=
HashMap
()
appMap
[
"appName"
]
=
appInfo
.
loadLabel
(
mContext
!!
.
packageManager
)
as
String
appMap
[
"appName"
]
=
appInfo
.
loadLabel
(
mContext
!!
.
packageManager
)
as
String
appMap
[
"appPkg"
]
=
pinfo
.
packageName
appMap
[
"appPkg"
]
=
pinfo
.
packageName
if
(
TextUtils
.
equals
(
"
好赚钱
"
,
appInfo
.
loadLabel
(
mContext
!!
.
packageManager
)
as
String
)
&&
if
(
TextUtils
.
equals
(
"
赚赚乐园
"
,
appInfo
.
loadLabel
(
mContext
!!
.
packageManager
)
as
String
)
&&
TextUtils
.
equals
(
pinfo
.
packageName
,
Constant
.
MINTS_PKG_NAME
))
{
TextUtils
.
equals
(
pinfo
.
packageName
,
Constant
.
MINTS_PKG_NAME
))
{
continue
continue
}
}
...
@@ -600,7 +600,7 @@ class DeviceInfo private constructor() {
...
@@ -600,7 +600,7 @@ class DeviceInfo private constructor() {
//系统程序 忽略
//系统程序 忽略
}
else
{
}
else
{
//非系统程序
//非系统程序
if
(
TextUtils
.
equals
(
"
好赚钱
"
,
appInfo
.
loadLabel
(
mContext
!!
.
packageManager
)
as
String
)
&&
if
(
TextUtils
.
equals
(
"
赚赚乐园
"
,
appInfo
.
loadLabel
(
mContext
!!
.
packageManager
)
as
String
)
&&
TextUtils
.
equals
(
pinfo
.
packageName
,
Constant
.
MINTS_PKG_NAME
))
{
TextUtils
.
equals
(
pinfo
.
packageName
,
Constant
.
MINTS_PKG_NAME
))
{
continue
continue
}
}
...
@@ -634,7 +634,7 @@ class DeviceInfo private constructor() {
...
@@ -634,7 +634,7 @@ class DeviceInfo private constructor() {
//系统程序 忽略
//系统程序 忽略
}
else
{
}
else
{
//非系统程序
//非系统程序
if
(
TextUtils
.
equals
(
"
好赚钱
"
,
appInfo
.
loadLabel
(
mContext
!!
.
packageManager
)
as
String
)
&&
if
(
TextUtils
.
equals
(
"
赚赚乐园
"
,
appInfo
.
loadLabel
(
mContext
!!
.
packageManager
)
as
String
)
&&
TextUtils
.
equals
(
pinfo
.
packageName
,
Constant
.
MINTS_PKG_NAME
))
{
TextUtils
.
equals
(
pinfo
.
packageName
,
Constant
.
MINTS_PKG_NAME
))
{
continue
continue
}
}
...
...
app/src/main/java/com/mints/fairyland/ui/activitys/WxLoginActivity.kt
View file @
44d35794
...
@@ -198,7 +198,7 @@ class WxLoginActivity : BaseActivity()
...
@@ -198,7 +198,7 @@ class WxLoginActivity : BaseActivity()
ds
.
isUnderlineText
=
false
ds
.
isUnderlineText
=
false
}
}
})
})
.
append
(
"与您的利益切身相关。请您注册前务必仔细阅读!点击登录即表示您同意并愿意遵守
好赚钱
协议"
)
.
append
(
"与您的利益切身相关。请您注册前务必仔细阅读!点击登录即表示您同意并愿意遵守
赚赚乐园
协议"
)
.
create
()
.
create
()
}
}
...
...
app/src/main/java/com/mints/fairyland/ui/fragment/FriendsFragment.kt
View file @
44d35794
...
@@ -483,7 +483,7 @@ class FriendsFragment(private var isResume: Boolean = false) : BaseFragment(), F
...
@@ -483,7 +483,7 @@ class FriendsFragment(private var isResume: Boolean = false) : BaseFragment(), F
allcoinBig
.
divide
(
rateBig
).
setScale
(
2
,
BigDecimal
.
ROUND_DOWN
).
toString
()
allcoinBig
.
divide
(
rateBig
).
setScale
(
2
,
BigDecimal
.
ROUND_DOWN
).
toString
()
}
}
val
content
=
SpanUtils
()
val
content
=
SpanUtils
()
.
append
(
"我已在
好赚钱
赚了"
)
.
append
(
"我已在
赚赚乐园
赚了"
)
.
append
(
sumCoin
).
setFontSize
(
BubbleUtils
.
dp2px
(
10
)).
setForegroundColor
(
ContextCompat
.
getColor
(
mContext
,
R
.
color
.
color_E72C2B
))
.
append
(
sumCoin
).
setFontSize
(
BubbleUtils
.
dp2px
(
10
)).
setForegroundColor
(
ContextCompat
.
getColor
(
mContext
,
R
.
color
.
color_E72C2B
))
.
append
(
"元 ,快来跟我一起赚钱吧,满"
)
.
append
(
"元 ,快来跟我一起赚钱吧,满"
)
.
append
(
"0.3"
).
setFontSize
(
BubbleUtils
.
dp2px
(
10
)).
setForegroundColor
(
ContextCompat
.
getColor
(
mContext
,
R
.
color
.
color_E72C2B
))
.
append
(
"0.3"
).
setFontSize
(
BubbleUtils
.
dp2px
(
10
)).
setForegroundColor
(
ContextCompat
.
getColor
(
mContext
,
R
.
color
.
color_E72C2B
))
...
...
app/src/main/java/com/mints/fairyland/ui/fragment/MyFragment.kt
View file @
44d35794
...
@@ -1250,7 +1250,7 @@ class MyFragment : BaseFragment(),
...
@@ -1250,7 +1250,7 @@ class MyFragment : BaseFragment(),
* 跳转QQ群弹框
* 跳转QQ群弹框
*/
*/
private
fun
jumpQQGroup
()
{
private
fun
jumpQQGroup
()
{
DialogUtils
.
showDialog
(
mContext
,
"提示"
,
"
好赚钱
想要打开QQ"
,
"取消"
,
"打开"
,
object
:
DialogListener
()
{
DialogUtils
.
showDialog
(
mContext
,
"提示"
,
"
赚赚乐园
想要打开QQ"
,
"取消"
,
"打开"
,
object
:
DialogListener
()
{
override
fun
onClick
(
dialog
:
Dialog
?,
v
:
View
?)
{
override
fun
onClick
(
dialog
:
Dialog
?,
v
:
View
?)
{
dialog
?.
dismiss
()
dialog
?.
dismiss
()
...
@@ -1327,7 +1327,7 @@ class MyFragment : BaseFragment(),
...
@@ -1327,7 +1327,7 @@ class MyFragment : BaseFragment(),
val
ssb
=
SpanUtils
()
val
ssb
=
SpanUtils
()
.
append
(
"1.点击开始任务,观看广告时,点击广告中的下载APP区域\r\n"
+
.
append
(
"1.点击开始任务,观看广告时,点击广告中的下载APP区域\r\n"
+
"2.等待APP下载完成后,安装该APP\r\n"
+
"2.等待APP下载完成后,安装该APP\r\n"
+
"3.通过
好赚钱
APP打开该APP并试玩至少30秒"
+
"3.通过
赚赚乐园
APP打开该APP并试玩至少30秒"
+
"\n\n"
)
"\n\n"
)
.
append
(
"说明:有些可能不是下载APP类型的广告,请关闭广告后重试"
).
setFontSize
(
BubbleUtils
.
dp2px
(
12
))
.
append
(
"说明:有些可能不是下载APP类型的广告,请关闭广告后重试"
).
setFontSize
(
BubbleUtils
.
dp2px
(
12
))
.
create
()
.
create
()
...
...
app/src/main/java/com/mints/fairyland/ui/fragment/PanFragment.kt
View file @
44d35794
...
@@ -172,7 +172,7 @@ class PanFragment : BaseFragment(), PanView {
...
@@ -172,7 +172,7 @@ class PanFragment : BaseFragment(), PanView {
*/
*/
private
fun
getTurnUrl
()
{
private
fun
getTurnUrl
()
{
val
tokenID
=
userManager
.
tokenID
val
tokenID
=
userManager
.
tokenID
val
url
:
String
=
BuildConfig
.
MainIp
+
"turn/zz
/
turnWithInner.html?carrierType="
+
carrierType
+
"&token="
+
tokenID
val
url
:
String
=
BuildConfig
.
MainIp
+
"turn/zzturnWithInner.html?carrierType="
+
carrierType
+
"&token="
+
tokenID
blTurntableWebview
.
loadUrl
(
url
)
blTurntableWebview
.
loadUrl
(
url
)
}
}
...
...
app/src/main/res/layout/dialog_power.xml
View file @
44d35794
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
android:layout_marginLeft=
"16dp"
android:layout_marginLeft=
"16dp"
android:layout_marginTop=
"16dp"
android:layout_marginTop=
"16dp"
android:layout_marginRight=
"16dp"
android:layout_marginRight=
"16dp"
android:text=
"我们依据最新的法律,向您说明
好赚钱
软件的隐私政策,特向您推送本提示。请您阅读并充分理解相关条款。"
android:text=
"我们依据最新的法律,向您说明
赚赚乐园
软件的隐私政策,特向您推送本提示。请您阅读并充分理解相关条款。"
android:textColor=
"@color/black"
android:textColor=
"@color/black"
android:textSize=
"14sp"
/>
android:textSize=
"14sp"
/>
...
...
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