Skip to content

change(android): enable autocorrect by default 🚂 - #16389

Open
jahorton wants to merge 1 commit into
epic/autocorrectfrom
change/android/autocorrect-by-default
Open

change(android): enable autocorrect by default 🚂#16389
jahorton wants to merge 1 commit into
epic/autocorrectfrom
change/android/autocorrect-by-default

Conversation

@jahorton

Copy link
Copy Markdown
Contributor

Build-bot: skip build:web release:android

User Testing

TEST_DEFAULT_AUTOCORRECT: Using Keyman for Android, install the fv_sencoten keyboard and verify that autocorrect is enabled by default.

  • Type TTE and verify that a suggestion for TŦE is automatically highlighted.
  • Verify that tapping the spacebar auto-applies the TŦE suggestion.

Build-bot: skip build:web release:android
@jahorton
jahorton requested a review from ermshiperete August 17, 2026 18:05
@github-project-automation github-project-automation Bot moved this to Todo in Keyman Aug 17, 2026
@keymanapp-test-bot keymanapp-test-bot Bot added has-user-test user-test-required User tests have not been completed labels Aug 17, 2026
@keymanapp-test-bot

keymanapp-test-bot Bot commented Aug 17, 2026

Copy link
Copy Markdown

@keymanapp-test-bot keymanapp-test-bot Bot changed the title change(android): enable autocorrect by default change(android): enable autocorrect by default 🚂 Aug 17, 2026
@keymanapp-test-bot keymanapp-test-bot Bot added this to the A19S36 milestone Aug 17, 2026
@github-actions github-actions Bot added android/ android/engine/ change Minor change in functionality, but not new labels Aug 17, 2026

// Default prediction/correction setting
public static final int KMDefault_Suggestion = SuggestionType.PREDICTIONS_WITH_CORRECTIONS.toInt();
public static final int KMDefault_Suggestion = SuggestionType.PREDICTIONS_WITH_AUTO_CORRECT.toInt();

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this switch this feature on for upgrades or only for new users?

@Meng-Heng

Copy link
Copy Markdown
Contributor

Test Specs

  1. Keyman for Android v19.0.267-alpha-test-16389
  2. Android Emulator: Pixel 9a API 37.0

Test Results

  • TEST_DEFAULT_AUTOCORRECT (PASSED):
  1. Go to Hamburger menu -> Install keyboard or dictionary -> Install fv_sencoten from keyman.com
  2. VERIFIED: Prediction with auto-corrections enabled automatically
  3. Go to Hamburger menu -> Installed languages -> Straits Salish -> Download SENCOTEN lexical model
  4. Type TTE, TŦE is auto-highlighted
  5. VERIFIED: Tapping the spacebar auto-applies the TŦE suggestion.

@keymanapp-test-bot keymanapp-test-bot Bot removed the user-test-required User tests have not been completed label Aug 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

3 participants