diff --git a/CHANGELOG.md b/CHANGELOG.md
index ac21bd537..db3a8eb76 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,7 @@ Group changes to describe their impact on the project, as follows:
- Updated sliders used to answer or hangup incoming call so they can be used with accessibility tools.
- Reworked settings, new ones are available, some unused have been removed.
- Video overlay also displays local preview now.
+- In About fragment, the license text is a link to the full license on gnu.org.
### Features
- Added new end to end LIME encryption for instant messaging, both for single chat rooms and group ones.
@@ -38,6 +39,7 @@ Group changes to describe their impact on the project, as follows:
- Allow rich input while composing chat message to easily send images from keyboard.
- Animated GIFs are no longer displayed as static images.
- A dark mode is available.
+- List all calls with the same SIP address in history detail view.
### Fixes
- Fixed basic chat room with same correspondant with multiple local accounts always displaying the same one when clicking on it in chat rooms list view.
diff --git a/app/src/main/java/org/linphone/chat/DevicesAdapter.java b/app/src/main/java/org/linphone/chat/DevicesAdapter.java
index ef9ade278..fdd28d863 100644
--- a/app/src/main/java/org/linphone/chat/DevicesAdapter.java
+++ b/app/src/main/java/org/linphone/chat/DevicesAdapter.java
@@ -33,7 +33,6 @@ import org.linphone.core.Address;
import org.linphone.core.ChatRoomSecurityLevel;
import org.linphone.core.Participant;
import org.linphone.core.ParticipantDevice;
-import org.linphone.core.tools.Log;
import org.linphone.utils.LinphoneUtils;
import org.linphone.views.ContactAvatar;
diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml
index 7671d05c3..533abec0f 100644
--- a/app/src/main/res/values-ar/strings.xml
+++ b/app/src/main/res/values-ar/strings.xml
@@ -6,8 +6,6 @@
لِنْفُونْ
لِنْفُونْ
يجري التشغيل
- %s مُسجَّل
- فشل %s في التسجيل
لِنْفُونْ أندرويد %s
Linphone Core %s
@@ -175,10 +173,6 @@
إضافة إلى جهات الاتصال
تنزيل
- مُسجَّل
- غير مُسجَّل
- يجري التسجيل
- فشِل التسجيل
الرسائل غير المقروءة
المرشد
diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml
index efab59b68..cd5ec365a 100644
--- a/app/src/main/res/values-de/strings.xml
+++ b/app/src/main/res/values-de/strings.xml
@@ -6,8 +6,6 @@
Linphone
Linphone
Startvorgang
- %s registriert
- %s konnte nicht registrieren
Linphone Android %s
Linphone-Kern %s
@@ -218,10 +216,6 @@
Unerwartetes Ereignis %i für %s
Herunterladen
- Registriert
- Nicht registriert
- Registrierung in Arbeit
- Registierung fehlgeschlagen
ungelesene Nachrichten
Abmelden
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml
index b543459b8..db0c71426 100644
--- a/app/src/main/res/values-es/strings.xml
+++ b/app/src/main/res/values-es/strings.xml
@@ -6,8 +6,6 @@
Linphone
Linphone
Iniciando
- %s registrado
- %s no se pudo registrar
contactos linphone
@@ -83,9 +81,6 @@
Añadir a contactos
Descargar
- Registrado
- Registrando
- Fallo al registrar
mensajes sin leer
Configuración
diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml
index 0322a8936..bde4c82d1 100644
--- a/app/src/main/res/values-fi/strings.xml
+++ b/app/src/main/res/values-fi/strings.xml
@@ -6,8 +6,6 @@
Linphone
Linphone
Käynnistetään
- Rekisteröity kohteeseen %s
- Epäonnistui rekisteröidä kohteeseen %s
linphone yhteystiedot
@@ -102,10 +100,6 @@
Lisää kontrastia
Lataa
- Rekisteröity
- Ei ole Rekisteröity
- Rekisterityminen käynnissä
- Rekisterityminen epäonnistui
lukemattomia viestejä
Avustaja
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index 5acc9f3c6..21967c0ac 100644
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -7,11 +7,12 @@
Linphone
Démarrage
%s connecté
- %s n\'a pas pu s\'enregistrer
+ %s connexion échouée
Linphone Android %s
Linphone Core %s
Linphone SDK %s
+ Politique de confidentialité
contacts linphone
Répondre
@@ -160,6 +161,7 @@ Vos amis pourront vous joindre plus facilement si vous associez votre compte à
Voulez-vous supprimer l\'historique d\'appel sélectionné ?
Aujourd\'hui
Hier
+ Appels
Aucun contact dans votre carnet d\'adresse.
Aucun contact SIP dans votre carnet d\'adresse.
diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml
index 6cbf49aa3..668705283 100644
--- a/app/src/main/res/values-it/strings.xml
+++ b/app/src/main/res/values-it/strings.xml
@@ -6,8 +6,6 @@
Linphone
Linphone
Avvio
- %s registrato
- %s non è riuscito a registrarsi
Linphone Android %s
Linphone Core %s
@@ -209,10 +207,6 @@
Dispositivi di conversazione
Aggiungi ai contatti
- Registrato
- Non registrato
- Registrazione in corso
- Registrazione fallita
messaggi non letti
Assistente
diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml
index 257465661..1c5fde208 100644
--- a/app/src/main/res/values-ja/strings.xml
+++ b/app/src/main/res/values-ja/strings.xml
@@ -6,8 +6,6 @@
Linphone
Linphone
はじめる
- %sを登録しました
- %sの登録に失敗しました
Linphone Android %s
Linphone Core %s
@@ -168,10 +166,6 @@
連絡先に追加
ダウンロード
- 登録済
- 登録なし
- 登録に問題があります
- 登録できませんでした
未読メッセージ
アシスタント
diff --git a/app/src/main/res/values-ka/strings.xml b/app/src/main/res/values-ka/strings.xml
index cfec4c139..7342c4dff 100644
--- a/app/src/main/res/values-ka/strings.xml
+++ b/app/src/main/res/values-ka/strings.xml
@@ -6,8 +6,6 @@
Linphone
Linphone
მიმდინარეობს გაშვება
- %s დარეგისტრირებულია
- %s-ის დარეგისტრირება ვერ მოხერხდა
Linphone Android %s
Linphone ბირთვი %s
@@ -201,10 +199,6 @@
მიწოდების სტატუსი
კონტაქტებში დამატება
- რეგისტრირებული
- არ არის რეგისტრირებული
- მიმდინარეობს რეგისტრაცია
- რეგისტრაცია ვერ მოხერხდა
წაუკითხავი შეტყობინება
ასისტენტი
diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml
index 5f5617585..5ff163c53 100644
--- a/app/src/main/res/values-nl/strings.xml
+++ b/app/src/main/res/values-nl/strings.xml
@@ -6,8 +6,6 @@
Linphone
Linphone
Bezig met opstarten
- %s geregistreerd
- %s registratie mislukt
Linphone Android %s
Linphone Core %s
@@ -76,10 +74,6 @@
Middel
Groot
- Geregistreerd
- niet geregistreerd
- Bezig met registreren
- registratie fout
ongelezen voicemail
Assistent
diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml
index 6571ee1e5..04d40092a 100644
--- a/app/src/main/res/values-pl/strings.xml
+++ b/app/src/main/res/values-pl/strings.xml
@@ -6,8 +6,6 @@
Linphone
Linphone
Uruchamianie
- %s zarejestrowany
- %s nie udało się zarejestrować
Linphone Android %s
Linphone Core %s
@@ -161,10 +159,6 @@
Przetwarzanie obrazu, może potrwać nawet do kilku sekund w zależności od rozmiaru pliku
Dodaj do kontaktów
- Zarejestrowany
- Nie zarejestrowany
- Rejestracja w trakcie
- Rejestracja nie powiodła się
Nieprzeczytane wiadomości
Asystent
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index 826c7aa02..9894907b6 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -6,8 +6,6 @@
Linphone
Linphone
Começando
- %s registrado
- %s falhou ao registrar
Linphone Android %s
Linphone Core %s
@@ -208,10 +206,6 @@
Adicionar aos Contatos
Download
- Registrado
- Não registrado
- Registro em andamento
- Registro falhou
mensagens não lidas
Assistente.
diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml
index 0c2728874..19b90600e 100644
--- a/app/src/main/res/values-ru/strings.xml
+++ b/app/src/main/res/values-ru/strings.xml
@@ -6,12 +6,13 @@
Linphone
Linphone
Загружается
- %s зарегистрирован
- %s зарегистрировать не удалось
+ %s соединено
+ %s соединиться не удалось
Linphone Android %s
Ядро Linphone %s
Linphone SDK %s
+ Посетите нашу политику конфиденциальности
контакты linphone
Ответ
@@ -238,10 +239,10 @@
Скачать
Выберите беседу или создайте новую
- Зарегистрирован
- Не зарегистрирован
- Выполняется регистрация
- Регистрация не удалась
+ Соединено
+ Не соединено
+ Выполняется соединение
+ Соединение не удалось
непрочитанные сообщения
Выход
@@ -454,6 +455,7 @@
Использовать Java-регистратор
Подписка
Фоновый режим
+ Показывать уведомление, чтобы сохранить приложение рабочим
Включить анимацию
Включить сервисное уведомление
Запуск во время загрузки
diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml
index 12ed254ac..bf3958692 100644
--- a/app/src/main/res/values-sr/strings.xml
+++ b/app/src/main/res/values-sr/strings.xml
@@ -64,9 +64,6 @@
Додај у контакте
Преузми
- Уписан
- Упис је у току
- Упис није успео
непрочитане поруке
Подешавања
diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml
index 38f683018..3d1553a8f 100644
--- a/app/src/main/res/values-sv/strings.xml
+++ b/app/src/main/res/values-sv/strings.xml
@@ -6,8 +6,6 @@
Linphone
Linphone
Startar upp
- %s registrerad
- %s misslyckades med att registrera sig
Linphone Android %s
Linphone Core %s
@@ -238,10 +236,6 @@
Ladda ner
Välj en konversation eller skapa en ny
- Registrerad
- Inte registrerad
- Registrering pågår
- Registrering misslyckades
olästa meddelanden
Logga ut
@@ -454,6 +448,7 @@
Använd Java-loggare
Prenumerera på vänlista
Bakgrundsläge
+ Visa en avisering för att hålla appen vid liv
Aktivera animeringar
Aktivera serviceanmälan
Starta vid uppstart
diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml
index c26df8ddd..696d166bd 100644
--- a/app/src/main/res/values-tr/strings.xml
+++ b/app/src/main/res/values-tr/strings.xml
@@ -6,8 +6,6 @@
Linphone
Linphone
Başlatılıyor
- %s kayıtlı
- %s kaydedilemedi
Linphone Android %s
Linphone Çekirdeği %s
@@ -203,10 +201,6 @@
Bağlantılara ekle
İndir
- Kayıtlı
- Kayıtsız
- Kayıt sürüyor
- Kayıt başarısız
okunmamış iletiler
Yardımcı
diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml
index 014ee78f7..2685b4b25 100644
--- a/app/src/main/res/values-uk/strings.xml
+++ b/app/src/main/res/values-uk/strings.xml
@@ -6,8 +6,6 @@
Linphone
Linphone
Завантажується
- %s зареєстрований
- %s зареєструвати не вдалося
Linphone Android %s
Linphone ядро %s
@@ -228,10 +226,6 @@
Несподівана подія %i для %s
Стягнути
- Зареєстрований
- Не зареєстрований
- Виконується реєстрація
- Реєстрація не вдалася
непрочитаних повідомлень
Асистент
diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml
index c856ccd77..9e9b5034c 100644
--- a/app/src/main/res/values-zh-rCN/strings.xml
+++ b/app/src/main/res/values-zh-rCN/strings.xml
@@ -6,8 +6,6 @@
Linphone
Linphone
启动
- %s已注册
- %s无法注册
Linphone Android%s
Linphone Core%s
@@ -169,10 +167,6 @@
重发
添加联系人
- 在线
- 离线
- 正在登录
- 登录失败
未读消息
助手
diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml
index 7e092d6c6..2bd7a9985 100644
--- a/app/src/main/res/values-zh-rTW/strings.xml
+++ b/app/src/main/res/values-zh-rTW/strings.xml
@@ -6,8 +6,6 @@
Linphone
Linphone
啟動中
- %s 已註冊
- %s 無法註冊
Linphone Android %s
Linphone Core %s
@@ -214,10 +212,6 @@
加入到連絡人
下載
- 已註冊
- 未註冊
- 正在註冊
- 註冊失敗
未讀訊息
助理