Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
MobileManager
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Wang Xu
MobileManager
Commits
496491cd
Commit
496491cd
authored
May 06, 2020
by
Baoxy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改证书文件/无法激活试用时更改提示语
parent
0fc4a06e
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
8 deletions
+9
-8
build.gradle
Tool/build.gradle
+2
-2
gradle.properties
gradle.properties
+3
-3
build.gradle
lib_common/build.gradle
+1
-1
activation.aar
lib_common/libs/activation.aar
+0
-0
downloader.aar
lib_common/libs/downloader.aar
+0
-0
update.aar
lib_common/libs/update.aar
+0
-0
WorkManager.kt
...main/java/com/secspace/lib/common/function/WorkManager.kt
+2
-1
strings.xml
lib_common/src/main/res/values/strings.xml
+1
-1
No files found.
Tool/build.gradle
View file @
496491cd
...
@@ -21,7 +21,7 @@ android {
...
@@ -21,7 +21,7 @@ android {
keyAlias
"CERT"
keyAlias
"CERT"
keyPassword
"123456"
//签名密码
keyPassword
"123456"
//签名密码
v1SigningEnabled
true
v1SigningEnabled
true
v2SigningEnabled
fals
e
v2SigningEnabled
tru
e
println
(
"====== signingConfigs.debug ======"
)
println
(
"====== signingConfigs.debug ======"
)
}
}
release
{
release
{
...
@@ -30,7 +30,7 @@ android {
...
@@ -30,7 +30,7 @@ android {
keyAlias
"CERT"
keyAlias
"CERT"
keyPassword
"123456"
keyPassword
"123456"
v1SigningEnabled
true
v1SigningEnabled
true
v2SigningEnabled
fals
e
v2SigningEnabled
tru
e
println
(
"====== signingConfigs.release ======"
)
println
(
"====== signingConfigs.release ======"
)
}
}
}
}
...
...
gradle.properties
View file @
496491cd
...
@@ -26,8 +26,8 @@ MAVEN_URL=http://192.168.0.170:13000/nexus/content/repositories/releases/
...
@@ -26,8 +26,8 @@ MAVEN_URL=http://192.168.0.170:13000/nexus/content/repositories/releases/
MAVEN_URL_SNAPSHOT
=
http://192.168.0.170:13000/nexus/content/repositories/releases/
MAVEN_URL_SNAPSHOT
=
http://192.168.0.170:13000/nexus/content/repositories/releases/
#32位有符号数2147483647(10)
#32位有符号数2147483647(10)
versionIntCode
=
20200
417
01
versionIntCode
=
20200
506
01
versionNameMajor
=
1
versionNameMajor
=
1
versionNameMinor
=
0
versionNameMinor
=
0
versionNamePatch
=
0
versionNamePatch
=
1
\ No newline at end of file
\ No newline at end of file
lib_common/build.gradle
View file @
496491cd
...
@@ -22,7 +22,7 @@ android {
...
@@ -22,7 +22,7 @@ android {
}
}
// 更新标准版自测
// 更新标准版自测
buildConfigField
"String"
,
"UPDATE_SERVER"
,
"\"https://update.tiankuan.net/SKRAC/\""
buildConfigField
"String"
,
"UPDATE_SERVER"
,
"\"https://update.tiankuan.net
:8443
/SKRAC/\""
// 1- 独立 2- 售后
// 1- 独立 2- 售后
buildConfigField
"int"
,
"UPDATE_PLATFORM"
,
"2"
buildConfigField
"int"
,
"UPDATE_PLATFORM"
,
"2"
// 公司编号
// 公司编号
...
...
lib_common/libs/activation.aar
View file @
496491cd
No preview for this file type
lib_common/libs/downloader.aar
View file @
496491cd
No preview for this file type
lib_common/libs/update.aar
View file @
496491cd
No preview for this file type
lib_common/src/main/java/com/secspace/lib/common/function/WorkManager.kt
View file @
496491cd
...
@@ -65,7 +65,8 @@ class WorkManager private constructor(var context: Context) {
...
@@ -65,7 +65,8 @@ class WorkManager private constructor(var context: Context) {
showActivateLoseDialog
(
activity
,
activity
.
getString
(
R
.
string
.
common_remind
)
showActivateLoseDialog
(
activity
,
activity
.
getString
(
R
.
string
.
common_remind
)
,
activity
.
getString
(
R
.
string
.
dialog_tip_activate_lose
),
object
:
MessageListener
{
,
activity
.
getString
(
R
.
string
.
dialog_tip_activate_lose
),
object
:
MessageListener
{
override
fun
onPositive
()
{
override
fun
onPositive
()
{
IntentUtil
.
startExitService
(
activity
)
removeForbidden
()
// IntentUtil.startExitService(activity)
}
}
override
fun
onNegative
()
{}
override
fun
onNegative
()
{}
...
...
lib_common/src/main/res/values/strings.xml
View file @
496491cd
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
<string
name=
"close_btn"
>
关闭
</string>
<string
name=
"close_btn"
>
关闭
</string>
<string
name=
"btn_input_code"
>
输入激活码
</string>
<string
name=
"btn_input_code"
>
输入激活码
</string>
<string
name=
"dialog_tip_activate_lose"
>
网络异常,请确认网络后重新进入
</string>
<string
name=
"dialog_tip_activate_lose"
>
注册失败,请联网进入或进行版本更新
</string>
<string
name=
"accessibility_tips"
>
为了确保此应用正常运行,需要开启辅助功能
</string>
<string
name=
"accessibility_tips"
>
为了确保此应用正常运行,需要开启辅助功能
</string>
<string
name=
"edu_item_first_install_tips"
>
长按桌面可进入家长设置
</string>
<string
name=
"edu_item_first_install_tips"
>
长按桌面可进入家长设置
</string>
...
...
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