Helium314

Results 721 comments of Helium314
trafficstars

My first guess is that the 10:46:18 start was after rebooting the phone, then the app crashed for some reason and restarted, but the phone had disabled the keyboard already.

Ok, so it looks like the app starts, now let's see whether it really crashes. In [HeliBoard_3.0-beta4-debug.zip](https://github.com/user-attachments/files/20123476/HeliBoard_3.0-beta4-debug.zip) the crash reports are stored in _device protected storage_ (a place that is...

@cayenne17 any crash logs created before device unlock (with the debug version from above) should be in `/storage/emulated/0/Android/user_de/0/helium314.keyboard.debug/files/`. But if there are any crash logs, you will get notified on...

> @Helium314 the two apk differs Yes, they should. Because the second one only logs actual crashes instead of misusing the mechanism for startup logging. So no message with the...

Are the changes to URL detection and spell check dependent on each other? If not, I would much prefer to have the changes split up into separate PRs.

Why actually check all enabled scripts? I remember somewhere you wrote that checking the whole text when adding a new word is already inefficient. Checking it in all scripts seems...

I finally had a look at this PR, and was reminded why I had postponed this several times. Sorry for this story again, but it _really_ bothers me. (you even...

> Even if it's bad practice, I don't think it's uncommon to do a overhaul of a single feature (in this case, the spellchecker) in one PR. Such an overhaul...

> Sorry for reporting such a minor bug, but it annoys me a bit A minor and rare bug still is a bug, @BlackyHawky do you remember whether you did...

Thanks! It might be related to `user_dict_fast_scroll_alphabet` used for an [`AlphabetIndexer`](https://developer.android.com/reference/android/widget/AlphabetIndexer).