- Added option to open user profile when channel message is signed

- If file name clicked in chat a toast will appear showing full file name
- If media message clicked 'Message' title will be replaced with file name in pop-up
- Bug fixes
This commit is contained in:
rafalense 2016-03-11 12:50:47 +01:00
parent a4e9947d42
commit 34bf879270
2 changed files with 36 additions and 8 deletions

View File

@ -4,16 +4,45 @@ This is an UNOFFICIAL app that uses [Telegram's API](https://core.telegram.org/a
It adds some extra features to the official Telegram app:
**THEMING:**
Plus Messenger is an UNOFFICIAL messaging app that uses Telegram's API
# One of the best rated messaging apps on Play Store #
Plus Messenger adds some extra features to 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.
Data base with more than 3000 different themes, updated every day, with all type of categories. New themes are published every day, notifying with every new publication
**MEDIA:** Audio files can be shared easily from Chat Screen
[Plus Themes](https://play.google.com/store/apps/details?id=es.rafalense.themes).
**PRIVACY:** Mobile number can be hidden from Menu Drawer and Settings menu
# EXTRA FEATURES #
+ Option to use direct share on any chat
+ Option to use direct share without quoting sender
+ Option to show pone emojis
+ Option to save files using original filename
+ Option to set custom compression when sharing videos
+ Option to use pone font
+ Option to show own photo or user photo in chat bubbles
+ Group admin is shown in groups profile
+ Option to discard proximity sensor changes when playing audio notes
+ Option to show profile pics when clicking photo in main screen
+ Option to show profile screen when clicking photo in main screen
+ Change wallpaper directly from chat screen
+ Option to change chat emoji view size
+ Option to mute users or groups directly from main screen
+ Option to add member directly from chat screen
In addition, it is translated to many other languages, updated by plus community continuously
Of course it has all Telegram benefits:
Free, fast and secure, private chats, files up to 15Gb, groups up to 200 members, channels, reply to concrete messages, no need to give your mobile number, just your username is enough to chat in a group or with any user, cloud based, etc
# SOCIAL #
Join our G+ community to report bugs, share ideas, get in touch with other Plus Messenger users through [our Google+ community](https://plus.google.com/communities/106927015963860485525)
Follow our [Official plus channel:] (https://telegram.me/plusmsgr)
**SOCIAL:** Get in touch with other Plus Messenger users through [our Google+ community](https://plus.google.com/communities/106927015963860485525)
This repo contains the source code for [Plus Messenger App for Android](https://play.google.com/store/apps/details?id=org.telegram.plus).
@ -24,6 +53,5 @@ First of all, take a look at **src/main/java/org/telegram/messenger/BuildVars.ja
Import the root folder into your IDE (tested on Android Studio), then run project.
### LOCALIZATION
Join our translation project if you want to collaborate: https://www.transifex.com/projects/p/plusmessenger/
Join our translation project if you want to collaborate: [link](https://www.transifex.com/projects/p/plusmessenger/)

View File

@ -4,6 +4,6 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.1'
classpath 'com.android.tools.build:gradle:1.5.0'
}
}