uiautomator-input-helper:uiautomator中文输入解决方案

时间:2024-06-21 15:49:11
【文件属性】:

文件名称:uiautomator-input-helper:uiautomator中文输入解决方案

文件大小:114KB

文件格式:ZIP

更新时间:2024-06-21 15:49:11

Java

Uiautomator Unicode 输入助手 (日文版在。) Uiautomator Unicode Input Helper使您能够使用 Android 输入任何 Unicode(包括非 ASCII)字符。 Uiautomator 有 API 来设置可编辑字段中的文本。 如果文本仅包含 ASCII 字符,但不能输入任何非 ASCII 字符(例如日语),则该 API 运行良好。 此限制阻止了非英语应用程序的开发人员使用 uiautomator 进行测试。 Uiautomator Unicode Input Helper 通过提供 IME 来解决这个问题,该 IME 将仅使用 ASCII 字符的编码文本转换为 Unicode 文本。 修改后的 UTF-7 ( ) 用于编码方案。 入门 预防 按照以下说明安装的Utf7Ime可防止您通过软件键盘输入任何文本。 不要使用 Utf7Im


【文件预览】:
uiautomator-input-helper-master
----.gitignore(800B)
----helper-library()
--------src()
----README.md(5KB)
----README.ja.md(6KB)
----UiAutomatorInputSample()
--------src()
--------project.properties(563B)
--------build.xml(4KB)
----Utf7Ime()
--------AndroidManifest.xml(2KB)
--------proguard-project.txt(781B)
--------libs()
--------src()
--------project.properties(563B)
--------res()
----images()
--------sample-screenshot.png(10KB)
----LICENSE.txt(11KB)
----NOTICE.txt(20KB)

网友评论