Releases: dreamgyf/FastInflate
v0.1.0-alpha-07
The current version is an alpha beta, and have not done compatibility tests for all of the Android versions.
The <include />
tag doesn't supported to use theme
attribute.
当前版本为alpha
测试版,尚未对所有Android
版本进行兼容性测试
<include />
标签不支持使用theme
属性
Fix
- Fix the problem of wrong using
ApplicationContext
instead ofActivityContext
.
- 修复错误的使用
ApplicationContext
替代了ActivityContext
的问题
v0.1.0-alpha-06
The current version is an alpha beta, and have not done compatibility tests for all of the Android versions.
The <include />
tag doesn't supported to use theme
attribute.
当前版本为alpha
测试版,尚未对所有Android
版本进行兼容性测试
<include />
标签不支持使用theme
属性
Fix
- Fix the problem that FastInflate cannot take effect after the app is enabled minify.
- 修复App混淆后
FastInflate
无法生效的问题
v0.1.0-alpha-05
The current version is an alpha beta, and have not done compatibility tests for all of the Android versions.
The <include />
tag doesn't supported to use theme
attribute.
当前版本为alpha
测试版,尚未对所有Android
版本进行兼容性测试
<include />
标签不支持使用theme
属性
Feature
layout
resource directory can use qualifiers now (For example:layout-v23
).
- 支持
layout
资源目录使用限定符(如:layout-v23
)
v0.1.0-alpha-04
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
依赖错误
v0.1.0-alpha-03
当前版本为alpha测试版,仅供学习研究使用,由此插件引发的各种损失,本人概不负责!!!
目前暂不支持多module
项目,不支持多layout
目录(比如layout-v23
),<include />
标签不支持使用theme
属性
Feature
- 新增对多Build Variant(多flavor)项目的支持
v0.1.0-alpha-02
当前版本为alpha测试版,仅供学习研究使用,由此插件引发的各种损失,本人概不负责!!!
当前版本目前不支持多module
、多flavor
项目,<include />
标签不支持使用theme
属性
Feature
-
增加对
<requestFocus />
标签的支持 -
增加对
<tag />
标签的支持 -
增加对
<include />
标签的支持,但标签内不支持使用theme
属性 -
优化生成出来的代码结构与格式
Fix
-
修复
ViewStub
生成问题 -
修复
<blink />
标签BlinkLayout
生成问题 -
修复
onFinishInflate
方法错误的调用时机
v0.1.0-alpha-01
当前版本为alpha测试版,仅供学习研究使用,由此插件引发的各种损失,本人概不负责!!!
FastInflate
首个测试版本,不支持含有<include>
、<merge>
、<requsetFocus>
、<tag>
等标签的布局,不支持多module
、多flavor
项目