1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-06-30 10:14:04 +00:00
The third-party Telegram android app.
Go to file
DrKLO a21494ade6 Update to 1.3.26
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
2014-03-01 02:28:25 +04:00
gradle/wrapper update to 1.3.19 2014-02-04 22:36:55 +04:00
TMessagesProj Update to 1.3.26 2014-03-01 02:28:25 +04:00
.gitignore add and config .gitignore 2014-01-04 03:45:33 +03:00
build.gradle first commit 2013-10-25 19:19:00 +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 Added readme 2013-10-25 19:55:11 +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 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.