2013-10-25 11:55:11 -04:00
|
|
|
|
## Telegram messenger for Android
|
|
|
|
|
|
|
|
|
|
[Telegram](http://telegram.org) is a messaging app with a focus on speed and security. It’s superfast, simple and free.
|
|
|
|
|
|
|
|
|
|
This repo contains official [Telegram App for Android](https://play.google.com/store/apps/details?id=org.telegram.messenger) source code.
|
|
|
|
|
|
|
|
|
|
### API, Protocol documentation
|
|
|
|
|
|
|
|
|
|
Documentation for Telegram API is available here: http://core.telegram.org/api
|
|
|
|
|
|
|
|
|
|
Documentation for MTproto protocol is available here: http://core.telegram.org/mtproto
|
|
|
|
|
|
|
|
|
|
### Usage
|
|
|
|
|
|
2014-10-11 07:37:47 -04:00
|
|
|
|
**Beware of using dev branch and uploading it to any markets, in most cases it will work as you expecting**
|
|
|
|
|
|
|
|
|
|
First of all your should take a look to **src/main/java/org/telegram/messenger/BuildVars.java** and fill it with correct values.
|
|
|
|
|
|
2013-10-25 11:55:11 -04:00
|
|
|
|
Import the root folder into your IDE (tested on Android Studio), then run project.
|
2014-03-13 14:21:38 -04:00
|
|
|
|
|
|
|
|
|
### Localization
|
|
|
|
|
|
|
|
|
|
We moved all translations to https://www.transifex.com/projects/p/telegram/. Please use it.
|