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

Disable autocorrect for FYAD plus some BBcode dialogs #698

Open
baka-kaba opened this issue Dec 27, 2019 · 3 comments
Open

Disable autocorrect for FYAD plus some BBcode dialogs #698

baka-kaba opened this issue Dec 27, 2019 · 3 comments

Comments

@baka-kaba
Copy link
Contributor

Apparently FYAD doesn't like autocorrect. Disabling it should be a case of adding some flags to the EditText, but we'll need some way of configuring the message composer so it's disabled. Maybe add a method to that, pass the forumID into the post reply fragment, and let that toggle it off in the composer when necessary

Some of the BBcode popups should have autocomplete disabled completely - things like [code] and [fixed] and [pre] are likely to have non-standard content, and I think the [url] one needs the "is a url" hint enabled so it's more helpful

@baka-kaba
Copy link
Contributor Author

Well there's no FYAD now, but maybe having an autocorrect toggle in the message composer menu would still be good. Just let people turn it on and off and make it stick from post to post? I don't think forcing it per forum would be a good idea, that's a personal choice

Allowing the user to set it per forum would probably be doable but that seems like it might get awkward to keep track of. A basic toggle is definitely simpler

@Sereri
Copy link
Member

Sereri commented Jan 7, 2020

Just as a comparison, this is what the iOS peeps are doing:
https://github.com/Awful/Awful.app/blob/master/App/Theming/ForumTweaks.plist

@baka-kaba
Copy link
Contributor Author

Hardcoded eh? Do they like it or do they complain?
One thing I'm worried about is people getting confused about why their keyboard is "randomly" acting different

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants