Go to file
世界 56c45fc5c1
Reduce max accounts to 16
2021-03-05 13:38:05 +08:00
.github Reduce max accounts to 16 2021-03-05 13:38:05 +08:00
TMessagesProj Reduce max accounts to 16 2021-03-05 13:38:05 +08:00
Tools Some new features and bug fixes 2014-06-17 18:45:21 +04:00
bin Reduce max accounts to 16 2021-03-05 13:38:05 +08:00
gradle/wrapper Downgrade gradle for f-droid build 2021-02-26 15:31:08 +08:00
metadata/en-US Add metadata 2021-03-01 20:40:46 +08:00
openpgp-api Fix crash 2020-12-17 00:36:50 +08:00
ss-rust Refine scripts 2021-03-01 11:18:33 +08:00
ssr-libev Split build type for f-droid build 2021-02-28 21:35:22 +08:00
v2ray@51c769d458 Refine v2ray-core 2021-03-05 12:36:01 +08:00
.gitignore Add gitignore submodules 2020-10-25 15:16:26 +00:00
.gitmodules Refine v2ray-core 2021-03-05 12:36:01 +08:00
Dockerfile Update to 7.3.0 (2196) 2020-12-24 09:36:01 +04:00
LICENSE Remove web translators & Fixes 2020-06-26 05:43:17 +00:00
README.md Migrate to weblate 2021-03-01 20:22:57 +08:00
apkdiff.py Fix apkdiff not checking entire files 2020-01-06 23:22:05 -08:00
build.gradle Separate gcm for f-droid build 2021-02-28 10:26:20 +08:00
gradle.properties Revert old stuff 2020-12-17 13:45:19 +08:00
gradlew Remove web translators & Fixes 2020-06-26 05:43:17 +00:00
gradlew.bat Make it NekoX 2020-06-25 13:59:03 +00:00
run Reduce max accounts to 16 2021-03-05 13:38:05 +08:00
settings.gradle Add message sign with openkeychain 2020-07-26 23:27:38 +00:00

README.md

NekoX

NekoX is an free and open source third-party Telegram client, based on Telegram-FOSS with features added.

Continuous integration Translation status

NekoX Changes

  • Most of Nekogram's features
  • Max account limit set to 32
  • OpenCC Chinese Convert
  • Built-in Vmess, Shadowsocks, SSR proxies support
  • Built-in public proxy list / Proxy subscription support.
  • Proxies import and export, remarks, speed measurement, sorting, delete unusable nodes, etc.
  • Scan the qrcode (any link, can add a proxy).
  • The ( vemss / vmess1 / ss / ssr / rb ) proxy link in the message can be clicked.
  • Allow auto disable proxy when VPN is enabled
  • Proxy automatic switcher
  • Add stickers without sticker pack
  • Allow disable vibration
  • Allow clicking on links in self profile
  • Sticker set list backup / restore / share
  • Full InstantView translation support
  • Translation support for selected text on input and in messages
  • Delete all messages in group
  • Dialog sorting is optional "Unread and can be prioritized for reminding" etc.
  • Allow to skip "regret within five seconds"
  • Unblock all users support
  • Login via qrcode
  • Scan and confirm the login qrcode directly
  • Allow clear application data
  • Option to not send comment first when forwarding
  • 0ption to use nekox chat input menu: replace record button with a menu which contains an switch to control link preview (enabled by default)
  • Option to disable link preview by default: to prevent the server from knowing that the link is shared through Telegram.
  • Option to ignore Android-only content restrictions (except for the Play Store version).
  • OpenKaychain client ( sign / verify / decrypt / import )
  • Google Cloud Translate / Yandex.Translate support
  • Custom cache directory (supports external storage)
  • Custom AppId and Hash (optional NekoX / Andorid / Android X or Manual input)
  • Custom server (official, test DC or Manual input)
  • Keep the original file name when downloading files
  • View the data center you belong to when you don't have an avatar
  • Proxies, groups, channels, sticker packs are able to shared as qrcodes.
  • Force English emoji keywords to be loaded
  • Add "@Name" when long press @ user option
  • Enhanced notification service, optional version without Google Services.
  • Don't alert "Proxy unavailable" for non-current account
  • Option to block others from starting a secret chat with you
  • Allow create group without invite
  • Option to upgrade group to supergroup
  • Mark dialogs as read using tab menu
  • Option to hide device info
  • Improved session dialog
  • Improved link long click menu
  • Text replacer
  • Option to disable trending
  • Tgx style message unpin menu
  • Built-in Material Design themes / Telegram X style icons

Compilation Guide

NOTE: Building on Windows is, unfortunately, not supported. Consider using a Linux VM or dual booting.

Important:

  1. Install Android Sdk and NDK ( default location is $HOME/Android/Sdk, otherwise you need to specify $ANDROID_HOME for it )

It is recommended to use AndroidStudio to install. here is how to install AndroidStudio.

  1. Install golang ( 1.15.8 ).
# debian sid
apt install -y golang
  1. Install rust and its stdlib for android abis, add environment variables for it.

It is recommended to use the official script, otherwise you may not find rustup.

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain none -y
echo "source \$HOME/.cargo/env" >> $HOME/.bashrc && source $HOME/.cargo/env

rustup install $(cat ss-rust/src/main/rust/shadowsocks-rust/rust-toolchain)
rustup target install armv7-linux-androideabi aarch64-linux-android i686-linux-android x86_64-linux-android
  1. Build native dependencies: ./run init libs
  2. Build external libraries and native code: ./run libs update
  3. Fill out TELEGRAM_APP_ID and TELEGRAM_APP_HASH in local.properties
  4. Replace TMessagesProj/google-services.json if you want fcm to work.
  5. Replace release.keystore with yours and fill out ALIAS_NAME, KEYSTORE_PASS and ALIAS_PASS in local.properties if you want a non-debug build.

./gradlew assemble<Full/Mini><Debug/Release/ReleaseNoGcm>

FAQ

What is the relationship between NekoX and Nekogram?

More features, without additional trackers.

What is the difference between Full and Mini version?

The full version comes with built-in proxy support for v2ray, shadowsocks, and shadowsocksr, which is usually provided to advanced users to help friends who have no computer knowledge in mainland China to bypass censorship. Don't complain about imperfect functions or ask to add other rare proxy types, you can use their clients directly.

What if I don't need a proxy?

Then it is recommended to use the Mini version.

I've encountered a bug!

First, make sure you have the latest version installed (check the channel, play store updates usually have a delay).

Then, if the issue appears on the official telegram as well, please submit it to the officials, ( but be careful not to show NekoX in the description and screenshots, the official developers don't like us! ).

Then, please detail your issue, create an issue or submit it to our group with #bug.

If you experience a crash, you also need to click on the version number at the bottom of the settings and select "Enable Log" and send it to us.

How can I help with Localization?

Join the project at https://hosted.weblate.org/projects/nekox/

Credits

Translation status