NekoX/README.md

33 lines
1.6 KiB
Markdown
Raw Normal View History

2013-10-25 17:55:11 +02:00
## Telegram messenger for Android
[Telegram](http://telegram.org) is a messaging app with a focus on speed and security. Its superfast, simple and free.
2014-10-23 17:30:35 +02:00
This repo contains the official source code for [Telegram App for Android](https://play.google.com/store/apps/details?id=org.telegram.messenger).
2013-10-25 17:55:11 +02:00
2014-10-23 17:30:35 +02:00
##Creating your Telegram Application
We welcome all developers to use our API and source code to create applications on our platform.
There are several things we require from **all developers** for the moment.
1. [**Obtain your own api_id**](https://core.telegram.org/api/obtaining_api_id) for your application.
2. Please **do not** use the name Telegram for your app — or make sure your users understand that it is unofficial.
3. Kindly **do not** use our standard logo (white paper plane in a blue circle) as your app's logo.
3. Please study our [**security guidelines**](https://core.telegram.org/mtproto/security_guidelines) and take good care of your users' data and privacy.
4. Please remember to publish **your** code too in order to comply with the licences.
2013-10-25 17:55:11 +02:00
### API, Protocol documentation
2014-10-23 17:30:35 +02:00
Telegram API manuals: http://core.telegram.org/api
2013-10-25 17:55:11 +02:00
2014-10-23 17:30:35 +02:00
MTproto protocol manuals: http://core.telegram.org/mtproto
2013-10-25 17:55:11 +02:00
### Usage
2014-10-23 17:30:35 +02:00
**Beware of using the dev branch and uploading it to any markets, in many cases it not will work as expected**.
2014-10-11 13:37:47 +02:00
2014-10-23 17:30:35 +02:00
First of all, take a look at **src/main/java/org/telegram/messenger/BuildVars.java** and fill it with correct values.
2013-10-25 17:55:11 +02:00
Import the root folder into your IDE (tested on Android Studio), then run project.
2014-03-13 19:21:38 +01:00
### Localization
We moved all translations to https://www.transifex.com/projects/p/telegram/. Please use it.