Him188
|
31a8932070
|
Fix voice upload
|
2020-12-28 15:10:47 +08:00 |
|
Him188
|
b40b2232e6
|
Move MessageReceipt static functions to member ones
|
2020-12-27 23:50:54 +08:00 |
|
Him188
|
f12ee89d08
|
Improve docs
|
2020-12-27 23:37:30 +08:00 |
|
Him188
|
42f824d516
|
Integrate Voice APIs with ExternalResource
|
2020-12-27 23:31:04 +08:00 |
|
Him188
|
b2f0424418
|
Remove deprecated APIs
|
2020-12-27 22:47:31 +08:00 |
|
Him188
|
bfda72e58f
|
ExternalResource (#754)
* ExternalResource fundamentals:
- Introduce ExternalResource
- Migrate functions
- Move utilities to mirai-core-utils
* Fix build
* Fix filename and misc improvements
* Close file on ExternalResource.close;
Reset filePointer to 0 on stream close
* Rearrange image extensions
* Fix tests
* Fix build
* toExternalResource: formatName = null by default
* Reduce unnecessary continuations
* Fix ExternalResourceImplByFileWithMd5.inputStream
* ExternalResource: Remove BufferedImage support
* Don't close stream on image upload;
Unified closing behaviorImprove;
Improve FileCacheStrategy;
* Fix createImageDataPacketSequence closing
* Fix image upload, change size to long
* Fix docs
* Rename SendImageUtilsJvmKt to SendResourceUtilsJvmKt
* Run BIO appropriately
* Postpone file detection on formatName getter
* Fix SendResourceUtilsJvmKt JvmName
Co-authored-by: Karlatemp <karlatemp@vip.qq.com>
|
2020-12-26 17:36:00 +08:00 |
|
Him188
|
08b46a487c
|
Add Group.getMember and Group.getMemberOrFail as disambiguation with get in some contexts.
|
2020-12-24 14:59:20 +08:00 |
|
Him188
|
89ec0b6a4f
|
Internal optimizations
|
2020-12-24 13:48:23 +08:00 |
|
Him188
|
bf095866a8
|
Declare Group.botAsMember stable
|
2020-12-24 12:47:10 +08:00 |
|
Him188
|
c0c7853ab7
|
Fix build
|
2020-12-23 18:38:46 +08:00 |
|
Karlatemp
|
2340486db8
|
Re-design Member interfaces #725
|
2020-12-18 20:31:24 +08:00 |
|
Him188
|
d5c94f26b4
|
Add Group.contains(Member)
|
2020-12-17 08:16:51 +08:00 |
|
Him188
|
6c0b6473ed
|
Make Group.get, Bot.getFriend, Bot.getGroup return nullable. Add getOrFail for migration
|
2020-12-16 19:11:42 +08:00 |
|
Him188
|
5459e1c577
|
Add Contact.sendMessage(String) for convenience
|
2020-12-16 18:16:46 +08:00 |
|
Him188
|
970f51fbe1
|
Blocking bridges for contacts, MessageReceipt and Bot
|
2020-12-05 16:55:57 +08:00 |
|
Him188
|
a7b1be99e5
|
Remove all functions and classes deprecated in 1.x, close #530
|
2020-12-02 13:20:46 +08:00 |
|
Him188
|
46e3f42432
|
Change Contact classes into interfaces
|
2020-12-01 15:45:57 +08:00 |
|
Him188
|
3910044490
|
Remove @SinceMirai
|
2020-12-01 12:30:13 +08:00 |
|
Him188
|
1e7aaaec48
|
Rearrange protocol implementations
|
2020-11-01 15:07:32 +08:00 |
|
Him188
|
a9d4d14576
|
Rearrange module structure:
- Rename mirai-core to mirai-core-api
- Rename mirai-core-qqandroid to mirai-core
- Rename package net.mamoe.mirai.qqandroid to net.mamoe.mirai.internal
- Delete old android targets
- Configure default packages correctly
- Update licenses
|
2020-10-03 12:42:13 +08:00 |
|