Him188
|
a8f3bc876d
|
Merge remote-tracking branch 'mirai/dev' into dev
|
2021-03-03 08:06:00 +08:00 |
|
Him188
|
cedb239fc3
|
Avoid using kotlin.time.Duration API in a binary-sensitive way, fix #1066
|
2021-03-03 08:04:57 +08:00 |
|
Karlatemp
|
047a3b344e
|
Try fix display of ForwardMessage on iOS; #1052
|
2021-03-02 23:10:38 +08:00 |
|
NaturalHG
|
1b136b268a
|
Update README.md
|
2021-03-02 03:07:43 +08:00 |
|
NaturalHG
|
c7884614a6
|
add link to mirai-sponsor
|
2021-03-02 03:07:01 +08:00 |
|
NaturalHG
|
491f623bf2
|
Add sponsor entry
|
2021-03-02 02:43:41 +08:00 |
|
Him188
|
7867294f4d
|
Remove maven local and kotlinx jcenter repositories
|
2021-03-01 10:23:20 +08:00 |
|
HelloWorld
|
1012ec1824
|
Merge pull request #1059 from purofle/patch-1
增加MiraiForum
|
2021-02-27 23:01:48 +08:00 |
|
purofle
|
0e745586af
|
Update README.md
|
2021-02-27 22:30:21 +08:00 |
|
purofle
|
db917567a3
|
增加MiraiForum
|
2021-02-27 21:05:01 +08:00 |
|
Him188
|
df4e5caf30
|
Update ConfiguringProjects.md versions
|
2021-02-27 15:28:45 +08:00 |
|
Him188
|
0183981b63
|
Release version 2.5-M1
|
2021-02-27 14:46:36 +08:00 |
|
Him188
|
1d68c6ab68
|
Don't checkout submodules remotely in CI builds
|
2021-02-27 14:44:46 +08:00 |
|
Him188
|
cafd13478f
|
Fix member permission detection in OnlinePushPbPushGroupMsg, fix #1050
|
2021-02-27 14:36:18 +08:00 |
|
Him188
|
ec140a0df2
|
Merge pull request #989 from mamoe/android_target
Android target
|
2021-02-27 14:07:11 +08:00 |
|
Karlatemp
|
64a5273872
|
Add Maven Central badge
|
2021-02-26 22:47:35 +08:00 |
|
Karlatemp
|
23f71b9b1c
|
Update Messages.md
|
2021-02-26 20:10:18 +08:00 |
|
Karlatemp
|
d5e6483dc1
|
apiDump for Android
|
2021-02-26 18:36:35 +08:00 |
|
Karlatemp
|
7b7730601f
|
Include api-versions.xml in repo
|
2021-02-26 18:32:44 +08:00 |
|
Him188
|
947e3e3458
|
Add issue navigator
|
2021-02-26 15:59:49 +08:00 |
|
Him188
|
b7c0f40d7e
|
Revert "Implement multiplatform EventChannel for android specially"
This reverts commit dd7aed88
|
2021-02-26 15:34:51 +08:00 |
|
Him188
|
8c5727800c
|
Release 2.5.0-dev-android-1
|
2021-02-25 13:11:21 +08:00 |
|
Him188
|
cad9bd2479
|
apiDump for Android
|
2021-02-25 11:22:11 +08:00 |
|
Him188
|
7fd281c496
|
Remove reflection API calls which are unsupported by Android
|
2021-02-25 11:19:18 +08:00 |
|
Him188
|
d6bb8fa844
|
Target Android API 24
|
2021-02-25 11:11:37 +08:00 |
|
Him188
|
22ab149024
|
Fix configureJvmTarget
|
2021-02-25 11:11:28 +08:00 |
|
Him188
|
aaab3ae109
|
Merge branch 'dev' into android_target
# Conflicts:
# build.gradle.kts
|
2021-02-25 10:39:51 +08:00 |
|
Him188
|
cdf2235b7a
|
Fix typo
|
2021-02-25 09:43:10 +08:00 |
|
Him188
|
f010b1150c
|
Fix platform declarations in mirai-core-utils
|
2021-02-25 09:41:05 +08:00 |
|
Him188
|
2c14f0016f
|
Disable atomicFU compiler plugin
|
2021-02-25 09:35:51 +08:00 |
|
Him188
|
6cf3d6b190
|
Fix tests package name
|
2021-02-25 09:31:30 +08:00 |
|
Him188
|
4d3f8ad56b
|
Remove mistakenly added kotlin-test dependencies in main source sets
|
2021-02-25 09:26:57 +08:00 |
|
Him188
|
abf9baefc1
|
Remove @file:JvmName on PlatformLogger actual declarations, fix potential compiling issue
|
2021-02-25 07:54:36 +08:00 |
|
Karlatemp
|
7a7c88b783
|
Android api level check
|
2021-02-25 00:12:58 +08:00 |
|
Him188
|
dd7aed885d
|
Implement multiplatform EventChannel for android specially
|
2021-02-24 15:57:54 +08:00 |
|
Him188
|
7b80ac5a0c
|
Replace usage of java.util.List.removeIf to Kotlin's MutableList.removeAll
|
2021-02-24 15:15:47 +08:00 |
|
Him188
|
ba61194fa4
|
Move StandardCharImageLoginSolver from common to jvm
|
2021-02-24 15:15:43 +08:00 |
|
Him188
|
d3583162a5
|
Replace usage of List.replaceAll with Kotlin's
|
2021-02-24 15:15:31 +08:00 |
|
Him188
|
95688e37af
|
Update to Kotlin 1.4.30 and bump other dependencies versions (#1049)
- kotlin-stdlib and compiler 1.4.30
- kotlinx-serialization 1.1.0-RC
- kotlinx-coroutines 1.4.2
- ktor 1.5.1
- atomicfu 0.15.1
- yamlkt 0.9.0
- kotlin-jvm-blocking-bridge 1.10.0
- intellij 2020.3.2
- kotlin-intellij 203-1.4.30-release-IJ7148.5
- Gradle 6.8.2
|
2021-02-24 12:15:19 +08:00 |
|
Him188
|
0529d7679b
|
Enable android target always
|
2021-02-24 12:14:02 +08:00 |
|
Him188
|
9c3a175b02
|
Configure binary compatibility validator for android target
|
2021-02-24 11:36:03 +08:00 |
|
Him188
|
d450c4a65c
|
Update docs: remove jcenter and updater mirai versions
|
2021-02-24 10:52:18 +08:00 |
|
Him188
|
aa289e932f
|
Multiplatform LoginSolver:
- On JVM: Same behaviour as before
- On Android: LoginSolver.Default returns `null` always
|
2021-02-24 10:18:04 +08:00 |
|
Him188
|
1ce26c393c
|
Implement SingleFileLogger separately for different platforms, ensure binary compatibility
|
2021-02-24 09:55:33 +08:00 |
|
Him188
|
0b971b2117
|
Merge branch 'dev' into android_target
# Conflicts:
# build.gradle.kts
# buildSrc/src/main/kotlin/Versions.kt
|
2021-02-24 09:20:47 +08:00 |
|
Him188
|
333103eca7
|
Merge remote-tracking branch 'mirai/dev' into dev
|
2021-02-24 09:17:24 +08:00 |
|
Him188
|
6a6ce4a401
|
Temporarily remove Dokka to fix build
|
2021-02-24 09:16:49 +08:00 |
|
Karlatemp
|
9bb3ae20ef
|
MiraiCode of MusicShare (#1044)
* Improve MiraiCode parsing
* MiraiCode of MusicShare
|
2021-02-23 23:00:32 +08:00 |
|
Him188
|
69cceaf695
|
Update Bots.md
|
2021-02-22 13:25:58 +08:00 |
|
Karlatemp
|
a5c28758e9
|
Improve RspSystemMsgNew filtering
|
2021-02-21 14:28:51 +08:00 |
|