This repository has been archived by the owner on Sep 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 347
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
100 changed files
with
2,432 additions
and
1,256 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
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 |
---|---|---|
|
@@ -4,6 +4,8 @@ | |
} | ||
|
||
body { | ||
margin: 0; | ||
padding: 0; | ||
background: #3c3c3c; | ||
} | ||
|
||
|
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 |
---|---|---|
|
@@ -70,7 +70,8 @@ protected void onBtnAdviceFeedbackClick() { | |
this, | ||
"[email protected]", | ||
"来自 CNodeMD-" + VERSION_TEXT + " 的客户端反馈", | ||
"设备信息:Android " + Build.VERSION.RELEASE + " - " + Build.MANUFACTURER + " - " + Build.MODEL + "\n(如果涉及隐私请手动删除这个内容)\n\n"); | ||
"设备信息:Android " + Build.VERSION.RELEASE + " - " + Build.MANUFACTURER + " - " + Build.MODEL + "\n(如果涉及隐私请手动删除这个内容)\n\n" | ||
); | ||
} | ||
|
||
@OnClick(R.id.about_btn_open_source_license) | ||
|
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 |
---|---|---|
|
@@ -39,7 +39,7 @@ protected void onCreate(Bundle savedInstanceState) { | |
ButterKnife.bind(this); | ||
|
||
toolbar.setNavigationOnClickListener(new NavigationFinishClickListener(this)); | ||
toolbar.inflateMenu(R.menu.new_topic); | ||
toolbar.inflateMenu(R.menu.crash_log); | ||
toolbar.setOnMenuItemClickListener(this); | ||
|
||
//接收异常对象 | ||
|
@@ -84,7 +84,8 @@ public boolean onMenuItemClick(MenuItem item) { | |
this, | ||
"[email protected]", | ||
"来自 CNodeMD-" + AboutActivity.VERSION_TEXT + " 的客户端崩溃日志", | ||
crashLog); | ||
crashLog | ||
); | ||
return true; | ||
default: | ||
return false; | ||
|
Oops, something went wrong.