v0.1.0-alpha-04
dreamgyf
released this
05 Nov 14:35
·
24 commits
to develop
since this release
The current version is an alpha beta, and have not done compatibility tests for all of the Android versions.
Multi-directory of layout
is not supported currently (For Example: layout-v23
), and the <include />
tag doesn't supported to use theme
attribute.
当前版本为alpha
测试版,尚未对所有Android
版本进行兼容性测试
目前暂不支持多layout
目录(如layout-v23
),<include />
标签不支持使用theme
属性
Feature
-
Support multi-module.
-
Transform the Sample module to library.
-
Add base unit test.
-
add unit test for multi-module.
-
add Github Action CI.
-
add Github Action CD.
-
新增多
module
支持 -
Sample
模块独立成库 -
新增基础单元测试
-
新增多
module
单元测试 -
新增 Github Action CI 脚本
-
新增 Github Action CD 脚本
Fix
-
Fix the problem that
FastInflate
is slow at initialization. -
Fix the wrong dependencies of the
FastInflatePlugin
.
-
修复
FastInflate
初始化慢的问题 -
修复
FastInflatePlugin
依赖错误