Skip to content

Releases: catchpig/kmvvm

v0.4.2

19 Apr 14:14

Choose a tag to compare

文件下载增加协程方式

v0.4.1

14 Jan 13:19

Choose a tag to compare

  1. 多文件下载增加进度回调接口
  2. 优化问文件下载接口

v0.4.0

19 Dec 09:32

Choose a tag to compare

优化代码

v0.3.9

17 Dec 14:48

Choose a tag to compare

优化Retrofit的Serialization,将ServiceApi注解的responseConverter属性的继承基类SerializationConverter

v0.3.8

16 Dec 14:44

Choose a tag to compare

将网络请求的GsonConverterFactory替换为SerializationCoverterFactory

v0.3.7

11 Dec 14:43

Choose a tag to compare

优化网络请求框架
1.将注解ServiceApi的factory参数改为responseConverter
2.增加封装类GsonResponseBodyConverter
2.增加封装抽象类BaseResponseBodyConverter

v0.3.6

07 Dec 13:59

Choose a tag to compare

1.优化刷新控件
2.弃用IAdapterListControl接口
3.删除IPageControl接口中的pageSize,nextPageIndex属性和getRefreshStatus方法
4.封装控件RefreshRecyclerView

v0.3.5

06 Dec 13:33

Choose a tag to compare

解决单独添加footer崩溃问题

v0.3.4

05 Dec 13:00

Choose a tag to compare

解决RecycleAdapter添加footer数据下标越界的崩溃问题

v0.3.3

04 Dec 14:23

Choose a tag to compare

注解ServiceApi增减debugInterceptors参数,只有NetManager.setDebug(true)的情况下,拦截器才会添加到OkHttp里面