Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.12 KB

RELEASE_NOTES.md

File metadata and controls

20 lines (16 loc) · 1.12 KB

3.3.0

  • Added md_line_spacing_body global theme attribute, which sets a global default for message line spacing. See #1903.
  • Added some assertions and sanity checks to avoid choice list adapter out of bounds crashes. See #1906.
  • Corner radius should not apply to the bottom of bottom sheet dialogs. See #1941.
  • Fix dialog titles being cut off with custom fonts. See #1936.
  • If noVerticalPadding is set with customView(...)``, padding is not applied to the bottom of the content ScrollViewifscrollable` is enabled. Resolves #1834.
  • Input dialog styling is not enforced by the dialog. The global default for TextInputLayout (textInputStyle) is used instead. See #1857.

3.3.1

  • demo 汉化完成,SDK 中相关字符串增加中文环境支持,修改默认语言环境:中文
  • README 文档加入中文说明
  • files 模块中的写入存储权限判断优化支持 Android 11 以上
  • demo 中权限请求优化,支持 Android 11 以上获取写入存储权限
  • files 模块优化 hasParent 逻辑以及外部存储根路径判断优化,修复文件选择器显示空文件夹时无法跳转上级目录的问题