Commit Graph

5075 Commits

Author SHA1 Message Date
Karlatemp
ff23709ae3
Merge remote-tracking branch 'origin/dev' into maven-central
# Conflicts:
# .github/workflows/bintray.yml
# .github/workflows/release.yml
# buildSrc/src/main/kotlin/Versions.kt
2021-02-08 12:24:15 +08:00
Him188
aaa655f167 Move @JvmBlockingBridge on member functions to containing classes 2021-02-08 12:15:58 +08:00
Him188
bdcc92f0e9 Update blocking bridge version 2021-02-08 12:05:38 +08:00
Him188
ad6d95cee5 Require password length to be at most 16 on BotAccount init. #993 2021-02-07 19:00:21 +08:00
Him188
f2d9c0e5d2 Fix publishing workflow 2021-02-07 15:53:46 +08:00
Karlatemp
a0666635d5
Keep JCenter package; Re-enable gradle plugin publish 2021-02-07 15:28:29 +08:00
Him188
2d1c66135e Fix Voice.contentToString to be the same as official clients 2021-02-07 14:59:07 +08:00
Him188
bf4502fa3e 2.4-M1 2021-02-07 14:37:03 +08:00
Him188
c4c0bce381 Merge remote-tracking branch 'mirai/dev' into dev 2021-02-07 14:18:35 +08:00
Him188
d0ea9ceaae Upload all voices as silk format to avoid compression, #940 2021-02-07 14:18:19 +08:00
Him188
80b9986f22
Merge pull request #991 from mamoe/contact_list_cache
Contact list cache
2021-02-07 14:17:43 +08:00
Him188
31839b76a3 Enable cache by default, change default cache dir, change enableXXXCache to disableXXXCache in BotConfiguration 2021-02-07 13:55:08 +08:00
Him188
f27e42d225 Fix BotConfiguration.copy 2021-02-07 13:43:03 +08:00
Him188
cbf151b24d Rearrange BotConfiguration members 2021-02-07 13:43:03 +08:00
Him188
0a36170411 Fix docs 2021-02-07 13:43:03 +08:00
Him188
4f3ced5407 apiDump 2021-02-07 13:43:03 +08:00
Him188
7fac83702a Support group list cache, close #987 2021-02-07 13:43:03 +08:00
gao_cai_sheng
78ae44d0e6
Add gradlew executable permission (#972) 2021-02-07 13:02:39 +08:00
Him188
90d4030fe6 Support friend list cache, close #408 2021-02-06 22:52:41 +08:00
Karlatemp
fb2632073b
Auto release to maven central 2021-02-06 22:39:09 +08:00
Him188
6cb3aed2f0 Remove unused QQAndroidBot.selfInfo 2021-02-06 20:43:02 +08:00
Him188
9211f697cf Review contact infos and make them serializable 2021-02-06 20:40:54 +08:00
Him188
311df7d22b Extract contact sync logic to ContactUpdater for future caching #408 2021-02-06 19:53:51 +08:00
Him188
13d4554456 Send logout on bot.close 2021-02-06 17:43:12 +08:00
Him188
3964d9976a Fix PC OtherClientOnlineEvent sync missing clientInfo, fix #955 2021-02-06 17:29:28 +08:00
Karlatemp
9d8781d27c
Init keys before project init 2021-02-06 16:38:43 +08:00
Karlatemp
059d6a2ee5
2.4.0-dev-publish-1 2021-02-06 16:31:59 +08:00
Karlatemp
9af889f730
GitHub Workflow 2021-02-06 15:41:09 +08:00
Karlatemp
eacbbef54d
ignore build-secret-keys 2021-02-06 08:32:01 +08:00
Karlatemp
7eadb1df56
Merge remote-tracking branch 'origin/dev' into maven-central
# Conflicts:
#	buildSrc/src/main/kotlin/Versions.kt
2021-02-06 08:30:32 +08:00
Karlatemp
0750e81b45
Setup sonatype remote 2021-02-06 08:16:29 +08:00
Karlatemp
cd47c60e76
Add the missing values in POM 2021-02-06 08:15:21 +08:00
Him188
502f62167d 2.4.0-dev-1 2021-02-05 23:33:50 +08:00
Him188
3889ea225a Merge remote-tracking branch 'mirai/dev' into dev 2021-02-05 23:00:59 +08:00
Him188
3c4a517f68 apiDump for ShowImageFlag.SERIAL_NAME 2021-02-05 23:00:43 +08:00
Him188
fce880f739
Update Messages.md 2021-02-05 23:00:14 +08:00
Him188
73b6a886be Install serializer for ShowImageFlag, fix build. 2021-02-05 22:43:16 +08:00
Him188
fd3b32482e Add check for DeviceInfo.imsiMd5.size on init. #979 2021-02-05 22:40:27 +08:00
Him188
13faff5471 Add serialization support for ShowImageFlag 2021-02-05 22:34:08 +08:00
Him188
5cd617eaa6 Deprecate SingleMessage.Serializer for compatibility issue with array polymorphism 2021-02-05 22:33:36 +08:00
Him188
9febb66922 Update docs 2021-02-05 22:10:10 +08:00
Him188
3c38a3b9c0 Extract SingleMessage and ConstrainSingle to separate files, update docs 2021-02-05 22:10:06 +08:00
Karlatemp
ea44735bce
POM file setup 2021-02-05 22:07:35 +08:00
Karlatemp
95d6484ec6
GPG sign 2nd verity 2021-02-05 22:04:37 +08:00
Karlatemp
d37675f5c2
GPG sign for artifacts 2021-02-05 17:38:27 +08:00
Eritque arcus
3a8003057a
Update README.md (#960) 2021-02-03 21:57:13 +08:00
Him188
14258b8212 Add task cleanExceptIntellij 2021-02-03 21:28:04 +08:00
Him188
af72c4ec25 2.3.2 2021-02-03 20:24:25 +08:00
Him188
3b06df6bc5 Simplify EventChannel.parentScope 2021-02-03 20:23:10 +08:00
Him188
1205d95186 Fix EventChannel.parentScope missing parentJob 2021-02-03 19:45:45 +08:00