mirai/mirai-core-qqandroid
Him188 2d9db234d7 Introduce FileCacheStrategy;
Rework `ExternalImage`, introduce `ReusableInput` for multiple attempts when uploading images;
Add `BotConfiguration.fileCacheStrategy`, defaults use cache system from host OS;
Introduce `DeferredReusableInput` for `*.toExternalImage` on JVM.
Deprecate `*.suspendToExternalImage` as no longer need to be suspend.
Open input only when required, close input after uploading files, fix #302
2020-05-05 16:09:32 +08:00
..
src Introduce FileCacheStrategy; 2020-05-05 16:09:32 +08:00
build.gradle.kts Extract JCE serialization to him188/jcekt. close #300 2020-05-04 14:48:01 +08:00
README.md Rearrange internal APIs 2020-04-02 09:43:50 +08:00

mirai-core-qqandroid

QQ for Android 8.2.7 协议实现. 相较于 mirai-core, 此模块仅提供协议和功能的实现, 不提供额外的公开的 API.