diff --git a/app/src/main/kotlin/com/simplemobiletools/smsmessenger/activities/SearchActivity.kt b/app/src/main/kotlin/com/simplemobiletools/smsmessenger/activities/SearchActivity.kt index 862e6ae6..5e2f9b57 100644 --- a/app/src/main/kotlin/com/simplemobiletools/smsmessenger/activities/SearchActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/smsmessenger/activities/SearchActivity.kt @@ -93,7 +93,6 @@ class SearchActivity : SimpleActivity() { val conversations = conversationsDB.getConversationsWithText(searchQuery) if (text == mLastSearchedText) { showSearchResults(messages, conversations, text) - } } } else { diff --git a/app/src/main/kotlin/com/simplemobiletools/smsmessenger/adapters/SearchResultsAdapter.kt b/app/src/main/kotlin/com/simplemobiletools/smsmessenger/adapters/SearchResultsAdapter.kt index 5ad6cb95..f594e76c 100644 --- a/app/src/main/kotlin/com/simplemobiletools/smsmessenger/adapters/SearchResultsAdapter.kt +++ b/app/src/main/kotlin/com/simplemobiletools/smsmessenger/adapters/SearchResultsAdapter.kt @@ -14,7 +14,6 @@ import com.simplemobiletools.smsmessenger.R import com.simplemobiletools.smsmessenger.activities.SimpleActivity import com.simplemobiletools.smsmessenger.models.SearchResult import kotlinx.android.synthetic.main.item_search_result.view.* -import java.util.* class SearchResultsAdapter( activity: SimpleActivity, var searchResults: ArrayList, recyclerView: MyRecyclerView, highlightText: String, itemClick: (Any) -> Unit @@ -80,6 +79,7 @@ class SearchResultsAdapter( search_result_date.apply { text = searchResult.date + setTextColor(textColor) setTextSize(TypedValue.COMPLEX_UNIT_PX, fontSize * 0.8f) } diff --git a/app/src/main/res/layout/activity_search.xml b/app/src/main/res/layout/activity_search.xml index 78af7f2e..837fbed0 100644 --- a/app/src/main/res/layout/activity_search.xml +++ b/app/src/main/res/layout/activity_search.xml @@ -21,57 +21,49 @@ - - + android:layout_height="wrap_content" + android:layout_centerHorizontal="true" + android:layout_marginTop="@dimen/activity_margin" + android:alpha="0.8" + android:gravity="center" + android:paddingStart="@dimen/activity_margin" + android:paddingEnd="@dimen/activity_margin" + android:text="@string/no_items_found" + android:textSize="@dimen/bigger_text_size" + android:textStyle="italic" /> - + - + - - - - + diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml index 9fa581d5..b0ab6f75 100644 --- a/app/src/main/res/values-ca/strings.xml +++ b/app/src/main/res/values-ca/strings.xml @@ -30,13 +30,13 @@ 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 + Missatge programat + Programa l\'enviament + Cancel·la la programació de l\'enviament + Cal triar una hora futura + Mantingueu el telèfon engegat i assegureu-vos que no hi hagi res que mati les aplicacions en segon pla Update message - Send now + Envia ara SMS rebut Missatge nou @@ -84,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 adf5af46..ed05dc9f 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -31,13 +31,13 @@ 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 + Mensaje programado + Programar envío + Cancelar el envío programado + Debes elegir un momento en el futuro + Mantenga el teléfono encendido y asegúrese de que no hay nada que mate la aplicación en segundo plano Update message - Send now + Enviar ahora Mensaje recibido Nuevo mensaje @@ -87,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-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 48a1ae22..c70d9da7 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -31,13 +31,13 @@ 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 + Message planifié + Envoi planifié + Annuler l\'envoi planifié + Vous devez choisir une date dans le futur + Gardez le téléphone allumé et assurez-vous que l\'application ne soit pas fermée en arrière-plan + Mettre à jour le message + Envoyer maintenant SMS reçu Nouveau message diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml index 91af8919..b9ef4046 100644 --- a/app/src/main/res/values-gl/strings.xml +++ b/app/src/main/res/values-gl/strings.xml @@ -30,13 +30,13 @@ 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 + Mensaxe programada + Programar envío + Cancelar o envío programado + Debes escoller un momento no futuro + Mantén o teléfono acendido e asegúrate de que non hai nada que mate a aplicación en segundo plano Update message - Send now + Enviar agora SMS recibida Nova mensaxe @@ -84,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-it/strings.xml b/app/src/main/res/values-it/strings.xml index b018138a..acbe0643 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -1,6 +1,6 @@ - Messaggi SMS + Messaggi SMS Semplici Messaggi SMS Componi un messaggio… Messaggio non inviato @@ -31,13 +31,13 @@ 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 + Messaggio programmato + Invio programmato + Annulla l\'invio programmato + Devi scegliere un momento del futuro + Tieni il telefono acceso e assicurati che non ci sia nulla che chiuda l\'app in background Update message - Send now + Invia ora SMS ricevuto Nuovo messaggio @@ -87,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-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index 6012048a..10f97b57 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -30,13 +30,13 @@ 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 + Ingepland bericht + Verzending inplannen + Geplande verzending annuleren + Kies een tijd in de toekomst + Zorg ervoor dat het toestel blijft ingeschakeld en dat de app niet op de achtergrond wordt afgesloten + Bericht aanpassen + Nu versturen Ontvangen berichten Nieuw bericht @@ -84,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 adc015ea..3ef73b02 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -32,13 +32,13 @@ 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 + Zaplanowana wiadomość + Zaplanuj wysłanie + Anuluj zaplanowane wysłanie + Musisz wybrać czas w przyszłości + Pozostaw telefon włączony i upewnij się, że nic nie wyłącza aplikacji w tle + Zaktualizuj wiadomość + Wyślij teraz Otrzymany SMS Nowa wiadomość @@ -90,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-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index f0bd3877..814faa46 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -32,13 +32,13 @@ Добавить контакт или номер… Предложения - 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 + Отправить сейчас Получено сообщение Новое сообщение @@ -90,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-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index 0417fa87..7b884716 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -30,19 +30,19 @@ 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 + Zamanlanan mesaj + Göndermeyi zamanla + Gönderme zamanlamasını iptal et + Gelecekte bir zaman seçmelisiniz + Telefonu açık tutun ve arka planda uygulamayı sonlandıran hiçbir şey olmadığından emin olun + Mesajı güncelle + Şimdi gönder SMS alındı Yeni mesaj Okundu olarak işaretle Okunmadı olarak işaretle - Me + Ben Bu görüşmenin tüm mesajlarını silmek istediğinizden emin misiniz\? @@ -84,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-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 6536166f..4c8a4299 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -29,13 +29,13 @@ 添加联系人或者号码… 建议 - 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 + 立即发送 接收到的短信 新消息 @@ -81,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/fastlane/metadata/android/it-IT/full_description.txt b/fastlane/metadata/android/it-IT/full_description.txt index f2ac7eb8..d897f809 100644 --- a/fastlane/metadata/android/it-IT/full_description.txt +++ b/fastlane/metadata/android/it-IT/full_description.txt @@ -24,4 +24,4 @@ Reddit: https://www.reddit.com/r/SimpleMobileTools Telegram: -https://t.me/SimpleMobileTools \ No newline at end of file +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/it-IT/short_description.txt b/fastlane/metadata/android/it-IT/short_description.txt index bf8b4bfe..eb49b215 100644 --- a/fastlane/metadata/android/it-IT/short_description.txt +++ b/fastlane/metadata/android/it-IT/short_description.txt @@ -1 +1 @@ -App per SMS e MMS, invio veloce di messaggi, interfaccia piacevole \ No newline at end of file +App per SMS e MMS, invio veloce di messaggi, interfaccia piacevole diff --git a/fastlane/metadata/android/it-IT/title.txt b/fastlane/metadata/android/it-IT/title.txt index 06d371ab..3adaaa62 100644 --- a/fastlane/metadata/android/it-IT/title.txt +++ b/fastlane/metadata/android/it-IT/title.txt @@ -1 +1 @@ -SMS Semplice \ No newline at end of file +Messaggi SMS Semplici diff --git a/fastlane/metadata/android/it-IT/video.txt b/fastlane/metadata/android/it-IT/video.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/fastlane/metadata/android/ro/full_description.txt b/fastlane/metadata/android/ro/full_description.txt new file mode 100644 index 00000000..97e28ff1 --- /dev/null +++ b/fastlane/metadata/android/ro/full_description.txt @@ -0,0 +1,27 @@ +O modalitate excelentă de a rămâne în contact cu rudele, trimițând atât SMS și MMS. Aplicația gestionează în mod corespunzător și mesajele de grup, la fel ca și blocarea numerelor de pe Android 7+. Păstrați legătura cu toate contactele dvs. folosind această aplicație. Niciodată nu a fost mai ușor să partajați fotografii, să trimiteți emoticoane sau pur și simplu să vă salutați rapid. Puteți face atât de multe lucruri cu mesajele dvs., cum ar fi să dezactivați conversațiile sau să atribuiți tonuri speciale de mesaj pentru anumite contacte. Cu această aplicație, vă puteți bucura de mesajele private zilnice într-un mod mai distractiv. + +Oferă mai multe formate de date din care puteți alege, pentru a vă simți confortabil la utilizarea ei. De asemenea, puteți comuta între formatul de timp de 12 și 24 de ore. Această aplicație vă oferă, de asemenea, flexibilitatea backup-ului sms-urilor. În acest fel, nu trebuie să salvați mesajele pe un dispozitiv extern sau să folosiți alt hardware pentru a le salva. Această funcție de backup sms vă va ajuta să salvați eficient datele fără a fi o povară pentru stocarea internă. + +Această aplicație de mesagerie are o dimensiune a aplicației foarte mică în comparație cu concurența, ceea ce o face foarte rapidă la descărcare. Tehnica de backup sms este utilă atunci când trebuie să vă schimbați dispozitivul sau când acesta este furat. În acest fel, puteți recupera cu ușurință mesajele text atât din mesageria de grup, cât și din mesageria privată, folosind backup-ul sms din această aplicație de mesagerie. + +Caracteristica de blocare ajută la prevenirea mesajelor nedorite cu ușurință, puteți bloca toate mesajele și de la contactele care nu sunt stocate. Numerele blocate pot fi atât exportate, cât și importate pentru o copie de rezervă ușoară. Toate conversațiile pot fi exportate cu ușurință într-un fișier pentru o copie de rezervă simplă de asemenea sau pentru migrarea între dispozitive. + +De asemenea, puteți personaliza ce parte a mesajului este vizibilă pe ecranul de blocare. Puteți alege dacă doriți să fie afișat doar expeditorul, mesajul sau nimic pentru o confidențialitate sporită. + +Această aplicație de mesagerie le oferă utilizatorilor și posibilitatea de a căuta mesaje rapid și eficient. S-au dus zilele în care trebuie să parcurgeți toate conversațiile din mesageria privată și din mesageria de grup pentru a ajunge la mesajul dorit. Pur și simplu căutați și obțineți ceea ce doriți cu această aplicație de mesagerie text. + +Vine cu design material și temă întunecată în mod implicit, oferă o experiență de utilizare excelentă pentru o utilizare ușoară. Lipsa accesului la internet vă oferă mai multă intimitate, securitate și stabilitate decât alte aplicații. + +Nu conține reclame sau permisiuni inutile. Este complet opensource, oferă culori personalizabile. + +Consultați suita completă de instrumente Simple Tools aici: +https://www.simplemobiletools.com + +Facebook: +https://www.facebook.com/simplemobiletools + +Reddit: +https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/ro/short_description.txt b/fastlane/metadata/android/ro/short_description.txt new file mode 100644 index 00000000..71d521ab --- /dev/null +++ b/fastlane/metadata/android/ro/short_description.txt @@ -0,0 +1 @@ +Aplicație de SMS și MMS pentru Android, trimite mesaje rapid, interfață plăcută diff --git a/fastlane/metadata/android/ro/title.txt b/fastlane/metadata/android/ro/title.txt new file mode 100644 index 00000000..58886f74 --- /dev/null +++ b/fastlane/metadata/android/ro/title.txt @@ -0,0 +1 @@ +Simple SMS Messenger