Skip to content

v2.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 09:01

release: 2.0 拨号器输入栏改成 EditText 支持复制粘贴

  • tvDisplay 从 TextView 换成 EditText inputType=phone
    代码里 setShowSoftInputOnFocus(false) 禁掉系统软键盘 (依然走本地拨号盘)
  • 加 TextWatcher 监听粘贴/手动编辑: sanitize 后剥掉 -/空格/括号
    只留 digits + + * #, 再 reformat
  • updatingDisplay flag 避免 setText 触发自身的 watcher 死循环
  • 光标自动放在末尾, 长按可粘贴 / 选择 / 复制