Commit Graph
51 Commits
Author SHA1 Message Date
ag2s20150909 134d62cba7 迁移到Androidx Media3 2023-05-11 19:53:56 +08:00
ag2s20150909 20a3ea09b4 优化 2023-03-13 08:50:02 +08:00
ag2s20150909 b6abf3b04a Merge branch 'gedoor:master' into rar7z 2023-03-13 08:42:05 +08:00
ag2s20150909 b128810322 优化 2023-03-13 08:34:12 +08:00
ag2s20150909 a4f97b8245 Merge branch 'gedoor:master' into rar7z 2023-03-12 21:12:32 +08:00
ag2s20150909 aafc88e92d fix 2023-03-12 21:10:27 +08:00
ag2s20150909 f429924e8f 初步实现RAR,7ZIP解压 2023-03-12 20:41:37 +08:00
ag2s20150909 af6e8cb27b fix bug 2023-02-16 13:51:09 +08:00
ag2s20150909 834c942e6f fix bug 2023-02-09 20:37:41 +08:00
ag2s20150909 a1aa27abcc 优化 2023-01-27 16:04:46 +08:00
ag2s20150909 2bd68eb1a3 优化 2023-01-27 15:58:28 +08:00
ag2s20150909 973d7c6534 修复中文AndroidZipFile不能读取非ASCII字符文件名 2023-01-09 08:08:21 +08:00
ag2s20150909 ee28484b02 优化 2022-12-20 19:18:04 +08:00
ag2s20150909 6797894f1c 修复在暗色模式下,某些无背景色pdf显示问题。 2022-12-19 15:09:45 +08:00
ag2s20150909 342a08400f 支持PDF格式 2022-12-19 12:49:59 +08:00
ag2s20150909 0f68aff302 让安装了GMS的低版本Android在okhttp模式时支持TLSv1.3 2022-10-17 17:52:34 +08:00
ag2s20150909 eb90446afd fix bugs
1,修复SwitchPreference的异常显示
2,更新一些库
2022-10-14 13:36:58 +08:00
ag2s20150909 147ea16469 加速Github Action
https://github.com/gradle/gradle-build-action
2022-10-03 19:10:28 +08:00
ag2s20150909 d0e7e60a09 加速Github Action
https://github.com/gradle/gradle-build-action
2022-10-03 18:51:21 +08:00
ag2s20150909 87affaf5e6 改进Cronet的混淆规则 2022-10-02 09:15:17 +08:00
ag2s20150909 15fbc844f1 Cronet 支持DnsHttpsSvcb
Cronet 设置`UseDnsHttpsSvcb`等实验选项支持HTTPS 类型的dns请求,从dns HTTPS记录中就能获取到支持的alpn,用来确定升级http3。

https://github.com/chromium/chromium/commit/77379815db4354afa3a81c9dd26995c7edc76b16
2022-09-29 13:57:59 +08:00
ag2s20150909 6580d835e9 Update dependabot.yml 2022-08-13 20:37:44 +08:00
ag2s20150909 c8aa67f970 更新kotlin和Compose版本 2022-08-11 19:50:56 +08:00
ag2s20150909 a7505a6c5e 更新kotlin版本
更新kotlin 1.7.0
更新Compose 1.2.0
更新room 2.5.0-alpha02 旧版本不支持kotlin 1.7.0
2022-07-03 11:40:53 +08:00
ag2s20150909 1d0c12c694 update 2022-05-24 00:40:48 +08:00
ag2s20150909 de13d0942b Merge branch 'gedoor:master' into master 2022-05-23 23:47:40 +08:00
ag2s20150909 2e107e7356 update gradle to new format
turn on nonTransitiveRClass
2022-05-23 23:45:37 +08:00
ag2s20150909 b219391470 Switch of AntiAlias 2022-05-08 12:08:20 +08:00
ag2s20150909 a24c9e4f8c Cronet support cookieJar 2022-05-07 14:54:06 +08:00
ag2s20150909 ebf8f63975 添加java.head方法
用法与java.get 相同
2022-04-29 22:07:08 +08:00
ag2s20150909 5a441915fc 音频预缓存 2022-04-24 17:10:13 +08:00
ag2s20150909 00e8cce519 音频预缓存 2022-04-24 16:51:50 +08:00
ag2s20150909 b5cc20ed8b Merge branch 'gedoor:master' into master 2022-04-23 18:46:25 +08:00
ag2s20150909 1bb3437ae5 音频界面显示缓冲进度 2022-04-23 18:45:39 +08:00
ag2s20150909 5d1ff83acf 绘制Bitmap时抗锯齿 2022-04-22 19:33:19 +08:00
ag2s20150909 3f19f14b7a 修复书源类型为图片的不在缓存界面出现 2022-04-16 19:03:21 +08:00
ag2s20150909 26d1bb56d3 use decodeFileDescriptor replace decodeFile to avoid twice create FileInputStream and auto close FileInputStream 2022-04-14 16:07:52 +08:00
ag2s20150909 69c3b1aaf0 Cronet共用okhttp的线程池 2022-04-13 21:23:42 +08:00
ag2s20150909 90b6e31ff1 读取效率太低了,偶尔会读取失败,回退到之前的方法。 2022-04-08 09:16:33 +08:00
ag2s20150909 38929910f0 优化 2022-04-07 22:53:59 +08:00
ag2s20150909 36c4e9e685 优化 2022-04-07 22:05:58 +08:00
ag2s20150909 7ef57c03b9 Merge remote-tracking branch 'origin/master' into epublazy 2022-04-07 20:49:24 +08:00
ag2s20150909 f621fc72d1 实现epub的懒加载(未经广泛测试) 2022-04-07 20:48:52 +08:00
ag2s20150909 cc37b9e855 Merge branch 'gedoor:master' into epublazy 2022-04-05 23:31:00 +08:00
ag2s20150909 dd9917ff0a 实现epub的懒加载(未经广泛测试) 2022-04-05 23:29:59 +08:00
ag2s20150909 e8e368935a 实现epub的懒加载(未经广泛测试) 2022-04-05 23:28:48 +08:00
ag2s20150909 793afdd7ab 在Android7.0 及以上使用jdk8的CompletableFuture替代旧的基于轮询的ConditionVariable 2022-03-14 17:35:01 +08:00
ag2s20150909 fb8acac61b enable v3 v4 Signing 2022-03-07 20:23:08 +08:00
ag2s20150909 c289d668dd 修复cronet启用失败
cronet相关的jar未更新,版本不匹配,而导致启用Cronet失败。
2022-03-07 19:42:12 +08:00
ag2s20150909 db9e9efcbc 修复cronet启用失败
cronet相关的jar未更新,版本不匹配,而导致启用Cronet失败。
2022-03-07 19:21:14 +08:00
ag2s20150909 4ca3587bea cronet 97.0.4692.70 2022-03-07 18:52:54 +08:00