Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mywalkb committed Sep 14, 2022
2 parents d95bbc7 + c1aa00e commit 5095f11
Show file tree
Hide file tree
Showing 31 changed files with 354 additions and 120 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -139,18 +139,18 @@ dependencies {
val glideVersion = "4.13.2"
val navVersion: String by project
annotationProcessor("com.github.bumptech.glide:compiler:$glideVersion")
implementation("androidx.activity:activity:1.4.0")
implementation("androidx.activity:activity:1.5.1")
implementation("androidx.browser:browser:1.4.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.core:core:1.8.0")
implementation("androidx.fragment:fragment:1.4.1")
implementation("androidx.core:core:1.9.0")
implementation("androidx.fragment:fragment:1.5.2")
implementation("androidx.navigation:navigation-fragment:$navVersion")
implementation("androidx.navigation:navigation-ui:$navVersion")
implementation("androidx.preference:preference:1.2.0")
implementation("androidx.recyclerview:recyclerview:1.2.1")
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01")
implementation("com.github.bumptech.glide:glide:$glideVersion")
implementation("com.google.android.material:material:1.6.1")
implementation("com.google.android.material:material:1.7.0-rc01")
implementation("com.google.code.gson:gson:2.9.1")
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.10.0"))
implementation("com.squareup.okhttp3:okhttp")
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/res/layout/item_repo_release.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@

<com.google.android.material.button.MaterialButton
android:id="@+id/view_assets"
style="@style/Widget.MaterialComponents.Button.Icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
Expand All @@ -96,7 +95,7 @@

<com.google.android.material.button.MaterialButton
android:id="@+id/open_in_browser"
style="@style/Widget.App.Button.OutlinedButton.IconOnly"
style="?attr/materialIconButtonOutlinedStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="6dp"
Expand Down
9 changes: 4 additions & 5 deletions app/src/main/res/values-af/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,14 @@
<string name="report_issue">Rapporteer probleem</string>
<string name="module_repo">Bewaarplek</string>
<string name="module_repo_loading">Laai…</string>
<string name="module_repo_up_to_date">%d modules enabled</string>
<string name="module_repo_up_to_date">Alle modules op datum</string>
<string name="module_repo_published_time">Published at %s</string>
<string name="module_repo_updated_time">Opgedateer op %s</string>
<plurals name="module_repo_upgradable">
<item quantity="one">%d module enabled</item>
<item quantity="other">%d modules enabled</item>
<item quantity="one">%d module opgradeerbaar</item>
<item quantity="other">%d modules opgradeerbaar</item>
</plurals>
<string name="about_view_source_code"><![CDATA[Bekyk bronkode by %1$s<br/>Sluit aan by ons %2$s -kanaal]]></string>
<string name="translators" comment="Dear translators, please add your home page here following the format. There can be more than one translator. So feel free to append yourself.">nul</string>
<string name="install">Install</string>
<string name="install_summary">Tik om LSPosed te installeer</string>
<string name="not_installed">Not installed</string>
Expand Down Expand Up @@ -93,7 +92,7 @@
<string name="menuReload">Herlaai</string>
<string name="logs_clear_failed_2">Kon nie die logboek skoonmaak nie</string>
<string name="menu_enable_word_wrap">Woordomhulsel</string>
<string name="enabled_verbose_log">%d module enabled</string>
<string name="enabled_verbose_log">Uitgebreide logboek geaktiveer</string>
<string name="disabled_verbose_log">Uitgebreide logboek gedeaktiveer</string>
<!-- ModulesActivity -->
<string name="module_empty_description">(geen beskrywing verskaf nie)</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ar/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Ali Samir</string>
<string name="menu_show_modules">وحدات</string>
<string name="menu_show_denylist">قائمة الرفض</string>
<string name="failed_to_save_scope_list">فشل في حفظ قائمة النطاق</string>
<string name="app_version">الإصدار: s$1%</string>
<string name="app_version">الإصدار: %1$s</string>
<string name="use_recommended">مُوصى به</string>
<string name="no_scope_selected_has_recommended">أنت لم تحدد أي تطبيق. تحديد التطبيقات الموصى بها؟</string>
<string name="use_recommended_message">تحديد التطبيقات الموصى بها؟</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-bg/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<item quantity="other">%d модули, които могат да се надграждат</item>
</plurals>
<string name="about_view_source_code"><![CDATA[Преглед на изходния код в %1$s<br/>Присъединете се към нашия %2$s канал]]></string>
<string name="translators" comment="Dear translators, please add your home page here following the format. There can be more than one translator. So feel free to append yourself.">null</string>
<string name="translators" comment="Dear translators, please add your home page here following the format. There can be more than one translator. So feel free to append yourself.">Светлин Карагеоргиев</string>
<string name="install">Инсталиране на</string>
<string name="install_summary">Докоснете, за да инсталирате LSPosed</string>
<string name="not_installed">Не е инсталиран</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-bn/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<item quantity="other">%d মডিউল আপগ্রেডযোগ্য</item>
</plurals>
<string name="about_view_source_code"><![CDATA[%1$s<br/>এ সোর্স কোড দেখুন আমাদের %2$s চ্যানেলে যোগ দিন]]></string>
<string name="translators" comment="Dear translators, please add your home page here following the format. There can be more than one translator. So feel free to append yourself.">শূন্য</string>
<string name="translators" comment="Dear translators, please add your home page here following the format. There can be more than one translator. So feel free to append yourself.">bdtipsntricks</string>
<string name="install">ইনস্টল করুন</string>
<string name="install_summary">LSPosed ইনস্টল করতে আলতো চাপুন</string>
<string name="not_installed">ইনস্টল করা না</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ca/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<item quantity="other">%d mòduls actualitzables</item>
</plurals>
<string name="about_view_source_code"><![CDATA[Veure codi font a %1$s<br/>Uneix-te al nostre %2$s canal]]></string>
<string name="translators" comment="Dear translators, please add your home page here following the format. There can be more than one translator. So feel free to append yourself.">null</string>
<string name="translators" comment="Dear translators, please add your home page here following the format. There can be more than one translator. So feel free to append yourself.">Frederic Blay, Ghost Face, Yannick Kamin</string>
<string name="install">Instalar</string>
<string name="install_summary">Toca per instal·lar LSPosed</string>
<string name="not_installed">No instalat</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-da/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<item quantity="other">%d moduler opgraderbare</item>
</plurals>
<string name="about_view_source_code"><![CDATA[Vis kildekode på %1$s<br/>Tilmeld dig vores %2$s kanal]]></string>
<string name="translators" comment="Dear translators, please add your home page here following the format. There can be more than one translator. So feel free to append yourself.">null</string>
<string name="install">Installér</string>
<string name="install_summary">Tryk for at installere LSPosed</string>
<string name="not_installed">Ikke installeret</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-el/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<item quantity="other">%d πρόσθετα μπορούν να ενημερωθούν</item>
</plurals>
<string name="about_view_source_code"><![CDATA[Δείτε τον πηγαίο κώδικα στο %1$s<br/>Εγγραφείτε στο %2$s κανάλι μας]]></string>
<string name="translators" comment="Dear translators, please add your home page here following the format. There can be more than one translator. So feel free to append yourself.">null</string>
<string name="translators" comment="Dear translators, please add your home page here following the format. There can be more than one translator. So feel free to append yourself.">Aristeidis Alexopoulos</string>
<string name="install">Εγκατάσταση</string>
<string name="install_summary">Πατήστε για εγκατάσταση του LSPosed</string>
<string name="not_installed">Μη εγκατεστημένο</string>
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/values-fa/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</plurals>
<string name="Logs">گزارش‌ ها</string>
<string name="Settings">تنظیمات</string>
<string name="feedback_or_suggestion">پیشنهاد یا بازخورد</string>
<string name="feedback_or_suggestion">بازخورد یا پیشنهاد</string>
<string name="About">درباره lsposed</string>
<string name="report_issue">گزارش مشکل</string>
<string name="module_repo">مخزن</string>
Expand All @@ -41,7 +41,7 @@
<item quantity="other">%d ماژول قابل ارتقا است</item>
</plurals>
<string name="about_view_source_code"><![CDATA[کد منبع را در %1$s مشاهده کنید<br/> و در کانال %2$s ما عضو شوید]]></string>
<string name="translators" comment="Dear translators, please add your home page here following the format. There can be more than one translator. So feel free to append yourself.">خالی</string>
<string name="translators" comment="Dear translators, please add your home page here following the format. There can be more than one translator. So feel free to append yourself.">milad19s</string>
<string name="install">نصب</string>
<string name="install_summary">برای نصب LSPosed فشار دهید</string>
<string name="not_installed">نصب نشده</string>
Expand Down Expand Up @@ -159,7 +159,7 @@
<string name="module_app_info">اطلاعات برنامه</string>
<string name="list_empty">¯\\\\_(ツ)_\/¯\n اینجا چیزی نیست</string>
<!-- SettingsActivity -->
<string name="settings_group_framework">فریمورک</string>
<string name="settings_group_framework">Framework</string>
<string name="pref_title_disable_verbose_log">غیرفعال کردن گزارش های کامل</string>
<string name="pure_black_dark_theme">پوسته سیاه تاریک</string>
<string name="pure_black_dark_theme_summary">اگر پوسته سیاه فعال است از پوسته سیاه خالص استفاده کنید</string>
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-fi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<item quantity="other">%d moduulia päivitettävissä</item>
</plurals>
<string name="about_view_source_code"><![CDATA[Näytä lähdekoodi %1$s<br/>Liity kanavaamme %2$s]]></string>
<string name="translators" comment="Dear translators, please add your home page here following the format. There can be more than one translator. So feel free to append yourself.">null</string>
<string name="install">Asenna</string>
<string name="install_summary">Napauta asentaaksesi LSPosed</string>
<string name="not_installed">Ei asennettu</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-hi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<item quantity="other">%d मॉड्यूल अपग्रेड करने योग्य</item>
</plurals>
<string name="about_view_source_code"><![CDATA[%1$s<br/>पर सोर्स कोड देखें हमारे %2$s चैनल से जुड़ें]]></string>
<string name="translators" comment="Dear translators, please add your home page here following the format. There can be more than one translator. So feel free to append yourself.">व्यर्थ</string>
<string name="translators" comment="Dear translators, please add your home page here following the format. There can be more than one translator. So feel free to append yourself.">Ahmad Shaikh</string>
<string name="install">स्थापित करना</string>
<string name="install_summary">LSPosed स्थापित करने के लिए टैप करें</string>
<string name="not_installed">स्थापित नहीं हे</string>
Expand Down
Loading

0 comments on commit 5095f11

Please sign in to comment.