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
ApplicationContextinstead 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
layoutresource 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
FastInflateis 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项目