diff --git a/app/build.gradle b/app/build.gradle index f70ed88e..91574ad6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:5b5a6b083f' + implementation 'com.github.SimpleMobileTools:Simple-Commons:6fd3d454ae' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'me.grantland:autofittextview:0.2.1' } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 562addd4..e494bf4b 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -62,36 +62,42 @@ @@ -113,6 +119,7 @@ diff --git a/app/src/main/kotlin/com/simplemobiletools/dialer/activities/DialerActivity.kt b/app/src/main/kotlin/com/simplemobiletools/dialer/activities/DialerActivity.kt index 69c2505b..3f7def96 100644 --- a/app/src/main/kotlin/com/simplemobiletools/dialer/activities/DialerActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/dialer/activities/DialerActivity.kt @@ -36,6 +36,12 @@ class DialerActivity : SimpleActivity() { @SuppressLint("MissingPermission") private fun initOutgoingCall() { try { + if (isNumberBlocked(callNumber.toString().replace("tel:", ""), getBlockedNumbers())) { + toast(R.string.calling_blocked_number) + finish() + return + } + getHandleToUse(intent, callNumber.toString()) { handle -> if (handle != null) { Bundle().apply { diff --git a/app/src/main/kotlin/com/simplemobiletools/dialer/adapters/RecentCallsAdapter.kt b/app/src/main/kotlin/com/simplemobiletools/dialer/adapters/RecentCallsAdapter.kt index 98a01cea..66de686f 100644 --- a/app/src/main/kotlin/com/simplemobiletools/dialer/adapters/RecentCallsAdapter.kt +++ b/app/src/main/kotlin/com/simplemobiletools/dialer/adapters/RecentCallsAdapter.kt @@ -274,7 +274,7 @@ class RecentCallsAdapter( private fun setupView(view: View, call: RecentCall) { view.apply { - item_recents_frame.isSelected = selectedKeys.contains(call.id) + item_recents_holder.isSelected = selectedKeys.contains(call.id) var nameToShow = SpannableString(call.name) if (call.specificType.isNotEmpty()) { nameToShow = SpannableString("${call.name} - ${call.specificType}") diff --git a/app/src/main/res/layout/activity_call.xml b/app/src/main/res/layout/activity_call.xml index 62593058..5e2dd1d7 100644 --- a/app/src/main/res/layout/activity_call.xml +++ b/app/src/main/res/layout/activity_call.xml @@ -15,7 +15,7 @@ app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" - app:layout_constraintVertical_bias="0.05" + app:layout_constraintVertical_bias="0.08" tools:src="@drawable/ic_call_accept" /> + app:layout_constraintVertical_bias="0.63" /> + app:layout_constraintVertical_bias="0.63" /> + app:layout_constraintVertical_bias="0.63" /> + + + app:layout_constraintTop_toBottomOf="@id/call_control_grid_barrier" /> - + android:foreground="@drawable/selector" + android:paddingTop="@dimen/medium_margin" + android:paddingBottom="@dimen/medium_margin"> - + + + android:layout_marginStart="@dimen/small_margin" + android:layout_marginEnd="@dimen/small_margin" + android:ellipsize="end" + android:maxLines="1" + android:textSize="@dimen/bigger_text_size" + app:layout_constraintBottom_toTopOf="@id/item_recents_date_time" + app:layout_constraintEnd_toStartOf="@+id/overflow_menu_icon" + app:layout_constraintStart_toEndOf="@+id/item_recents_image" + app:layout_constraintTop_toTopOf="parent" + app:layout_constraintVertical_chainStyle="spread_inside" + tools:text="John Doe" /> - + - + - + - + - + - + - + - - - - - - + diff --git a/app/src/main/res/menu/menu.xml b/app/src/main/res/menu/menu.xml index d6b2d069..0c4ec011 100644 --- a/app/src/main/res/menu/menu.xml +++ b/app/src/main/res/menu/menu.xml @@ -24,9 +24,9 @@ app:showAsAction="ifRoom" /> + app:showAsAction="ifRoom" /> - Simple Dialer - Dialer - Please make this app the default Phone app - Please allow displaying over other apps for reliable behaviour + الهاتف المبسط + الهاتف + الرجاء جعل هذا التطبيق هو تطبيق الهاتف الافتراضي + الرجاء السماح بالعرض فوق التطبيقات الأخرى للحصول على سلوك موثوق - Could not access your contacts + تعذر الوصول إلى جهات الاتصال - No previous calls have been found - Could not access the call history - Request access - Are you sure you want to remove the selected items from the Call History\? - Are you sure you want to remove everything from the Call History\? - Show grouped calls - Clear call history - Show call details + لاتوجد مكالمات سابقة + تعذر الوصول إلى سجل المكالمات + طلب الوصول + هل أنت متأكد من إزالة العناصر المحددة من سجل المكالمات؟ + هل أنت متأكد من إزالة كامل سجل المكالمات؟ + إظهار المكالمات المجمعة + محو سجل المكالمات + إظهار تفاصيل المكالمة - Dialpad - Asterisk - Hashtag - Call number - Enable beeps on dialpad button clicks - Enable vibrations on dialpad button clicks + لوحة الاتصال + نجمة + وسم + رقم الاتصال + تمكين الصفير عند نقر أزرار لوحة الاتصال + تمكين الاهتزازات عند نقر أزرار لوحة الاتصال - Dialer - Accept - Accept call - Decline - Decline call - Unknown Caller - Is Calling… - Dialing… - Call Ended - Call Ending - Ongoing Call - Select a SIM for this call - Always use this SIM for this number - Unset default SIM - Calls - Turn microphone on - Turn microphone off - Turn speaker on - Turn speaker off - Show dialpad - Hide dialpad - End call - Hold call - Resume call - On Hold - Swap calls - Merge calls - Split call - Add call - Manage conference call - Conference - Speaker - Earpiece - Bluetooth - Wired Headset - Wired or Earpiece - Choose audio route + الهاتف + قبول + قبول المكالمة + رفض + رفض المكالمة + متصل غير معروف + يتصل… + اتصال… + انتهت المكالمة + إنهاء المكالمة + مكالمة مستمرة + اختر شريحة لهذه المكالمة + استخدم هذه الشريحة دائما لهذا الرقم + إلغاء تعيين بطاقة SIM الافتراضية + المكالمات + تشغيل الميكروفون + إيقاف تشغيل الميكروفون + تشغيل مكبر الصوت + إيقاف تشغيل مكبر الصوت + إظهار لوحة الاتصال + إخفاء لوحة الاتصال + إنهاء المكالمة + تعليق المكالمة + استئناف المكالمة + قيد الانتظار + مبادلة المكالمات + دمج المكالمات + تقسيم المكالمة + إضافة مكالمة + إدارة المكالمة الجماعية + جماعة + مكبر الصوت + سماعة الأذن + بلوتوث + سماعة الرأس السلكية + سلكي أو سماعة أذن + اختر مسار الصوت + الرقم الذي تتصل به محظور - Speed dial - Manage speed dial - Click on a number to assign a contact to it. You can then quickly call the given contact by long pressing the given number at the dialer. + اتصال سريع + إدارة الاتصال السريع + انقر فوق رقم لتعيين جهة اتصال له. يمكنك بعد ذلك الاتصال بجهة الاتصال المحددة بسرعة عن طريق الضغط لفترة طويلة على الرقم المحدد في الهاتف. - Group subsequent calls with the same number at the call log - Open the dialpad by default when the app opens - Disable proximity sensor during calls - Replace swiping at responding to incoming calls with clicking - Always display incoming calls on full screen + تجميع المكالمات اللاحقة مع نفس الرقم في سجل المكالمات + افتح لوحة الاتصال افتراضيًا عند فتح التطبيق + تعطيل مستشعر القرب أثناء المكالمات + استبدل التمرير عند الرد على المكالمات الواردة بالنقر + عرض المكالمات الواردة دائما في وضع ملء الشاشة اخفي ارقام لوحت المفاتيح - - I hear incoming calls, but the screen doesn\'t turn on. What can I do? - Such issues can have many device and system specific reasons, hard to say in general. You should look around in your device settings and make sure that the app is allowed to pop up when in background and allow displaying over other apps. + أسمع مكالمات واردة، ولكن الشاشة لا تعمل. ماذا أفعل؟ + يمكن أن يكون لمثل هذه المشكلات العديد من الأسباب الخاصة بالجهاز والنظام ، والتي يصعب تحديدها بشكل عام. يجب أن تنظر حولك في إعدادات جهازك وتأكد من السماح للتطبيق بالظهور عندما يكون في الخلفية والسماح بالعرض فوق التطبيقات الأخرى. - + \ 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 b141ee07..85331b8b 100644 --- a/app/src/main/res/values-az/strings.xml +++ b/app/src/main/res/values-az/strings.xml @@ -60,6 +60,7 @@ Wired Headset Wired or Earpiece Choose audio route + The number you are calling is blocked Speed dial Manage speed dial diff --git a/app/src/main/res/values-be/strings.xml b/app/src/main/res/values-be/strings.xml index 1daf1f3e..df099519 100644 --- a/app/src/main/res/values-be/strings.xml +++ b/app/src/main/res/values-be/strings.xml @@ -60,6 +60,7 @@ Wired Headset Wired or Earpiece Choose audio route + The number you are calling is blocked Хуткі набор Кіраванне хуткім наборам diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml index 36fb07ee..1e403163 100644 --- a/app/src/main/res/values-bg/strings.xml +++ b/app/src/main/res/values-bg/strings.xml @@ -60,6 +60,7 @@ Wired Headset Wired or Earpiece Choose audio route + The number you are calling is blocked Бързо набиране Управление на бързото набиране diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml index 065dd285..f61b15bf 100644 --- a/app/src/main/res/values-ca/strings.xml +++ b/app/src/main/res/values-ca/strings.xml @@ -60,6 +60,7 @@ Auriculars amb cable Amb cable o auricular Trieu la sortida d\'àudio + The number you are calling is blocked Marcatge ràpid Gestiona el marcatge ràpid diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index 961c18a8..10c55cc9 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -54,12 +54,13 @@ Přidat hovor Spravovat konferenční hovor Konference - Speaker - Earpiece + Reproduktor + Sluchátka Bluetooth - Wired Headset - Wired or Earpiece - Choose audio route + Náhlavní souprava s kabelem + Kabel nebo sluchátka + Vybrat směrování zvuku + The number you are calling is blocked Rychlé vytáčení Spravovat rychlá vytáčení @@ -79,4 +80,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 1a34d0d2..bfeee422 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -60,6 +60,7 @@ Wired Headset Wired or Earpiece Choose audio route + The number you are calling is blocked Hurtigopkald Administrér hurtigopkald diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index b5e538d9..41614181 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -24,9 +24,9 @@ Vibration bei Tastendruck auf das Wähltastenfeld Telefon - akzeptieren + Annehmen Anruf annehmen - ablehnen + Ablehnen Anruf ablehnen Unbekannter Anruf Ruft an … @@ -55,11 +55,12 @@ Telefonkonferenz verwalten Konferenz Lautsprecher - Earpiece + Kopfhörer Bluetooth Kabelgebundenes Headset - Wired or Earpiece - Choose audio route + Kabelgebunden oder über Kopfhörer + Audio-Ausgang wählen + The number you are calling is blocked Kurzwahl Kurzwahlnummern verwalten diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index c1ba9a96..b943b77a 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -60,6 +60,7 @@ Ενσύρματα κεφαλής Ενσύρματα ή ακουστικά Επιλογή διαδρομής ήχου + The number you are calling is blocked Ταχεία κλήση Διαχείριση ταχείας κλήσης diff --git a/app/src/main/res/values-eo/strings.xml b/app/src/main/res/values-eo/strings.xml index 29abdb43..7a673dc6 100644 --- a/app/src/main/res/values-eo/strings.xml +++ b/app/src/main/res/values-eo/strings.xml @@ -60,6 +60,7 @@ Wired Headset Wired or Earpiece Choose audio route + The number you are calling is blocked Speed dial Manage speed dial diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index cb96effc..2a4738f0 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -60,6 +60,7 @@ Auricular con cable Auricular inalámbrico Elija la salida del audio + The number you are calling is blocked Marcado rápido Administrar marcado rápido diff --git a/app/src/main/res/values-et/strings.xml b/app/src/main/res/values-et/strings.xml index 176923ff..68b30c8c 100644 --- a/app/src/main/res/values-et/strings.xml +++ b/app/src/main/res/values-et/strings.xml @@ -60,6 +60,7 @@ Juhtmega kõrvaklapid Juhtmega või kõrvasisesed kõrvaklapid Vali heliruuting + The number you are calling is blocked Kiirvalimine Klõpsa numbrit ja seosta ta konkreetse telefoniraamatu kirjega. Hiljem saad samale numbrile pikalt vajutades alustada kõnet määratud telefoninumbrile. diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index 22536146..9e4e459b 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -60,6 +60,7 @@ Wired Headset Wired or Earpiece Choose audio route + The number you are calling is blocked Pikavalinta Pikavalinnan asetukset diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 34003926..1724a9f3 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -54,12 +54,13 @@ Ajouter un appel Gérer une conférence téléphonique Conférence - Speaker - Earpiece + Haut-parleur + Écouteur Bluetooth - Wired Headset - Wired or Earpiece - Choose audio route + Casque filaire + Filaire ou écouteur + Choisir la sortie audio + The number you are calling is blocked Numérotation rapide Gérer la numérotation rapide @@ -79,4 +80,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 479f993b..194479a5 100644 --- a/app/src/main/res/values-gl/strings.xml +++ b/app/src/main/res/values-gl/strings.xml @@ -60,6 +60,7 @@ Auriculares con cable Auriculares sen fíos Escollela saida do audio + The number you are calling is blocked Marcación rápida Xestionar marcacións rápidas diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml index 8669d6a5..049c0b74 100644 --- a/app/src/main/res/values-hr/strings.xml +++ b/app/src/main/res/values-hr/strings.xml @@ -60,6 +60,7 @@ Wired Headset Wired or Earpiece Choose audio route + The number you are calling is blocked Brzo biranje Upravljaj brzim biranjem diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index 79e8b392..40b7905a 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -60,6 +60,7 @@ Wired Headset Wired or Earpiece Choose audio route + The number you are calling is blocked Gyors tárcsázó Gyors tárcsázó kezelése diff --git a/app/src/main/res/values-in/strings.xml b/app/src/main/res/values-in/strings.xml index 2e50a7fa..f1ff2c8e 100644 --- a/app/src/main/res/values-in/strings.xml +++ b/app/src/main/res/values-in/strings.xml @@ -60,6 +60,7 @@ Wired Headset Wired or Earpiece Choose audio route + The number you are calling is blocked Panggilan cepat Kelola panggilan cepat diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 14eb804b..3c13442f 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -54,12 +54,13 @@ Aggiungi una chiamata Gestisci la teleconferenza Conferenza - Speaker - Earpiece + Altoparlante + Auricolare Bluetooth - Wired Headset - Wired or Earpiece - Choose audio route + Cuffia cablata + Cablato o auricolare + Scegli l\'uscita audio + The number you are calling is blocked Contatti veloci Gestisci i contatti veloci @@ -79,4 +80,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 ea8a5cb3..b28701ec 100644 --- a/app/src/main/res/values-iw/strings.xml +++ b/app/src/main/res/values-iw/strings.xml @@ -60,6 +60,7 @@ Wired Headset Wired or Earpiece Choose audio route + The number you are calling is blocked חיוג מהיר נהל חיוג מהיר diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 54773c6c..48a0d1fd 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -54,21 +54,22 @@ 通話を追加する 電話会議を管理する 会議 - Speaker - Earpiece + スピーカー + イヤーピース Bluetooth - Wired Headset - Wired or Earpiece - Choose audio route + 有線ヘッドセット + 有線またはイヤーピース + 音声の出力先を選択 + The number you are calling is blocked スピードダイヤル スピードダイヤルの管理 - 番号をクリックすると連絡先を割り当てることが出来ます。電話で指定された番号を長押しすると、指定された連絡先に素早く電話をかけることが出来ます。 + 番号をタップすると連絡先を割り当てることが出来ます。ダイヤルパッドで割り当てた番号を長押しすると、割り当てた連絡先に素早く電話をかけることが出来ます。 後続の通話をコールログの同じ番号でグループ化する アプリを開いたときにデフォルトでダイヤルパッドを開く 通話中に近接センサーを無効にする - 着信に応答する際のスワイプ操作をクリック操作に置き換える + 着信に応答する際のスワイプ操作をタップ操作に置き換える 常に着信通知を全画面に表示する Hide dialpad numbers @@ -79,4 +80,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 6090713e..9887c757 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -60,6 +60,7 @@ Wired Headset Wired or Earpiece Choose audio route + The number you are calling is blocked Spartusis rinkimas Tvarkyti spartųjį rinkimą diff --git a/app/src/main/res/values-ml/strings.xml b/app/src/main/res/values-ml/strings.xml index 471dfdaa..b4e8ca64 100644 --- a/app/src/main/res/values-ml/strings.xml +++ b/app/src/main/res/values-ml/strings.xml @@ -60,6 +60,7 @@ വയർഡ് ഹെഡ്സെറ്റ് വയർഡ് അല്ലെങ്കിൽ ഇയർപീസ് ഓഡിയോ യാതാമാര്ഗം തിരഞ്ഞെടുക്കുക + The number you are calling is blocked സ്പീഡ് ഡയൽ സ്പീഡ് ഡയൽ നിയന്ത്രിക്കുക diff --git a/app/src/main/res/values-nb-rNO/strings.xml b/app/src/main/res/values-nb-rNO/strings.xml index 9bb528d2..c82857f8 100644 --- a/app/src/main/res/values-nb-rNO/strings.xml +++ b/app/src/main/res/values-nb-rNO/strings.xml @@ -60,6 +60,7 @@ Wired Headset Wired or Earpiece Choose audio route + The number you are calling is blocked Hurtigvalg Administrer hurtigvalg diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index f37e54ad..d4e198cf 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -60,6 +60,7 @@ Bedrade koptelefoon Bedraad of via oordopje(s) Geluidsroute kiezen + The number you are calling is blocked Snelkiesnummer Snelkiezen beheren diff --git a/app/src/main/res/values-pa-rPK/strings.xml b/app/src/main/res/values-pa-rPK/strings.xml index 7e190a0f..a1a88fdb 100644 --- a/app/src/main/res/values-pa-rPK/strings.xml +++ b/app/src/main/res/values-pa-rPK/strings.xml @@ -60,6 +60,7 @@ Wired Headset Wired or Earpiece Choose audio route + The number you are calling is blocked Speed dial Manage speed dial diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index 25144dce..7ebf0cd0 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -19,7 +19,7 @@ Panel wybierania Gwiazdka Kratka - Zadzwoń na numer + Zadzwoń pod numer Włącz sygnały dźwiękowe przy naciśnięciach przycisków na panelu wybierania Włącz wibracje przy naciśnięciach przycisków na panelu wybierania @@ -60,6 +60,7 @@ Słuchawki przewodowe Słuchawka urządzenia lub przewodowa Wybierz urządzenie audio + The number you are calling is blocked Szybkie wybieranie Zarządzaj szybkim wybieraniem diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 819dcc10..bf3823e0 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -60,6 +60,7 @@ Wired Headset Wired or Earpiece Choose audio route + The number you are calling is blocked Ligação rápida Gerenciar ligações rápidas diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index 5571b2ed..1949429c 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -60,6 +60,7 @@ Wired Headset Wired or Earpiece Choose audio route + The number you are calling is blocked Marcação rápida Gerir marcações rápidas diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index eef232d0..462a11c9 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -60,6 +60,7 @@ Wired Headset Wired or Earpiece Choose audio route + The number you are calling is blocked Apelare rapidă Gestionați apelarea rapidă diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 6671d41e..566d0a28 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -60,6 +60,7 @@ Проводная гарнитура Проводные или внутриканальные наушники Выберите аудиовыход + The number you are calling is blocked Быстрый вызов Управление быстрым вызовом diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml index d29e3d9c..15f85426 100644 --- a/app/src/main/res/values-sk/strings.xml +++ b/app/src/main/res/values-sk/strings.xml @@ -60,6 +60,7 @@ Káblové slúchadlo Káblové alebo slúchadlo Zvoľte audio výstup Choose audio route + Volané číslo máte zablokované Rýchle vytáčanie Spravovať rýchle vytáčanie diff --git a/app/src/main/res/values-sl/strings.xml b/app/src/main/res/values-sl/strings.xml index cc855b74..00aafa72 100644 --- a/app/src/main/res/values-sl/strings.xml +++ b/app/src/main/res/values-sl/strings.xml @@ -60,6 +60,7 @@ Ožičene slušalke Ožičeno ali brezžično Izberi smer zvoka + The number you are calling is blocked Hitro klicanje Upravljanje hitrega klica diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml index 405d1076..bd40ac7a 100644 --- a/app/src/main/res/values-sr/strings.xml +++ b/app/src/main/res/values-sr/strings.xml @@ -60,6 +60,7 @@ Жичане слушалице Жичани или слушалица Изаберите аудио руту + The number you are calling is blocked Брзо бирање Управљајте брзим бирањем diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index 9c8581e5..ddcf564e 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -60,6 +60,7 @@ Wired Headset Wired or Earpiece Choose audio route + The number you are calling is blocked Snabbuppringning Hantera snabbuppringning diff --git a/app/src/main/res/values-th/strings.xml b/app/src/main/res/values-th/strings.xml index b141ee07..85331b8b 100644 --- a/app/src/main/res/values-th/strings.xml +++ b/app/src/main/res/values-th/strings.xml @@ -60,6 +60,7 @@ Wired Headset Wired or Earpiece Choose audio route + The number you are calling is blocked Speed dial Manage speed dial diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index e6d4ca98..4cd2a190 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -60,6 +60,7 @@ Kablolu Kulaklık Kablolu veya Kulaklık Ses çıkışını seçin + The number you are calling is blocked Hızlı arama Hızlı aramayı yönet diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index 836d9bb9..39365f9a 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -3,7 +3,7 @@ Простий Телефон Телефон Будь ласка, зробіть цю програму типовою для телефонних викликів - Дозвольте відображення над іншими додатками для надійної роботи + Дозвольте відображення над іншими застосунками для надійної роботи Не вдалося отримати доступ до контактів @@ -60,13 +60,14 @@ Wired Headset Wired or Earpiece Choose audio route + The number you are calling is blocked Швидкий виклик Управління швидким викликом Натисніть на номер, щоб призначити йому контакт. Потім ви зможете швидко зателефонувати вказаному контакту, довго натискаючи вказаний номер на цифровій панелі. Групувати наступні дзвінки з тим самим номером у журналі викликів - За замовчуванням відкривати цифрову панель при запуску додатку + За замовчуванням відкривати цифрову панель при запуску застосунку Вимикати датник наближення під час викликів Замінити перетягування на натискання під час відповіді на вхідні виклики Always display incoming calls on full screen @@ -79,4 +80,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 b04ec52f..7e68a8d9 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -56,10 +56,11 @@ 会议 扬声器 听筒 - Bluetooth + 蓝牙 有线耳机 有线或听筒 选择音频线路 + The number you are calling is blocked 快速拨号 管理快速拨号 diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index 7dc8196b..83e9789b 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -60,6 +60,7 @@ Wired Headset Wired or Earpiece Choose audio route + The number you are calling is blocked Speed dial Manage speed dial diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index bc83e3e1..08b31931 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -1,6 +1,6 @@ - 72dp + 60dp 50dp 50dp 72dp diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 847ba867..42db4841 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -64,6 +64,7 @@ Wired Headset Wired or Earpiece Choose audio route + The number you are calling is blocked Speed dial diff --git a/fastlane/metadata/android/ca/video.txt b/fastlane/metadata/android/ca/video.txt new file mode 100644 index 00000000..8d1c8b69 --- /dev/null +++ b/fastlane/metadata/android/ca/video.txt @@ -0,0 +1 @@ + diff --git a/fastlane/metadata/android/de-DE/title.txt b/fastlane/metadata/android/de-DE/title.txt index 2055a85f..d860bbf6 100644 --- a/fastlane/metadata/android/de-DE/title.txt +++ b/fastlane/metadata/android/de-DE/title.txt @@ -1 +1 @@ -Schlichter Dialer +Schlichtes Telefon diff --git a/fastlane/metadata/android/de-DE/video.txt b/fastlane/metadata/android/de-DE/video.txt index 8d1c8b69..1a4baf53 100644 --- a/fastlane/metadata/android/de-DE/video.txt +++ b/fastlane/metadata/android/de-DE/video.txt @@ -1 +1 @@ - + diff --git a/fastlane/metadata/android/uk/full_description.txt b/fastlane/metadata/android/uk/full_description.txt index 9560ec38..7ca34a49 100644 --- a/fastlane/metadata/android/uk/full_description.txt +++ b/fastlane/metadata/android/uk/full_description.txt @@ -24,4 +24,4 @@ Reddit: https://www.reddit.com/r/SimpleMobileTools Телеграма: -https://t.me/SimpleMobileTools \ No newline at end of file +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/uk/short_description.txt b/fastlane/metadata/android/uk/short_description.txt index 25dca069..847fa0eb 100644 --- a/fastlane/metadata/android/uk/short_description.txt +++ b/fastlane/metadata/android/uk/short_description.txt @@ -1 +1 @@ -Керуйте телефонними дзвінками за допомогою цієї простої для набору номера \ No newline at end of file +Керуйте телефонними дзвінками за допомогою цієї простої для набору номера diff --git a/fastlane/metadata/android/uk/title.txt b/fastlane/metadata/android/uk/title.txt index 8649d054..58dc6dc6 100644 --- a/fastlane/metadata/android/uk/title.txt +++ b/fastlane/metadata/android/uk/title.txt @@ -1 +1 @@ -Простий набирач \ No newline at end of file +Простий набирач diff --git a/fastlane/metadata/android/uk/video.txt b/fastlane/metadata/android/uk/video.txt index e69de29b..8d1c8b69 100644 --- a/fastlane/metadata/android/uk/video.txt +++ b/fastlane/metadata/android/uk/video.txt @@ -0,0 +1 @@ +