[RELEASE] 6.1.0.0

This commit is contained in:
世界 2020-04-25 16:36:33 +08:00
parent 1e86adc83f
commit 40b1a23d51
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
4 changed files with 12 additions and 19 deletions

View File

@ -10,12 +10,6 @@ NekoX is an open source third-party Telegram android app.
- FAQ: https://telegra.ph/NekoX-FAQ-03-31
- FAQ (Chinese): https://telegra.ph/NekoX-%E5%B8%B8%E8%A6%8B%E5%95%8F%E9%A1%8C-03-31
## API, Protocol documentation
Telegram API manuals: https://core.telegram.org/api
MTProto protocol manuals: https://core.telegram.org/mtproto
## Compilation Guide
### Specify APP_ID and APP_HASH
@ -57,7 +51,7 @@ Available variant list:
## Localization
Join project at https://neko.crowdin.com/nekogram and https://nekox.crowdin.com/nekox.
Join project at https://nekox.crowdin.com/nekox and https://neko.crowdin.com/ .
## Credits
@ -68,8 +62,4 @@ Join project at https://neko.crowdin.com/nekogram and https://nekox.crowdin.com/
<li>AndroidLibV2rayLite: <a href="https://github.com/2dust/AndroidLibV2rayLite/blob/master/LICENSE">LGPLv3</a></li>
<li>shadowsocks-libev: <a href="https://github.com/shadowsocks/shadowsocks-libev/blob/master/LICENSE">GPLv3</a></li>
<li>shadowsocksRb-android: <a href="https://github.com/shadowsocksRb/shadowsocksRb-android/blob/master/LICENSE">GPLv3</a></li>
</ul>
## :)
[关于 "NekoX 举报 Nekogram" 的声明](https://telegra.ph/page-04-12)
</ul>

View File

@ -62,8 +62,8 @@ android {
minSdkVersion 16
targetSdkVersion 28
versionName "6.1.0.0"
versionCode = 24
versionName "6.1.0.0-rc1"
versionCode = 25
vectorDrawables.generatedDensities = ['mdpi', 'hdpi', 'xhdpi', 'xxhdpi']

View File

@ -17,6 +17,7 @@ import okhttp3.HttpUrl.Companion.toHttpUrl
import org.telegram.messenger.FileLog
import org.telegram.messenger.LocaleController
import org.telegram.messenger.R
import kotlin.concurrent.thread
import kotlin.random.Random
class VmessLoader {
@ -414,11 +415,13 @@ class VmessLoader {
fun stop() {
runCatching {
thread {
point.isRunning = false
runCatching {
point.stopLoop()
point.stopLoop()
}
}

View File

@ -1,6 +1,6 @@
# Updates
In case there is an update to the newest version which is not published here or on F-Droid yet, either:
In case there is an update to the newest version which is not published here, either:
- [Upstream](https://github.com/DrKLO/Telegram) didn't release the source code.
- Find a way to annoy them on Github, [official Twitter](https://twitter.com/telegram), [Durov's Twitter](https://twitter.com/durov), etc until they do.
- The source code was released, but not yet merged here.
- This will inevitably happen, but maybe you can help!
- This will inevitably happen, but maybe you can help!