mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-08 15:47:43 +00:00
update app name in resources, readme, comments, ...
This commit is contained in:
parent
0109b073fa
commit
be38a58c13
65 changed files with 156 additions and 215 deletions
|
@ -134,7 +134,7 @@ class InputLogicTest {
|
|||
}
|
||||
|
||||
// todo: make it work, but it might not be that simple because adding is done in combiner
|
||||
// https://github.com/Helium314/openboard/issues/214
|
||||
// https://github.com/Helium314/HeliBoard/issues/214
|
||||
@Test fun insertLetterIntoWordHangul() {
|
||||
reset()
|
||||
currentScript = ScriptUtils.SCRIPT_HANGUL
|
||||
|
@ -465,8 +465,8 @@ class InputLogicTest {
|
|||
assertEquals("b", composingText)
|
||||
}
|
||||
|
||||
// https://github.com/Helium314/openboard/issues/215
|
||||
// https://github.com/Helium314/openboard/issues/229
|
||||
// https://github.com/Helium314/HeliBoard/issues/215
|
||||
// https://github.com/Helium314/HeliBoard/issues/229
|
||||
@Test fun `autospace works in URL field when input isn't URL, also for multiple suggestions`() {
|
||||
reset()
|
||||
DeviceProtectedUtils.getSharedPreferences(latinIME).edit { putBoolean(Settings.PREF_URL_DETECTION, true) }
|
||||
|
@ -512,7 +512,7 @@ class InputLogicTest {
|
|||
assertEquals("hi ${StringUtils.newSingleCodePointString(0x1F36D)}", text)
|
||||
}
|
||||
|
||||
// https://github.com/Helium314/openboard/issues/230
|
||||
// https://github.com/Helium314/HeliBoard/issues/230
|
||||
@Test fun `no autospace after opening quotes`() {
|
||||
reset()
|
||||
chainInput("\"Hi\" \"h")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue