diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2facf4df..ff7f0e89 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,17 @@
Changelog
==========
+Version 5.16.0 *(2022-10-02)*
+----------------------------
+
+ * Allow blocking numbers by pattern
+ * Adding a preview of received vCard content
+ * Improving some behaviour with multiple SIM cards
+ * Added Monochrome icon and Language picker support on Android 13+
+ * Allow capturing new photos as message attachments
+ * Adding a Get Simple Phone button into the About section
+ * Added some translation and UX improvements
+
Version 5.15.0 *(2022-07-10)*
----------------------------
diff --git a/app/build.gradle b/app/build.gradle
index 7eb2e428..444938f5 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -16,8 +16,8 @@ android {
applicationId "com.simplemobiletools.smsmessenger"
minSdkVersion 22
targetSdkVersion 33
- versionCode 60
- versionName "5.15.0"
+ versionCode 61
+ versionName "5.16.0"
setProperty("archivesBaseName", "sms-messenger")
}
@@ -63,7 +63,7 @@ android {
}
dependencies {
- implementation 'com.github.SimpleMobileTools:Simple-Commons:15c753bd01'
+ implementation 'com.github.SimpleMobileTools:Simple-Commons:f74a128e2e'
implementation 'org.greenrobot:eventbus:3.3.1'
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
implementation 'com.github.tibbi:android-smsmms:875a46a9c4'
diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml
index 508517af..a04fdaaf 100644
--- a/app/src/main/res/values-ar/strings.xml
+++ b/app/src/main/res/values-ar/strings.xml
@@ -33,6 +33,14 @@
محادثة جديدة
إضافة جهة اتصال أو رقم …
اقتراحات
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
تم تلقي الرسائل القصيرة
رسالة جديدة
@@ -88,4 +96,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-az/strings.xml b/app/src/main/res/values-az/strings.xml
index f2998393..42676927 100644
--- a/app/src/main/res/values-az/strings.xml
+++ b/app/src/main/res/values-az/strings.xml
@@ -29,6 +29,14 @@
New conversation
Add Contact or Number…
Suggestions
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
Received SMS
New message
@@ -76,4 +84,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-be/strings.xml b/app/src/main/res/values-be/strings.xml
index 23d8830d..48bd75d7 100644
--- a/app/src/main/res/values-be/strings.xml
+++ b/app/src/main/res/values-be/strings.xml
@@ -31,6 +31,14 @@
Новая размова
Дадаць кантакт альбо нумар…
Прапановы
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
Атрымана паведамленне
Новае паведамленне
diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml
index 18be42b4..cbcae201 100644
--- a/app/src/main/res/values-bg/strings.xml
+++ b/app/src/main/res/values-bg/strings.xml
@@ -29,6 +29,14 @@
Нов разговор
Добавете контакт или номер…
Предложения
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
Получено съобщение
Ново съобщение
@@ -76,4 +84,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml
index dc63a014..9fa581d5 100644
--- a/app/src/main/res/values-ca/strings.xml
+++ b/app/src/main/res/values-ca/strings.xml
@@ -29,6 +29,14 @@
Conversa nova
Afegeix un contacte o número…
Suggeriments
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
SMS rebut
Missatge nou
@@ -76,4 +84,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-cr/strings.xml b/app/src/main/res/values-cr/strings.xml
index f2998393..42676927 100644
--- a/app/src/main/res/values-cr/strings.xml
+++ b/app/src/main/res/values-cr/strings.xml
@@ -29,6 +29,14 @@
New conversation
Add Contact or Number…
Suggestions
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
Received SMS
New message
@@ -76,4 +84,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml
index 423e9f80..c92844d6 100644
--- a/app/src/main/res/values-cs/strings.xml
+++ b/app/src/main/res/values-cs/strings.xml
@@ -30,6 +30,14 @@
Nová konverzace
Přidejte kontakt nebo číslo…
Návrhy
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
Přijaté SMS
Nová zpráva
@@ -79,4 +87,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml
index 4c69c174..2b8e1921 100644
--- a/app/src/main/res/values-da/strings.xml
+++ b/app/src/main/res/values-da/strings.xml
@@ -29,6 +29,14 @@
Ny Samtale
Tilføj kontakt eller nummer…
Forslag
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
Modtag SMS
Ny Besked
@@ -76,4 +84,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml
index 52ebce24..d6a20444 100644
--- a/app/src/main/res/values-de/strings.xml
+++ b/app/src/main/res/values-de/strings.xml
@@ -29,6 +29,14 @@
Neuer Chat
Kontakt oder Nummer hinzufügen …
Vorschläge
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
Empfangene SMS
Neue Nachricht
@@ -76,4 +84,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml
index 7eb8d6b4..b8445a73 100644
--- a/app/src/main/res/values-el/strings.xml
+++ b/app/src/main/res/values-el/strings.xml
@@ -29,6 +29,14 @@
Νέα συνομιλία
Προσθήκη επαφής ή αριθμού…
Προτάσεις
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
Ελήφθη SMS
Νέο μήνυμα
diff --git a/app/src/main/res/values-eo/strings.xml b/app/src/main/res/values-eo/strings.xml
index 65ff4465..4b62f9c2 100644
--- a/app/src/main/res/values-eo/strings.xml
+++ b/app/src/main/res/values-eo/strings.xml
@@ -29,6 +29,14 @@
New conversation
Add Contact or Number…
Sugestoj
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
Received SMS
Nova mesaĝo
@@ -76,4 +84,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml
index e610af55..adf5af46 100644
--- a/app/src/main/res/values-es/strings.xml
+++ b/app/src/main/res/values-es/strings.xml
@@ -16,7 +16,7 @@
El remitente no soporta respuestas
Borrador
Enviando…
- Pin to the top
+ Anclar mensaje
Desanclar
Reenviar
Incapaz de comprimir la imagen al tamaño seleccionado
@@ -30,12 +30,20 @@
Nueva conversación
Escribe contacto o número…
Sugerencias
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
- Mensaje recibico
+ Mensaje recibido
Nuevo mensaje
Marcar como leído
Marcar como no leído
- Me
+ Yo
¿Estás seguro que quieres eliminar todos los mensajes en esta conversación\?
@@ -62,21 +70,21 @@
Enviar mensajes de grupo como MMS
Enviar mensajes largos como MMS
- Messages
- Export messages
- Export SMS
+ Mensajes
+ Exportar mensajes
+ Exportar SMS
Exportar a MMS
- Import messages
- Import SMS
+ Importar mensajes
+ Importar SMS
Importar MMS
Tienes que seleccionar al menos un elemento
¿Por qué la aplicación requiere acceso a internet\?
Tristemente es necesitado para enviar archivos adjuntos MMS. El no poder enviar MMS sería una desventaja realmente enorme comparada con otras aplicaciones, así que decidimos tomar este camino. Sin embargo, como siempre, no hay anuncios, rastreo o análisis, por lo que el internet solo es usado para enviar MMS.
- El otro extremo no está reciviendo mi MMS, hay algo que pueda hacer sobre ello\?
+ El otro extremo no está recibiendo mi MMS, hay algo que pueda hacer sobre ello\?
El tamaño del MMS es limitado por el operador, puedes probar a poner un límite más pequeño en la configuración de la aplicación.
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-et/strings.xml b/app/src/main/res/values-et/strings.xml
index 5f11f6d9..f3947000 100644
--- a/app/src/main/res/values-et/strings.xml
+++ b/app/src/main/res/values-et/strings.xml
@@ -29,6 +29,14 @@
Uus vestlus
Lisa kontakt või number…
Ettepanekud
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
Vastuvõetud SMS
Uus sõnum
@@ -76,4 +84,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml
index febc2f4d..e7ae8c30 100644
--- a/app/src/main/res/values-fi/strings.xml
+++ b/app/src/main/res/values-fi/strings.xml
@@ -29,6 +29,14 @@
Uusi keskustelu
Lisää yhteystieto tai numero…
Ehdotuksia
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
Vastaanotettu tekstiviesti
Uusi viesti
@@ -76,4 +84,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index 89101682..48a1ae22 100644
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -30,6 +30,14 @@
Nouvelle conversation
Ajouter un contact ou un numéro…
Suggestions
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
SMS reçu
Nouveau message
@@ -79,4 +87,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml
index 3b91d7ed..91af8919 100644
--- a/app/src/main/res/values-gl/strings.xml
+++ b/app/src/main/res/values-gl/strings.xml
@@ -29,6 +29,14 @@
Nova conversa
Engadir contacto ou número…
Suxerencias
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
SMS recibida
Nova mensaxe
@@ -52,7 +60,7 @@
Remitente e mensaxe
Só remitente
Permitir envío de informes
- Remove accents and diacritics at sending messages
+ Eliminalos acentos e os diacríticos ao envialas mensaxes
Cambia o tamaño das imaxes dos MMS enviados
Sen límite
Mensaxes saíntes
@@ -76,4 +84,4 @@
Non atopaches algunhas cadeas? Hai máis en
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-hi/strings.xml b/app/src/main/res/values-hi/strings.xml
index f2998393..42676927 100644
--- a/app/src/main/res/values-hi/strings.xml
+++ b/app/src/main/res/values-hi/strings.xml
@@ -29,6 +29,14 @@
New conversation
Add Contact or Number…
Suggestions
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
Received SMS
New message
@@ -76,4 +84,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml
index bd7161d8..681e0d9a 100644
--- a/app/src/main/res/values-hr/strings.xml
+++ b/app/src/main/res/values-hr/strings.xml
@@ -30,6 +30,14 @@
Nova konverzacija
Dodaj kontakt ili broj …
Prijedlozi
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
Primljene SMS poruke
Nova poruka
@@ -79,4 +87,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml
index 9fbe9787..b5983e0b 100644
--- a/app/src/main/res/values-hu/strings.xml
+++ b/app/src/main/res/values-hu/strings.xml
@@ -22,13 +22,21 @@
Nem lehet tömöríteni a képet a kiválasztott méretre
- - and %d other
- - and %d others
+ - és még %d fő
+ - és még %d fő
Új beszélgetés
Névjegy vagy szám hozzáadása…
Javaslatok
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
SMS fogadva
Új üzenet
@@ -76,4 +84,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-in/strings.xml b/app/src/main/res/values-in/strings.xml
index b660bef1..583d090d 100644
--- a/app/src/main/res/values-in/strings.xml
+++ b/app/src/main/res/values-in/strings.xml
@@ -28,6 +28,14 @@
Percakapan baru
Tambahkan Kontak atau Nomor…
Saran
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
Menerima SMS
Pesan baru
@@ -73,4 +81,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml
index dd9ae70d..b018138a 100644
--- a/app/src/main/res/values-it/strings.xml
+++ b/app/src/main/res/values-it/strings.xml
@@ -30,6 +30,14 @@
Nuova conversazione
Inserisci contatto o numero…
Suggerimenti
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
SMS ricevuto
Nuovo messaggio
@@ -79,4 +87,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-iw/strings.xml b/app/src/main/res/values-iw/strings.xml
index 74f34983..cf96c805 100644
--- a/app/src/main/res/values-iw/strings.xml
+++ b/app/src/main/res/values-iw/strings.xml
@@ -31,6 +31,14 @@
שיחה חדשה
הוסף איש קשר או מספר…
הצעות
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
קבלת סמס
הודעה חדשה
diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml
index 82135798..b37c4ea9 100644
--- a/app/src/main/res/values-ja/strings.xml
+++ b/app/src/main/res/values-ja/strings.xml
@@ -28,6 +28,14 @@
新しい会話
連絡先や電話番号を追加…
おすすめ
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
受信した SMS
新しいメッセージ
@@ -73,4 +81,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml
index 5e3bf0be..214d6f52 100644
--- a/app/src/main/res/values-lt/strings.xml
+++ b/app/src/main/res/values-lt/strings.xml
@@ -29,6 +29,14 @@
Naujas pokalbis
Pridėti kontaktą arba numerį…
Pasiūlymai
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
Aš
Gautos žinutės
diff --git a/app/src/main/res/values-lv/strings.xml b/app/src/main/res/values-lv/strings.xml
index 2b7eaf30..6b817d3a 100644
--- a/app/src/main/res/values-lv/strings.xml
+++ b/app/src/main/res/values-lv/strings.xml
@@ -30,6 +30,14 @@
New conversation
Add Contact or Number…
Suggestions
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
Received SMS
New message
@@ -79,4 +87,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-mk/strings.xml b/app/src/main/res/values-mk/strings.xml
index f2998393..42676927 100644
--- a/app/src/main/res/values-mk/strings.xml
+++ b/app/src/main/res/values-mk/strings.xml
@@ -29,6 +29,14 @@
New conversation
Add Contact or Number…
Suggestions
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
Received SMS
New message
@@ -76,4 +84,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-ml/strings.xml b/app/src/main/res/values-ml/strings.xml
index f80d6f81..3de10396 100644
--- a/app/src/main/res/values-ml/strings.xml
+++ b/app/src/main/res/values-ml/strings.xml
@@ -29,6 +29,14 @@
പുതിയ സംഭാഷണം
കോൺടാക്റ്റ് അല്ലെങ്കിൽ നമ്പർ ചേർക്കുക…
നിർദ്ദേശങ്ങൾ
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
SMS ലഭിച്ചു
പുതിയ മെസ്സേജ്
@@ -76,4 +84,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-nb-rNO/strings.xml b/app/src/main/res/values-nb-rNO/strings.xml
index 1855a9ba..92700900 100644
--- a/app/src/main/res/values-nb-rNO/strings.xml
+++ b/app/src/main/res/values-nb-rNO/strings.xml
@@ -29,6 +29,14 @@
Ny samtale
Legg til kontakt eller nummer …
Forslag
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
Mottatt SMS
Ny melding
@@ -76,4 +84,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml
index a8331dc2..6012048a 100644
--- a/app/src/main/res/values-nl/strings.xml
+++ b/app/src/main/res/values-nl/strings.xml
@@ -29,6 +29,14 @@
Nieuw gesprek
Contact of nummer toevoegen…
Suggesties
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
Ontvangen berichten
Nieuw bericht
@@ -76,4 +84,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml
index 05b1ff18..adc015ea 100644
--- a/app/src/main/res/values-pl/strings.xml
+++ b/app/src/main/res/values-pl/strings.xml
@@ -31,6 +31,14 @@
Nowa rozmowa
Dodaj kontakt lub numer…
Propozycje
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
Otrzymany SMS
Nowa wiadomość
@@ -82,4 +90,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index facedfc8..130d7024 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -30,6 +30,14 @@
Nova conversa
Adicionar contato ou número…
Sugestões
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
SMS recebido
Nova mensagem
@@ -79,4 +87,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml
index 6fb75bda..70dd2ef9 100644
--- a/app/src/main/res/values-pt/strings.xml
+++ b/app/src/main/res/values-pt/strings.xml
@@ -30,6 +30,14 @@
Nova conversa
Adicionar contacto ou número…
Sugestões
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
SMS recebida
Nova mensagem
@@ -79,4 +87,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml
index c7013651..96fc91df 100644
--- a/app/src/main/res/values-ro/strings.xml
+++ b/app/src/main/res/values-ro/strings.xml
@@ -1,13 +1,13 @@
- Simple SMS Messenger
+ Messenger SMS simplu
Mesaje
Introduceţi un mesaj…
Mesajul nu a fost trimis
Mesajul nu a fost trimis. Apasă pentru a încerca din nou.
Mesajul tău către \'%s\' nu a fost trimis
Adaugă o persoană
- Ataşament
+ Anexă
Nu au fost găsite conversaţii stocate
Începe o conversaţie
Răspunde
@@ -30,12 +30,20 @@
Conversaţie nouă
Adaugă contact sau număr de telefon…
Sugestii
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
SMS-uri primite
Mesaj nou
Marchează ca citit
Marchează ca necitit
- Me
+ Eu
Sunteți sigur că doriți să ștergeți toate mesajele din această conversație\?
@@ -71,12 +79,12 @@
Importă mesajele MMS
Trebuie să selectaţi cel puţin un element
- De ce aplicația necesită acces la internet\?
- Din păcate este nevoie pentru a primite ataşamente MMS. Ideea de a nu putea trimite MMS-uri ar prezenta un dezavantaj foarte mare în comparaţie cu alte aplicaţii, aşa că am decis să mergem pe această cale. Totuşi, ca de obicei, nu este prezentă nici un fel de reclamă, urmărire sau analiză, internetul este folosit doar pentru a trimite MMS-uri.
- Celălalt capăt nu-mi primește MMS, pot face ceva în acest sens\?
+ De ce necesită aplicația acces la internet\?
+ Din păcate este nevoie pentru a primite anexe MMS. Ideea de a nu putea trimite MMS-uri ar prezenta un dezavantaj foarte mare în comparaţie cu alte aplicaţii, aşa că am decis să mergem pe această cale. Totuşi, ca de obicei, nu este prezentă nici un fel de reclamă, urmărire sau analiză, internetul este folosit doar pentru a trimite MMS-uri.
+ Celălalt capăt nu-mi primește MMS-ul, pot face ceva în acest sens\?
Dimensiunea MMS este limitată de operatorii de telefonie; puteți încerca să setați o limită mai mică în setările aplicației.
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml
index 83dd9f7f..f0bd3877 100644
--- a/app/src/main/res/values-ru/strings.xml
+++ b/app/src/main/res/values-ru/strings.xml
@@ -31,6 +31,14 @@
Новая переписка
Добавить контакт или номер…
Предложения
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
Получено сообщение
Новое сообщение
@@ -82,4 +90,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml
index afa911db..a918eb41 100644
--- a/app/src/main/res/values-sk/strings.xml
+++ b/app/src/main/res/values-sk/strings.xml
@@ -30,6 +30,14 @@
Nová konverzácia
Pridať kontakt alebo číslo…
Návrhy
+
+ Naplánovaná správa
+ Naplánovať odoslanie
+ Zrušiť naplánované odoslanie
+ Musíte zvoliť čas v budúcnosti
+ Majte zapnuté zariadenie a uistite sa, že apku na pozadí nič nevypína
+ Upraviť správu
+ Odoslať teraz
Prijatá SMS
Nová správa
diff --git a/app/src/main/res/values-sl/strings.xml b/app/src/main/res/values-sl/strings.xml
index 0b6c57fe..9c2f7385 100644
--- a/app/src/main/res/values-sl/strings.xml
+++ b/app/src/main/res/values-sl/strings.xml
@@ -31,6 +31,14 @@
Nov pogovor
Dodaj stik ali številko …
Predlogi
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
Prejeto SMS sporočilo
Novo sporočilo
@@ -82,4 +90,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml
index 7cdc8cba..d981d2b2 100644
--- a/app/src/main/res/values-sv/strings.xml
+++ b/app/src/main/res/values-sv/strings.xml
@@ -22,13 +22,21 @@
Det gick inte att komprimera bilden till den valda storleken
- - and %d other
- - and %d others
+ - och %d annan
+ - och %d andra
Ny konversation
Lägg till kontakt eller nummer…
Förslag
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
Tog emot sms
Nytt meddelande
@@ -76,4 +84,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-ta/strings.xml b/app/src/main/res/values-ta/strings.xml
index 6d64b4b3..26898530 100644
--- a/app/src/main/res/values-ta/strings.xml
+++ b/app/src/main/res/values-ta/strings.xml
@@ -29,6 +29,14 @@
புதிய உரையாடல்
தொடர்பு அல்லது எண்ணைச் சேர்க்கவும்…
பரிந்துரைகள்
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
SMS கிடைத்தது
புதிய செய்தி
@@ -76,4 +84,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-th/strings.xml b/app/src/main/res/values-th/strings.xml
index 91bbf93b..529884c4 100644
--- a/app/src/main/res/values-th/strings.xml
+++ b/app/src/main/res/values-th/strings.xml
@@ -28,6 +28,14 @@
New conversation
Add Contact or Number…
Suggestions
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
Received SMS
New message
@@ -73,4 +81,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml
index 0d26852e..0417fa87 100644
--- a/app/src/main/res/values-tr/strings.xml
+++ b/app/src/main/res/values-tr/strings.xml
@@ -29,6 +29,14 @@
Yeni görüşme
Kişi veya Numara Ekle…
Öneriler
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
SMS alındı
Yeni mesaj
@@ -76,4 +84,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml
index 3e2ba768..24d77098 100644
--- a/app/src/main/res/values-uk/strings.xml
+++ b/app/src/main/res/values-uk/strings.xml
@@ -31,6 +31,14 @@
Нове листування
Додати контакт аба номер…
Пропозиція
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
Отримано повідомлення
Нове повідомлення
diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml
index e9bd2465..6536166f 100644
--- a/app/src/main/res/values-zh-rCN/strings.xml
+++ b/app/src/main/res/values-zh-rCN/strings.xml
@@ -28,6 +28,14 @@
新的对话
添加联系人或者号码…
建议
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
接收到的短信
新消息
@@ -73,4 +81,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml
index 1dd745e4..025facf2 100644
--- a/app/src/main/res/values-zh-rTW/strings.xml
+++ b/app/src/main/res/values-zh-rTW/strings.xml
@@ -28,6 +28,14 @@
新對話
新增聯絡對象或電話號碼……
建議
+
+ Scheduled message
+ Schedule send
+ Cancel schedule send
+ You must pick a time in the future
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
收到的簡訊
新訊息
@@ -73,4 +81,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
-
\ No newline at end of file
+
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 4e7ca0ba..3079ddbf 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -20,7 +20,6 @@
Unpin
Forward
Unable to compress image to selected size
- Back
- and %d other
@@ -31,10 +30,13 @@
Add Contact or Number…
Suggestions
+ Scheduled message
Schedule send
Cancel schedule send
You must pick a time in the future
- Keep the phone on and make sure nothing\'s killing the app in background
+ Keep the phone on and make sure there is nothing killing the app in background
+ Update message
+ Send now
Received SMS
New message
diff --git a/fastlane/metadata/android/fi/full_description.txt b/fastlane/metadata/android/fi-FI/full_description.txt
similarity index 100%
rename from fastlane/metadata/android/fi/full_description.txt
rename to fastlane/metadata/android/fi-FI/full_description.txt
diff --git a/fastlane/metadata/android/fi/short_description.txt b/fastlane/metadata/android/fi-FI/short_description.txt
similarity index 100%
rename from fastlane/metadata/android/fi/short_description.txt
rename to fastlane/metadata/android/fi-FI/short_description.txt
diff --git a/fastlane/metadata/android/fi/title.txt b/fastlane/metadata/android/fi-FI/title.txt
similarity index 100%
rename from fastlane/metadata/android/fi/title.txt
rename to fastlane/metadata/android/fi-FI/title.txt