Skip to content

Releases: AlanCheen/Flap

Release 1.6.1

09 Sep 13:16
3ee287f
Compare
Choose a tag to compare
Merge pull request #78 from AlanCheen/feature/1.6.1

Feature/1.6.1

发布 1.6.0

07 Aug 03:11
100ba6b
Compare
Choose a tag to compare

最后还是觉得 Component Proxy 合适

发布 1.5.2

06 May 12:33
c1c6444
Compare
Choose a tag to compare
Merge pull request #67 from AlanCheen/feature/1.5.2

Feature/1.5.2

Release 1.3.0

28 Mar 06:40
c1c6444
Compare
Choose a tag to compare

Automatically register flap item factories by FlapProcessor so that we don't have to write boilerplate codes.

That's awesome!~

开始使用注解生成样板代码

发布 1.5.1

23 Apr 12:31
Compare
Choose a tag to compare
  1. 重命名 ComponentManager --> ComponentRegistry;
  2. Component 注解里新增useDataBinding,来支持 DataBinding,默认为 false;

发布 1.5.0

26 Mar 06:18
Compare
Choose a tag to compare

对齐脑子里的组件化设计思想,改了一堆名字,要挨骂了~

  1. 移除 LayoutItemFactory(已废弃),用了反射影响性能;
  2. 移除 LifecycleItem(已废弃),现在在 FlapComponent 内就能直接接收到生命周期回调;
  3. 重命名 FlapItemFactory --> ComponentProxy,ComponentProxy 的职责更像一个代理人而不是一个工厂类,更加符合设计理念;
  4. 重命名 FlapItem --> Component,对应"组件"概念;
  5. 新增 ComponentFlowListener,可以监听关于组件的流程回调事件,方便做一些类似性能监控的事;

Release 1.4.0

21 Aug 11:54
Compare
Choose a tag to compare

see changelog for details

Release 1.2.0

25 Mar 09:53
94a1951
Compare
Choose a tag to compare

support Android Annotation Processor

Release v1.1.0

18 Jan 12:33
b764777
Compare
Choose a tag to compare
  1. Make arch better.
  2. Make project structure better.

Release v0.9.3

08 Jan 12:48
3613fd7
Compare
Choose a tag to compare

Feature :

  1. Add DifferFlapAdapter which is support AsyncListDiffer.