Skip to content

Commit

Permalink
Merge pull request #181 from TeamAmaze/feature
Browse files Browse the repository at this point in the history
Feature to main v1.94
  • Loading branch information
VishalNehra authored Jul 17, 2024
2 parents 9fac371 + 2817834 commit afafb03
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 1,060 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ android {
minSdk 21
targetSdk 33

Integer sudoVersionCode = 34
String versionNameText = "1.93"
Integer sudoVersionCode = 35
String versionNameText = "1.94"

String[] abiFilterList = property("abiFilters").toString().split(';')
Integer minorVersion = 0
Expand Down
4 changes: 0 additions & 4 deletions app/src/main/res/values-ar-rSA/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@
<string name="settings">الإعدادات</string>
<!-- About screen title -->
<string name="about">حول التطبيق</string>
<!-- Copyright dialog content in about section -->
<string name="rights_reserved"></string>
<!-- Open source licenses in about section -->
<string name="open_source_licenses">تراخيص مفتوحة المصدر</string>
<!-- Privacy policy label in about section -->
Expand Down Expand Up @@ -142,8 +140,6 @@
<string name="duration">المدة</string>
<!-- Crash fallback screen title -->
<string name="sorry_string">Sorry, that should not have happened.</string>
<!-- Crash fallback screen report by email -->
<string name="error_report_button_text"></string>
<!-- Crash fallback screen report by telegram -->
<string name="error_report_button_telegram">Report this error via telegram</string>
<!-- Crash fallback screen copy report -->
Expand Down
1,044 changes: 0 additions & 1,044 deletions app/src/main/res/values-en-rUS/strings.xml

This file was deleted.

2 changes: 0 additions & 2 deletions app/src/main/res/values-it-rIT/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@
<string name="what_device_headline">Info:</string>
<!-- Crash fallback screen info about crash -->
<string name="what_happened_headline">Cos\'è successo:</string>
<!-- Crash fallback screen info about device -->
<string name="info_labels"></string>
<!-- Crash fallback screen ask user input -->
<string name="your_comment">La tua segnalazione (scrivere in inglese):</string>
<!-- Crash fallback screen show more details -->
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<resources>
<!-- App name -->
<string name="app_name">سیب</string>
<!-- App name in launcher -->
<string name="app_name_launcher"></string>
<!-- App info shown in about screen -->
<string name="about_app">Aplicativo utilitário de arquivos com reprodutores de mídia embutidos para todas as suas necessidades.</string>
<!-- Image viewer activity label -->
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/values-ru-rRU/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -921,8 +921,6 @@
<string name="newly_installed_apps">Newly installed apps</string>
<!-- newly installed apps summary in settings preferences -->
<string name="newly_installed_apps_summary">Apps newly installed (in days)</string>
<!-- newly installed apps in settings preferences -->
<string name="recently_updated_apps"></string>
<!-- newly installed apps summary in settings preferences -->
<string name="recently_updated_apps_summary">Apps recently updated (in days)</string>
<!-- apps with large size increase in settings preferences -->
Expand Down
4 changes: 0 additions & 4 deletions app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
<!-- Shown in welcome screen for first time -->
<string name="grant_storage_read_permission">為提供最佳效能,App需要授予儲存空間存取權限。</string>
<!-- Shown in welcome screen for first time -->
<string name="grant_notification_permission"></string>
<!-- Shown in welcome screen for first time -->
<string name="grant_permission">授予權限</string>
<!-- Grant permission button for welcome screen -->
<string name="grant">授權</string>
Expand Down Expand Up @@ -554,8 +552,6 @@
<string name="model">型號</string>
<!-- Image viewer camera aperture -->
<string name="aperture">光圈</string>
<!-- Image viewer iso of image -->
<string name="iso"></string>
<!-- Image viewer shutter time -->
<string name="shutter_time">快門</string>
<!-- Image viewer image location -->
Expand Down

0 comments on commit afafb03

Please sign in to comment.