From 2ecf93d9904544ee73159e9f0ee74b49057bca6c Mon Sep 17 00:00:00 2001
From: Jules Aguillon
Date: Sun, 1 Feb 2026 23:25:38 +0100
Subject: Candidates view improvements (#1168)
* Refactor: Create subpackage 'suggestions'
* Candidates view: Status message when no dictionary installed
Show a message on the candidates view instead of leaving it empty. A
button points to the dictionary installation activity.
* Add an option to disable the suggestions
* Refactor: Remove Config.should_show_candidates_view
This was moved to EditorConfig.
* Don't disable text suggestions in some text boxes
* Suggestion text size matching settings
The candidates view height is based on the height of keyboard rows and
the suggestion text size is based on the size of labels on the keys.
This is influenced by symbol size and keyboard height options.---
res/values/strings.xml | 5 +++++
1 file changed, 5 insertions(+)
(limited to 'res/values/strings.xml')
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6b1c329..e01e98f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -33,6 +33,9 @@
Add keys to the keyboard
Add custom keys
Select keys to add to the keyboard
+ Suggestions
+ Suggestions
+ Enable word completion and spell checking
Typing
Swiping distance
Distance of characters in the corners of the keys (%s)
@@ -151,4 +154,6 @@
At most 30 minutes
Until the app stops
Custom definition
+ No dictionary installed
+ Install
--
cgit v1.2.3