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

Auto-accept custom timeout? #474

Closed
Niiisse opened this issue Mar 21, 2024 · 3 comments · Fixed by #485
Closed

Auto-accept custom timeout? #474

Niiisse opened this issue Mar 21, 2024 · 3 comments · Fixed by #485
Labels
enhancement New feature or request

Comments

@Niiisse
Copy link

Niiisse commented Mar 21, 2024

Love this app, thanks for picking up the development.

Simple question: the default timeout of 800ms is way too slow for me to comfortably type. Is there any way for me to lower this timeout to 300ms? Is this something that could be added as an option in settings?

Thanks!

@Niiisse Niiisse changed the title Auto-accept timeout? Auto-accept custom timeout? Mar 21, 2024
@sspanak
Copy link
Owner

sspanak commented Mar 25, 2024

Is there any way for me to lower this timeout to 300ms?

It is not possible if using the app normally.

But if you know the timeout is 800 ms, you must have review the source code. If you feel comfortable with building your own APK, just change 800 to 300 in SettingsStore.getAbcAutoAcceptTimeout(), build and install. Just keep in mind you must uninstall the official APK before installing yours, due to Android security policies. Also, if you would like to go back to the Github or F-droid version, you will then have to uninstall yours.

Is this something that could be added as an option in settings?

Yes, it should be fairly easy to do.

@sspanak sspanak added the enhancement New feature or request label Mar 25, 2024
@Niiisse
Copy link
Author

Niiisse commented Mar 25, 2024

But if you know the timeout is 800 ms, you must have review the source code. If you feel comfortable with building your own APK, just change 800 to 300 in SettingsStore.getAbcAutoAcceptTimeout(), build and install. Just keep in mind you must uninstall the official APK before installing yours, due to Android security policies. Also, if you would like to go back to the Github or F-droid version, you will then have to uninstall yours.

I actually saw you mentioning this in another issue, but it sounds very doabe. I've never built an Android app before, but I'm sure I'll figure it out. Thanks for the suggestion!

One more question - let me know if I should open a new issue for this - new sentences don't get automatically capitalized in abc mode. Is this intentional or a bug?

@sspanak
Copy link
Owner

sspanak commented Mar 26, 2024

One more question - let me know if I should open a new issue for this - new sentences don't get automatically capitalized in abc mode. Is this intentional or a bug?

You get typing assistance only in Predictive mode, while ABC is entirely up to you. It is intended for typing emails, URLs, passwords and other technical stuff, where having the control in your hands is better.

@sspanak sspanak linked a pull request Apr 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants