-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
45 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -216,6 +216,7 @@ class ActivitySettings : ActivityBase() { | |
notices.addNotice(Notice("EventBus" , "https://github.com/greenrobot/EventBus" , "Copyright (C) 2012-2017 Markus Junginger greenrobot (http://greenrobot.org)", ApacheSoftwareLicense20())) | ||
notices.addNotice(Notice("LicensesDialog" , "https://github.com/PSDev/LicensesDialog" , "Copyright 2013-2017 Philip Schiffer" , ApacheSoftwareLicense20())) | ||
notices.addNotice(Notice("libsuperuser" , "https://github.com/Chainfire/libsuperuser" , "Written by and copyright ©: Jorrit \"Chainfire\" Jongma Author of SuperSU" , ApacheSoftwareLicense20())) | ||
notices.addNotice(Notice("NoPermission" , "https://github.com/NoNews/NoPermission" , "Copyright 2017 Mike Antipiev and Alex Bykov" , ApacheSoftwareLicense20())) | ||
notices.addNotice(Notice("material-dialogs" , "https://github.com/afollestad/material-dialogs" , "Copyright (c) 2014-2016 Aidan Michael Follestad" , MITLicense()) ) | ||
|
||
LicensesDialog.Builder(activity).setNotices(notices).build().showAppCompat() | ||
|
@@ -255,8 +256,8 @@ class ActivitySettings : ActivityBase() { | |
@Event(R.id.oivThinks) | ||
private fun onBtnClickThinks(view: View) { | ||
MaterialDialog.Builder(activity) | ||
.title(R.string.settings_thinks). | ||
items(arrayListOf("[email protected]")) | ||
.title(R.string.settings_thinks) | ||
.items(arrayListOf("[email protected]")) | ||
.positiveText(android.R.string.ok) | ||
.show() | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"last-version-code": 584, | ||
"last-version-name": "3.2.3", | ||
"last-version-message": "1. 增加语言和DPI拦截\n2. 支持Android 7.1+", | ||
"last-version-code": 585, | ||
"last-version-name": "3.2.4", | ||
"last-version-message": "+ 增加启动时检测权限\n~ 增加版本号 (ง •̀_•́)ง ", | ||
"last-version-url": "https://github.com/kingsollyu/AppEnv-Kotlin/releases" | ||
} |
a369a10
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
增加版本号 xswl