Skip to content
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

Merged
merged 2 commits into from
Dec 13, 2024

Conversation

henrikth93
Copy link
Member

This commit will implement the functionality for the toggle"disable/enable comma and period on ABC"-option

Contributor checklist


Description

Related issue

This commit will implement the functionality for the toggle"disable/enable comma and period on ABC"-option
Copy link

github-actions bot commented Dec 8, 2024

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

  • The linting and formatting workflows within the PR checks do not indicate new errors in the files changed

  • The CHANGELOG has been updated with a description of the changes for the upcoming release and the corresponding issue (if necessary)

@andrewtavis
Copy link
Member

@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!

@angrezichatterbox
Copy link
Member

@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.

@andrewtavis
Copy link
Member

In your opinion though we're good to merge this in and then we can include it in the migration later, @angrezichatterbox? :)

@angrezichatterbox
Copy link
Member

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.

@andrewtavis
Copy link
Member

@henrikth93, do you want to address the change to the Toast as @angrezichatterbox indicated and then we'll bring this in? :)

@henrikth93
Copy link
Member Author

henrikth93 commented Dec 10, 2024 via email

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.
@andrewtavis
Copy link
Member

@henrikth93 and @angrezichatterbox: Can we take a look at why the tests are failing here now? :)

@angrezichatterbox
Copy link
Member

@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.

@andrewtavis
Copy link
Member

Nice, I assumed that but then they failed on me a second time :) Thanks, @angrezichatterbox!

Copy link
Member

@andrewtavis andrewtavis left a 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!

@andrewtavis andrewtavis merged commit d0b7bde into scribe-org:main Dec 13, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants