Update icon and language pack

This commit is contained in:
Riko Sakurauchi 2019-12-09 10:44:11 +08:00
parent 317340af83
commit 92c7d0a51b
No known key found for this signature in database
GPG Key ID: 25AC0345B92902AF
15 changed files with 9 additions and 9 deletions

View File

@ -326,9 +326,9 @@ public class LocaleController {
languagesDict.put(localeInfo.shortName, localeInfo);
localeInfo = new LocaleInfo();
localeInfo.name = "瓜体中文";
localeInfo.nameEnglish = "Duangified Chinese";
localeInfo.shortName = "duang_zh_cn";
localeInfo.name = "瓜体中文 \uD83D\uDE36";
localeInfo.nameEnglish = "Duangified Chinese (Simplified)";
localeInfo.shortName = "duang_zh_hans";
localeInfo.baseLangCode = "zh_hans_raw";
localeInfo.isRtl = false;
localeInfo.pathToFile = "unofficial";

View File

@ -1406,7 +1406,7 @@ public abstract class VoIPBaseService extends Service implements SensorEventList
PhoneAccountHandle handle=new PhoneAccountHandle(new ComponentName(this, TelegramConnectionService.class), ""+self.id);
PhoneAccount account=new PhoneAccount.Builder(handle, ContactsController.formatName(self.first_name, self.last_name))
.setCapabilities(PhoneAccount.CAPABILITY_SELF_MANAGED)
.setIcon(Icon.createWithResource(this, R.drawable.ic_launcher_dr))
.setIcon(Icon.createWithResource(this, R.mipmap.ic_launcher))
.setHighlightColor(0xff2ca5e0)
.addSupportedUriScheme("sip")
.build();

View File

@ -69,7 +69,7 @@ public class MessageHelper {
TLRPC.messages_Messages res = (TLRPC.messages_Messages) response;
messagesSearchCount[0] = res.count;
FileLog.d("total " + messagesSearchCount[0]);
deleteUserChannelHistoryWithSearch(dialog_id, user, true);
deleteUserChannelHistoryWithSearch(dialog_id, user, scheduled, true);
}
}), ConnectionsManager.RequestFlagFailOnServerErrors);
} else {
@ -121,7 +121,7 @@ public class MessageHelper {
} catch (InterruptedException e) {
e.printStackTrace();
}
deleteUserChannelHistoryWithSearch(dialog_id, user, true);
deleteUserChannelHistoryWithSearch(dialog_id, user, scheduled, true);
}
}
}

BIN
TMessagesProj/src/main/res/drawable-hdpi/book_logo.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 463 B

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

BIN
TMessagesProj/src/main/res/drawable-mdpi/book_logo.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 332 B

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

BIN
TMessagesProj/src/main/res/drawable-xhdpi/book_logo.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 576 B

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

BIN
TMessagesProj/src/main/res/drawable-xxhdpi/book_logo.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 867 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

View File

@ -2,7 +2,7 @@
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
android:accountType="tw.nekomimi.nekogram"
android:icon="@drawable/ic_launcher_dr"
android:smallIcon="@drawable/ic_launcher_dr"
android:icon="@mipmap/ic_launcher"
android:smallIcon="@mipmap/ic_launcher"
android:label="@string/AppName"
android:accountPreferences="@xml/auth_menu"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<ContactsSource xmlns:android="http://schemas.android.com/apk/res/android">
<ContactsDataKind android:icon="@drawable/ic_launcher_dr"
<ContactsDataKind android:icon="@mipmap/ic_launcher"
android:mimeType="vnd.android.cursor.item/vnd.org.telegram.messenger.android.profile"
android:summaryColumn="data2"
android:detailColumn="data3"