refactor: Remove Cupertino routing options and update the list of contributors (#1076)
- Remove code related to Cupertino routing that is no longer in use - Update the list of contributors on GitHub - Update the version of the xterm submodule
This commit is contained in:
@@ -3,6 +3,7 @@ abstract final class GithubIds {
|
|||||||
// If you want to change your Github ID, please open an issue.
|
// If you want to change your Github ID, please open an issue.
|
||||||
static const contributors = <GhId>{
|
static const contributors = <GhId>{
|
||||||
'PaperCube',
|
'PaperCube',
|
||||||
|
'GT-610',
|
||||||
'Integral-Tech',
|
'Integral-Tech',
|
||||||
'its-tom',
|
'its-tom',
|
||||||
'leganck',
|
'leganck',
|
||||||
@@ -22,7 +23,6 @@ abstract final class GithubIds {
|
|||||||
'MasedMSD',
|
'MasedMSD',
|
||||||
'GitGitro',
|
'GitGitro',
|
||||||
'Shin-suechtig',
|
'Shin-suechtig',
|
||||||
'GT-610',
|
|
||||||
'hypn4'
|
'hypn4'
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -144,7 +144,11 @@ abstract final class GithubIds {
|
|||||||
'toarujs',
|
'toarujs',
|
||||||
'n4vi98',
|
'n4vi98',
|
||||||
'Android0termux',
|
'Android0termux',
|
||||||
'idunwannagotoschool'
|
'idunwannagotoschool',
|
||||||
|
'jiao114514jiao',
|
||||||
|
'jjyou-github',
|
||||||
|
'yeluonight',
|
||||||
|
'Yinhono',
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -203,9 +203,6 @@ class SettingStore extends HiveStore {
|
|||||||
|
|
||||||
late final lastVer = propertyDefault('lastVer', 0);
|
late final lastVer = propertyDefault('lastVer', 0);
|
||||||
|
|
||||||
/// Use CupertinoPageRoute for all routes
|
|
||||||
late final cupertinoRoute = propertyDefault('cupertinoRoute', isIOS);
|
|
||||||
|
|
||||||
/// Hide title bar on desktop
|
/// Hide title bar on desktop
|
||||||
late final hideTitleBar = propertyDefault('hideTitleBar', isDesktop);
|
late final hideTitleBar = propertyDefault('hideTitleBar', isDesktop);
|
||||||
|
|
||||||
|
|||||||
@@ -316,7 +316,6 @@ extension _App on _AppSettingsPageState {
|
|||||||
_buildBeta(),
|
_buildBeta(),
|
||||||
if (isMobile) _buildWakeLock(),
|
if (isMobile) _buildWakeLock(),
|
||||||
_buildCollapseUI(),
|
_buildCollapseUI(),
|
||||||
_buildCupertinoRoute(),
|
|
||||||
if (isDesktop) _buildHideTitleBar(),
|
if (isDesktop) _buildHideTitleBar(),
|
||||||
_buildEditRawSettings(),
|
_buildEditRawSettings(),
|
||||||
],
|
],
|
||||||
@@ -344,13 +343,6 @@ extension _App on _AppSettingsPageState {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
Widget _buildCupertinoRoute() {
|
|
||||||
return ListTile(
|
|
||||||
title: Text('Cupertino ${libL10n.route}'),
|
|
||||||
trailing: StoreSwitch(prop: _setting.cupertinoRoute),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
Widget _buildHideTitleBar() {
|
Widget _buildHideTitleBar() {
|
||||||
return ListTile(
|
return ListTile(
|
||||||
title: Text(l10n.hideTitleBar),
|
title: Text(l10n.hideTitleBar),
|
||||||
|
|||||||
Submodule packages/xterm updated: 80211829ed...13708c9574
Reference in New Issue
Block a user