mirror of
https://github.com/DrKLO/Telegram.git
synced 2024-12-22 06:25:14 +01:00
Telegram for Android source
a21494ade6
Applied patch from https://github.com/DrKLO/Telegram/pull/99 . Thanks. Added German localization. Thanks to all from https://github.com/DrKLO/Telegram/pull/129 Experimental audio (will not go to market yet, we will switch to opus codec) Improved text drawing perfomance (now Telegram can draw even «War and Peace» in one message) Ability to send multiple photos and documents from external apps Contacts fixes Memory usage optimizations in network code (receiving data) Partly switched to native ByteBuffers (decoding received data) Added support of Telegram API Layer 12 Bug fixes |
||
---|---|---|
gradle/wrapper | ||
TMessagesProj | ||
.gitignore | ||
build.gradle | ||
gradlew | ||
LICENSE | ||
README.md | ||
settings.gradle |
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 official Telegram App for Android source code.
API, Protocol documentation
Documentation for Telegram API is available here: http://core.telegram.org/api
Documentation for MTproto protocol is available here: http://core.telegram.org/mtproto
Usage
Import the root folder into your IDE (tested on Android Studio), then run project.