Remove top app bar and collapsing bar preferences

pull/3329/head
Alex Baker 10 months ago
parent c471a94a0d
commit 5409173830

@ -14,7 +14,6 @@ import android.content.Intent
import android.os.Bundle
import android.os.Parcelable
import android.speech.RecognizerIntent
import android.view.Gravity
import android.view.LayoutInflater
import android.view.Menu
import android.view.MenuItem
@ -32,12 +31,9 @@ import androidx.compose.animation.expandVertically
import androidx.compose.animation.shrinkVertically
import androidx.compose.ui.platform.LocalContext
import androidx.compose.ui.platform.ViewCompositionStrategy
import androidx.coordinatorlayout.widget.CoordinatorLayout
import androidx.core.app.ShareCompat
import androidx.core.content.IntentCompat
import androidx.core.view.forEach
import androidx.core.view.isVisible
import androidx.core.view.setMargins
import androidx.fragment.app.Fragment
import androidx.fragment.app.activityViewModels
import androidx.fragment.app.viewModels
@ -53,7 +49,6 @@ import androidx.swiperefreshlayout.widget.SwipeRefreshLayout.OnRefreshListener
import com.google.accompanist.permissions.ExperimentalPermissionsApi
import com.google.accompanist.permissions.rememberPermissionState
import com.google.accompanist.permissions.shouldShowRationale
import com.google.android.material.appbar.AppBarLayout
import com.google.android.material.bottomappbar.BottomAppBar
import com.google.android.material.snackbar.Snackbar
import com.todoroo.andlib.utility.AndroidUtilities
@ -334,27 +329,12 @@ class TaskListFragment : Fragment(), OnRefreshListener, Toolbar.OnMenuItemClickL
binding.bottomAppBar.performShow()
}
}
val toolbar = if (preferences.isTopAppBar) {
binding.bottomAppBar.isVisible = false
with (binding.fab) {
layoutParams = (layoutParams as CoordinatorLayout.LayoutParams).apply {
setMargins(resources.getDimensionPixelSize(R.dimen.keyline_first))
anchorId = View.NO_ID
gravity = Gravity.BOTTOM or Gravity.END
}
}
binding.toolbar.setNavigationIcon(R.drawable.ic_outline_menu_24px)
binding.toolbar
} else {
val toolbar = run {
themeColor.apply(binding.bottomAppBar)
binding.bottomAppBar.isVisible = true
binding.toolbar.navigationIcon = null
binding.bottomAppBar
}
if (!preferences.getBoolean(R.string.p_app_bar_collapse, true)) {
binding.bottomAppBar.hideOnScroll = false
(binding.toolbar.layoutParams as AppBarLayout.LayoutParams).scrollFlags = 0
}
toolbar.setOnMenuItemClickListener(this)
toolbar.setNavigationOnClickListener {
activity?.hideKeyboard()
@ -770,9 +750,6 @@ class TaskListFragment : Fragment(), OnRefreshListener, Toolbar.OnMenuItemClickL
override fun onMenuItemActionExpand(item: MenuItem): Boolean {
search.setOnQueryTextListener(this)
listViewModel.setSearchQuery("")
if (preferences.isTopAppBar) {
binding.toolbar.menu.forEach { it.isVisible = false }
}
return true
}
@ -780,9 +757,6 @@ class TaskListFragment : Fragment(), OnRefreshListener, Toolbar.OnMenuItemClickL
search.setOnQueryTextListener(null)
listViewModel.setFilter(filter)
listViewModel.setSearchQuery(null)
if (preferences.isTopAppBar) {
setupMenu(binding.toolbar)
}
return true
}

@ -556,9 +556,6 @@ class Preferences @JvmOverloads constructor(
val markdown: Boolean
get() = getBoolean(R.string.p_markdown, false)
val isTopAppBar: Boolean
get() = getIntegerFromString(R.string.p_app_bar_position, 1) == 0
var lastReviewRequest: Long
get() = getLong(R.string.p_last_review_request, 0L)
set(value) = setLong(R.string.p_last_review_request, value)

@ -699,15 +699,12 @@
<string name="sign_in_to_tasks_disclosure">سيتم إرسال عنوان البريد الإلكتروني ومعرف الحساب الخاصان بك وتخزينهما من قبل Tasks.org. هذه المعلومات سيتم استخدامها من أجل المصادقة ومن أجل تزويدك بالإعلانات المهمة المتعلقة بالخدمة. لن يتم مشاركة هذه المعلومات مع أحد</string>
<string name="default_reminder">تذكير افتراضي</string>
<string name="rmd_time_description">أظهر الإشعارات من أجل المهام بدون أوقات محددة</string>
<string name="app_bar_collapse">تصغير أشرطة التطبيق</string>
<string name="completed">مكتمل</string>
<string name="snackbar_task_completed">اكتملت المهمة</string>
<string name="customize_edit_screen_summary">أعد ترتيب أو أزل الحقول</string>
<string name="randomly_every">عشوائياً كل %s</string>
<string name="sort_completion_group">إكمال %s</string>
<string name="custom_filter_has_reminder">لديه تذكير</string>
<string name="bottom">أسفل</string>
<string name="app_bar_position">موقع شريط التطبيق</string>
<string name="alarm_after_start">%s بعد البدئ</string>
<string name="alarm_before_due">%s حتى موعد الإنتهاء</string>
<string name="completed_tasks_at_bottom">انقل المهام المكتملة إلى الأسفل</string>

@ -602,7 +602,6 @@
<string name="github_sponsors">Дарители от GitHub</string>
<string name="sign_in_to_tasks">Вход в Tasks.org</string>
<string name="markdown_description">Markdown в заглавията и описанията</string>
<string name="bottom">Долу</string>
<string name="completed_tasks_at_bottom">Преместване на завършените задачи отдолу</string>
<string name="caldav_server_unknown">Неизвестен</string>
<string name="caldav_server_other">Друг</string>
@ -614,7 +613,6 @@
<string name="remove_user_confirmation">%1$s вече няма да има достъп до %2$s</string>
<string name="upgrade_more_customization">Повече настройки</string>
<string name="completion_sound">Възпроизвеждане на звук при завършване</string>
<string name="top">Горе</string>
<string name="custom_notification">Потребителско известие</string>
<string name="snoozed_until">Отложено до %s</string>
<string name="caldav_server_type">Вид на сървъра</string>
@ -629,9 +627,7 @@
<string name="upgrade_more_customization_description">Отключване на всички теми, цветове и пиктограми</string>
<string name="snackbar_task_completed">Задачата е завършена</string>
<string name="share_list">Споделяне на списък</string>
<string name="app_bar_collapse">Свиване на лентата на приложението</string>
<string name="insufficient_sponsorship">Не е намерен подходящо спонсорство в GitHub</string>
<string name="app_bar_position">Разположение на лентата на приложението</string>
<string name="alarm_before_start">%s преди началото</string>
<string name="completed">Завършена</string>
<string name="customize_edit_screen_summary">Подреждане или премахване на полета</string>

@ -672,11 +672,7 @@
<string name="completion_sound">Přehrát zvuk dokončení</string>
<string name="caldav_server_unknown">Neznámý</string>
<string name="caldav_server_other">Další</string>
<string name="app_bar_position">Umístění lišty aplikace</string>
<string name="bottom">Spodní</string>
<string name="snackbar_task_completed">Úkol splněn</string>
<string name="app_bar_collapse">Sbalit lišty aplikací</string>
<string name="top">Horní</string>
<string name="completed">Splněný</string>
<string name="completed_tasks_at_bottom">Přesunout splněné úkoly naspod</string>
<string name="snackbar_tasks_completed">%d úkolů splněno</string>

@ -622,9 +622,6 @@
<string name="now">Nu</string>
<string name="cancel">Annuller</string>
<string name="ok">OK</string>
<string name="app_bar_position">App meny position</string>
<string name="top">Top</string>
<string name="bottom">Bund</string>
<string name="when_started">Ved start</string>
<plurals name="reminder_minutes">
<item quantity="one">Minut</item>
@ -642,7 +639,6 @@
<string name="custom_filter_has_reminder">Har påmindelse</string>
<string name="completion_sound">Afspil færdiggørelseslyd</string>
<string name="customize_edit_screen_summary">Omarranger eller fjern felter</string>
<string name="app_bar_collapse">Skjul appbjælker</string>
<string name="completed">Færdiggjort</string>
<string name="completed_tasks_at_bottom">Flyt afsluttede opgaver til bunden</string>
<string name="caldav_server_unknown">Ukendt</string>

@ -625,10 +625,6 @@
<string name="now">Jetzt</string>
<string name="when_started">Wenn begonnen</string>
<string name="completion_sound">Ton bei Erledigung abspielen</string>
<string name="app_bar_position">Position der App-Leiste</string>
<string name="top">Oben</string>
<string name="bottom">Unten</string>
<string name="app_bar_collapse">App-Leiste automatisch einklappen</string>
<string name="completed">Abgeschlossen</string>
<string name="snackbar_task_completed">Aufgabe abgeschlossen</string>
<string name="completed_tasks_at_bottom">Erledigte Aufgaben nach unten verschieben</string>

@ -543,8 +543,6 @@
<string name="picker_mode_calendar">Kalendaro</string>
<string name="pro_free_trial">Novaj abonantoj ricevas provperiodon de 7 tagoj. Iam ajn nuligi ĝin</string>
<string name="upgrade_more_customization">Pli da adapto</string>
<string name="top">Supro</string>
<string name="bottom">Malsupro</string>
<string name="caldav_server_unknown">Nekonata</string>
<string name="caldav_server_other">Alia</string>
<string name="enable_reminders">Ŝalti memorigojn</string>
@ -684,7 +682,6 @@
<string name="picker_mode_time">Tempelektila reĝimo</string>
<string name="upgrade_more_customization_description">Malŝlosi ĉiujn etosojn, kolorojn, kaj piktogramojn</string>
<string name="upgrade_desktop_access">Aliri per labortablo</string>
<string name="app_bar_position">Pozicio de programa stango</string>
<string name="account_not_included">Ne inkluzivite per \'Elekti propran prezon\' abonoj</string>
<string name="upgrade_desktop_access_description">Sinkronigi kun klientoj de ekstera liveranto kiel Outlook kaj Apple Reminders</string>
<string name="pro_dashclock_extension">Dashclock kromprogramo</string>
@ -693,7 +690,6 @@
<string name="auto_dismiss_datetime_edit">Redakti taskon</string>
<string name="markdown">Simpla Marklingo</string>
<string name="markdown_description">Ebligi simplan markadon en titolo kaj priskribo</string>
<string name="app_bar_collapse">Maletendi apbreton</string>
<string name="chips">Elementoj</string>
<string name="chip_appearance">Aspekto de elemento</string>
<string name="theme_dynamic">Dinamika</string>

@ -646,11 +646,7 @@
<string name="now">Ahora</string>
<string name="when_started">Cuando comience</string>
<string name="completion_sound">Reproducir el sonido de finalización</string>
<string name="app_bar_position">Posición de la barra de la aplicación</string>
<string name="bottom">Inferior</string>
<string name="top">Superior</string>
<string name="completed">Terminado</string>
<string name="app_bar_collapse">Contraer las barras de la aplicación</string>
<string name="snackbar_task_completed">Tarea terminada</string>
<string name="completed_tasks_at_bottom">Mover las tareas completadas a la parte inferior</string>
<string name="snackbar_tasks_completed">%d tareas completadas</string>

@ -627,10 +627,6 @@
<string name="now">Orain</string>
<string name="when_started">Hasten denean</string>
<string name="completion_sound">Amaierako soinua erreproduzitu</string>
<string name="app_bar_position">Aplikazioaren barraren posizioa</string>
<string name="top">Goi-mailakoa</string>
<string name="bottom">Behekoa</string>
<string name="app_bar_collapse">Aplikazioaren barrak uzkurtu</string>
<string name="completed">Amaituta</string>
<string name="snackbar_task_completed">Amaitutako zereginak</string>
<string name="completed_tasks_at_bottom">Betetako atazak behealdera mugitu</string>

@ -623,14 +623,12 @@
<string name="when_started">Kun aloitettu</string>
<string name="now">Nyt</string>
<string name="cancel">Peruuta</string>
<string name="top">Ylhäällä</string>
<string name="custom_filter_has_reminder">Sisältää muistutuksen</string>
<string name="randomly_every">Satunnaisesti joka %s</string>
<plurals name="reminder_minutes">
<item quantity="one">Minuutti</item>
<item quantity="other">Minuuttia</item>
</plurals>
<string name="app_bar_position">Sovelluspalkin sijainti</string>
<plurals name="reminder_hours">
<item quantity="one">Tunti</item>
<item quantity="other">Tuntia</item>
@ -658,7 +656,6 @@
<string name="snackbar_tasks_completed">%d tehtävää suoritettu</string>
<string name="custom_notification">Mukautettu ilmoitus</string>
<string name="snoozed_until">Torkuta %s</string>
<string name="bottom">Alhaalla</string>
<string name="completed">Valmiit</string>
<string name="snackbar_task_completed">Tehtävä suoritettu</string>
<string name="hint_customize_edit_title">Liikaa tietoa?</string>
@ -667,7 +664,6 @@
<string name="dismiss">Hylkää</string>
<string name="customize_edit_screen_summary">Uudelleenjärjestä tai poista kenttiä</string>
<string name="enable_reminders_description">Muistutukset on poistettu käytöstä Androidin asetuksista</string>
<string name="app_bar_collapse">Piilota sovelluspalkki</string>
<string name="alarm_after_start">%s aloituksen jälkeen</string>
<string name="alarm_before_start">%s ennen aloitusta</string>
<string name="alarm_after_due">%s määräajan jälkeen</string>

@ -646,11 +646,7 @@
<string name="now">Maintenant</string>
<string name="when_started">Lorsqu\'il est démarré</string>
<string name="completion_sound">Jouer le son d\'achèvement</string>
<string name="top">Haut</string>
<string name="app_bar_position">Position de la barre de lapplication</string>
<string name="bottom">Bas</string>
<string name="completed">Terminé</string>
<string name="app_bar_collapse">Réduire les barres d\'applications</string>
<string name="snackbar_task_completed">Tâche terminée</string>
<string name="completed_tasks_at_bottom">Déplacer les tâches terminées vers le bas</string>
<string name="snackbar_tasks_completed">%d tâches terminées</string>

@ -445,7 +445,6 @@
<string name="device_settings">Configuracións de dispositivo</string>
<string name="migrating_tasks">Migrando as tarefas</string>
<string name="tasks_org_account">Conta en Tasks.org</string>
<string name="top">Arriba</string>
<string name="multi_select_reschedule">Reprogramar</string>
<string name="SSD_sort_my_order">O meu pedido</string>
<string name="TEA_control_location">Posición</string>
@ -538,7 +537,6 @@
<string name="picker_mode_clock">Reloxo</string>
<string name="picker_mode_text">Texto</string>
<string name="upgrade_desktop_access_description">Sincronizar con clientes de terceiros como Outlook e Appler Reminders</string>
<string name="bottom">Abaixo</string>
<string name="completed">Finalizada</string>
<string name="completed_tasks_at_bottom">Mover as tarefas finalizadas ao fondo</string>
<string name="snoozed_until">Posposta ata %s</string>

@ -641,11 +641,7 @@
<string name="now">Sada</string>
<string name="when_started">Kad se pokrene</string>
<string name="completion_sound">Odsviraj zvuk obavljanja</string>
<string name="app_bar_position">Mjesto programske trake</string>
<string name="top">Gore</string>
<string name="bottom">Dolje</string>
<string name="completed">Obavljeno</string>
<string name="app_bar_collapse">Sklopi programske trake</string>
<string name="snackbar_task_completed">Zadatak obavljen</string>
<string name="completed_tasks_at_bottom">Premjesti obavljene zadatke na kraj</string>
<string name="snackbar_tasks_completed">%d zadaci obavljeni</string>

@ -624,11 +624,7 @@
<string name="now">Most</string>
<string name="when_started">A kezdetekor</string>
<string name="completion_sound">Hang lejátszása készre állításkor</string>
<string name="app_bar_position">Kezelősáv helyzete</string>
<string name="top">Felül</string>
<string name="completed">Elvégzett</string>
<string name="app_bar_collapse">Kezelősáv összecsukása</string>
<string name="bottom">Alul</string>
<string name="snackbar_task_completed">Feladat elvégezve</string>
<string name="completed_tasks_at_bottom">Az elvégzett feladatok kerüljenek alulra</string>
<string name="snackbar_tasks_completed">%d feladat elvégezve</string>

@ -613,10 +613,7 @@
<string name="when_started">Ketika dimulai</string>
<string name="completed">Selesai</string>
<string name="custom_filter_has_reminder">Berpengingat</string>
<string name="bottom">Bawah</string>
<string name="app_bar_position">Posisi bar aplikasi</string>
<string name="completion_sound">Mainkan suara selesai</string>
<string name="top">Atas</string>
<string name="caldav_server_unknown">Tidak diketahui</string>
<string name="caldav_server_other">Lainnya</string>
<string name="caldav_server_type">Tipe server</string>

@ -641,11 +641,7 @@
<string name="now">Ora</string>
<string name="when_started">Alla data di inizio</string>
<string name="completion_sound">Suono di completamento</string>
<string name="app_bar_collapse">Comprimi le barre dell\'app</string>
<string name="completed">Completate</string>
<string name="app_bar_position">Posizione della barra dell\'app</string>
<string name="top">In alto</string>
<string name="bottom">In basso</string>
<string name="snackbar_task_completed">Attività completata</string>
<string name="completed_tasks_at_bottom">Sposta le attività completate in basso</string>
<string name="snackbar_tasks_completed">%d attività completate</string>

@ -531,8 +531,6 @@
<string name="more_options">さらなるオプション</string>
<string name="markdown_description">タイトル欄と説明欄でマークダウン記法を有効にします</string>
<string name="completion_sound">完了時に音を鳴らす</string>
<string name="app_bar_position">アプリケーションバーの位置</string>
<string name="app_bar_collapse">アプリケーションバーを折りたたむ</string>
<string name="snackbar_task_completed">タスク完了</string>
<string name="completed_tasks_at_bottom">完了したタスクを一番下に移動</string>
<string name="alarm_before_due">締切 %s 前</string>
@ -651,7 +649,6 @@
<string name="settings_default">デフォルト</string>
<string name="custom_filter_criteria">フィルター条件</string>
<string name="filter_after_today">今日以降</string>
<string name="top">上部</string>
<string name="foreground_location">フォアグラウンド時の位置情報</string>
<string name="enable_reminders_description">Android の設定によりリマインダーは無効になっています</string>
<string name="caldav_server_unknown">不明</string>
@ -662,7 +659,6 @@
<string name="filter_today_only">今日のみ</string>
<string name="social">ソーシャルサービス</string>
<string name="filter_low_priority">優先度 低</string>
<string name="bottom">下部</string>
<string name="android_auto_backup_device_summary">デバイス設定からバックアップサービスの使用を許可する必要があります。すべてのデバイスがバックアップサービスを提供しているわけではありません。</string>
<string name="dismiss">閉じる</string>
<string name="notification_troubleshooting_summary">通知に問題がある場合はこちらをタップ</string>

@ -625,13 +625,10 @@
<string name="sign_in">로그인</string>
<string name="rmd_time_description">상태바 알림에 마감 시한이 없는 할일 보이기</string>
<string name="microsoft_selection_description">마이크로소프트 계정과 동기화</string>
<string name="app_bar_collapse">앱 바메뉴 접기</string>
<string name="top">상단</string>
<string name="enable_reminders">알람 활성화</string>
<string name="hint_customize_edit_body">필드 순서를 변경하거나 삭제하실 수 있습니다</string>
<string name="sign_in_to_tasks_disclosure">이메일 주소와 계정 ID가 Tasks.org으로 전송되어 보관됩니다. 이 정보는 계정 인증과 서비스 관련 중요 공지를 전달하기 위해 쓰이며, 다른 누구와도 공유하지 않습니다.</string>
<string name="completion_sound">완료 효과음 재생</string>
<string name="bottom">하단</string>
<string name="alarm_before_start">시작 %s 전</string>
<string name="alarm_before_due">마감 %s 전</string>
<string name="completed_tasks_at_bottom">완료한 할일을 하단으로 이동</string>
@ -650,7 +647,6 @@
<string name="sort_completion_group">%s 완료</string>
<string name="dismiss">닫기</string>
<string name="hint_customize_edit_title">정보가 너무 많은가요\?</string>
<string name="app_bar_position">앱 바메뉴 위치</string>
<string name="completed">완료</string>
<string name="snackbar_task_completed">할일 완료</string>
<string name="enable_reminders_description">안드로이드 설정에 알람이 비활성화 되어있습니다</string>

@ -656,7 +656,6 @@
<string name="default_reminder">Numatytas priminimas</string>
<string name="randomly_every">Atsitiktinai kas %s</string>
<string name="completed">Įvykdyta</string>
<string name="top">Viršuje</string>
<string name="sign_in_to_tasks_disclosure">Jūsų el. pašto adresas ir paskyros ID bus perduodami ir saugomi Tasks.org. Ši informacija bus naudojama autentiškumui patvirtinti ir svarbiems su paslaugomis susijusiems pranešimams teikti. Ši informacija nebus niekam perduodama.</string>
<string name="dismiss">Atsisakyti</string>
<string name="consent_agree">Sutinku</string>
@ -666,9 +665,6 @@
<item quantity="few">Dienos</item>
<item quantity="other">Dienų</item>
</plurals>
<string name="app_bar_position">Programėlės juostos padėtis</string>
<string name="app_bar_collapse">Sutraukti programėlės juostas</string>
<string name="bottom">Apačioje</string>
<plurals name="reminder_minutes">
<item quantity="one">Minutė</item>
<item quantity="few">Minutės</item>

@ -629,9 +629,6 @@
<string name="now"></string>
<string name="when_started">Når startet</string>
<string name="completion_sound">Spill fullførelseslyd</string>
<string name="top">Topp</string>
<string name="app_bar_position">Programfeltposisjon</string>
<string name="bottom">Bunn</string>
<string name="snackbar_task_completed">Gjøremål fullført</string>
<string name="completed_tasks_at_bottom">Flytt fullførte gjøremål til bunnen</string>
<string name="caldav_server_other">Annet</string>
@ -640,7 +637,6 @@
<item quantity="one">Minutt</item>
<item quantity="other">Minutter</item>
</plurals>
<string name="app_bar_collapse">Fold sammen programfelter</string>
<plurals name="reminder_hours">
<item quantity="one">Time</item>
<item quantity="other">Timer</item>

@ -624,11 +624,7 @@
<string name="now">Nu</string>
<string name="when_started">Bij beginnen</string>
<string name="completion_sound">Geluid afspelen bij afronden</string>
<string name="app_bar_position">Positie van de app-balk</string>
<string name="top">Boven</string>
<string name="bottom">Onder</string>
<string name="completed">Voltooid</string>
<string name="app_bar_collapse">App-balken samenvouwen</string>
<string name="snackbar_task_completed">Taak voltooid</string>
<string name="completed_tasks_at_bottom">Plaats voltooide taken onderaan</string>
<string name="snackbar_tasks_completed">%d taken voltooid</string>

@ -640,7 +640,6 @@
<string name="next_monday">Następny poniedziałek</string>
<string name="next_sunday">Następna niedziela</string>
<string name="completed">Zakończone</string>
<string name="app_bar_collapse">Zwiń pasek aplikacji</string>
<string name="caldav_server_unknown">Nieznane</string>
<plurals name="reminder_week">
<item quantity="one">Tydzień</item>
@ -667,7 +666,6 @@
<string name="now">Teraz</string>
<string name="custom_filter_has_reminder">Ma przypomnienie</string>
<string name="snoozed_until">Uśpione do %s</string>
<string name="bottom">Dół</string>
<string name="completed_tasks_at_bottom">Przenieś zakończone zadania na dół</string>
<plurals name="reminder_hours">
<item quantity="one">Godzina</item>
@ -676,8 +674,6 @@
<item quantity="other">Godzin</item>
</plurals>
<string name="randomly_every">Losowo co %s</string>
<string name="app_bar_position">Pozycja paska aplikacji</string>
<string name="top">Góra</string>
<string name="custom_notification">Własne powiadomienie</string>
<string name="snackbar_task_completed">Zadanie zakończone</string>
<string name="snackbar_tasks_completed">%d zadań zakończonych</string>

@ -640,11 +640,8 @@
<string name="chat_libera">#tasks (Libera Chat)</string>
<string name="now">Agora</string>
<string name="completed_tasks_at_bottom">Mover tarefas concluídas para baixo</string>
<string name="app_bar_collapse">Recolher barras do aplicativo</string>
<string name="completed">Concluída</string>
<string name="completion_sound">Reproduzir som de conclusão</string>
<string name="app_bar_position">Posição da barra de aplicativos</string>
<string name="top">Superior</string>
<plurals name="reminder_minutes">
<item quantity="one">Minuto</item>
<item quantity="many">Minutos</item>
@ -667,7 +664,6 @@
</plurals>
<string name="when_started">Quando começar</string>
<string name="custom_filter_has_reminder">Tem lembrete</string>
<string name="bottom">Inferior</string>
<string name="snoozed_until">Adiado até %s</string>
<string name="custom_notification">Notificação personalizada</string>
<string name="snackbar_task_completed">Tarefa completa</string>

@ -630,10 +630,6 @@
<string name="when_started">Quando iniciado</string>
<string name="completion_sound">Reproduzir som de conclusão</string>
<string name="completed">Terminado</string>
<string name="app_bar_collapse">Contrair barras da aplicação</string>
<string name="app_bar_position">Posição da barra da aplicação</string>
<string name="top">Superior</string>
<string name="bottom">Inferior</string>
<string name="snackbar_task_completed">Tarefa terminada</string>
<string name="completed_tasks_at_bottom">Mover as tarefas terminadas para o fundo</string>
<string name="snackbar_tasks_completed">%d tarefas terminadas</string>

@ -645,10 +645,6 @@
<string name="when_started">Când a început</string>
<string name="completion_sound">Redă sunetul de completare</string>
<string name="completed">Finalizat</string>
<string name="app_bar_collapse">Restrângerea barelor aplicației</string>
<string name="app_bar_position">Poziția barei de aplicații</string>
<string name="top">Sus</string>
<string name="bottom">Jos</string>
<string name="snackbar_task_completed">Sarcină îndeplinită</string>
<string name="completed_tasks_at_bottom">Mută sarcinile finalizate în partea de jos</string>
<string name="snackbar_tasks_completed">%d sarcini finalizate</string>

@ -643,10 +643,6 @@
<string name="now">Сейчас</string>
<string name="when_started">После начала</string>
<string name="completion_sound">Воспроизводить звук завершения</string>
<string name="app_bar_position">Расположение панели приложения</string>
<string name="top">Вверху</string>
<string name="bottom">Внизу</string>
<string name="app_bar_collapse">Свернуть панели приложения</string>
<string name="completed">Завершено</string>
<string name="snackbar_task_completed">Задача выполнена</string>
<string name="completed_tasks_at_bottom">Переместить выполненные задачи вниз</string>

@ -644,9 +644,7 @@
<item quantity="one">දිනය</item>
<item quantity="other">දින</item>
</plurals>
<string name="app_bar_collapse">යෙදුම් තීරු හකුළන්න</string>
<string name="customize_edit_screen_summary">ක්ෂේත්‍ර නැවත සැකසීම හෝ ඉවත් කිරීම</string>
<string name="app_bar_position">යෙදුම් තීරුවේ පිහිටීම</string>
<string name="TEA_creation_date">නිර්මාණය කළ දිනය</string>
<string name="snackbar_tasks_completed">කාර්යයන් %d සම්පූර්ණ කර ඇත</string>
<plurals name="reminder_minutes">

@ -613,7 +613,6 @@
<string name="sign_in_to_tasks">Prihlásiť sa do Tasks.org</string>
<string name="account_not_included">Nezahrnuté v predplatnom type „Zaplaťte koľko chcete“</string>
<string name="markdown_description">Zapnúť Markdown v nadpise a popise</string>
<string name="top">Horný</string>
<string name="completed_tasks_at_bottom">Presunúť dokončené úlohy nadol</string>
<string name="snackbar_tasks_completed">%d úloh bolo dokončených</string>
<string name="cost_money">Cena: $</string>
@ -634,7 +633,6 @@
<string name="alarm_after_start">%s po začiatku</string>
<string name="completed">Dokončené</string>
<string name="upgrade_open_source_description">Vaše predplatné podporí ďalší vývoj aplikácie</string>
<string name="bottom">Spodný</string>
<string name="back">Späť</string>
<string name="upgrade_desktop_access_description">Synchronizujte s aplikáciami tretích strán ako napr. Outlook alebo Apple Reminders</string>
<string name="navigation_drawer">Postranná ponuka</string>
@ -706,8 +704,6 @@
<string name="app_password">Heslo aplikácie</string>
<string name="google_play_subscribers">Predplatitelia Google Play</string>
<string name="sign_in_with_google">Prihlásenie účtom Google</string>
<string name="app_bar_position">Umiestnenie lišty aplikácie</string>
<string name="app_bar_collapse">Zbaliť lišty aplikácie</string>
<string name="sign_in_to_tasks_disclosure">Vaša e-mailová adresa a ID účtu bude prenesená a uložená do Tasks.org. Tieto informácie sa použijú na overenie a pre poskytovanie dôležitých oznámení súvisiacich so službami. Tieto informácie nebudú s nikým zdieľané.</string>
<string name="app_passwords">Heslá aplikácie</string>
<string name="app_passwords_more_info">Synchronizujte svoje úlohy a kalendáre s desktopovými a mobilnými aplikáciami tretích strán. Pre viac informácii kliknite sem</string>

@ -620,10 +620,6 @@
<string name="astrid_sort_order">Astrid manuell sortering</string>
<string name="display_name">Visa namnet</string>
<string name="now">Nu</string>
<string name="app_bar_position">Appfältets position</string>
<string name="app_bar_collapse">Fäll in appfält</string>
<string name="top">Överst</string>
<string name="bottom">Nederst</string>
<string name="completed">Slutförd</string>
<string name="when_started">Vid start</string>
<string name="completion_sound">Spela färdigställande ljud</string>

@ -628,12 +628,8 @@
<string name="chat_libera">Libera Chat\'te #tasks kanalına katıl</string>
<string name="now">Şimdi</string>
<string name="when_started">Başladığında</string>
<string name="top">Üst</string>
<string name="bottom">Alt</string>
<string name="app_bar_position">Uygulama çubuğu konumu</string>
<string name="completion_sound">Tamamlandığında ses çal</string>
<string name="completed">Tamamlandı</string>
<string name="app_bar_collapse">Uygulama çubuklarını daralt</string>
<string name="snackbar_task_completed">Görev tamamlandı</string>
<string name="completed_tasks_at_bottom">Tamamlanan görevleri alta taşı</string>
<string name="snackbar_tasks_completed">%d görev tamamlandı</string>

@ -644,11 +644,7 @@
<string name="now">Зараз</string>
<string name="when_started">Після запуску</string>
<string name="completion_sound">Відтворювати звук завершення</string>
<string name="bottom">Унизу</string>
<string name="top">Угорі</string>
<string name="app_bar_position">Розташування панелі застосунку</string>
<string name="completed">Виконано</string>
<string name="app_bar_collapse">Згорнути панелі застосунку</string>
<string name="snackbar_task_completed">Завдання виконано</string>
<string name="completed_tasks_at_bottom">Перемістити виконані завдання вниз</string>
<string name="alarm_before_start">%s до початку</string>

@ -612,11 +612,7 @@
<string name="now">Bây giờ</string>
<string name="when_started">Khi bắt đầu</string>
<string name="completion_sound">Phát âm thanh hoàn tất</string>
<string name="bottom">Dưới</string>
<string name="app_bar_position">Vị trí thanh ứng dụng</string>
<string name="top">Trên</string>
<string name="completed">Hoàn tất</string>
<string name="app_bar_collapse">Thu gọn thanh ứng dụng</string>
<string name="custom_filter_has_reminder">Có lời nhắc</string>
<string name="snoozed_until">Đã đặt báo lại cho đến %s</string>
<string name="snackbar_task_completed">Công việc đã hoàn tất</string>

@ -618,11 +618,7 @@
<string name="now">现在</string>
<string name="when_started">开始后</string>
<string name="completion_sound">播放完成声音</string>
<string name="app_bar_position">应用栏位置</string>
<string name="bottom">底部</string>
<string name="top">顶部</string>
<string name="completed">已完成</string>
<string name="app_bar_collapse">自动收起应用栏</string>
<string name="snackbar_task_completed">任务已完成</string>
<string name="completed_tasks_at_bottom">将已完成任务移至底部</string>
<string name="snackbar_tasks_completed">完成了 %d 个任务</string>

@ -569,7 +569,6 @@
<string name="repeats_never">永不</string>
<string name="name_your_price">自行設定價格</string>
<string name="completed_tasks_at_bottom">將已完成的任務移至底部</string>
<string name="app_bar_position">應用程式列位置</string>
<string name="repeat_monthly_on_the_nth_weekday">每月於 %1$s %2$s</string>
<string name="background_location_permission_required">Tasks 收集位置資料以啟用基於位置的提醒,即使應用程式關閉或未使用。</string>
<string name="picker_mode_clock">時鐘</string>
@ -610,7 +609,6 @@
<string name="upgrade_open_source_description">你的訂閱支援持續開發</string>
<string name="upgrade_desktop_access_description">與 Outlook 和 Apple 提醒等第三方客戶端同步</string>
<string name="navigation_drawer">導覽側邊欄</string>
<string name="top">頂部</string>
<string name="sort_not_available">不支援標籤、篩選或地點</string>
<string name="microsoft_selection_description">與您的個人 Microsoft 帳戶同步</string>
<string name="sort_start_group">開始 %s</string>
@ -643,7 +641,6 @@
<string name="account_not_included">並不包含「隨意價格」訂閱</string>
<string name="alarm_after_due">到期後 %s</string>
<string name="pro_free_trial">新訂閱者享有 7 天免費試用。隨時取消</string>
<string name="bottom">底部</string>
<string name="list_members">清單成員</string>
<string name="invite_invalid">邀請無效</string>
<string name="picker_mode_date">日期選擇模式</string>
@ -662,7 +659,6 @@
<string name="backups_ignore_warnings_summary">如果你不需要備份或有自己的備份解決方案,請忽略備份警告</string>
<string name="upgrade_desktop_access">桌面訪問</string>
<string name="completed">已完成</string>
<string name="app_bar_collapse">折疊應用程式列</string>
<string name="caldav_server_unknown">未知</string>
<string name="hint_customize_edit_title">資訊過多嗎?</string>
<string name="snoozed_until">延後至 %s</string>

@ -153,11 +153,6 @@
<item>1</item>
</string-array>
<string-array name="app_bar_position">
<item>@string/top</item>
<item>@string/bottom</item>
</string-array>
<string-array name="caldav_servers">
<item>@string/caldav_server_mailbox_org</item>
<item>@string/caldav_server_nextcloud</item>

@ -434,8 +434,6 @@
<string name="p_picker_mode_date">picker_mode_date</string>
<string name="p_picker_mode_time">picker_mode_time</string>
<string name="p_markdown">markdown</string>
<string name="p_app_bar_position">app_bar_position</string>
<string name="p_app_bar_collapse">app_bar_collapse</string>
<string name="p_completed_tasks_at_bottom">completed_tasks_at_bottom</string>
<string name="p_shown_beast_mode_hint">shown_beast_mode_hint</string>
<string name="p_last_sync">last_sync_time</string>

@ -695,10 +695,6 @@ File %1$s contained %2$s.\n\n
<string name="markdown">Markdown</string>
<string name="markdown_description">Enable Markdown in title and description</string>
<string name="completion_sound">Play completion sound</string>
<string name="app_bar_position">App bar position</string>
<string name="app_bar_collapse">Collapse app bars</string>
<string name="top">Top</string>
<string name="bottom">Bottom</string>
<string name="completed">Completed</string>
<string name="snackbar_task_completed">Task completed</string>
<string name="completed_tasks_at_bottom">Move completed tasks to bottom</string>

@ -3,19 +3,6 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:key="@string/preference_screen">
<ListPreference
android:defaultValue="@integer/default_app_bar_position"
android:entries="@array/app_bar_position"
android:entryValues="@array/two_values"
android:key="@string/p_app_bar_position"
android:summary="%s"
android:title="@string/app_bar_position" />
<SwitchPreference
android:defaultValue="true"
android:key="@string/p_app_bar_collapse"
android:title="@string/app_bar_collapse" />
<SeekBarPreference
android:defaultValue="16"
android:key="@string/p_fontSize"

Loading…
Cancel
Save