MyGit
🚩收到GitHub仓库的更新通知

DrKLO/Telegram

Fork: 7746 Star: 23784 (更新于 2024-05-08 20:17:54)

license: GPL-2.0

Language: Java .

Telegram for Android source

最后发布版本: release-10.9.1-4464 ( 2024-03-08 22:53:40)

GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

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

Compilation Guide

Note: In order to support reproducible builds, this repo contains dummy release.keystore, google-services.json and filled variables inside BuildVars.java. Before publishing your own APKs please make sure to replace all these files with your own.

You will require Android Studio 3.4, Android NDK rev. 20 and Android SDK 8.1

  1. Download the Telegram source code from https://github.com/DrKLO/Telegram ( git clone https://github.com/DrKLO/Telegram.git )
  2. Copy your release.keystore into TMessagesProj/config
  3. Fill out RELEASE_KEY_PASSWORD, RELEASE_KEY_ALIAS, RELEASE_STORE_PASSWORD in gradle.properties to access your release.keystore
  4. Go to https://console.firebase.google.com/, create two android apps with application IDs org.telegram.messenger and org.telegram.messenger.beta, turn on firebase messaging and download google-services.json, which should be copied to the same folder as TMessagesProj.
  5. Open the project in the Studio (note that it should be opened, NOT imported).
  6. Fill out values in TMessagesProj/src/main/java/org/telegram/messenger/BuildVars.java – there’s a link for each of the variables showing where and which data to obtain.
  7. You are ready to compile Telegram.

Localization

We moved all translations to https://translations.telegram.org/en/android/. Please use it.

最近版本更新:(数据更新于 2024-04-22 10:23:19)

2024-03-08 22:53:40 release-10.9.1-4464

2024-01-18 16:47:55 release-10.6.1-4275

2023-12-31 20:15:17 release-10.5.0-4228

2023-12-05 16:26:26 release-10.3.2-4145

2023-11-02 18:54:25 release-10.2.3_4075

2023-11-01 23:39:20 release-10.2.2_4071

2023-10-29 04:56:52 release-10.2.0_4056

2023-09-22 23:04:11 release-10.1.0_3919

2023-08-15 06:45:20 release-10.0.0_3793

2023-04-21 23:09:29 release-9.6.0_3319

主题(topics):

telegram

DrKLO/Telegram同语言 Java最近更新仓库

2024-05-08 08:13:42 SeleniumHQ/selenium

2024-05-07 19:46:08 dromara/dante-cloud

2024-05-07 07:23:41 Azure/azure-sdk-for-java

2024-05-05 02:37:11 FAForever/downlords-faf-client

2024-05-03 19:50:08 spring-gradle-plugins/dependency-management-plugin

2024-05-03 18:43:13 elastic/elasticsearch