DrKLO/Telegram: Telegram for Android source
2019-04-13 21:46:20 Author: github.com(查看原文) 阅读量:306 收藏

Join GitHub today

GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.

Sign up

Telegram for Android source

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
TMessagesProj Update to 5.4.0 Mar 4, 2019
Tools Some new features and bug fixes Jun 17, 2014
gradle/wrapper Update to 4.9.0 Jul 30, 2018
.gitignore one more gitignore Mar 23, 2014
.gitmodules Update to 3.18.0 Mar 31, 2017
LICENSE first commit Oct 25, 2013
README.md Update to 4.9.0 Jul 30, 2018
build.gradle
gradle.properties Update to 4.9.0 Jul 30, 2018
gradlew first commit Oct 25, 2013
settings.gradle first commit Oct 25, 2013

Telegram messenger for Android

Telegram is a messaging app with a focus on speed and security. It’s 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: https://core.telegram.org/api

MTproto protocol manuals: https://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://translations.telegram.org/en/android/. Please use it.


文章来源: https://github.com/DrKLO/Telegram
如有侵权请联系:admin#unsafe.sh