Skip to content

[Conjugation] Create conjugation keyboard views XML files #267

@andrewtavis

Description

@andrewtavis

Terms

Description

This issue would add in the XML files for conjugation views for Scribe-Android. A conjugation view for Scribe-iOS can be seen below:

Simulator Screenshot - iPhone 16 Pro - 2024-12-15 at 18 29 44

What it is that's pictured above is the keys from the 3x2 conjugation view along with their labels, which are positioned to the top left of each key.

We'll need the following, with the names of the fields coming from Scribe-iOS:

  • A 3x2 table that is for first person singular, etc forms
FPSFormKey FPPFormKey
SPSFormKey SPPFormKey
TPSFormKey TPPFormKey
FPSFormLbl FPPFormLbl
SPSFormLbl SPPFormLbl
TPSFormLbl TPPFormLbl
  • A 2x2 table that is for cases where we have four options
TLFormKey TRFormKey
BLFormKey BRFormKey
TLFormLbl TRFormLbl
BLFormLbl BRFormLbl
  • A 1x3 table that is for cases where we have three options
TopFormKey
MiddleFormKey
BottomFormKey
TopFormLbl
MiddleFormLbl
BottomFormLbl
  • A 2x1 table that is for cases where we have two options
LeftFormKey RightFormKey
LeftFormLbl RightFormLbl
  • A 1x1 table that is for showing notifications to the user like when data is not in Wikidata
SingleFormKey
SingleFormLbl
  • We also need buttons for going left and right
    • DisplayLeft
    • DisplayRight

This issue is completed once we have all of the above views, and then clicking the conjugate button will display the 3x2 conjugation view to prove that they can be reached within the keyboard interface.

Contribution

Happy to support as I can and review once a PR is up! 😊

Metadata

Metadata

Labels

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions