-
Notifications
You must be signed in to change notification settings - Fork 88
Labels
Description
Terms
- I have searched open and closed feature requests
- I agree to follow Scribe-Android's Code of Conduct
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:
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
Assignees
Labels
Type
Projects
Status
Done