# NekoX ![Logo](https://raw.githubusercontent.com/NekogramX/NekoX/master/TMessagesProj/src/main/res/mipmap-xxxhdpi/ic_launcher.png) NekogramX is an UNOFFICIAL app that uses Telegram's API. - Google play store: (unavailable now) - Update news : https://t.me/NekogramX - Feedback: https://t.me/NekoXChat - Feedback: https://github.com/NekogramX/NekoX/issues ## 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 assembleDebug` The default debug key is used, and placing yours is not needed. #### Release `./gradlew assembleRelease` 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 assembleFoss` 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](.github/workflows/release.yml). ### Build Variants Available variant list: `Afat`, `Legacy`, `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](https://allcontributors.org/docs/en/emoji-key)): | [
δΈ–η•Œ](https://github.com/nekohasekai)
[πŸ’»](https://github.com/NekogramX/NekoX/commits?author=nekohasekai "Code") | [
ηŒ«θ€³ι€†ε˜ε™¨](https://github.com/NekoInverter)
[πŸ’»](https://github.com/NekogramX/NekoX/commits?author=NekoInverter "Code") | [
撨子](https://github.com/rikakomoe)
[πŸ’»](https://github.com/NekogramX/NekoX/commits?author=rikakomoe "Code") | [
ε‘†η“œ](https://t.me/Duang)
[🎨](#design-duang "Design") | | :---: | :---: | :---: | :---: | This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!