-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable and disable comma and period on ABC #263
Enable and disable comma and period on ABC #263
Conversation
This commit will implement the functionality for the toggle"disable/enable comma and period on ABC"-option
Thank you for the pull request!The Scribe team will do our best to address your contribution as soon as we can. The following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :) If you're not already a member of our public Matrix community, please consider joining! We'd suggest using Element as your Matrix client, and definitely join the General and Android rooms once you're in. Also consider joining our bi-weekly Saturday dev syncs. It'd be great to have you! Maintainer checklist |
@angrezichatterbox, one thing to note here is that a lot of XML layouts are being added here. Not sure if this is something that could be improved by a switch to Compose, but this would maybe be an argument for making the switch if so. Other suggestions would be welcome! |
I think it is always a better decision to switch to compose. I just had the query of whether there would be any issues handling compose views with the Keyboard IME and its ease and most of the keyboard are in XML. However we could try it out for sure Migrating it to compose. |
In your opinion though we're good to merge this in and then we can include it in the migration later, @angrezichatterbox? :) |
Yes, I think it is good to merge. Just a small change I would like The Toast is currently misplaced for on and off. And I think it would be better to keep period and comma on by default for the keyboard since it is an android standard. |
@henrikth93, do you want to address the change to the Toast as @angrezichatterbox indicated and then we'll bring this in? :) |
Sure, gonna try and do this this evening.
Den mån 9 dec. 2024 kl 19:06 skrev Andrew Tavis McAllister <
***@***.***>:
… @henrikth93 <https://github.com/henrikth93>, do you want to address the
change to the Toast as @angrezichatterbox
<https://github.com/angrezichatterbox> indicated and then we'll bring
this in? :)
—
Reply to this email directly, view it on GitHub
<#263 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZN5AUQFQ3FJ7D4A4OIXMBD2EXLYTAVCNFSM6AAAAABTHPRMRGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRYHE2TINZZGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This change will set period and comma on ABC to be enabled by default, and also change the text displayed by the toast, to be more coherent.
@henrikth93 and @angrezichatterbox: Can we take a look at why the tests are failing here now? :) |
The errors displayed were network-related issues. The workflow successfully executes when it’s rerun. |
Nice, I assumed that but then they failed on me a second time :) Thanks, @angrezichatterbox! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All's working well here now 😊 Thanks much for the great work here, @henrikth93, as well as the quick reaction to @angrezichatterbox's review :) Amazing to have this functionality in both apps now so the keyboards are more accessible to those switching devices!
This commit will implement the functionality for the toggle"disable/enable comma and period on ABC"-option
Contributor checklist
./gradlew lintKotlin detekt test
command as directed in the testing section of the contributing guideDescription
Related issue