mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-26 02:01:02 +00:00
Add a setting for disabling social keyboard close #355
This commit is contained in:
parent
a1218e1488
commit
1aadb0ce3a
10 changed files with 12 additions and 2 deletions
|
@ -69,7 +69,7 @@
|
||||||
"location" : "https://github.com/Dimillian/TextView",
|
"location" : "https://github.com/Dimillian/TextView",
|
||||||
"state" : {
|
"state" : {
|
||||||
"branch" : "main",
|
"branch" : "main",
|
||||||
"revision" : "22eec87ccac1270557b2b446fddc13c311bae5e7"
|
"revision" : "4353041d4412fde05748e7dc362396477a0e24a5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -117,6 +117,9 @@ struct SettingsTabs: View {
|
||||||
Toggle(isOn: $preferences.isOpenAIEnabled) {
|
Toggle(isOn: $preferences.isOpenAIEnabled) {
|
||||||
Label("settings.other.hide-openai", systemImage: "faxmachine")
|
Label("settings.other.hide-openai", systemImage: "faxmachine")
|
||||||
}
|
}
|
||||||
|
Toggle(isOn: $preferences.isSocialKeyboardEnabled) {
|
||||||
|
Label("settings.other.social-keyboard", systemImage: "keyboard")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.listRowBackground(theme.primaryBackgroundColor)
|
.listRowBackground(theme.primaryBackgroundColor)
|
||||||
}
|
}
|
||||||
|
|
|
@ -102,6 +102,7 @@
|
||||||
"settings.rate" = "Bewerte Ice Cubes";
|
"settings.rate" = "Bewerte Ice Cubes";
|
||||||
"settings.section.other" = "Other";
|
"settings.section.other" = "Other";
|
||||||
"settings.other.hide-openai" = "Enable 🤖 helper";
|
"settings.other.hide-openai" = "Enable 🤖 helper";
|
||||||
|
"settings.other.social-keyboard" = "Enable Social Keyboard";
|
||||||
|
|
||||||
// MARK: Tabs
|
// MARK: Tabs
|
||||||
"tab.explore" = "Entdecken";
|
"tab.explore" = "Entdecken";
|
||||||
|
|
|
@ -102,6 +102,7 @@
|
||||||
"settings.rate" = "Rate Ice Cubes";
|
"settings.rate" = "Rate Ice Cubes";
|
||||||
"settings.section.other" = "Other";
|
"settings.section.other" = "Other";
|
||||||
"settings.other.hide-openai" = "Enable 🤖 helper";
|
"settings.other.hide-openai" = "Enable 🤖 helper";
|
||||||
|
"settings.other.social-keyboard" = "Enable Social Keyboard";
|
||||||
|
|
||||||
// MARK: Tabs
|
// MARK: Tabs
|
||||||
"tab.explore" = "Explore";
|
"tab.explore" = "Explore";
|
||||||
|
|
|
@ -102,6 +102,7 @@
|
||||||
"settings.rate" = "Valora Ice Cubes";
|
"settings.rate" = "Valora Ice Cubes";
|
||||||
"settings.section.other" = "Other";
|
"settings.section.other" = "Other";
|
||||||
"settings.other.hide-openai" = "Enable 🤖 helper";
|
"settings.other.hide-openai" = "Enable 🤖 helper";
|
||||||
|
"settings.other.social-keyboard" = "Enable Social Keyboard";
|
||||||
|
|
||||||
// MARK: Tabs
|
// MARK: Tabs
|
||||||
"tab.explore" = "Explorar";
|
"tab.explore" = "Explorar";
|
||||||
|
|
|
@ -102,6 +102,7 @@
|
||||||
"settings.rate" = "Valuta Ice Cubes";
|
"settings.rate" = "Valuta Ice Cubes";
|
||||||
"settings.section.other" = "Other";
|
"settings.section.other" = "Other";
|
||||||
"settings.other.hide-openai" = "Enable 🤖 helper";
|
"settings.other.hide-openai" = "Enable 🤖 helper";
|
||||||
|
"settings.other.social-keyboard" = "Enable Social Keyboard";
|
||||||
|
|
||||||
// MARK: Tabs
|
// MARK: Tabs
|
||||||
"tab.explore" = "Esplora";
|
"tab.explore" = "Esplora";
|
||||||
|
|
|
@ -102,6 +102,7 @@
|
||||||
"settings.title" = "Instellingen";
|
"settings.title" = "Instellingen";
|
||||||
"settings.section.other" = "Overig";
|
"settings.section.other" = "Overig";
|
||||||
"settings.other.hide-openai" = "Schakel 🤖 hulp in";
|
"settings.other.hide-openai" = "Schakel 🤖 hulp in";
|
||||||
|
"settings.other.social-keyboard" = "Enable Social Keyboard";
|
||||||
|
|
||||||
// MARK: Tabs
|
// MARK: Tabs
|
||||||
"tab.explore" = "Ontdekken";
|
"tab.explore" = "Ontdekken";
|
||||||
|
|
|
@ -102,6 +102,7 @@
|
||||||
"settings.rate" = "给 Ice Cubes 评分";
|
"settings.rate" = "给 Ice Cubes 评分";
|
||||||
"settings.section.other" = "其它";
|
"settings.section.other" = "其它";
|
||||||
"settings.other.hide-openai" = "启用写作助手 🤖";
|
"settings.other.hide-openai" = "启用写作助手 🤖";
|
||||||
|
"settings.other.social-keyboard" = "Enable Social Keyboard";
|
||||||
|
|
||||||
// MARK: Tabs
|
// MARK: Tabs
|
||||||
"tab.explore" = "探索";
|
"tab.explore" = "探索";
|
||||||
|
|
|
@ -17,6 +17,7 @@ public class UserPreferences: ObservableObject {
|
||||||
@AppStorage("show_translate_button_inline") public var showTranslateButton: Bool = true
|
@AppStorage("show_translate_button_inline") public var showTranslateButton: Bool = true
|
||||||
@AppStorage("is_open_ai_enabled") public var isOpenAIEnabled: Bool = true
|
@AppStorage("is_open_ai_enabled") public var isOpenAIEnabled: Bool = true
|
||||||
@AppStorage("recently_used_languages") public var recentlyUsedLanguages: [String] = []
|
@AppStorage("recently_used_languages") public var recentlyUsedLanguages: [String] = []
|
||||||
|
@AppStorage("social_keyboard_composer") public var isSocialKeyboardEnabled: Bool = true
|
||||||
|
|
||||||
public var pushNotificationsCount: Int {
|
public var pushNotificationsCount: Int {
|
||||||
get {
|
get {
|
||||||
|
|
|
@ -40,7 +40,7 @@ public struct StatusEditorView: View {
|
||||||
TextView($viewModel.statusText, $viewModel.selectedRange, $viewModel.markedTextRange)
|
TextView($viewModel.statusText, $viewModel.selectedRange, $viewModel.markedTextRange)
|
||||||
.placeholder(String(localized: "status.editor.text.placeholder"))
|
.placeholder(String(localized: "status.editor.text.placeholder"))
|
||||||
.font(Font.scaledBodyUIFont)
|
.font(Font.scaledBodyUIFont)
|
||||||
.keyboardType(.twitter)
|
.setKeyboardType(preferences.isSocialKeyboardEnabled ? .twitter : .default)
|
||||||
.padding(.horizontal, .layoutPadding)
|
.padding(.horizontal, .layoutPadding)
|
||||||
StatusEditorMediaView(viewModel: viewModel)
|
StatusEditorMediaView(viewModel: viewModel)
|
||||||
if let status = viewModel.embeddedStatus {
|
if let status = viewModel.embeddedStatus {
|
||||||
|
|
Loading…
Reference in a new issue