Merge branch 'master' into master

This commit is contained in:
Tibor Kaputa
2022-12-30 10:40:46 +01:00
committed by GitHub
15 changed files with 102 additions and 93 deletions

View File

@ -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'
}

View File

@ -62,36 +62,42 @@
<activity
android:name="com.simplemobiletools.commons.activities.AboutActivity"
android:configChanges="orientation"
android:exported="false"
android:label="@string/about"
android:parentActivityName=".activities.MainActivity" />
<activity
android:name="com.simplemobiletools.commons.activities.CustomizationActivity"
android:configChanges="orientation"
android:exported="false"
android:label="@string/customize_colors"
android:parentActivityName=".activities.SettingsActivity" />
<activity
android:name="com.simplemobiletools.commons.activities.ManageBlockedNumbersActivity"
android:configChanges="orientation"
android:exported="false"
android:label="@string/blocked_numbers"
android:parentActivityName=".activities.SettingsActivity" />
<activity
android:name=".activities.ManageSpeedDialActivity"
android:configChanges="orientation"
android:exported="false"
android:label="@string/speed_dial"
android:parentActivityName=".activities.SettingsActivity" />
<activity
android:name=".activities.ConferenceActivity"
android:configChanges="orientation"
android:exported="false"
android:label="@string/conference"
android:parentActivityName=".activities.CallActivity" />
<activity
android:name=".activities.SettingsActivity"
android:configChanges="orientation"
android:exported="true"
android:label="@string/settings"
android:parentActivityName=".activities.MainActivity">
@ -113,6 +119,7 @@
<activity
android:name=".activities.DialpadActivity"
android:configChanges="orientation"
android:exported="true"
android:label="@string/dialpad"
android:parentActivityName=".activities.MainActivity"
@ -144,6 +151,7 @@
<activity
android:name=".activities.DialerActivity"
android:configChanges="orientation"
android:exported="true"
android:label="@string/dialer"
android:theme="@style/Theme.Transparent">

View File

@ -24,9 +24,9 @@
app:showAsAction="ifRoom" />
<item
android:id="@+id/more_apps_from_us"
android:showAsAction="never"
android:icon="@drawable/ic_google_play_vector"
android:title="@string/more_apps_from_us"
app:showAsAction="never" />
app:showAsAction="ifRoom" />
<item
android:id="@+id/settings"
android:icon="@drawable/ic_settings_cog_vector"

View File

@ -1,81 +1,81 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Simple Dialer</string>
<string name="app_launcher_name">Dialer</string>
<string name="default_phone_app_prompt">Please make this app the default Phone app</string>
<string name="allow_displaying_over_other_apps">Please allow displaying over other apps for reliable behaviour</string>
<string name="app_name">الهاتف المبسط</string>
<string name="app_launcher_name">الهاتف</string>
<string name="default_phone_app_prompt">الرجاء جعل هذا التطبيق هو تطبيق الهاتف الافتراضي</string>
<string name="allow_displaying_over_other_apps">الرجاء السماح بالعرض فوق التطبيقات الأخرى للحصول على سلوك موثوق</string>
<!-- Contacts -->
<string name="could_not_access_contacts">Could not access your contacts</string>
<string name="could_not_access_contacts">تعذر الوصول إلى جهات الاتصال</string>
<!-- Recents -->
<string name="no_previous_calls">No previous calls have been found</string>
<string name="could_not_access_the_call_history">Could not access the call history</string>
<string name="request_access">Request access</string>
<string name="remove_confirmation">Are you sure you want to remove the selected items from the Call History\?</string>
<string name="clear_history_confirmation">Are you sure you want to remove everything from the Call History\?</string>
<string name="show_grouped_calls">Show grouped calls</string>
<string name="clear_call_history">Clear call history</string>
<string name="show_call_details">Show call details</string>
<string name="no_previous_calls">لاتوجد مكالمات سابقة</string>
<string name="could_not_access_the_call_history">تعذر الوصول إلى سجل المكالمات</string>
<string name="request_access">طلب الوصول</string>
<string name="remove_confirmation">هل أنت متأكد من إزالة العناصر المحددة من سجل المكالمات؟</string>
<string name="clear_history_confirmation">هل أنت متأكد من إزالة كامل سجل المكالمات؟</string>
<string name="show_grouped_calls">إظهار المكالمات المجمعة</string>
<string name="clear_call_history">محو سجل المكالمات</string>
<string name="show_call_details">إظهار تفاصيل المكالمة</string>
<!-- Dialpad -->
<string name="dialpad">Dialpad</string>
<string name="asterisk">Asterisk</string>
<string name="hashtag">Hashtag</string>
<string name="call_number">Call number</string>
<string name="dialpad_beeps">Enable beeps on dialpad button clicks</string>
<string name="dialpad_vibrations">Enable vibrations on dialpad button clicks</string>
<string name="dialpad">لوحة الاتصال</string>
<string name="asterisk">نجمة</string>
<string name="hashtag">وسم</string>
<string name="call_number">رقم الاتصال</string>
<string name="dialpad_beeps">تمكين الصفير عند نقر أزرار لوحة الاتصال</string>
<string name="dialpad_vibrations">تمكين الاهتزازات عند نقر أزرار لوحة الاتصال</string>
<!-- Dialer -->
<string name="dialer">Dialer</string>
<string name="accept">Accept</string>
<string name="accept_call">Accept call</string>
<string name="decline">Decline</string>
<string name="decline_call">Decline call</string>
<string name="unknown_caller">Unknown Caller</string>
<string name="is_calling">Is Calling</string>
<string name="dialing">Dialing</string>
<string name="call_ended">Call Ended</string>
<string name="call_ending">Call Ending</string>
<string name="ongoing_call">Ongoing Call</string>
<string name="select_sim">Select a SIM for this call</string>
<string name="always_use_this_sim">Always use this SIM for this number</string>
<string name="unset_default_sim">Unset default SIM</string>
<string name="calls">Calls</string>
<string name="turn_microphone_on">Turn microphone on</string>
<string name="turn_microphone_off">Turn microphone off</string>
<string name="turn_speaker_on">Turn speaker on</string>
<string name="turn_speaker_off">Turn speaker off</string>
<string name="show_dialpad">Show dialpad</string>
<string name="hide_dialpad">Hide dialpad</string>
<string name="end_call">End call</string>
<string name="hold_call">Hold call</string>
<string name="resume_call">Resume call</string>
<string name="call_on_hold">On Hold</string>
<string name="call_swap">Swap calls</string>
<string name="call_merge">Merge calls</string>
<string name="call_split">Split call</string>
<string name="call_add">Add call</string>
<string name="conference_manage">Manage conference call</string>
<string name="conference">Conference</string>
<string name="audio_route_speaker">Speaker</string>
<string name="audio_route_earpiece">Earpiece</string>
<string name="audio_route_bluetooth">Bluetooth</string>
<string name="audio_route_wired_headset">Wired Headset</string>
<string name="audio_route_wired_or_earpiece">Wired or Earpiece</string>
<string name="choose_audio_route">Choose audio route</string>
<string name="dialer">الهاتف</string>
<string name="accept">قبول</string>
<string name="accept_call">قبول المكالمة</string>
<string name="decline">رفض</string>
<string name="decline_call">رفض المكالمة</string>
<string name="unknown_caller">متصل غير معروف</string>
<string name="is_calling">يتصل</string>
<string name="dialing">اتصال</string>
<string name="call_ended">انتهت المكالمة</string>
<string name="call_ending">إنهاء المكالمة</string>
<string name="ongoing_call">مكالمة مستمرة</string>
<string name="select_sim">اختر شريحة لهذه المكالمة</string>
<string name="always_use_this_sim">استخدم هذه الشريحة دائما لهذا الرقم</string>
<string name="unset_default_sim">إلغاء تعيين بطاقة SIM الافتراضية</string>
<string name="calls">المكالمات</string>
<string name="turn_microphone_on">تشغيل الميكروفون</string>
<string name="turn_microphone_off">إيقاف تشغيل الميكروفون</string>
<string name="turn_speaker_on">تشغيل مكبر الصوت</string>
<string name="turn_speaker_off">إيقاف تشغيل مكبر الصوت</string>
<string name="show_dialpad">إظهار لوحة الاتصال</string>
<string name="hide_dialpad">إخفاء لوحة الاتصال</string>
<string name="end_call">إنهاء المكالمة</string>
<string name="hold_call">تعليق المكالمة</string>
<string name="resume_call">استئناف المكالمة</string>
<string name="call_on_hold">قيد الانتظار</string>
<string name="call_swap">مبادلة المكالمات</string>
<string name="call_merge">دمج المكالمات</string>
<string name="call_split">تقسيم المكالمة</string>
<string name="call_add">إضافة مكالمة</string>
<string name="conference_manage">إدارة المكالمة الجماعية</string>
<string name="conference">جماعة</string>
<string name="audio_route_speaker">مكبر الصوت</string>
<string name="audio_route_earpiece">سماعة الأذن</string>
<string name="audio_route_bluetooth">بلوتوث</string>
<string name="audio_route_wired_headset">سماعة الرأس السلكية</string>
<string name="audio_route_wired_or_earpiece">سلكي أو سماعة أذن</string>
<string name="choose_audio_route">اختر مسار الصوت</string>
<string name="calling_blocked_number">الرقم الذي تتصل به محظور</string>
<!-- Speed dial -->
<string name="speed_dial">Speed dial</string>
<string name="manage_speed_dial">Manage speed dial</string>
<string name="speed_dial_label">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.</string>
<string name="speed_dial">اتصال سريع</string>
<string name="manage_speed_dial">إدارة الاتصال السريع</string>
<string name="speed_dial_label">انقر فوق رقم لتعيين جهة اتصال له. يمكنك بعد ذلك الاتصال بجهة الاتصال المحددة بسرعة عن طريق الضغط لفترة طويلة على الرقم المحدد في الهاتف.</string>
<!-- Settings -->
<string name="group_subsequent_calls">Group subsequent calls with the same number at the call log</string>
<string name="open_dialpad_by_default">Open the dialpad by default when the app opens</string>
<string name="disable_proximity_sensor">Disable proximity sensor during calls</string>
<string name="disable_swipe_to_answer">Replace swiping at responding to incoming calls with clicking</string>
<string name="show_incoming_calls_full_screen">Always display incoming calls on full screen</string>
<string name="group_subsequent_calls">تجميع المكالمات اللاحقة مع نفس الرقم في سجل المكالمات</string>
<string name="open_dialpad_by_default">افتح لوحة الاتصال افتراضيًا عند فتح التطبيق</string>
<string name="disable_proximity_sensor">تعطيل مستشعر القرب أثناء المكالمات</string>
<string name="disable_swipe_to_answer">استبدل التمرير عند الرد على المكالمات الواردة بالنقر</string>
<string name="show_incoming_calls_full_screen">عرض المكالمات الواردة دائما في وضع ملء الشاشة</string>
<!-- FAQ -->
<string name="faq_1_title">I hear incoming calls, but the screen doesn\'t turn on. What can I do?</string>
<string name="faq_1_text">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.</string>
<string name="faq_1_title">أسمع مكالمات واردة، ولكن الشاشة لا تعمل. ماذا أفعل؟</string>
<string name="faq_1_text">يمكن أن يكون لمثل هذه المشكلات العديد من الأسباب الخاصة بالجهاز والنظام ، والتي يصعب تحديدها بشكل عام. يجب أن تنظر حولك في إعدادات جهازك وتأكد من السماح للتطبيق بالظهور عندما يكون في الخلفية والسماح بالعرض فوق التطبيقات الأخرى.</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View File

@ -54,12 +54,12 @@
<string name="call_add">Ajouter un appel</string>
<string name="conference_manage">Gérer une conférence téléphonique</string>
<string name="conference">Conférence</string>
<string name="audio_route_speaker">Speaker</string>
<string name="audio_route_earpiece">Earpiece</string>
<string name="audio_route_speaker">Haut-parleur</string>
<string name="audio_route_earpiece">Écouteur</string>
<string name="audio_route_bluetooth">Bluetooth</string>
<string name="audio_route_wired_headset">Wired Headset</string>
<string name="audio_route_wired_or_earpiece">Wired or Earpiece</string>
<string name="choose_audio_route">Choose audio route</string>
<string name="audio_route_wired_headset">Casque filaire</string>
<string name="audio_route_wired_or_earpiece">Filaire ou écouteur</string>
<string name="choose_audio_route">Choisir la sortie audio</string>
<string name="calling_blocked_number">The number you are calling is blocked</string>
<!-- Speed dial -->
<string name="speed_dial">Numérotation rapide</string>
@ -78,4 +78,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View File

@ -54,12 +54,12 @@
<string name="call_add">Aggiungi una chiamata</string>
<string name="conference_manage">Gestisci la teleconferenza</string>
<string name="conference">Conferenza</string>
<string name="audio_route_speaker">Speaker</string>
<string name="audio_route_earpiece">Earpiece</string>
<string name="audio_route_speaker">Altoparlante</string>
<string name="audio_route_earpiece">Auricolare</string>
<string name="audio_route_bluetooth">Bluetooth</string>
<string name="audio_route_wired_headset">Wired Headset</string>
<string name="audio_route_wired_or_earpiece">Wired or Earpiece</string>
<string name="choose_audio_route">Choose audio route</string>
<string name="audio_route_wired_headset">Cuffia cablata</string>
<string name="audio_route_wired_or_earpiece">Cablato o auricolare</string>
<string name="choose_audio_route">Scegli l\'uscita audio</string>
<string name="calling_blocked_number">The number you are calling is blocked</string>
<!-- Speed dial -->
<string name="speed_dial">Contatti veloci</string>
@ -78,4 +78,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View File

@ -64,12 +64,12 @@
<!-- Speed dial -->
<string name="speed_dial">スピードダイヤル</string>
<string name="manage_speed_dial">スピードダイヤルの管理</string>
<string name="speed_dial_label">番号をクリックすると連絡先を割り当てることが出来ます。電話で指定された番号を長押しすると、指定された連絡先に素早く電話をかけることが出来ます。</string>
<string name="speed_dial_label">番号をタップすると連絡先を割り当てることが出来ます。ダイヤルパッドで割り当てた番号を長押しすると、割り当てた連絡先に素早く電話をかけることが出来ます。</string>
<!-- Settings -->
<string name="group_subsequent_calls">後続の通話をコールログの同じ番号でグループ化する</string>
<string name="open_dialpad_by_default">アプリを開いたときにデフォルトでダイヤルパッドを開く</string>
<string name="disable_proximity_sensor">通話中に近接センサーを無効にする</string>
<string name="disable_swipe_to_answer">着信に応答する際のスワイプ操作をクリック操作に置き換える</string>
<string name="disable_swipe_to_answer">着信に応答する際のスワイプ操作をタップ操作に置き換える</string>
<string name="show_incoming_calls_full_screen">常に着信通知を全画面に表示する</string>
<!-- FAQ -->
<string name="faq_1_title">着信音は聞こえるのですが、画面がつきません。どうしたらよいですか?</string>

View File

@ -19,7 +19,7 @@
<string name="dialpad">Panel wybierania</string>
<string name="asterisk">Gwiazdka</string>
<string name="hashtag">Kratka</string>
<string name="call_number">Zadzwoń na numer</string>
<string name="call_number">Zadzwoń pod numer</string>
<string name="dialpad_beeps">Włącz sygnały dźwiękowe przy naciśnięciach przycisków na panelu wybierania</string>
<string name="dialpad_vibrations">Włącz wibracje przy naciśnięciach przycisków na panelu wybierania</string>
<!-- Dialer -->

View File

@ -3,7 +3,7 @@
<string name="app_name">Простий Телефон</string>
<string name="app_launcher_name">Телефон</string>
<string name="default_phone_app_prompt">Будь ласка, зробіть цю програму типовою для телефонних викликів</string>
<string name="allow_displaying_over_other_apps">Дозвольте відображення над іншими додатками для надійної роботи</string>
<string name="allow_displaying_over_other_apps">Дозвольте відображення над іншими застосунками для надійної роботи</string>
<!-- Contacts -->
<string name="could_not_access_contacts">Не вдалося отримати доступ до контактів</string>
<!-- Recents -->
@ -67,7 +67,7 @@
<string name="speed_dial_label">Натисніть на номер, щоб призначити йому контакт. Потім ви зможете швидко зателефонувати вказаному контакту, довго натискаючи вказаний номер на цифровій панелі.</string>
<!-- Settings -->
<string name="group_subsequent_calls">Групувати наступні дзвінки з тим самим номером у журналі викликів</string>
<string name="open_dialpad_by_default">За замовчуванням відкривати цифрову панель при запуску додатку</string>
<string name="open_dialpad_by_default">За замовчуванням відкривати цифрову панель при запуску застосунку</string>
<string name="disable_proximity_sensor">Вимикати датник наближення під час викликів</string>
<string name="disable_swipe_to_answer">Замінити перетягування на натискання під час відповіді на вхідні виклики</string>
<string name="show_incoming_calls_full_screen">Always display incoming calls on full screen</string>
@ -78,4 +78,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View File

@ -1 +1 @@

View File

@ -24,4 +24,4 @@ Reddit:
https://www.reddit.com/r/SimpleMobileTools
Телеграма:
https://t.me/SimpleMobileTools
https://t.me/SimpleMobileTools

View File

@ -1 +1 @@
Керуйте телефонними дзвінками за допомогою цієї простої для набору номера
Керуйте телефонними дзвінками за допомогою цієї простої для набору номера

View File

@ -1 +1 @@
Простий набирач
Простий набирач

View File

@ -0,0 +1 @@