Sign in
Sign up
Explore
Enterprise
Education
Search
Help
Terms of use
About Us
Explore
Enterprise
Education
Gitee Premium
Gitee AI
AI teammates
Sign in
Sign up
Fetch the repository succeeded.
description of repo status
Open Source
>
Development Lib
>
Network Development Package
&&
Donate
Please sign in before you donate.
Cancel
Sign in
Scan WeChat QR to Pay
Cancel
Complete
Prompt
Switch to Alipay.
OK
Cancel
Watch
Unwatch
Watching
Releases Only
Ignoring
1
Star
2
Fork
1
温凉
/
Anna
Closed
Code
Issues
0
Pull Requests
0
Wiki
Insights
Pipelines
Service
Quality Analysis
Jenkins for Gitee
Tencent CloudBase
Tencent Cloud Serverless
悬镜安全
Aliyun SAE
Codeblitz
SBOM
DevLens
Don’t show this again
Releases
Preview version
3.2.0-beta02
2518e83
2022-11-01 17:21
Compare
3.2.0-beta02
温凉
新增了使用gson解析的DataClassConverterFactory,优化了旧解析器的性能,修复ConverterFactory.add函数无效的问题。
Last committed message:
优化md
Preview version
3.2.0-beta01
2560850
2022-10-29 15:32
Compare
3.2.0-beta01
温凉
支持了data class,更新了compose版本等,优化了解析器的性能
Last committed message:
支持了data class解析
Latest
3.1.0
8a47c66
2022-10-23 02:19
Compare
3.1.0
温凉
1.修复PATCH请求无法使用的问题 2.更新协程版本、更新net版本为3.5.2
Last committed message:
修复compileSdk跟targetSdk不一致的问题,更新app模块的部分依赖项
3.0.2
c4d0f4c
2022-08-01 17:40
Compare
3.0.2
温凉
更新compose版本为1.2.0,更新net版本以修复缓存模式下Request信息丢失的问题
Last committed message:
更新compose版本为1.2.0,更新net版本以修复缓存模式下Request信息丢失的问题
3.0.1
0445d9f
2022-07-23 05:02
Compare
3.0.1
温凉
移除了返回代码不正确直接抛出异常的特性,之后将由用户使用code自行判断;移除了anna自带的异常类,代码整理;公开Anna的部分参数;
Last committed message:
修改两个函数的可见性为模块中可见
3.0.0
8a2b741
2022-07-21 02:05
Compare
3.0.0
温凉
回退上一个版本改动,优化回调实现,优化在使用全局缓存配置时的性能表现
Last committed message:
回退上一个版本改动,优化回调实现,优化在使用全局缓存配置时的性能表现
3.0.0-rc05
faca632
2022-07-21 00:49
Compare
3.0.0-rc05
温凉
尝试解决android job was canceled
Last committed message:
尝试解决android job was canceled
3.0.0-rc04
4b5d5a0
2022-07-19 21:10
Compare
3.0.0-rc04
温凉
使用了新的方式去配置缓存
Last committed message:
修复返回类型错误的bug
3.0.0-rc03
8a4f145
2022-07-10 15:14
Compare
3.0.0-rc03
温凉
支持修改缓存模式
Last committed message:
修改CacheMode名称为EnableCache
3.0.0-rc02
897e822
2022-07-05 23:36
Compare
3.0.0-rc02
温凉
移除部分错误类型,支持了Net的绝大部分请求
Last committed message:
移除部分错误类型,完整支持Net的所有网络请求
3.0.0-rc01
773c300
2022-07-05 14:44
Compare
3.0.0-rc01
温凉
相比上一个版本没有变化
Last committed message:
修复请求参数缺失的问题
Preview version
3.0.0-alpha04
773c300
2022-07-03 05:04
Compare
3.0.0-alpha04
温凉
修复continuation可能多次update的问题,浏览文件修复请求参数缺失的问题
Last committed message:
修复请求参数缺失的问题
Preview version
3.0.0-alpha03
96b258b
2022-07-03 04:01
Compare
3.0.0-alpha03
温凉
可能修复了Query注解失效的问题
Last committed message:
可能修复了Query注解失效的问题
Preview version
3.0.0-alpha02
f4a619c
2022-07-03 03:36
Compare
3.0.0-alpha02
温凉
修复返回类型非List类型会导致闪退的问题
Last committed message:
修复返回类型非List类型会导致闪退的问题
Preview version
3.0.0-alpha01
5975dda
2022-07-03 03:12
Compare
3.0.0-alpha01
温凉
使用东哥的net去替换anna原有的网络请求部分,支持了net的绝大部分请求(网络请求,json请求的尚未支持 限制fun必须加上suspend注解 不再指定okhttp版本 ps:相比上一个版本,我回退的json解析工厂的代码
Last committed message:
使用东哥的net去替换anna原有的网络请求部分,支持了net的绝大部分请求(网络请求,json请求的尚未支持
Preview version
2.4.0-beta03
5d819a4
2022-07-02 15:47
Compare
2.4.0-beta03
温凉
支持返回ArrayList,修改了构建器的部分代码,但尚未验证
Last committed message:
支持返回ArrayList,修改了构建器的部分代码,但尚未验证
Preview version
2.4.0-beta02
923b013
2022-06-18 21:21
Compare
2.4.0-beta02
温凉
修复了一个意外错误
Last committed message:
修复了一个意外错误
Preview version
2.4.0-beta01
5f33f0a
2022-06-14 00:04
Compare
2.4.0-beta01
温凉
不再支持自定义拨号器,内部实现调整,修复了一些意外错误
Last committed message:
不再支持自定义拨号器,内部实现调整,修复了一些意外错误
Preview version
2.4.0-alpha03
8de9958
2022-06-13 20:41
Compare
2.4.0-alpha03
温凉
移除了AnyModelFactory,现在CallAdapter将处理Call回调和获取json,然后调用converterFactory去寻找合适的解析器进行解析。更鲜明的Exception名称
Last committed message:
移除了AnyModelFactory,现在CallAdapter将处理Call回调和获取json,然后调用converterFacto...
Preview version
2.4.0-alpha02
6f88858
2022-06-11 15:01
Compare
2.4.0-alpha02
温凉
修复了解析List类型时返回Kotlin.Unit的问题
Last committed message:
修复了解析List类型时返回Kotlin.Unit的问题
Download
To prevent Robot download, Please enter the captcha to continue
Cancel
Download
Kotlin
1
https://gitee.com/ZXHHYJ/anna.git
git@gitee.com:ZXHHYJ/anna.git
ZXHHYJ
anna
Anna
Going to Help Center
Search
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
Comment
Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register