1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-06-30 22:22:57 +00:00
The third-party Telegram android app.
Go to file
Kondra007 2391a60ada Increase limit to linkify phone numbers from 100 to 200
100 symbols is too few to make sending phone cards (not telegram users' cards, but any phone cards).
2016-01-04 15:33:40 +03:00
gradle/wrapper Update to 3.1.1 2015-07-22 21:56:37 +03:00
TMessagesProj Increase limit to linkify phone numbers from 100 to 200 2016-01-04 15:33:40 +03:00
Tools Some new features and bug fixes 2014-06-17 18:45:21 +04:00
.gitignore one more gitignore 2014-03-23 03:29:02 +04:00
build.gradle Update to 3.1.2 2015-08-13 12:23:31 +03:00
gradle.properties Update to 1.4.6 2014-03-23 02:31:55 +04:00
gradlew first commit 2013-10-25 19:19:00 +04:00
LICENSE first commit 2013-10-25 19:19:00 +04:00
README.md Bug fixes 2014-10-23 19:30:35 +04:00
settings.gradle first commit 2013-10-25 19:19:00 +04:00

Telegram messenger for Android

Telegram is a messaging app with a focus on speed and security. Its superfast, simple and free. This repo contains the official source code for Telegram App for Android.

##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 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.
  4. Please study our security guidelines and take good care of your users' data and privacy.
  5. Please remember to publish your code too in order to comply with the licences.

API, Protocol documentation

Telegram API manuals: http://core.telegram.org/api

MTproto protocol manuals: http://core.telegram.org/mtproto

Usage

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. 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.