Update to 2.5.2.1

This commit is contained in:
rafalense 2015-03-02 17:43:05 +01:00
parent 3214f0cfce
commit c114ea0415

View File

@ -1,32 +1,20 @@
## Telegram messenger for Android ### Telegram+ for Android
[Telegram](http://telegram.org) is a messaging app with a focus on speed and security. Its superfast, simple and free. This is an UNOFFICIAL app that uses [Telegram's API](https://core.telegram.org/api)
This repo contains the official source code for [Telegram App for Android](https://play.google.com/store/apps/details?id=org.telegram.messenger).
##Creating your Telegram Application This repo contains the source code for [Telegram+ App for Android](https://play.google.com/store/apps/details?id=org.telegram.plus).
We welcome all developers to use our API and source code to create applications on our platform. It adds some extra features to the official Telegram app:
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. **THEMING:** - Change colors and sizes of many objects as texts, icons, headers... and create your own theme
2. Please **do not** use the name Telegram for your app — or make sure your users understand that it is unofficial. - Save your theme and share it easily with your friends
3. Kindly **do not** use our standard logo (white paper plane in a blue circle) as your app's logo. - Apply themes shared by other users
3. Please study our [**security guidelines**](https://core.telegram.org/mtproto/security_guidelines) and take good care of your users' data and privacy. **MEDIA:** - Audio files can be shared easily from Chat Screen
4. Please remember to publish **your** code too in order to comply with the licences. **PRIVACY:** - Mobile number can be hidden from Menu Drawer and Settings menu
**SOCIAL:** - Get in touch with other Telegram+ users trough [our community](https://plus.google.com/communities/106927015963860485525)
### API, Protocol documentation
Telegram API manuals: http://core.telegram.org/api
MTproto protocol manuals: http://core.telegram.org/mtproto
### Usage
### USAGE
**Beware of using the dev branch and uploading it to any markets, in many cases it not will work as expected**. **Beware of using the dev branch and uploading it to any markets, in many cases it not will work as expected**.
First of all, take a look at **src/main/java/org/telegram/messenger/BuildVars.java** and fill it with correct values. First of all, take a look at **src/main/java/org/telegram/messenger/BuildVars.java** and fill it with correct values.
Import the root folder into your IDE (tested on Android Studio), then run project. Import the root folder into your IDE (tested on Android Studio), then run project.
### Localization
We moved all translations to https://www.transifex.com/projects/p/telegram/. Please use it.