Added option to turn off automatic menu update checking

This is because it uses additional memory than can cause some older devices to crash unless they have smaller menus.
This commit is contained in:
Philip Abbey
2025-09-13 11:06:29 +01:00
parent e284cd2d4a
commit 7ba0d76bf6
45 changed files with 180 additions and 31 deletions

View File

@@ -32,6 +32,7 @@
<string id="GlanceMenu" scope="glance">菜單</string>
<string id="Memory" scope="glance">記憶</string>
<string id="MenuUpdated">菜單更新,重新啟動。</string>
<string id="MenuCheckDisabled">菜單更新禁用。</string>
<string id="NoAPIKey" scope="glance">應用程序設置中沒有API密鑰。</string>
<string id="NoApiUrl" scope="glance">應用程序設置中沒有API URL。</string>
<string id="NoConfigUrl" scope="glance">應用程序設置中沒有配置URL。</string>
@@ -63,6 +64,7 @@
<string id="SettingsConfigUrl">菜單配置的URLJSON</string>
<string id="SettingsCacheConfig">應用程序緩存菜單配置應該緩存嗎?</string>
<string id="SettingsClearCache">應用程序下次啟動時是否應該清除現有的高速緩存?</string>
<string id="SettingsEnableMenuUpdateCheck">檢查應用程序啟動時的菜單更新嗎?注意:必須啟用菜單緩存。此設置可能會導致較舊的設備,而內存較小。</string>
<string id="SettingsWifiLteExecutionEnable">在Wi-Fi/LTE上啟用執行命令。</string>
<string id="SettingsVibration">應用程序是否應該通過振動提供反饋?</string>
<string id="SettingsAppTimeout">超時幾秒鐘。在此不活動期間退出應用程序以節省設備電池。</string>