Go to file
世界 86ab90685e
!! update README.md ~
2020-04-03 09:58:10 +08:00
.github !! update README.md ~ 2020-04-03 09:58:10 +08:00
TMessagesProj ! 喵 ( 2020-04-02 20:42:23 +08:00
Tools Some new features and bug fixes 2014-06-17 18:45:21 +04:00
fastlane/metadata/android Add fastlane file structure 2020-02-27 09:18:56 +08:00
gradle/wrapper (? ... !~ 2020-03-26 21:40:56 +08:00
ss-libev (? ... !~ 2020-03-26 21:40:56 +08:00
ssr-libev (? ... !~ 2020-03-26 21:40:56 +08:00
.gitattributes (? ... !~ 2020-03-26 21:40:56 +08:00
.gitignore Merge remote-tracking branch 'telegram/master' 2020-01-01 22:14:58 +08:00
.gitmodules (? ... !~ 2020-03-26 21:40:56 +08:00
Dockerfile Update to 6.0.0 (1908) 2020-03-31 00:01:45 +08:00
LICENSE (? ... !~ 2020-03-26 21:40:56 +08:00
README.md !! update README.md ~ 2020-04-03 09:58:10 +08:00
apkdiff.py Fix apkdiff not checking entire files 2020-01-06 23:22:05 -08:00
build.gradle Update to 6.0.0 (1908) 2020-03-30 15:00:09 +03:00
crowdin.yml (? ... !~ 2020-03-26 21:40:56 +08:00
gradle.properties (? ... !~ 2020-03-26 21:40:56 +08:00
gradlew first commit 2013-10-25 19:19:00 +04:00
release.sh ! 喵 2020-03-29 22:44:16 +08:00
settings.gradle (? ... !~ 2020-03-26 21:40:56 +08:00

README.md

NekoX

Logo

NekoX-Dev is an UNOFFICIAL app that uses Telegram's API.

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

Just fill out TELEGRAM_APP_ID and TELEGRAM_APP_HASH in local.properties

Build Types

Debug

./gradlew assemble<Variant>Debug

The default debug key is used, and placing yours is not needed.

Release

./gradlew assemble<Variant>Release

The difference between release and other build types is that it adds fcm and firebase crash analysis, if you don't like them, use releaseNoGcm.

To compile the release version, please place your keysotre at TMessageProj/release.jks, and fill in KEYSTORE_PASS, ALIAS_NAME, ALIAS_PASS in local.properties, environment variables are also recommended

If you don't use NekoX's APP_ID and APP_HASH, you need to register a physical firebase app and replace google-services.json to ensure fcm works

Foss

./gradlew assemble<Variant>Foss

OK, a version without firebase cloud messaging and precompiled native libraries, maybe this makes you feel more free, or your phone does not have Google services.

To compile the foss version, please refer to this script.

Build Variants

Available variant list:

Afat, MinApi21

Localization

NekoX is forked from Nekogram-FOSS, thus most locales follows the translations of Telegram for Android, checkout https://translations.telegram.org/en/android/.

As for the specialized strings, we use Crowdin to translate Nekogram. Join project at https://neko.crowdin.com/nekogram and https://nekox.crowdin.com/nekox. Help us bring Nekogram to the world!

Credits

Contributors

Thanks goes to these wonderful people (emoji key):


世界

💻

猫耳逆变器

💻

梨子

💻

呆瓜

🎨

This project follows the all-contributors specification. Contributions of any kind welcome!