You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend Mode123 with a new ModeDialer. This will further reduce the usage of mEditing and hopefully resolve punctuation typing problems in 123 mode using the on-screen keyboard. Also, this will make it easier to fix #246.
Move hold-0-to-type-plus in ModeDialer. Not a good idea. Decided to keep it in 123 after all.
In TraditionalT9 class, replace all usages of mEditing == DIALER with a check for the new InputMode
Both modes must have isNumeric(), replacing the current is123(), in order to replace mEditing == STRICT_NUMERIC.
The text was updated successfully, but these errors were encountered:
Extend Mode123 with a new ModeDialer. This will further reduce the usage of
mEditing
and hopefully resolve punctuation typing problems in 123 mode using the on-screen keyboard. Also, this will make it easier to fix #246.Move hold-0-to-type-plus in ModeDialer. Not a good idea. Decided to keep it in 123 after all.In TraditionalT9 class, replace all usages ofmEditing == DIALER
with a check for the new InputModeBoth modes must have.isNumeric()
, replacing the currentis123()
, in order to replacemEditing == STRICT_NUMERIC
The text was updated successfully, but these errors were encountered: