Skip to content

v0.1.0-alpha-04

Compare
Choose a tag to compare
@dreamgyf 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依赖错误