- New option to add chat shortcut to home screen
- Bug fixes and improvements
This commit is contained in:
rafalense 2016-05-26 07:18:06 +02:00
parent 7f03162332
commit 852655432a
4 changed files with 10 additions and 8 deletions

4
.gitignore vendored
View File

@ -6,8 +6,6 @@ obj/
local.properties
*.keystore
gradle.properties
/TMessagesProj/google-services-beta.json.bak
/TMessagesProj/google-services.json.bakall
/TMessagesProj/google-services.json.bak
TMessagesProj/src/main/java/org/telegram/messenger/BuildVars.java
/TMessagesProj/google-services.json

View File

@ -17,12 +17,14 @@ Data base with more than 3000 different themes, updated every day, with all type
[Plus Themes](https://play.google.com/store/apps/details?id=es.rafalense.themes).
# EXTRA FEATURES #
+ Option to set own info (bio) in Settings
+ Option to leave a group without deleting it
+ Option to use direct share on any chat
+ Option to use direct share without quoting sender
+ Option to show pone emojis
+ Option to show phone emojis
+ Option to save files using original filename
+ Option to set custom compression when sharing videos
+ Option to use pone font
+ Option to use phone 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

View File

@ -1,9 +1,11 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'com.android.tools.build:gradle:2.1.0'
classpath 'com.google.gms:google-services:2.1.0-alpha3'
}
}

View File

@ -1,6 +1,6 @@
#Tue Jun 16 02:56:07 KRAT 2015
#Thu May 26 06:54:56 CEST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip