Go to file
世界 b09b03dd4b
Update binaries
2020-06-05 10:42:02 +08:00
.github Update to 6.2.0 (1984) 2020-06-05 09:53:04 +08:00
TMessagesProj Update binaries 2020-06-05 10:42:02 +08:00
Tools Some new features and bug fixes 2014-06-17 18:45:21 +04:00
gradle/wrapper fix proxy item view 2020-05-25 19:56:08 +08:00
relaybaton Add relaybaton support 2020-06-01 15:49:15 +08:00
ss-rust [ss-rust] update dependencies 2020-05-16 09:19:00 +08:00
ssr-libev update ndk version 2020-05-14 13:19:04 +08:00
.gitattributes (? ... !~ 2020-03-26 21:40:56 +08:00
.gitignore 2020-04-27 22:33:48 +08:00
.gitmodules 迁移到 ss-rust 2020-05-07 18:44:08 +08:00
Dockerfile Update to 6.2.0 (1984) 2020-06-05 09:53:04 +08:00
LICENSE (? ... !~ 2020-03-26 21:40:56 +08:00
README.md [RELEASE] 6.1.1.4-rc01 2020-06-01 17:37:45 +08:00
Update.md [RELEASE] 6.1.0.0 2020-04-25 16:37:01 +08:00
apkdiff.py Fix apkdiff not checking entire files 2020-01-06 23:22:05 -08:00
build.gradle Fix native lib load 2020-06-01 12:09:19 +08:00
crowdin.yml (? ... !~ 2020-03-26 21:40:56 +08:00
gradle.properties Fix native lib load 2020-06-01 12:09:19 +08:00
gradlew update ss-rust binary 2020-05-09 19:11:59 +08:00
gradlew.bat update ss-rust binary 2020-05-09 19:11:59 +08:00
release.sh disable volumePaths cache 2020-05-20 18:58:36 +08:00
settings.gradle Add relaybaton support 2020-06-01 15:49:15 +08:00

README.md

NekoX

NekoX is an open source third-party Telegram android app.

Telegram-FOSS Changes:

Replacement of non-FOSS, untrustworthy or suspicious binaries or source code:

  • Do location sharing with OpenStreetMap(osmdroid) instead of Google Maps
  • Use Twemoji emoji set instead of Apple's emoji
  • Google Play Services GCM replaced with Telegram's push service
  • Has to show a notification on Oreo+, ask Google
  • SECURITY: Old BoringSSL prebuilts are replaced with the newest upstream source code built at compile time
  • SECURITY: Old FFmpeg prebuilts are replaced with the newest upstream source code built at compile time
  • SECURITY: Bundled libWebP is updated

Removal of non-FOSS, untrustworthy or suspicious binaries or source code and their functionality:

  • Google Vision face detection and barcode scanning (Passport)
  • Google Wallet and Android Pay integration
  • Google Voice integration
  • HockeyApp crash reporting and self-updates
  • Google SMS retrieval. You have to type the code manually

Other:

  • Allow to set a proxy before login
  • Added the ability to parse locations from intents containing a geo:<lat>,<lon>,<zoom> string
  • Force static map previews from Telegram

Nekogram Changes

  • Repeat others' message in one click.
  • Save to saved messages in one click.
  • Ignore messages from blocked users.
  • Forward messages without quoting.
  • Create a mention by user's ID.
  • Allow non-admin users to view group chat permissions and administrators.
  • Select a map preview provider for normal dialogs.
  • Promote/restrict user directly from contextual menu clicking on user's message.
  • Show user chat history in groups from contextual menu clicking on user's message.
  • Delete single downloaded file.
  • Customize stickers display size.
  • Show and export message details.
  • Unlimited favorite stickers.
  • Filter chats list: users, groups, channels, bots, admin, unmuted.
  • Multi-accounts (up to 8).
  • Log in with bot accounts.
  • Decide whether to sync contacts on first login.
  • Show ID and data center.
  • Transparent status bar.
  • Change displaying name order.
  • Hide mobile number from navigation menu drawer and settings menu.
  • Built-in Chinese and Japanese language.
  • Use system font and emojis.
  • Store cache into app's private directory.
  • Hide proxy sponsor channels.
  • Toogle to show sensitive media contents in public channels.

NekoX Changes

  • Built-in Vmess, Shadowsocks, SSR, RelayBaton (ESNI) 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
  • Add stickers without sticker pack
  • 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
  • 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.
  • Built-in Material Design themes / Telegram X style icons

How to get Google Cloud Translate Key

https://telegra.ph/google-cloud-trans-key-04-26

Compilation Guide

Specify APP_ID and APP_HASH

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 build script.

Build Variants

Available variant list:

Full Mini ( without ss/ssr/v2ray )

Localization

Join project at https://nekox.crowdin.com/nekox and https://neko.crowdin.com/ .

Credits