25 lines
1.1 KiB
Markdown
25 lines
1.1 KiB
Markdown
### Telegram+ for Android
|
|
|
|
This is an UNOFFICIAL app that uses [Telegram's API](https://core.telegram.org/api)
|
|
|
|
This repo contains the source code for [Telegram+ App for Android](https://play.google.com/store/apps/details?id=org.telegram.plus).
|
|
|
|
It adds some extra features to the official Telegram app:
|
|
|
|
**THEMING:**
|
|
Change colors and sizes of many objects as texts, icons, headers... and create your own theme.
|
|
Save your theme and share it easily with your friends.
|
|
Apply themes shared by other users
|
|
|
|
**MEDIA:** Audio files can be shared easily from Chat Screen
|
|
|
|
**PRIVACY** Mobile number can be hidden from Menu Drawer and Settings menu
|
|
|
|
**SOCIAL:** Get in touch with other Telegram+ users trough [our Google+ community](https://plus.google.com/communities/106927015963860485525)
|
|
|
|
### 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.
|