|
|
@ -47,6 +47,7 @@ class AboutFragment : PreferenceFragmentCompat() { |
|
|
|
"update_log" -> showUpdateLog() |
|
|
|
"update_log" -> showUpdateLog() |
|
|
|
"check_update" -> openUrl(R.string.latest_release_url) |
|
|
|
"check_update" -> openUrl(R.string.latest_release_url) |
|
|
|
"mail" -> sendMail() |
|
|
|
"mail" -> sendMail() |
|
|
|
|
|
|
|
"sourceRuleSummary" -> openUrl(R.string.source_rule_url) |
|
|
|
"git" -> openUrl(R.string.this_github_url) |
|
|
|
"git" -> openUrl(R.string.this_github_url) |
|
|
|
"home_page" -> openUrl(R.string.home_page_url) |
|
|
|
"home_page" -> openUrl(R.string.home_page_url) |
|
|
|
"license" -> requireContext().openUrl(licenseUrl) |
|
|
|
"license" -> requireContext().openUrl(licenseUrl) |
|
|
|