@@ -3,6 +3,6 @@ nekohasekai <[email protected]>.
Here is an inevitably incomplete list of MUCH-APPRECIATED CONTRIBUTORS --
people who have submitted patches, fixed bugs, added translations, and
-generally made shadowsocks-android that much better:
+generally made SagerNet that much better:
-https://github.com/nekohasekai/SagerNet/graphs/contributors
+https://github.com/SagerNet/SagerNet/graphs/contributors
@@ -142,7 +142,7 @@ class AboutFragment : ToolbarFragment(R.layout.layout_about) {
.text(R.string.github)
.setOnClickAction {
requireContext().launchCustomTab(Uri.parse(
- "https://github.com/nekohasekai/SagerNet"
+ "https://github.com/SagerNet/SagerNet"
))
}
.build()
@@ -362,6 +362,10 @@ class GroupFragment : ToolbarFragment(R.layout.layout_group), Toolbar.OnMenuItem
deduplicationCard = view.findViewById(R.id.deduplication_card)
deduplication = view.findViewById(R.id.deduplication)
+ if (!arg.isSubscription) {
+ deduplicationCard.isVisible = false
+ }
+
if (proxyGroup != null) {
deduplication.isChecked = proxyGroup.deduplication