mirror of
https://github.com/NekoX-Dev/NekoX.git
synced 2024-11-16 22:26:22 +01:00
48 lines
3.4 KiB
Markdown
48 lines
3.4 KiB
Markdown
# Nekogram
|
||
|
||
[Telegram](https://telegram.org) is a messaging app with a focus on speed and security. It’s superfast, simple and free.
|
||
|
||
Nekogram is an UNOFFICIAL app that uses Telegram's API.
|
||
|
||
- Google play store: https://play.google.com/store/apps/details?id=tw.nekomimi.nekogram
|
||
- Update news: https://t.me/Zuragram
|
||
- APKs: https://github.com/Nekogram/Nekogram/releases
|
||
- Feedback: https://github.com/Nekogram/Nekogram/issues
|
||
- Feedback (Chinese): https://t.me/makurabot
|
||
- Chat group (Chinese & English): Join our channel (https://t.me/Zuragram) and click "Chat"
|
||
|
||
## API, Protocol documentation
|
||
|
||
Telegram API manuals: https://core.telegram.org/api
|
||
|
||
MTproto protocol manuals: https://core.telegram.org/mtproto
|
||
|
||
## Compilation Guide
|
||
|
||
**Note**: In order to support [reproducible builds](https://core.telegram.org/reproducible-builds), this repo contains dummy release.keystore, google-services.json and filled variables inside BuildVars.java. Before publishing your own APKs please make sure to replace all these files with your own.
|
||
|
||
You will require Android Studio 3.4, Android NDK rev. 20 and Android SDK 8.1
|
||
|
||
1. Download the Nekogram source code from https://github.com/Nekogram/Nekogram ( git clone https://github.com/Nekogram/Nekogram.git )
|
||
2. Copy your release.keystore into TMessagesProj/config
|
||
3. Fill out RELEASE_KEY_PASSWORD, RELEASE_KEY_ALIAS, RELEASE_STORE_PASSWORD in local.properties to access your release.keystore
|
||
4. Open the project in the Studio (note that it should be opened, NOT imported).
|
||
5. You are ready to compile Nekogram.
|
||
|
||
## Localization
|
||
|
||
Nekogram is forked from Telegram, thus most locales follows the translations of Telegram for Android, checkout https://translations.telegram.org/en/android/.
|
||
|
||
As for the Nekogram specialized strings, translations are located at `TMessagesProj/src/main/res/values-{language-code}/strings_neko.xml`.
|
||
|
||
## Contributors
|
||
|
||
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
||
|
||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||
| [<img src="https://avatars2.githubusercontent.com/u/42698724?s=460&v=4" width="80px;"/><br /><sub>猫耳逆变器</sub>](https://github.com/NekoInverter)<br />[💻](https://github.com/Nekogram/Nekogram/commits?author=NekoInverter "Code") | [<img src="https://avatars1.githubusercontent.com/u/18373361?s=460&v=4" width="80px;"/><br /><sub>梨子</sub>](https://github.com/rikakomoe)<br />[💻](https://github.com/Nekogram/Nekogram/commits?author=rikakomoe "Code") [🚧](https://github.com/Nekogram/Nekogram/commits?author=rikakomoe "Maintenance") | [<img src="https://cdn5.telesco.pe/file/k9cnSEddTYCWf9SZwyxQqchUeFsXTbRmq2oL3pQNU_oBFp15J9qnpcKOFoGp9rd1alLepuRgbpp8oGhRetHJouTqYoggPY7CruPZAKM6mo2VkkCld3IcAx87PKC8KrE0CP5YeeIMt7gbnxD0yt_VNYK3Yws09MSeQdRr3hkNjh-SlYurJNYb_YM4JOJVONsLnMFaw8KfFzyRTdVMmgBP93vJdn1lLd8aehHpPgu_keeoaN0t4dZyRoxn9vbO33X6OOsugecKBuPuUjMjtmUfMDhdv8xb5UofI-cDFCboJ21n8Rrm0SY-ak6LU3V4cIDISKJv9NDwQbqfceNZ1PqBwQ.jpg" width="80px;"/><br /><sub>呆瓜</sub>](https://t.me/Duang)<br /> [🎨](#design-duang "Design") | [<img src="https://avatars3.githubusercontent.com/u/37411589?s=460&v=4" width="80px;"/><br /><sub>Red</sub>](https://github.com/tgbetauser)<br />[🌍](#translation-tgbetauser "Translation") |
|
||
| :---: | :---: | :---: | :---: |
|
||
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
||
|
||
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
|