Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rubenlagus/tsupport

Android Client for Telegram Support teams
https://github.com/rubenlagus/tsupport

Last synced: 3 months ago
JSON representation

Android Client for Telegram Support teams

Awesome Lists containing this project

README

        

## Telegram Support Messenger for Android

[Telegram](http://telegram.org) is a messaging app with a focus on speed and security. It’s superfast, simple and free.
This repo contains the source code for *Tsupport 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**](https://core.telegram.org/api/obtaining_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.
3. Please study our [**security guidelines**](https://core.telegram.org/mtproto/security_guidelines) and take good care of your users' data and privacy.
4. Please remember to publish **your** code too in order to comply with the licences.

### API, Protocol documentation

Telegram API manuals: http://core.telegram.org/api

MTproto protocol manuals: http://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

Translations are in [Transifex](https://www.transifex.com/organization/Tsupport/dashboard/tsupport). Please use it.

### Based on
Original [Telegram App for Android](https://play.google.com/store/apps/details?id=org.telegram.messenger)

### Acknowledgments

[Artur] (https://github.com/Ecron) for his contribution to translations and visual improvements
[Marvin] (https://github.com/dapoldi) for his contribution to development and testing
[DrKlo] (https://github.com/drklo) for creating base Telegram Android App