diff options
| author | Jules Aguillon | 2025-07-27 22:09:45 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2025-12-28 17:56:37 +0100 |
| commit | 98c1b8db82c0da8f49eb12d18c9001a57009eca5 (patch) | |
| tree | faddcbd29f19cb5c526f0a37c078ec11fc901c85 /srcs/juloo.keyboard2/Logs.java | |
| parent | dfaf4dbb5766bf134cbf97d0516493e2256d2e5a (diff) | |
| download | unexpected-keyboard-98c1b8db82c0da8f49eb12d18c9001a57009eca5.tar.gz unexpected-keyboard-98c1b8db82c0da8f49eb12d18c9001a57009eca5.zip | |
Candidates view
The `CandidatesView` is implemented as a `LinearLayout` that is divided
horizontally with up to 3 `TextView`. It might in the future contain
buttons on the sides.
The candidate view is nested into the input view rather than using
Android's `setCandidatesView` and callbacks as the API is unreliable and
complicated.
The first suggestion goes in the middle to be more accessible. The
second suggestion goes on the right to be more accessible to the
right-handed, because it must go somewhere.
Diffstat (limited to 'srcs/juloo.keyboard2/Logs.java')
| -rw-r--r-- | srcs/juloo.keyboard2/Logs.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/srcs/juloo.keyboard2/Logs.java b/srcs/juloo.keyboard2/Logs.java index 1bef51c..a956305 100644 --- a/srcs/juloo.keyboard2/Logs.java +++ b/srcs/juloo.keyboard2/Logs.java @@ -26,6 +26,8 @@ public final class Logs _debug_logs.println("swapEnterActionKey: " +conf.editor_config.swapEnterActionKey); _debug_logs.println("actionLabel: "+conf.editor_config.actionLabel); + _debug_logs.println("should_show_candidates_view: " + +conf.should_show_candidates_view); } public static void debug_config_migration(int from_version, int to_version) |
