Telegram for Android source
Find a file
gnufabio f6b4495d4c Added LED color customization option
- ColorPickerView.java: based upon "HoloColorPicker" which is Open
Source
- ColorPickerDialog.java: a dialog which wraps ColorPickerView
- Added options in SettingsNotificationsActivity
- Now MessagesController gets the led ARGB color from SharedPreferences
(Keys: "NotificationLEDColor" and "NotificationGroupLEDColor")
2014-02-26 19:57:01 +01:00
gradle/wrapper update to 1.3.19 2014-02-04 22:36:55 +04:00
TMessagesProj Added LED color customization option 2014-02-26 19:57:01 +01: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.