version 2.2.0
This commit is contained in:
parent
a943c98ab8
commit
c529b0139d
2 changed files with 3 additions and 4 deletions
|
@ -98,8 +98,8 @@ android {
|
|||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
|
||||
versionCode 253
|
||||
versionName "2.2.0 beta (2019-02-20)"
|
||||
versionCode 254
|
||||
versionName "2.2.0"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "de.pixart.messenger"
|
||||
|
|
|
@ -85,7 +85,6 @@ public final class Config {
|
|||
public static final int FILE_SIZE = 1048576; // 1 MiB
|
||||
|
||||
public static final int AVATAR_SIZE = 480;
|
||||
public static final int SYSTEM_UI_AVATAR_SIZE = 48;
|
||||
public static final Bitmap.CompressFormat AVATAR_FORMAT = Bitmap.CompressFormat.JPEG;
|
||||
public static final int AVATAR_CHAR_LIMIT = 9400;
|
||||
|
||||
|
@ -103,7 +102,7 @@ public final class Config {
|
|||
public static final int MAX_NUM_PAGES = 3;
|
||||
public static final int MAX_SEARCH_RESULTS = 300;
|
||||
|
||||
public static final int REFRESH_UI_INTERVAL = 500;
|
||||
public static final int REFRESH_UI_INTERVAL = 250;
|
||||
|
||||
public static final long OMEMO_AUTO_EXPIRY = 7 * MILLISECONDS_IN_DAY; // delete old OMEMO devices after 7 days of inactivity
|
||||
public static final boolean REMOVE_BROKEN_DEVICES = false;
|
||||
|
|
Reference in a new issue