|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<issues format="6" by="lint 8.1.4" type="baseline" client="gradle" dependencies="false" name="AGP (8.1.4)" variant="all" version="8.1.4">
|
|
|
|
|
|
<issue
|
|
|
id="MissingPermission"
|
|
|
message="Call requires permission which may be rejected by user: code should explicitly check to see if permission is available (with `checkPermission`) or explicitly handle a potential `SecurityException`"
|
|
|
errorLine1=" notificationManager.notify(notificationId, notification)"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/notifications/AndroidNotificationTray.kt"
|
|
|
line="75"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingPermission"
|
|
|
message="Call requires permission which may be rejected by user: code should explicitly check to see if permission is available (with `checkPermission`) or explicitly handle a potential `SecurityException`"
|
|
|
errorLine1=" notificationManager.notify(notificationId, n)"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/notifications/AndroidNotificationTray.kt"
|
|
|
line="88"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingPermission"
|
|
|
message="Missing permissions required by intent Intent.ACTION_CLOSE_SYSTEM_DIALOGS: android.permission.BROADCAST_CLOSE_SYSTEM_DIALOGS"
|
|
|
errorLine1=" context.sendBroadcast(Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS))"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/receivers/ReminderController.kt"
|
|
|
line="79"
|
|
|
column="17"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="DefaultLocale"
|
|
|
message="Implicitly using the default locale is a common source of bugs: Use `toUpperCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
|
|
|
errorLine1=" val lines = DateUtils.formatHeaderDate(day).toUpperCase().split("\n")"
|
|
|
errorLine2=" ~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/activities/habits/list/views/HeaderView.kt"
|
|
|
line="144"
|
|
|
column="61"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="DefaultLocale"
|
|
|
message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
|
|
|
errorLine1=" String.format("%02d", hours_24[i]) : String.format("%d", hours[i]);"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/com/android/datetimepicker/time/RadialPickerLayout.java"
|
|
|
line="198"
|
|
|
column="21"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="DefaultLocale"
|
|
|
message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
|
|
|
errorLine1=" String.format("%02d", hours_24[i]) : String.format("%d", hours[i]);"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/com/android/datetimepicker/time/RadialPickerLayout.java"
|
|
|
line="198"
|
|
|
column="58"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="DefaultLocale"
|
|
|
message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
|
|
|
errorLine1=" innerHoursTexts[i] = String.format("%d", hours[i]);"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/com/android/datetimepicker/time/RadialPickerLayout.java"
|
|
|
line="199"
|
|
|
column="34"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="DefaultLocale"
|
|
|
message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
|
|
|
errorLine1=" minutesTexts[i] = String.format("%02d", minutes[i]);"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/com/android/datetimepicker/time/RadialPickerLayout.java"
|
|
|
line="200"
|
|
|
column="31"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="DefaultLocale"
|
|
|
message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
|
|
|
errorLine1=" canvas.drawText(String.format("%d", day), x, y, mMonthNumPaint);"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/com/android/datetimepicker/date/SimpleMonthView.java"
|
|
|
line="41"
|
|
|
column="25"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="DefaultLocale"
|
|
|
message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
|
|
|
errorLine1=" String announcement = String.format("%d", newValue);"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/com/android/datetimepicker/time/TimePickerDialog.java"
|
|
|
line="441"
|
|
|
column="35"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="DefaultLocale"
|
|
|
message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
|
|
|
errorLine1=" deletedKeyStr = String.format("%d", getValFromKeyCode(deleted));"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/com/android/datetimepicker/time/TimePickerDialog.java"
|
|
|
line="574"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="DefaultLocale"
|
|
|
message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
|
|
|
errorLine1=" Utils.tryAccessibilityAnnounce(mTimePicker, String.format("%d", val));"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/com/android/datetimepicker/time/TimePickerDialog.java"
|
|
|
line="641"
|
|
|
column="53"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="DefaultLocale"
|
|
|
message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
|
|
|
errorLine1=" years.add(String.format("%d", year));"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/com/android/datetimepicker/date/YearPickerView.java"
|
|
|
line="75"
|
|
|
column="23"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedAttribute"
|
|
|
message="Attribute `localeConfig` is only used in API level 33 and higher (current min is 28)"
|
|
|
errorLine1=" android:localeConfig="@xml/locales_config""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/AndroidManifest.xml"
|
|
|
line="33"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UseRequireInsteadOfGet"
|
|
|
message="Use requireContext() instead of context!!"
|
|
|
errorLine1=" val sr = StyledResources(context!!)"
|
|
|
errorLine2=" ~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/activities/settings/SettingsFragment.kt"
|
|
|
line="92"
|
|
|
column="34"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="FragmentTagUsage"
|
|
|
message="Replace the <fragment> tag with FragmentContainerView."
|
|
|
errorLine1=" <fragment"
|
|
|
errorLine2=" ~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/settings_activity.xml"
|
|
|
line="34"
|
|
|
column="6"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="InflateParams"
|
|
|
message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout's root element)"
|
|
|
errorLine1=" val entireView = inflater.inflate(R.layout.widget_wrapper, null)"
|
|
|
errorLine2=" ~~~~">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/widgets/BaseWidget.kt"
|
|
|
line="129"
|
|
|
column="68"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="InflateParams"
|
|
|
message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout's root element)"
|
|
|
errorLine1=" View view = inflater.inflate(R.layout.date_picker_dialog, null);"
|
|
|
errorLine2=" ~~~~">
|
|
|
<location
|
|
|
file="src/main/java/com/android/datetimepicker/date/DatePickerDialog.java"
|
|
|
line="201"
|
|
|
column="67"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="InflateParams"
|
|
|
message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout's root element)"
|
|
|
errorLine1=" View view = inflater.inflate(R.layout.time_picker_dialog, null);"
|
|
|
errorLine2=" ~~~~">
|
|
|
<location
|
|
|
file="src/main/java/com/android/datetimepicker/time/TimePickerDialog.java"
|
|
|
line="219"
|
|
|
column="67"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="InflateParams"
|
|
|
message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout's root element)"
|
|
|
errorLine1=" return inflater.inflate(R.layout.toolbar, null) as Toolbar"
|
|
|
errorLine2=" ~~~~">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/utils/ViewExtensions.kt"
|
|
|
line="99"
|
|
|
column="47"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingInflatedId"
|
|
|
message="`@layout/widget_configure_activity` does not contain a declaration with id `buttonSave`"
|
|
|
errorLine1=" val saveButton = findViewById<Button>(R.id.buttonSave)"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/widgets/activities/HabitPickerDialog.kt"
|
|
|
line="84"
|
|
|
column="47"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RedundantLabel"
|
|
|
message="Redundant label can be removed"
|
|
|
errorLine1=" android:label="@string/main_activity_title""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/AndroidManifest.xml"
|
|
|
line="52"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="AppCompatCustomView"
|
|
|
message="This custom view should extend `androidx.appcompat.widget.AppCompatTextView` instead"
|
|
|
errorLine1="public class AccessibleTextView extends TextView {"
|
|
|
errorLine2=" ~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/com/android/datetimepicker/AccessibleTextView.java"
|
|
|
line="30"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="AppCompatCustomView"
|
|
|
message="This custom view should extend `androidx.appcompat.widget.AppCompatTextView` instead"
|
|
|
errorLine1="public class TextViewWithCircularIndicator extends TextView {"
|
|
|
errorLine2=" ~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/com/android/datetimepicker/date/TextViewWithCircularIndicator.java"
|
|
|
line="33"
|
|
|
column="52"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ExtraText"
|
|
|
message="Unexpected text found in layout file: ">""
|
|
|
errorLine1=">"
|
|
|
errorLine2="~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about.xml"
|
|
|
line="147"
|
|
|
column="1"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="SpUsage"
|
|
|
message="Should use "`sp`" instead of "`dp`" for text sizes (`@dimen/date_picker_header_text_size` is defined as `14dp` in `values/pickers.xml`"
|
|
|
errorLine1=" android:textSize="@dimen/date_picker_header_text_size""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/date_picker_header_view.xml"
|
|
|
line="25"
|
|
|
column="5"/>
|
|
|
<location
|
|
|
file="src/main/res/values/pickers.xml"
|
|
|
line="81"
|
|
|
column="48"
|
|
|
message="This dp dimension is used as a text size"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="SpUsage"
|
|
|
message="Should use "`sp`" instead of "`dp`" for text sizes (`@dimen/selected_date_month_size` is defined as `30dp` in `values/pickers.xml`"
|
|
|
errorLine1=" android:textSize="@dimen/selected_date_month_size" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/date_picker_selected_date.xml"
|
|
|
line="44"
|
|
|
column="13"/>
|
|
|
<location
|
|
|
file="src/main/res/values/pickers.xml"
|
|
|
line="80"
|
|
|
column="44"
|
|
|
message="This dp dimension is used as a text size"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="SpUsage"
|
|
|
message="Should use "`sp`" instead of "`dp`" for text sizes (`@dimen/selected_date_day_size` is defined as `75dp` in `values/pickers.xml`"
|
|
|
errorLine1=" android:textSize="@dimen/selected_date_day_size" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/date_picker_selected_date.xml"
|
|
|
line="57"
|
|
|
column="13"/>
|
|
|
<location
|
|
|
file="src/main/res/values/pickers.xml"
|
|
|
line="79"
|
|
|
column="42"
|
|
|
message="This dp dimension is used as a text size"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="SpUsage"
|
|
|
message="Should use "`sp`" instead of "`dp`" for text sizes (`@dimen/selected_date_year_size` is defined as `30dp` in `values/pickers.xml`"
|
|
|
errorLine1=" android:textSize="@dimen/selected_date_year_size" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/date_picker_selected_date.xml"
|
|
|
line="68"
|
|
|
column="9"/>
|
|
|
<location
|
|
|
file="src/main/res/values/pickers.xml"
|
|
|
line="78"
|
|
|
column="43"
|
|
|
message="This dp dimension is used as a text size"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="SpUsage"
|
|
|
message="Should use "`sp`" instead of "`dp`" for text sizes (`@dimen/year_label_text_size` is defined as `22dp` in `values/pickers.xml`"
|
|
|
errorLine1=" android:textSize="@dimen/year_label_text_size" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/year_label_text_view.xml"
|
|
|
line="24"
|
|
|
column="5"/>
|
|
|
<location
|
|
|
file="src/main/res/values/pickers.xml"
|
|
|
line="85"
|
|
|
column="40"
|
|
|
message="This dp dimension is used as a text size"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UseCompatLoadingForDrawables"
|
|
|
message="Use `ResourcesCompat.getDrawable()`"
|
|
|
errorLine1=" {getContext().getResources().getDrawable(R.drawable.color_picker_swatch)};"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/com/android/colorpicker/ColorPickerSwatch.java"
|
|
|
line="64"
|
|
|
column="18"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="StringFormatInvalid"
|
|
|
message="Format string '`x_times_per_month`' is not a valid format string so it should not be passed to `String.format`"
|
|
|
errorLine1=" freqDen == 30 || freqDen == 31 -> resources.getString(R.string.x_times_per_month, freqNum)"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/activities/habits/edit/EditHabitActivity.kt"
|
|
|
line="63"
|
|
|
column="39"/>
|
|
|
<location
|
|
|
file="src/main/res/values-ko-rKR/strings.xml"
|
|
|
line="184"
|
|
|
column="5"
|
|
|
message="This definition does not require arguments"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="StringFormatInvalid"
|
|
|
message="Format string '`x_times_per_week`' is not a valid format string so it should not be passed to `String.format`"
|
|
|
errorLine1=" freqDen == 7 -> resources.getString(R.string.x_times_per_week, freqNum)"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/activities/habits/edit/EditHabitActivity.kt"
|
|
|
line="67"
|
|
|
column="21"/>
|
|
|
<location
|
|
|
file="src/main/res/values-ko-rKR/strings.xml"
|
|
|
line="183"
|
|
|
column="5"
|
|
|
message="This definition does not require arguments"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "ca" (Catalan) the following quantity should also be defined: `many`"
|
|
|
errorLine1=" <plurals name="toast_habits_changed">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-ca-rES/strings.xml"
|
|
|
line="31"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "es" (Spanish) the following quantity should also be defined: `many`"
|
|
|
errorLine1=" <plurals name="toast_habits_changed">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-es-rES/strings.xml"
|
|
|
line="31"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "fr" (French) the following quantity should also be defined: `many` (e.g. "1000000 de jours")"
|
|
|
errorLine1=" <plurals name="toast_habits_changed">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-fr-rFR/strings.xml"
|
|
|
line="31"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "it" (Italian) the following quantity should also be defined: `many`"
|
|
|
errorLine1=" <plurals name="toast_habits_changed">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-it-rIT/strings.xml"
|
|
|
line="31"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "pt" (Portuguese) the following quantity should also be defined: `many`"
|
|
|
errorLine1=" <plurals name="toast_habits_changed">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
|
line="31"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "ca" (Catalan) the following quantity should also be defined: `many`"
|
|
|
errorLine1=" <plurals name="toast_habits_unarchived">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-ca-rES/strings.xml"
|
|
|
line="35"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "es" (Spanish) the following quantity should also be defined: `many`"
|
|
|
errorLine1=" <plurals name="toast_habits_deleted">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-es-rES/strings.xml"
|
|
|
line="35"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "fr" (French) the following quantity should also be defined: `many` (e.g. "1000000 de jours")"
|
|
|
errorLine1=" <plurals name="toast_habits_deleted">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-fr-rFR/strings.xml"
|
|
|
line="35"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "it" (Italian) the following quantity should also be defined: `many`"
|
|
|
errorLine1=" <plurals name="toast_habits_deleted">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-it-rIT/strings.xml"
|
|
|
line="35"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "pt" (Portuguese) the following quantity should also be defined: `many`"
|
|
|
errorLine1=" <plurals name="toast_habits_deleted">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
|
line="35"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "es" (Spanish) the following quantity should also be defined: `many`"
|
|
|
errorLine1=" <plurals name="toast_habits_archived">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-es-rES/strings.xml"
|
|
|
line="39"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "fr" (French) the following quantity should also be defined: `many` (e.g. "1000000 de jours")"
|
|
|
errorLine1=" <plurals name="toast_habits_archived">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-fr-rFR/strings.xml"
|
|
|
line="39"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "it" (Italian) the following quantity should also be defined: `many`"
|
|
|
errorLine1=" <plurals name="toast_habits_archived">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-it-rIT/strings.xml"
|
|
|
line="39"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "pt" (Portuguese) the following quantity should also be defined: `many`"
|
|
|
errorLine1=" <plurals name="toast_habits_archived">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
|
line="39"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "es" (Spanish) the following quantity should also be defined: `many`"
|
|
|
errorLine1=" <plurals name="toast_habits_unarchived">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-es-rES/strings.xml"
|
|
|
line="43"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "fr" (French) the following quantity should also be defined: `many` (e.g. "1000000 de jours")"
|
|
|
errorLine1=" <plurals name="toast_habits_unarchived">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-fr-rFR/strings.xml"
|
|
|
line="43"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "it" (Italian) the following quantity should also be defined: `many`"
|
|
|
errorLine1=" <plurals name="toast_habits_unarchived">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-it-rIT/strings.xml"
|
|
|
line="43"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "pt" (Portuguese) the following quantity should also be defined: `many`"
|
|
|
errorLine1=" <plurals name="toast_habits_unarchived">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
|
line="43"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "ca" (Catalan) the following quantity should also be defined: `many`"
|
|
|
errorLine1=" <plurals name="delete_habits_title">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-ca-rES/strings.xml"
|
|
|
line="80"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "ca" (Catalan) the following quantity should also be defined: `many`"
|
|
|
errorLine1=" <plurals name="delete_habits_message">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-ca-rES/strings.xml"
|
|
|
line="84"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "es" (Spanish) the following quantity should also be defined: `many`"
|
|
|
errorLine1=" <plurals name="delete_habits_title">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-es-rES/strings.xml"
|
|
|
line="89"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "fr" (French) the following quantity should also be defined: `many` (e.g. "1000000 de jours")"
|
|
|
errorLine1=" <plurals name="delete_habits_title">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-fr-rFR/strings.xml"
|
|
|
line="89"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "it" (Italian) the following quantity should also be defined: `many`"
|
|
|
errorLine1=" <plurals name="delete_habits_title">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-it-rIT/strings.xml"
|
|
|
line="89"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "pt" (Portuguese) the following quantity should also be defined: `many`"
|
|
|
errorLine1=" <plurals name="delete_habits_title">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
|
line="89"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "es" (Spanish) the following quantity should also be defined: `many`"
|
|
|
errorLine1=" <plurals name="delete_habits_message">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-es-rES/strings.xml"
|
|
|
line="93"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "fr" (French) the following quantity should also be defined: `many` (e.g. "1000000 de jours")"
|
|
|
errorLine1=" <plurals name="delete_habits_message">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-fr-rFR/strings.xml"
|
|
|
line="93"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "it" (Italian) the following quantity should also be defined: `many`"
|
|
|
errorLine1=" <plurals name="delete_habits_message">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-it-rIT/strings.xml"
|
|
|
line="93"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingQuantity"
|
|
|
message="For locale "pt" (Portuguese) the following quantity should also be defined: `many`"
|
|
|
errorLine1=" <plurals name="delete_habits_message">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
|
line="93"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingTranslation"
|
|
|
message=""helpURL" is not translated in "de" (German), "hi" (Hindi), "no" (Norwegian), "fi" (Finnish), "ru" (Russian), "pt" (Portuguese), "bg" (Bulgarian), "hr" (Croatian), "fr" (French), "hu" (Hungarian), "hy" (Armenian), "ug" (Uyghur), "uk" (Ukrainian), "sk" (Slovak), "sl" (Slovenian), "ca" (Catalan), "sr" (Serbian), "sv" (Swedish), "ko" (Korean), "af" (Afrikaans), "in" (Indonesian), "el" (Greek), "eo" (Esperanto), "it" (Italian), "ta" (Tamil), "es" (Spanish), "iw" (Hebrew), "zh" (Chinese), "cs" (Czech), "eu" (Basque), "ar" (Arabic), "te" (Telugu), "vi" (Vietnamese), "ja" (Japanese), "fa" (Persian), "pl" (Polish), "da" (Danish), "ro" (Romanian), "nl" (Dutch), "tr" (Turkish)"
|
|
|
errorLine1=" <string name="helpURL">http://loophabits.org/faq.html</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/constants.xml"
|
|
|
line="21"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingTranslation"
|
|
|
message=""playStoreURL" is not translated in "de" (German), "hi" (Hindi), "no" (Norwegian), "fi" (Finnish), "ru" (Russian), "pt" (Portuguese), "bg" (Bulgarian), "hr" (Croatian), "fr" (French), "hu" (Hungarian), "hy" (Armenian), "ug" (Uyghur), "uk" (Ukrainian), "sk" (Slovak), "sl" (Slovenian), "ca" (Catalan), "sr" (Serbian), "sv" (Swedish), "ko" (Korean), "af" (Afrikaans), "in" (Indonesian), "el" (Greek), "eo" (Esperanto), "it" (Italian), "ta" (Tamil), "es" (Spanish), "iw" (Hebrew), "zh" (Chinese), "cs" (Czech), "eu" (Basque), "ar" (Arabic), "te" (Telugu), "vi" (Vietnamese), "ja" (Japanese), "fa" (Persian), "pl" (Polish), "da" (Danish), "ro" (Romanian), "nl" (Dutch), "tr" (Turkish)"
|
|
|
errorLine1=" <string name="playStoreURL">market://details?id=org.isoron.uhabits</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/constants.xml"
|
|
|
line="22"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingTranslation"
|
|
|
message=""feedbackURL" is not translated in "de" (German), "hi" (Hindi), "no" (Norwegian), "fi" (Finnish), "ru" (Russian), "pt" (Portuguese), "bg" (Bulgarian), "hr" (Croatian), "fr" (French), "hu" (Hungarian), "hy" (Armenian), "ug" (Uyghur), "uk" (Ukrainian), "sk" (Slovak), "sl" (Slovenian), "ca" (Catalan), "sr" (Serbian), "sv" (Swedish), "ko" (Korean), "af" (Afrikaans), "in" (Indonesian), "el" (Greek), "eo" (Esperanto), "it" (Italian), "ta" (Tamil), "es" (Spanish), "iw" (Hebrew), "zh" (Chinese), "cs" (Czech), "eu" (Basque), "ar" (Arabic), "te" (Telugu), "vi" (Vietnamese), "ja" (Japanese), "fa" (Persian), "pl" (Polish), "da" (Danish), "ro" (Romanian), "nl" (Dutch), "tr" (Turkish)"
|
|
|
errorLine1=" <string name="feedbackURL" formatted="false">mailto:dev@loophabits.org?subject=Feedback%20about%20Loop%20Habit%20Tracker</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/constants.xml"
|
|
|
line="23"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingTranslation"
|
|
|
message=""privacyPolicyURL" is not translated in "de" (German), "hi" (Hindi), "no" (Norwegian), "fi" (Finnish), "ru" (Russian), "pt" (Portuguese), "bg" (Bulgarian), "hr" (Croatian), "fr" (French), "hu" (Hungarian), "hy" (Armenian), "ug" (Uyghur), "uk" (Ukrainian), "sk" (Slovak), "sl" (Slovenian), "ca" (Catalan), "sr" (Serbian), "sv" (Swedish), "ko" (Korean), "af" (Afrikaans), "in" (Indonesian), "el" (Greek), "eo" (Esperanto), "it" (Italian), "ta" (Tamil), "es" (Spanish), "iw" (Hebrew), "zh" (Chinese), "cs" (Czech), "eu" (Basque), "ar" (Arabic), "te" (Telugu), "vi" (Vietnamese), "ja" (Japanese), "fa" (Persian), "pl" (Polish), "da" (Danish), "ro" (Romanian), "nl" (Dutch), "tr" (Turkish)"
|
|
|
errorLine1=" <string name="privacyPolicyURL" formatted="false">http://loophabits.org/privacy</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/constants.xml"
|
|
|
line="24"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingTranslation"
|
|
|
message=""codeContributorsURL" is not translated in "de" (German), "hi" (Hindi), "no" (Norwegian), "fi" (Finnish), "ru" (Russian), "pt" (Portuguese), "bg" (Bulgarian), "hr" (Croatian), "fr" (French), "hu" (Hungarian), "hy" (Armenian), "ug" (Uyghur), "uk" (Ukrainian), "sk" (Slovak), "sl" (Slovenian), "ca" (Catalan), "sr" (Serbian), "sv" (Swedish), "ko" (Korean), "af" (Afrikaans), "in" (Indonesian), "el" (Greek), "eo" (Esperanto), "it" (Italian), "ta" (Tamil), "es" (Spanish), "iw" (Hebrew), "zh" (Chinese), "cs" (Czech), "eu" (Basque), "ar" (Arabic), "te" (Telugu), "vi" (Vietnamese), "ja" (Japanese), "fa" (Persian), "pl" (Polish), "da" (Danish), "ro" (Romanian), "nl" (Dutch), "tr" (Turkish)"
|
|
|
errorLine1=" <string name="codeContributorsURL" formatted="false">https://github.com/iSoron/uhabits/graphs/contributors</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/constants.xml"
|
|
|
line="25"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingTranslation"
|
|
|
message=""sourceCodeURL" is not translated in "de" (German), "hi" (Hindi), "no" (Norwegian), "fi" (Finnish), "ru" (Russian), "pt" (Portuguese), "bg" (Bulgarian), "hr" (Croatian), "fr" (French), "hu" (Hungarian), "hy" (Armenian), "ug" (Uyghur), "uk" (Ukrainian), "sk" (Slovak), "sl" (Slovenian), "ca" (Catalan), "sr" (Serbian), "sv" (Swedish), "ko" (Korean), "af" (Afrikaans), "in" (Indonesian), "el" (Greek), "eo" (Esperanto), "it" (Italian), "ta" (Tamil), "es" (Spanish), "iw" (Hebrew), "zh" (Chinese), "cs" (Czech), "eu" (Basque), "ar" (Arabic), "te" (Telugu), "vi" (Vietnamese), "ja" (Japanese), "fa" (Persian), "pl" (Polish), "da" (Danish), "ro" (Romanian), "nl" (Dutch), "tr" (Turkish)"
|
|
|
errorLine1=" <string name="sourceCodeURL">https://github.com/iSoron/uhabits</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/constants.xml"
|
|
|
line="26"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingTranslation"
|
|
|
message=""translateURL" is not translated in "de" (German), "hi" (Hindi), "no" (Norwegian), "fi" (Finnish), "ru" (Russian), "pt" (Portuguese), "bg" (Bulgarian), "hr" (Croatian), "fr" (French), "hu" (Hungarian), "hy" (Armenian), "ug" (Uyghur), "uk" (Ukrainian), "sk" (Slovak), "sl" (Slovenian), "ca" (Catalan), "sr" (Serbian), "sv" (Swedish), "ko" (Korean), "af" (Afrikaans), "in" (Indonesian), "el" (Greek), "eo" (Esperanto), "it" (Italian), "ta" (Tamil), "es" (Spanish), "iw" (Hebrew), "zh" (Chinese), "cs" (Czech), "eu" (Basque), "ar" (Arabic), "te" (Telugu), "vi" (Vietnamese), "ja" (Japanese), "fa" (Persian), "pl" (Polish), "da" (Danish), "ro" (Romanian), "nl" (Dutch), "tr" (Turkish)"
|
|
|
errorLine1=" <string name="translateURL">http://translate.loophabits.org/</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/constants.xml"
|
|
|
line="27"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingTranslation"
|
|
|
message=""bugReportTo" is not translated in "de" (German), "hi" (Hindi), "no" (Norwegian), "fi" (Finnish), "ru" (Russian), "pt" (Portuguese), "bg" (Bulgarian), "hr" (Croatian), "fr" (French), "hu" (Hungarian), "hy" (Armenian), "ug" (Uyghur), "uk" (Ukrainian), "sk" (Slovak), "sl" (Slovenian), "ca" (Catalan), "sr" (Serbian), "sv" (Swedish), "ko" (Korean), "af" (Afrikaans), "in" (Indonesian), "el" (Greek), "eo" (Esperanto), "it" (Italian), "ta" (Tamil), "es" (Spanish), "iw" (Hebrew), "zh" (Chinese), "cs" (Czech), "eu" (Basque), "ar" (Arabic), "te" (Telugu), "vi" (Vietnamese), "ja" (Japanese), "fa" (Persian), "pl" (Polish), "da" (Danish), "ro" (Romanian), "nl" (Dutch), "tr" (Turkish)"
|
|
|
errorLine1=" <string name="bugReportTo">dev@loophabits.org</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/constants.xml"
|
|
|
line="28"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingTranslation"
|
|
|
message=""bugReportSubject" is not translated in "de" (German), "hi" (Hindi), "no" (Norwegian), "fi" (Finnish), "ru" (Russian), "pt" (Portuguese), "bg" (Bulgarian), "hr" (Croatian), "fr" (French), "hu" (Hungarian), "hy" (Armenian), "ug" (Uyghur), "uk" (Ukrainian), "sk" (Slovak), "sl" (Slovenian), "ca" (Catalan), "sr" (Serbian), "sv" (Swedish), "ko" (Korean), "af" (Afrikaans), "in" (Indonesian), "el" (Greek), "eo" (Esperanto), "it" (Italian), "ta" (Tamil), "es" (Spanish), "iw" (Hebrew), "zh" (Chinese), "cs" (Czech), "eu" (Basque), "ar" (Arabic), "te" (Telugu), "vi" (Vietnamese), "ja" (Japanese), "fa" (Persian), "pl" (Polish), "da" (Danish), "ro" (Romanian), "nl" (Dutch), "tr" (Turkish)"
|
|
|
errorLine1=" <string name="bugReportSubject">Bug Report - Loop Habit Tracker</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/constants.xml"
|
|
|
line="29"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MissingTranslation"
|
|
|
message=""syncBaseURL" is not translated in "de" (German), "hi" (Hindi), "no" (Norwegian), "fi" (Finnish), "ru" (Russian), "pt" (Portuguese), "bg" (Bulgarian), "hr" (Croatian), "fr" (French), "hu" (Hungarian), "hy" (Armenian), "ug" (Uyghur), "uk" (Ukrainian), "sk" (Slovak), "sl" (Slovenian), "ca" (Catalan), "sr" (Serbian), "sv" (Swedish), "ko" (Korean), "af" (Afrikaans), "in" (Indonesian), "el" (Greek), "eo" (Esperanto), "it" (Italian), "ta" (Tamil), "es" (Spanish), "iw" (Hebrew), "zh" (Chinese), "cs" (Czech), "eu" (Basque), "ar" (Arabic), "te" (Telugu), "vi" (Vietnamese), "ja" (Japanese), "fa" (Persian), "pl" (Polish), "da" (Danish), "ro" (Romanian), "nl" (Dutch), "tr" (Turkish)"
|
|
|
errorLine1=" <string name="syncBaseURL" formatted="false">https://sync.loophabits.org</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/constants.xml"
|
|
|
line="30"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="Typos"
|
|
|
message=""Bem vindo" is a common misspelling; did you mean "Bem-vindo"?"
|
|
|
errorLine1=" <string name="intro_title_1">Bem vindo</string>"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
|
line="62"
|
|
|
column="34"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">عادت تغییر داده شد</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-fa-rIR/strings.xml"
|
|
|
line="32"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Habitude modifiée</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-fr-rFR/strings.xml"
|
|
|
line="32"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">आदत हटाई गई</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-hi-rIN/strings.xml"
|
|
|
line="32"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Hábito modificado.</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
|
line="32"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Привычка изменена</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-ru-rRU/strings.xml"
|
|
|
line="32"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Navika izmenjena</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-sr-rCS/strings.xml"
|
|
|
line="32"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Навика измењена</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-sr-rSP/strings.xml"
|
|
|
line="32"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Звичку змінено</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-uk-rUA/strings.xml"
|
|
|
line="32"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">عادت حذف شد.</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-fa-rIR/strings.xml"
|
|
|
line="36"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Habitude supprimée</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-fr-rFR/strings.xml"
|
|
|
line="36"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">आदत संग्रहित की गई</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-hi-rIN/strings.xml"
|
|
|
line="36"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Hábito deletado.</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
|
line="36"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Navika obrisana</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-sr-rCS/strings.xml"
|
|
|
line="37"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Навика обрисана</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-sr-rSP/strings.xml"
|
|
|
line="37"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Привычка удалена</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-ru-rRU/strings.xml"
|
|
|
line="38"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Звичку вилучено</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-uk-rUA/strings.xml"
|
|
|
line="38"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">عادت بایگانی شد.</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-fa-rIR/strings.xml"
|
|
|
line="40"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Habitude archivée</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-fr-rFR/strings.xml"
|
|
|
line="40"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">आदत असंग्रहीत की गई</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-hi-rIN/strings.xml"
|
|
|
line="40"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Hábito arquivado.</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
|
line="40"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Navika arhivirana</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-sr-rCS/strings.xml"
|
|
|
line="42"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Навика архивирана</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-sr-rSP/strings.xml"
|
|
|
line="42"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">عادت از بایگانی خارج شد.</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-fa-rIR/strings.xml"
|
|
|
line="44"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Habitude désarchivée</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-fr-rFR/strings.xml"
|
|
|
line="44"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Hábito desarquivado.</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
|
line="44"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Привычка архивирована</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-ru-rRU/strings.xml"
|
|
|
line="44"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Звичку архівовано</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-uk-rUA/strings.xml"
|
|
|
line="44"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Navika dearhivirana</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-sr-rCS/strings.xml"
|
|
|
line="47"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Навика деархивирана</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-sr-rSP/strings.xml"
|
|
|
line="47"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Привычка возвращена из архива</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-ru-rRU/strings.xml"
|
|
|
line="50"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Звичку розархівовано</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-uk-rUA/strings.xml"
|
|
|
line="50"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">حذف عادت؟</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-fa-rIR/strings.xml"
|
|
|
line="90"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Supprimer cette habitude ?</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-fr-rFR/strings.xml"
|
|
|
line="90"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Excluir hábito?</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
|
line="90"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">आदत हटाये?</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-hi-rIN/strings.xml"
|
|
|
line="92"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Obrisati navike?</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-sr-rCS/strings.xml"
|
|
|
line="93"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Обрисати навикe?</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-sr-rSP/strings.xml"
|
|
|
line="93"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">این عادت برای همیشه حذف خواهد شد و قابل بازیابی نخواهد بود.</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-fa-rIR/strings.xml"
|
|
|
line="94"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">L\'habitude va être supprimée définitivement. Cette action ne peut pas être annulée.</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-fr-rFR/strings.xml"
|
|
|
line="94"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">O hábito será excluído permanentemente. Esta ação não pode ser desfeita.</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
|
line="94"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">आदत हमेशा के लिये हटा दी जाएगी। इसे वापस नहीं लाया जा सकता।</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-hi-rIN/strings.xml"
|
|
|
line="96"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Вилучити звичку?</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-uk-rUA/strings.xml"
|
|
|
line="97"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Удалить привычку?</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-ru-rRU/strings.xml"
|
|
|
line="98"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Navike će biti trajno obrisane. Ova radnja je nepovratna.</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-sr-rCS/strings.xml"
|
|
|
line="98"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Навике ће бити трајно обрисане. Ова радња је неповратна.</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-sr-rSP/strings.xml"
|
|
|
line="98"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Звичка вилучиться назавжди. Цю дію неможливо скасувати.</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-uk-rUA/strings.xml"
|
|
|
line="103"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ImpliedQuantity"
|
|
|
message="The quantity `'one'` matches more than one specific number in this locale (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …), but the message did not \
include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \
explanation for more."
|
|
|
errorLine1=" <item quantity="one">Привычка будет удалена. Это действие невозможно отменить.</item>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-ru-rRU/strings.xml"
|
|
|
line="104"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="PluralsCandidate"
|
|
|
message="Formatting %d followed by words ("selected"): This should probably be a plural rather than a string"
|
|
|
errorLine1=" <string name="color_swatch_description_selected" translatable="false">Color <xliff:g example="14" id="color_index">%1$d</xliff:g> selected</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/pickers.xml"
|
|
|
line="88"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="PluralsCandidate"
|
|
|
message="Formatting %d followed by words ("days"): This should probably be a plural rather than a string"
|
|
|
errorLine1=" <string name="every_x_days">Every %d days</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/strings.xml"
|
|
|
line="157"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="PluralsCandidate"
|
|
|
message="Formatting %d followed by words ("weeks"): This should probably be a plural rather than a string"
|
|
|
errorLine1=" <string name="every_x_weeks">Every %d weeks</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/strings.xml"
|
|
|
line="158"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="PluralsCandidate"
|
|
|
message="Formatting %d followed by words ("times"): This should probably be a plural rather than a string"
|
|
|
errorLine1=" <string name="x_times_per_week">%d times per week</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/strings.xml"
|
|
|
line="209"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="PluralsCandidate"
|
|
|
message="Formatting %d followed by words ("times"): This should probably be a plural rather than a string"
|
|
|
errorLine1=" <string name="x_times_per_month">%d times per month</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/strings.xml"
|
|
|
line="210"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="PluralsCandidate"
|
|
|
message="Formatting %d followed by words ("times"): This should probably be a plural rather than a string"
|
|
|
errorLine1=" <string name="x_times_per_y_days">%d times in %d days</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/strings.xml"
|
|
|
line="211"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="StringFormatCount"
|
|
|
message="Inconsistent number of arguments in formatting string `x_times_per_week`; found both 1 here and 0 in values-ko-rKR/strings.xml"
|
|
|
errorLine1=" <string name="x_times_per_week">%d times per week</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/strings.xml"
|
|
|
line="209"
|
|
|
column="5"/>
|
|
|
<location
|
|
|
file="src/main/res/values-ko-rKR/strings.xml"
|
|
|
line="183"
|
|
|
column="5"
|
|
|
message="Conflicting number of arguments (0) here"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="StringFormatCount"
|
|
|
message="Inconsistent number of arguments in formatting string `x_times_per_month`; found both 1 here and 0 in values-ko-rKR/strings.xml"
|
|
|
errorLine1=" <string name="x_times_per_month">%d times per month</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/strings.xml"
|
|
|
line="210"
|
|
|
column="5"/>
|
|
|
<location
|
|
|
file="src/main/res/values-ko-rKR/strings.xml"
|
|
|
line="184"
|
|
|
column="5"
|
|
|
message="Conflicting number of arguments (0) here"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedQuantity"
|
|
|
message="For language "iw" (Hebrew) the following quantities are not relevant: `many`"
|
|
|
errorLine1=" <plurals name="toast_habits_changed">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-iw-rIL/strings.xml"
|
|
|
line="31"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedQuantity"
|
|
|
message="For language "iw" (Hebrew) the following quantities are not relevant: `many`"
|
|
|
errorLine1=" <plurals name="toast_habits_deleted">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-iw-rIL/strings.xml"
|
|
|
line="37"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedQuantity"
|
|
|
message="For language "iw" (Hebrew) the following quantities are not relevant: `many`"
|
|
|
errorLine1=" <plurals name="toast_habits_archived">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-iw-rIL/strings.xml"
|
|
|
line="43"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedQuantity"
|
|
|
message="For language "iw" (Hebrew) the following quantities are not relevant: `many`"
|
|
|
errorLine1=" <plurals name="toast_habits_unarchived">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-iw-rIL/strings.xml"
|
|
|
line="49"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedQuantity"
|
|
|
message="For language "iw" (Hebrew) the following quantities are not relevant: `many`"
|
|
|
errorLine1=" <plurals name="delete_habits_title">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-iw-rIL/strings.xml"
|
|
|
line="97"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedQuantity"
|
|
|
message="For language "iw" (Hebrew) the following quantities are not relevant: `many`"
|
|
|
errorLine1=" <plurals name="delete_habits_message">"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/res/values-iw-rIL/strings.xml"
|
|
|
line="103"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ExportedReceiver"
|
|
|
message="Exported receiver does not require permission"
|
|
|
errorLine1=" <receiver"
|
|
|
errorLine2=" ~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/AndroidManifest.xml"
|
|
|
line="272"
|
|
|
column="10"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="KnownPermissionError"
|
|
|
message="`false` is not a valid permission value"
|
|
|
errorLine1=" android:permission="false">"
|
|
|
errorLine2=" ~~~~~">
|
|
|
<location
|
|
|
file="src/main/AndroidManifest.xml"
|
|
|
line="223"
|
|
|
column="33"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="NotifyDataSetChanged"
|
|
|
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
|
|
|
errorLine1=" notifyDataSetChanged()"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/activities/habits/list/views/HabitCardListAdapter.kt"
|
|
|
line="74"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="NotifyDataSetChanged"
|
|
|
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
|
|
|
errorLine1=" notifyDataSetChanged()"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/activities/habits/list/views/HabitCardListAdapter.kt"
|
|
|
line="256"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="Recycle"
|
|
|
message="This `InputStream` should be freed up after use with `#close()`"
|
|
|
errorLine1=" val inStream = activity.contentResolver.openInputStream(data.data!!)!!"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/activities/habits/list/ListHabitsScreen.kt"
|
|
|
line="136"
|
|
|
column="53"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ObsoleteSdkInt"
|
|
|
message="This folder configuration (`v21`) is unnecessary; `minSdkVersion` is 28. Merge all the resources in this folder into `drawable`.">
|
|
|
<location
|
|
|
file="src/main/res/drawable-v21"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ObsoleteSdkInt"
|
|
|
message="This folder configuration (`v26`) is unnecessary; `minSdkVersion` is 28. Merge all the resources in this folder into `mipmap-anydpi`.">
|
|
|
<location
|
|
|
file="src/main/res/mipmap-anydpi-v26"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="StaticFieldLeak"
|
|
|
message="This `AsyncTask` class should be static or leaks might occur (org.isoron.uhabits.tasks.AndroidTaskRunner.CustomAsyncTask)"
|
|
|
errorLine1=" private inner class CustomAsyncTask(val task: Task) : AsyncTask<Void?, Int?, Void?>() {"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/tasks/AndroidTaskRunner.kt"
|
|
|
line="57"
|
|
|
column="25"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="VectorPath"
|
|
|
message="Very long vector path (1667 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
|
|
|
errorLine1=" android:pathData="M212,0.7c-40.2,6.2 -67.7,15.9 -100.7,35.6 -19.2,11.4 -46.1,35 -57.3,50.2 -2.4,3.3 -5.3,6.9 -6.3,8 -6.1,6.4 -19.7,29.6 -27,46 -8.7,19.6 -16,44.9 -19.2,66.6 -2.1,14.6 -2.1,55.2 0,69.8 2.9,20 10.6,47.1 18.1,64.1 4.3,9.8 13.4,27.2 15.4,29.5 1,1.1 2.5,3.4 3.3,5 2.9,5.7 15,22 21.6,29 11.1,11.7 24.4,24.4 28.6,27.2 2.2,1.5 6.7,4.8 10,7.4 24.6,19 63.2,35.1 102.5,42.6 13.9,2.6 68.1,2.6 82,-0 39.3,-7.5 77.9,-23.6 102.5,-42.6 3.3,-2.6 7.8,-5.9 10,-7.4 4.2,-2.8 17.5,-15.5 28.6,-27.2 6.6,-7 18.7,-23.3 21.6,-29 0.8,-1.6 2.3,-3.9 3.3,-5 4.5,-5.2 16.5,-30.7 22.2,-47.5 9.8,-28.6 12.8,-47.9 12.8,-81 0,-26.6 -1.1,-37.3 -6,-57.5 -5,-20.8 -13.7,-44.3 -22.3,-59.5 -8.2,-14.8 -15.8,-26.7 -19.4,-30.5 -1,-1.1 -3.9,-4.7 -6.3,-8 -11.2,-15.2 -38.1,-38.8 -57.3,-50.2 -25.5,-15.2 -45.9,-23.7 -73.2,-30.4 -20.9,-5.1 -29.4,-5.9 -58.5,-5.8 -14.6,0.1 -27.6,0.3 -29,0.6zM209,101.5c6,3.1 6,3.2 6,50.7 0,41.1 -0.1,43.4 -1.9,46.2 -2.5,3.7 -5.7,5.5 -9.8,5.6 -3.8,-0 -7,-2.6 -22.1,-18l-10.4,-10.5 -2.4,3c-23.6,28.6 -28.4,67.7 -12.3,99.7 12.2,24.2 34.2,42 59.9,48.4 10.5,2.7 33.5,2.6 44,-0 32,-8 58.6,-34.6 66.6,-66.6 2.9,-11.4 2.6,-34.6 -0.4,-45.9 -4.9,-17.9 -14.7,-33 -30.5,-46.9 -6.4,-5.6 -5.7,-7.3 9.1,-21.8 14.7,-14.5 16.3,-15.8 19.2,-14.9 2.8,0.9 17.6,15.7 22.9,22.9 13.1,17.7 21.6,36.1 25.9,56 2.2,10.3 2.6,14.6 2.6,28.6 0,23.7 -3.4,38.8 -13.4,59.5 -7.2,15.1 -14.2,24.8 -27,37.5 -12.7,12.8 -22.4,19.8 -37.5,27 -20.5,9.9 -35.8,13.3 -59,13.4 -18.2,-0 -27.7,-1.5 -44.5,-7 -40.2,-13.3 -73.8,-47.1 -87,-87.4 -14.1,-43 -6.2,-89.6 21.2,-126 3.1,-4.2 6.6,-8.4 7.8,-9.5l2.1,-1.9 -12.7,-12.7c-12.3,-12.3 -12.7,-12.8 -13.2,-17.7 -0.5,-5.8 0.7,-8.6 5.1,-11.2 3,-1.9 5.4,-2 46,-2 36.3,-0 43.2,0.2 45.7,1.5z""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/drawable/ic_notification.xml"
|
|
|
line="28"
|
|
|
column="31"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="MergeRootFrame"
|
|
|
message="This `<FrameLayout>` can be replaced with a `<merge>` tag"
|
|
|
errorLine1="<FrameLayout"
|
|
|
errorLine2="^">
|
|
|
<location
|
|
|
file="src/main/res/layout/widget_empty_activity.xml"
|
|
|
line="21"
|
|
|
column="1"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="DisableBaselineAlignment"
|
|
|
message="Set `android:baselineAligned="false"` on this element for better performance"
|
|
|
errorLine1=" <LinearLayout"
|
|
|
errorLine2=" ~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/show_habit_overview.xml"
|
|
|
line="29"
|
|
|
column="6"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="Overdraw"
|
|
|
message="Possible overdraw: Root element paints background `?windowBackgroundColor` with a theme that also paints a background (inferred theme is `@style/AppBaseTheme`)"
|
|
|
errorLine1=" android:background="?windowBackgroundColor""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about.xml"
|
|
|
line="25"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="Overdraw"
|
|
|
message="Possible overdraw: Root element paints background `?attr/contrast0` with a theme that also paints a background (inferred theme is `@style/AppBaseTheme`)"
|
|
|
errorLine1=" android:background="?attr/contrast0""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/activity_edit_habit.xml"
|
|
|
line="26"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="Overdraw"
|
|
|
message="Possible overdraw: Root element paints background `?attr/windowBackgroundColor` with a theme that also paints a background (inferred theme is `@style/AppBaseTheme`)"
|
|
|
errorLine1=" android:background="?attr/windowBackgroundColor">"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/automation.xml"
|
|
|
line="26"
|
|
|
column="15"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="Overdraw"
|
|
|
message="Possible overdraw: Root element paints background `#ffff00` with a theme that also paints a background (inferred theme is `@style/AppBaseTheme`)"
|
|
|
errorLine1=" android:background="#ffff00">"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/canvas_test.xml"
|
|
|
line="24"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="Overdraw"
|
|
|
message="Possible overdraw: Root element paints background `@color/date_picker_view_animator` with a theme that also paints a background (inferred theme is `@style/AppBaseTheme`)"
|
|
|
errorLine1=" android:background="@color/date_picker_view_animator""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/date_picker_dialog.xml"
|
|
|
line="20"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="Overdraw"
|
|
|
message="Possible overdraw: Root element paints background `@color/calendar_header` with a theme that also paints a background (inferred theme is `@style/AppBaseTheme`)"
|
|
|
errorLine1=" android:background="@color/calendar_header""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/date_picker_header_view.xml"
|
|
|
line="21"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="Overdraw"
|
|
|
message="Possible overdraw: Root element paints background `@color/white` with a theme that also paints a background (inferred theme is `@style/AppBaseTheme`)"
|
|
|
errorLine1=" android:background="@color/white""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/date_picker_selected_date.xml"
|
|
|
line="23"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="Overdraw"
|
|
|
message="Possible overdraw: Root element paints background `@color/date_picker_view_animator` with a theme that also paints a background (inferred theme is `@style/AppBaseTheme`)"
|
|
|
errorLine1=" android:background="@color/date_picker_view_animator" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/date_picker_view_animator.xml"
|
|
|
line="22"
|
|
|
column="6"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="Overdraw"
|
|
|
message="Possible overdraw: Root element paints background `#a0000000` with a theme that also paints a background (inferred theme is `@style/AppBaseTheme`)"
|
|
|
errorLine1=" android:background="#a0000000""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/select_habit_type.xml"
|
|
|
line="27"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="Overdraw"
|
|
|
message="Possible overdraw: Root element paints background `@color/white` with a theme that also paints a background (inferred theme is `@style/AppBaseTheme`)"
|
|
|
errorLine1=" android:background="@color/white" >"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/time_header_label.xml"
|
|
|
line="22"
|
|
|
column="7"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.drawable.bg_select_button` appears to be unused"
|
|
|
errorLine1="<selector xmlns:android="http://schemas.android.com/apk/res/android">"
|
|
|
errorLine2="^">
|
|
|
<location
|
|
|
file="src/main/res/drawable/bg_select_button.xml"
|
|
|
line="2"
|
|
|
column="1"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.layout.canvas_test` appears to be unused"
|
|
|
errorLine1="<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2="^">
|
|
|
<location
|
|
|
file="src/main/res/layout/canvas_test.xml"
|
|
|
line="21"
|
|
|
column="1"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.layout.date_picker_header_view` appears to be unused"
|
|
|
errorLine1="<TextView xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2="^">
|
|
|
<location
|
|
|
file="src/main/res/layout/date_picker_header_view.xml"
|
|
|
line="17"
|
|
|
column="1"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.drawable.dialog_bg_input_box` appears to be unused"
|
|
|
errorLine1="<shape xmlns:android="http://schemas.android.com/apk/res/android">"
|
|
|
errorLine2="^">
|
|
|
<location
|
|
|
file="src/main/res/drawable/dialog_bg_input_box.xml"
|
|
|
line="21"
|
|
|
column="1"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.drawable.done_background_color` appears to be unused"
|
|
|
errorLine1="<selector xmlns:android="http://schemas.android.com/apk/res/android">"
|
|
|
errorLine2="^">
|
|
|
<location
|
|
|
file="src/main/res/drawable/done_background_color.xml"
|
|
|
line="16"
|
|
|
column="1"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.drawable.done_background_color_dark` appears to be unused"
|
|
|
errorLine1="<selector xmlns:android="http://schemas.android.com/apk/res/android">"
|
|
|
errorLine2="^">
|
|
|
<location
|
|
|
file="src/main/res/drawable/done_background_color_dark.xml"
|
|
|
line="16"
|
|
|
column="1"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.string.fa_exclamation_circle` appears to be unused"
|
|
|
errorLine1=" <string translatable="false" name="fa_exclamation_circle">&#xf06a;</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/fontawesome.xml"
|
|
|
line="30"
|
|
|
column="31"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.red_50` appears to be unused"
|
|
|
errorLine1=" <color name="red_50">#FFEBEE</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="22"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.red_100` appears to be unused"
|
|
|
errorLine1=" <color name="red_100">#FFCDD2</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="23"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.red_300` appears to be unused"
|
|
|
errorLine1=" <color name="red_300">#E57373</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="25"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.red_400` appears to be unused"
|
|
|
errorLine1=" <color name="red_400">#EF5350</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="26"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.red_500` appears to be unused"
|
|
|
errorLine1=" <color name="red_500">#F44336</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="27"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.red_600` appears to be unused"
|
|
|
errorLine1=" <color name="red_600">#E53935</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="28"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.red_900` appears to be unused"
|
|
|
errorLine1=" <color name="red_900">#B71C1C</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="31"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.red_A100` appears to be unused"
|
|
|
errorLine1=" <color name="red_A100">#FF8A80</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="32"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.red_A200` appears to be unused"
|
|
|
errorLine1=" <color name="red_A200">#FF5252</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="33"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.red_A400` appears to be unused"
|
|
|
errorLine1=" <color name="red_A400">#FF1744</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="34"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.red_A700` appears to be unused"
|
|
|
errorLine1=" <color name="red_A700">#D50000</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="35"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.deep_purple_50` appears to be unused"
|
|
|
errorLine1=" <color name="deep_purple_50">#EDE7F6</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="37"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.deep_purple_100` appears to be unused"
|
|
|
errorLine1=" <color name="deep_purple_100">#D1C4E9</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="38"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.deep_purple_300` appears to be unused"
|
|
|
errorLine1=" <color name="deep_purple_300">#9575CD</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="40"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.deep_purple_400` appears to be unused"
|
|
|
errorLine1=" <color name="deep_purple_400">#7E57C2</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="41"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.deep_purple_500` appears to be unused"
|
|
|
errorLine1=" <color name="deep_purple_500">#673AB7</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="42"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.deep_purple_800` appears to be unused"
|
|
|
errorLine1=" <color name="deep_purple_800">#4527A0</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="45"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.deep_purple_900` appears to be unused"
|
|
|
errorLine1=" <color name="deep_purple_900">#311B92</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="46"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.deep_purple_A100` appears to be unused"
|
|
|
errorLine1=" <color name="deep_purple_A100">#B388FF</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="47"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.deep_purple_A200` appears to be unused"
|
|
|
errorLine1=" <color name="deep_purple_A200">#7C4DFF</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="48"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.deep_purple_A400` appears to be unused"
|
|
|
errorLine1=" <color name="deep_purple_A400">#651FFF</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="49"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.deep_purple_A700` appears to be unused"
|
|
|
errorLine1=" <color name="deep_purple_A700">#6200EA</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="50"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.light_blue_50` appears to be unused"
|
|
|
errorLine1=" <color name="light_blue_50">#E1F5FE</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="52"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.light_blue_100` appears to be unused"
|
|
|
errorLine1=" <color name="light_blue_100">#B3E5FC</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="53"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.light_blue_300` appears to be unused"
|
|
|
errorLine1=" <color name="light_blue_300">#4FC3F7</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="55"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.light_blue_400` appears to be unused"
|
|
|
errorLine1=" <color name="light_blue_400">#29B6F6</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="56"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.light_blue_500` appears to be unused"
|
|
|
errorLine1=" <color name="light_blue_500">#03A9F4</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="57"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.light_blue_800` appears to be unused"
|
|
|
errorLine1=" <color name="light_blue_800">#0277BD</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="60"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.light_blue_900` appears to be unused"
|
|
|
errorLine1=" <color name="light_blue_900">#01579B</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="61"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.light_blue_A100` appears to be unused"
|
|
|
errorLine1=" <color name="light_blue_A100">#80D8FF</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="62"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.light_blue_A200` appears to be unused"
|
|
|
errorLine1=" <color name="light_blue_A200">#40C4FF</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="63"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.light_blue_A400` appears to be unused"
|
|
|
errorLine1=" <color name="light_blue_A400">#00B0FF</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="64"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.light_blue_A700` appears to be unused"
|
|
|
errorLine1=" <color name="light_blue_A700">#0091EA</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="65"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.green_50` appears to be unused"
|
|
|
errorLine1=" <color name="green_50">#E8F5E9</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="67"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.green_100` appears to be unused"
|
|
|
errorLine1=" <color name="green_100">#C8E6C9</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="68"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.green_200` appears to be unused"
|
|
|
errorLine1=" <color name="green_200">#A5D6A7</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="69"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.green_300` appears to be unused"
|
|
|
errorLine1=" <color name="green_300">#81C784</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="70"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.green_400` appears to be unused"
|
|
|
errorLine1=" <color name="green_400">#66BB6A</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="71"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.green_500` appears to be unused"
|
|
|
errorLine1=" <color name="green_500">#4CAF50</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="72"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.green_600` appears to be unused"
|
|
|
errorLine1=" <color name="green_600">#43A047</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="73"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.green_800` appears to be unused"
|
|
|
errorLine1=" <color name="green_800">#2E7D32</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="75"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.green_900` appears to be unused"
|
|
|
errorLine1=" <color name="green_900">#1B5E20</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="76"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.green_A100` appears to be unused"
|
|
|
errorLine1=" <color name="green_A100">#B9F6CA</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="77"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.green_A400` appears to be unused"
|
|
|
errorLine1=" <color name="green_A400">#00E676</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="79"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.green_A700` appears to be unused"
|
|
|
errorLine1=" <color name="green_A700">#00C853</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="80"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.yellow_50` appears to be unused"
|
|
|
errorLine1=" <color name="yellow_50">#FFFDE7</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="82"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.yellow_100` appears to be unused"
|
|
|
errorLine1=" <color name="yellow_100">#FFF9C4</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="83"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.yellow_300` appears to be unused"
|
|
|
errorLine1=" <color name="yellow_300">#FFF176</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="85"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.yellow_400` appears to be unused"
|
|
|
errorLine1=" <color name="yellow_400">#FFEE58</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="86"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.yellow_500` appears to be unused"
|
|
|
errorLine1=" <color name="yellow_500">#FFEB3B</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="87"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.yellow_600` appears to be unused"
|
|
|
errorLine1=" <color name="yellow_600">#FDD835</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="88"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.yellow_700` appears to be unused"
|
|
|
errorLine1=" <color name="yellow_700">#FBC02D</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="89"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.yellow_900` appears to be unused"
|
|
|
errorLine1=" <color name="yellow_900">#F57F17</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="91"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.yellow_A100` appears to be unused"
|
|
|
errorLine1=" <color name="yellow_A100">#FFFF8D</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="92"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.yellow_A200` appears to be unused"
|
|
|
errorLine1=" <color name="yellow_A200">#FFFF00</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="93"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.yellow_A400` appears to be unused"
|
|
|
errorLine1=" <color name="yellow_A400">#FFEA00</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="94"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.yellow_A700` appears to be unused"
|
|
|
errorLine1=" <color name="yellow_A700">#FFD600</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="95"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.deep_orange_50` appears to be unused"
|
|
|
errorLine1=" <color name="deep_orange_50">#FBE9E7</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="97"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.deep_orange_100` appears to be unused"
|
|
|
errorLine1=" <color name="deep_orange_100">#FFCCBC</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="98"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.deep_orange_300` appears to be unused"
|
|
|
errorLine1=" <color name="deep_orange_300">#FF8A65</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="100"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.deep_orange_400` appears to be unused"
|
|
|
errorLine1=" <color name="deep_orange_400">#FF7043</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="101"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.deep_orange_500` appears to be unused"
|
|
|
errorLine1=" <color name="deep_orange_500">#FF5722</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="102"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.deep_orange_600` appears to be unused"
|
|
|
errorLine1=" <color name="deep_orange_600">#F4511E</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="103"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.deep_orange_900` appears to be unused"
|
|
|
errorLine1=" <color name="deep_orange_900">#BF360C</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="106"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.deep_orange_A100` appears to be unused"
|
|
|
errorLine1=" <color name="deep_orange_A100">#FF9E80</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="107"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.deep_orange_A200` appears to be unused"
|
|
|
errorLine1=" <color name="deep_orange_A200">#FF6E40</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="108"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.deep_orange_A400` appears to be unused"
|
|
|
errorLine1=" <color name="deep_orange_A400">#FF3D00</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="109"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.deep_orange_A700` appears to be unused"
|
|
|
errorLine1=" <color name="deep_orange_A700">#DD2C00</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="110"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.blue_grey_50` appears to be unused"
|
|
|
errorLine1=" <color name="blue_grey_50">#ECEFF1</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="112"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.blue_grey_100` appears to be unused"
|
|
|
errorLine1=" <color name="blue_grey_100">#CFD8DC</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="113"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.blue_grey_200` appears to be unused"
|
|
|
errorLine1=" <color name="blue_grey_200">#B0BEC5</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="114"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.blue_grey_300` appears to be unused"
|
|
|
errorLine1=" <color name="blue_grey_300">#90A4AE</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="115"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.blue_grey_400` appears to be unused"
|
|
|
errorLine1=" <color name="blue_grey_400">#78909C</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="116"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.blue_grey_500` appears to be unused"
|
|
|
errorLine1=" <color name="blue_grey_500">#607D8B</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="117"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.blue_grey_600` appears to be unused"
|
|
|
errorLine1=" <color name="blue_grey_600">#546E7A</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="118"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.blue_grey_700` appears to be unused"
|
|
|
errorLine1=" <color name="blue_grey_700">#455A64</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="119"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.blue_grey_800` appears to be unused"
|
|
|
errorLine1=" <color name="blue_grey_800">#37474F</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="120"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.blue_grey_900` appears to be unused"
|
|
|
errorLine1=" <color name="blue_grey_900">#263238</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="121"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.pink_50` appears to be unused"
|
|
|
errorLine1=" <color name="pink_50">#FCE4EC</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="123"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.pink_100` appears to be unused"
|
|
|
errorLine1=" <color name="pink_100">#F8BBD0</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="124"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.pink_300` appears to be unused"
|
|
|
errorLine1=" <color name="pink_300">#F06292</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="126"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.pink_400` appears to be unused"
|
|
|
errorLine1=" <color name="pink_400">#EC407A</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="127"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.pink_500` appears to be unused"
|
|
|
errorLine1=" <color name="pink_500">#E91E63</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="128"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.pink_800` appears to be unused"
|
|
|
errorLine1=" <color name="pink_800">#AD1457</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="131"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.pink_900` appears to be unused"
|
|
|
errorLine1=" <color name="pink_900">#880E4F</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="132"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.pink_A100` appears to be unused"
|
|
|
errorLine1=" <color name="pink_A100">#FF80AB</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="133"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.pink_A200` appears to be unused"
|
|
|
errorLine1=" <color name="pink_A200">#FF4081</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="134"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.pink_A400` appears to be unused"
|
|
|
errorLine1=" <color name="pink_A400">#F50057</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="135"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.pink_A700` appears to be unused"
|
|
|
errorLine1=" <color name="pink_A700">#C51162</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="136"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.indigo_50` appears to be unused"
|
|
|
errorLine1=" <color name="indigo_50">#E8EAF6</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="138"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.indigo_100` appears to be unused"
|
|
|
errorLine1=" <color name="indigo_100">#C5CAE9</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="139"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.indigo_300` appears to be unused"
|
|
|
errorLine1=" <color name="indigo_300">#7986CB</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="141"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.indigo_400` appears to be unused"
|
|
|
errorLine1=" <color name="indigo_400">#5C6BC0</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="142"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.indigo_600` appears to be unused"
|
|
|
errorLine1=" <color name="indigo_600">#3949AB</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="144"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.indigo_900` appears to be unused"
|
|
|
errorLine1=" <color name="indigo_900">#1A237E</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="147"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.indigo_A100` appears to be unused"
|
|
|
errorLine1=" <color name="indigo_A100">#8C9EFF</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="148"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.indigo_A200` appears to be unused"
|
|
|
errorLine1=" <color name="indigo_A200">#536DFE</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="149"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.indigo_A400` appears to be unused"
|
|
|
errorLine1=" <color name="indigo_A400">#3D5AFE</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="150"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.indigo_A700` appears to be unused"
|
|
|
errorLine1=" <color name="indigo_A700">#304FFE</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="151"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.cyan_50` appears to be unused"
|
|
|
errorLine1=" <color name="cyan_50">#E0F7FA</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="153"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.cyan_100` appears to be unused"
|
|
|
errorLine1=" <color name="cyan_100">#B2EBF2</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="154"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.cyan_300` appears to be unused"
|
|
|
errorLine1=" <color name="cyan_300">#4DD0E1</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="156"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.cyan_400` appears to be unused"
|
|
|
errorLine1=" <color name="cyan_400">#26C6DA</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="157"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.cyan_500` appears to be unused"
|
|
|
errorLine1=" <color name="cyan_500">#00BCD4</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="158"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.cyan_800` appears to be unused"
|
|
|
errorLine1=" <color name="cyan_800">#00838F</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="161"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.cyan_900` appears to be unused"
|
|
|
errorLine1=" <color name="cyan_900">#006064</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="162"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.cyan_A100` appears to be unused"
|
|
|
errorLine1=" <color name="cyan_A100">#84FFFF</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="163"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.cyan_A200` appears to be unused"
|
|
|
errorLine1=" <color name="cyan_A200">#18FFFF</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="164"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.cyan_A400` appears to be unused"
|
|
|
errorLine1=" <color name="cyan_A400">#00E5FF</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="165"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.cyan_A700` appears to be unused"
|
|
|
errorLine1=" <color name="cyan_A700">#00B8D4</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="166"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.light_green_50` appears to be unused"
|
|
|
errorLine1=" <color name="light_green_50">#F1F8E9</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="168"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.light_green_100` appears to be unused"
|
|
|
errorLine1=" <color name="light_green_100">#DCEDC8</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="169"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.light_green_300` appears to be unused"
|
|
|
errorLine1=" <color name="light_green_300">#AED581</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="171"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.light_green_400` appears to be unused"
|
|
|
errorLine1=" <color name="light_green_400">#9CCC65</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="172"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.light_green_500` appears to be unused"
|
|
|
errorLine1=" <color name="light_green_500">#8BC34A</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="173"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.light_green_700` appears to be unused"
|
|
|
errorLine1=" <color name="light_green_700">#689F38</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="175"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.light_green_800` appears to be unused"
|
|
|
errorLine1=" <color name="light_green_800">#558B2F</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="176"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.light_green_900` appears to be unused"
|
|
|
errorLine1=" <color name="light_green_900">#33691E</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="177"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.light_green_A100` appears to be unused"
|
|
|
errorLine1=" <color name="light_green_A100">#CCFF90</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="178"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.light_green_A200` appears to be unused"
|
|
|
errorLine1=" <color name="light_green_A200">#B2FF59</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="179"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.light_green_A400` appears to be unused"
|
|
|
errorLine1=" <color name="light_green_A400">#76FF03</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="180"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.light_green_A700` appears to be unused"
|
|
|
errorLine1=" <color name="light_green_A700">#64DD17</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="181"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.amber_50` appears to be unused"
|
|
|
errorLine1=" <color name="amber_50">#FFF8E1</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="183"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.amber_200` appears to be unused"
|
|
|
errorLine1=" <color name="amber_200">#FFE082</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="185"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.amber_300` appears to be unused"
|
|
|
errorLine1=" <color name="amber_300">#FFD54F</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="186"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.amber_400` appears to be unused"
|
|
|
errorLine1=" <color name="amber_400">#FFCA28</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="187"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.amber_500` appears to be unused"
|
|
|
errorLine1=" <color name="amber_500">#FFC107</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="188"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.amber_600` appears to be unused"
|
|
|
errorLine1=" <color name="amber_600">#FFB300</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="189"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.amber_700` appears to be unused"
|
|
|
errorLine1=" <color name="amber_700">#FFA000</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="190"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.amber_900` appears to be unused"
|
|
|
errorLine1=" <color name="amber_900">#FF6F00</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="192"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.amber_A100` appears to be unused"
|
|
|
errorLine1=" <color name="amber_A100">#FFE57F</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="193"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.amber_A200` appears to be unused"
|
|
|
errorLine1=" <color name="amber_A200">#FFD740</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="194"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.amber_A400` appears to be unused"
|
|
|
errorLine1=" <color name="amber_A400">#FFC400</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="195"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.amber_A700` appears to be unused"
|
|
|
errorLine1=" <color name="amber_A700">#FFAB00</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="196"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.brown_50` appears to be unused"
|
|
|
errorLine1=" <color name="brown_50">#EFEBE9</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="198"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.brown_100` appears to be unused"
|
|
|
errorLine1=" <color name="brown_100">#D7CCC8</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="199"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.brown_300` appears to be unused"
|
|
|
errorLine1=" <color name="brown_300">#A1887F</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="201"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.brown_400` appears to be unused"
|
|
|
errorLine1=" <color name="brown_400">#8D6E63</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="202"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.brown_500` appears to be unused"
|
|
|
errorLine1=" <color name="brown_500">#795548</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="203"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.brown_600` appears to be unused"
|
|
|
errorLine1=" <color name="brown_600">#6D4C41</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="204"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.brown_900` appears to be unused"
|
|
|
errorLine1=" <color name="brown_900">#3E2723</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="207"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.purple_50` appears to be unused"
|
|
|
errorLine1=" <color name="purple_50">#F3E5F5</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="209"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.purple_100` appears to be unused"
|
|
|
errorLine1=" <color name="purple_100">#E1BEE7</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="210"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.purple_300` appears to be unused"
|
|
|
errorLine1=" <color name="purple_300">#BA68C8</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="212"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.purple_400` appears to be unused"
|
|
|
errorLine1=" <color name="purple_400">#AB47BC</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="213"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.purple_500` appears to be unused"
|
|
|
errorLine1=" <color name="purple_500">#9C27B0</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="214"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.purple_800` appears to be unused"
|
|
|
errorLine1=" <color name="purple_800">#6A1B9A</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="217"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.purple_900` appears to be unused"
|
|
|
errorLine1=" <color name="purple_900">#4A148C</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="218"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.purple_A100` appears to be unused"
|
|
|
errorLine1=" <color name="purple_A100">#EA80FC</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="219"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.purple_A200` appears to be unused"
|
|
|
errorLine1=" <color name="purple_A200">#E040FB</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="220"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.purple_A400` appears to be unused"
|
|
|
errorLine1=" <color name="purple_A400">#D500F9</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="221"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.purple_A700` appears to be unused"
|
|
|
errorLine1=" <color name="purple_A700">#AA00FF</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="222"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.blue_50` appears to be unused"
|
|
|
errorLine1=" <color name="blue_50">#E3F2FD</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="224"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.blue_100` appears to be unused"
|
|
|
errorLine1=" <color name="blue_100">#BBDEFB</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="225"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.blue_200` appears to be unused"
|
|
|
errorLine1=" <color name="blue_200">#90CAF9</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="226"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.blue_400` appears to be unused"
|
|
|
errorLine1=" <color name="blue_400">#42A5F5</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="228"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.blue_500` appears to be unused"
|
|
|
errorLine1=" <color name="blue_500">#2196F3</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="229"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.blue_600` appears to be unused"
|
|
|
errorLine1=" <color name="blue_600">#1E88E5</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="230"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.blue_900` appears to be unused"
|
|
|
errorLine1=" <color name="blue_900">#0D47A1</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="233"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.blue_A100` appears to be unused"
|
|
|
errorLine1=" <color name="blue_A100">#82B1FF</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="234"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.blue_A200` appears to be unused"
|
|
|
errorLine1=" <color name="blue_A200">#448AFF</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="235"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.blue_A400` appears to be unused"
|
|
|
errorLine1=" <color name="blue_A400">#2979FF</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="236"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.blue_A700` appears to be unused"
|
|
|
errorLine1=" <color name="blue_A700">#2962FF</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="237"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.teal_50` appears to be unused"
|
|
|
errorLine1=" <color name="teal_50">#E0F2F1</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="239"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.teal_100` appears to be unused"
|
|
|
errorLine1=" <color name="teal_100">#B2DFDB</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="240"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.teal_300` appears to be unused"
|
|
|
errorLine1=" <color name="teal_300">#4DB6AC</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="242"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.teal_400` appears to be unused"
|
|
|
errorLine1=" <color name="teal_400">#26A69A</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="243"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.teal_500` appears to be unused"
|
|
|
errorLine1=" <color name="teal_500">#009688</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="244"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.teal_800` appears to be unused"
|
|
|
errorLine1=" <color name="teal_800">#00695C</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="247"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.teal_900` appears to be unused"
|
|
|
errorLine1=" <color name="teal_900">#004D40</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="248"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.teal_A100` appears to be unused"
|
|
|
errorLine1=" <color name="teal_A100">#A7FFEB</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="249"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.teal_A200` appears to be unused"
|
|
|
errorLine1=" <color name="teal_A200">#64FFDA</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="250"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.teal_A400` appears to be unused"
|
|
|
errorLine1=" <color name="teal_A400">#1DE9B6</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="251"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.teal_A700` appears to be unused"
|
|
|
errorLine1=" <color name="teal_A700">#00BFA5</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="252"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.lime_50` appears to be unused"
|
|
|
errorLine1=" <color name="lime_50">#F9FBE7</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="254"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.lime_100` appears to be unused"
|
|
|
errorLine1=" <color name="lime_100">#F0F4C3</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="255"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.lime_300` appears to be unused"
|
|
|
errorLine1=" <color name="lime_300">#DCE775</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="257"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.lime_400` appears to be unused"
|
|
|
errorLine1=" <color name="lime_400">#D4E157</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="258"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.lime_500` appears to be unused"
|
|
|
errorLine1=" <color name="lime_500">#CDDC39</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="259"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.lime_600` appears to be unused"
|
|
|
errorLine1=" <color name="lime_600">#C0CA33</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="260"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.lime_900` appears to be unused"
|
|
|
errorLine1=" <color name="lime_900">#827717</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="263"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.lime_A100` appears to be unused"
|
|
|
errorLine1=" <color name="lime_A100">#F4FF81</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="264"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.lime_A200` appears to be unused"
|
|
|
errorLine1=" <color name="lime_A200">#EEFF41</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="265"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.lime_A400` appears to be unused"
|
|
|
errorLine1=" <color name="lime_A400">#C6FF00</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="266"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.lime_A700` appears to be unused"
|
|
|
errorLine1=" <color name="lime_A700">#AEEA00</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="267"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.orange_50` appears to be unused"
|
|
|
errorLine1=" <color name="orange_50">#FFF3E0</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="269"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.orange_100` appears to be unused"
|
|
|
errorLine1=" <color name="orange_100">#FFE0B2</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="270"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.orange_300` appears to be unused"
|
|
|
errorLine1=" <color name="orange_300">#FFB74D</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="272"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.orange_400` appears to be unused"
|
|
|
errorLine1=" <color name="orange_400">#FFA726</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="273"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.orange_500` appears to be unused"
|
|
|
errorLine1=" <color name="orange_500">#FF9800</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="274"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.orange_600` appears to be unused"
|
|
|
errorLine1=" <color name="orange_600">#FB8C00</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="275"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.orange_900` appears to be unused"
|
|
|
errorLine1=" <color name="orange_900">#E65100</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="278"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.orange_A100` appears to be unused"
|
|
|
errorLine1=" <color name="orange_A100">#FFD180</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="279"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.orange_A200` appears to be unused"
|
|
|
errorLine1=" <color name="orange_A200">#FFAB40</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="280"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.orange_A400` appears to be unused"
|
|
|
errorLine1=" <color name="orange_A400">#FF9100</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="281"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.orange_A700` appears to be unused"
|
|
|
errorLine1=" <color name="orange_A700">#FF6D00</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="282"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.grey_875` appears to be unused"
|
|
|
errorLine1=" <color name="grey_875">#282828</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="296"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.black_ae` appears to be unused"
|
|
|
errorLine1=" <color name="black_ae">#ef000000</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="303"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.black_ac` appears to be unused"
|
|
|
errorLine1=" <color name="black_ac">#cf000000</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="304"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.black_a8` appears to be unused"
|
|
|
errorLine1=" <color name="black_a8">#8f000000</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="306"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.black_a6` appears to be unused"
|
|
|
errorLine1=" <color name="black_a6">#6f000000</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="307"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.black_a4` appears to be unused"
|
|
|
errorLine1=" <color name="black_a4">#4f000000</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="308"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.black_a2` appears to be unused"
|
|
|
errorLine1=" <color name="black_a2">#2f000000</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="309"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.black_a0` appears to be unused"
|
|
|
errorLine1=" <color name="black_a0">#0f000000</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="310"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.white_ae` appears to be unused"
|
|
|
errorLine1=" <color name="white_ae">#efffffff</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="312"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.white_ac` appears to be unused"
|
|
|
errorLine1=" <color name="white_ac">#cfffffff</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="313"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.white_a8` appears to be unused"
|
|
|
errorLine1=" <color name="white_a8">#8fffffff</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="315"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.white_a6` appears to be unused"
|
|
|
errorLine1=" <color name="white_a6">#6fffffff</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="316"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.white_a4` appears to be unused"
|
|
|
errorLine1=" <color name="white_a4">#4fffffff</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="317"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.white_a2` appears to be unused"
|
|
|
errorLine1=" <color name="white_a2">#2fffffff</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/material_colors.xml"
|
|
|
line="318"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.layout.number_picker_dialog` appears to be unused"
|
|
|
errorLine1="<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2="^">
|
|
|
<location
|
|
|
file="src/main/res/layout/number_picker_dialog.xml"
|
|
|
line="21"
|
|
|
column="1"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.dimen.footer_height` appears to be unused"
|
|
|
errorLine1=" <dimen name="footer_height">48dip</dimen>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/pickers.xml"
|
|
|
line="65"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.dimen.minimum_margin_sides` appears to be unused"
|
|
|
errorLine1=" <dimen name="minimum_margin_sides">48dip</dimen>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/pickers.xml"
|
|
|
line="66"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.dimen.minimum_margin_top_bottom` appears to be unused"
|
|
|
errorLine1=" <dimen name="minimum_margin_top_bottom">24dip</dimen>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/pickers.xml"
|
|
|
line="67"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.dimen.date_picker_header_height` appears to be unused"
|
|
|
errorLine1=" <dimen name="date_picker_header_height">30dp</dimen>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/pickers.xml"
|
|
|
line="70"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.dimen.done_button_height` appears to be unused"
|
|
|
errorLine1=" <dimen name="done_button_height">42dp</dimen>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/pickers.xml"
|
|
|
line="73"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.dimen.date_picker_header_text_size` appears to be unused"
|
|
|
errorLine1=" <dimen name="date_picker_header_text_size">14dp</dimen>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/pickers.xml"
|
|
|
line="81"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.done_text_color_normal` appears to be unused"
|
|
|
errorLine1=" <color name="done_text_color_normal">#000000</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/pickers.xml"
|
|
|
line="109"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.done_text_color_disabled` appears to be unused"
|
|
|
errorLine1=" <color name="done_text_color_disabled">#cccccc</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/pickers.xml"
|
|
|
line="110"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.blue_focused` appears to be unused"
|
|
|
errorLine1=" <color name="blue_focused">#c1e8f7</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/pickers.xml"
|
|
|
line="115"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.neutral_pressed` appears to be unused"
|
|
|
errorLine1=" <color name="neutral_pressed">#33999999</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/pickers.xml"
|
|
|
line="116"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.calendar_header` appears to be unused"
|
|
|
errorLine1=" <color name="calendar_header">#999999</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/pickers.xml"
|
|
|
line="119"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.calendar_selected_date_text` appears to be unused"
|
|
|
errorLine1=" <color name="calendar_selected_date_text">#ffd1d2d4</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/pickers.xml"
|
|
|
line="121"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.done_text_color_dark` appears to be unused"
|
|
|
errorLine1=" <color name="done_text_color_dark">#888888</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/pickers.xml"
|
|
|
line="123"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.red` appears to be unused"
|
|
|
errorLine1=" <color name="red">#ff3333</color>"
|
|
|
errorLine2=" ~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/pickers.xml"
|
|
|
line="128"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.red_focused` appears to be unused"
|
|
|
errorLine1=" <color name="red_focused">#853333</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/pickers.xml"
|
|
|
line="129"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.light_gray` appears to be unused"
|
|
|
errorLine1=" <color name="light_gray">#404040</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/pickers.xml"
|
|
|
line="130"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.dark_gray` appears to be unused"
|
|
|
errorLine1=" <color name="dark_gray">#363636</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/pickers.xml"
|
|
|
line="131"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.color.line_dark` appears to be unused"
|
|
|
errorLine1=" <color name="line_dark">#808080</color>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/pickers.xml"
|
|
|
line="132"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.layout.preference_category_custom` appears to be unused"
|
|
|
errorLine1="<TextView xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2="^">
|
|
|
<location
|
|
|
file="src/main/res/layout/preference_category_custom.xml"
|
|
|
line="18"
|
|
|
column="1"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.string.habit_strength` appears to be unused"
|
|
|
errorLine1=" <string name="habit_strength">Habit strength</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/strings.xml"
|
|
|
line="53"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.string.long_press_to_toggle` appears to be unused"
|
|
|
errorLine1=" <string name="long_press_to_toggle">Press-and-hold to check or uncheck</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/strings.xml"
|
|
|
line="61"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.string.interval_always_ask` appears to be unused"
|
|
|
errorLine1=" <string name="interval_always_ask">Always ask</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/strings.xml"
|
|
|
line="80"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.string.every_x_weeks` appears to be unused"
|
|
|
errorLine1=" <string name="every_x_weeks">Every %d weeks</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/strings.xml"
|
|
|
line="158"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.string.led_notifications` appears to be unused"
|
|
|
errorLine1=" <string name="led_notifications">Notification light</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/strings.xml"
|
|
|
line="168"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.string.led_notifications_description` appears to be unused"
|
|
|
errorLine1=" <string name="led_notifications_description">Shows a blinking light for reminders. Only available in phones with LED notification lights.</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/strings.xml"
|
|
|
line="169"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.string.long_press_to_edit` appears to be unused"
|
|
|
errorLine1=" <string name="long_press_to_edit">Press-and-hold to change the value</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/strings.xml"
|
|
|
line="183"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.string.value` appears to be unused"
|
|
|
errorLine1=" <string name="value">Value</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/strings.xml"
|
|
|
line="184"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.style.Preference_Category_Material` appears to be unused"
|
|
|
errorLine1=" <style name="Preference.Category.Material">"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/styles.xml"
|
|
|
line="251"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.style.DialogWithTitle` appears to be unused"
|
|
|
errorLine1=" <style name="DialogWithTitle" parent="@style/Theme.AppCompat.Light.Dialog">"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/styles.xml"
|
|
|
line="255"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.style.DarkDialogWithTitle` appears to be unused"
|
|
|
errorLine1=" <style name="DarkDialogWithTitle""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/styles.xml"
|
|
|
line="259"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.style.DialogFormInnerBox` appears to be unused"
|
|
|
errorLine1=" <style name="DialogFormInnerBox">"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/styles.xml"
|
|
|
line="370"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.style.DialogFormLabel` appears to be unused"
|
|
|
errorLine1=" <style name="DialogFormLabel">"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/styles.xml"
|
|
|
line="379"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.style.Theme_Transparent` appears to be unused"
|
|
|
errorLine1=" <style name="Theme.Transparent" parent="android:Theme">"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/styles.xml"
|
|
|
line="417"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.style.dialogFormText` appears to be unused"
|
|
|
errorLine1=" <style name="dialogFormText">"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/styles_dialog.xml"
|
|
|
line="23"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.style.dialogFormLabel` appears to be unused"
|
|
|
errorLine1=" <style name="dialogFormLabel" parent="dialogFormText">"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/styles_dialog.xml"
|
|
|
line="30"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedResources"
|
|
|
message="The resource `R.style.dialogFormRow` appears to be unused"
|
|
|
errorLine1=" <style name="dialogFormRow">"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/styles_dialog.xml"
|
|
|
line="39"
|
|
|
column="12"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RedundantNamespace"
|
|
|
message="This namespace declaration is redundant"
|
|
|
errorLine1=" <StackView xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/checkmark_stackview_widget.xml"
|
|
|
line="24"
|
|
|
column="16"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RedundantNamespace"
|
|
|
message="This namespace declaration is redundant"
|
|
|
errorLine1=" <TextView xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/checkmark_stackview_widget.xml"
|
|
|
line="29"
|
|
|
column="15"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RedundantNamespace"
|
|
|
message="This namespace declaration is redundant"
|
|
|
errorLine1=" <StackView xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/frequency_stackview_widget.xml"
|
|
|
line="24"
|
|
|
column="16"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RedundantNamespace"
|
|
|
message="This namespace declaration is redundant"
|
|
|
errorLine1=" <TextView xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/frequency_stackview_widget.xml"
|
|
|
line="29"
|
|
|
column="15"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RedundantNamespace"
|
|
|
message="This namespace declaration is redundant"
|
|
|
errorLine1=" <StackView xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/history_stackview_widget.xml"
|
|
|
line="24"
|
|
|
column="16"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RedundantNamespace"
|
|
|
message="This namespace declaration is redundant"
|
|
|
errorLine1=" <TextView xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/history_stackview_widget.xml"
|
|
|
line="29"
|
|
|
column="15"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RedundantNamespace"
|
|
|
message="This namespace declaration is redundant"
|
|
|
errorLine1=" <StackView xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/score_stackview_widget.xml"
|
|
|
line="24"
|
|
|
column="16"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RedundantNamespace"
|
|
|
message="This namespace declaration is redundant"
|
|
|
errorLine1=" <TextView xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/score_stackview_widget.xml"
|
|
|
line="29"
|
|
|
column="15"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RedundantNamespace"
|
|
|
message="This namespace declaration is redundant"
|
|
|
errorLine1=" <StackView xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/streak_stackview_widget.xml"
|
|
|
line="24"
|
|
|
column="16"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RedundantNamespace"
|
|
|
message="This namespace declaration is redundant"
|
|
|
errorLine1=" <TextView xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/streak_stackview_widget.xml"
|
|
|
line="29"
|
|
|
column="15"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RedundantNamespace"
|
|
|
message="This namespace declaration is redundant"
|
|
|
errorLine1=" <StackView xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/target_stackview_widget.xml"
|
|
|
line="24"
|
|
|
column="16"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RedundantNamespace"
|
|
|
message="This namespace declaration is redundant"
|
|
|
errorLine1=" <TextView xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/target_stackview_widget.xml"
|
|
|
line="29"
|
|
|
column="15"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TooManyViews"
|
|
|
message="`about_translators.xml` has more than 80 views, bad for performance"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Adam Jurkiewicz" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="81"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedNamespace"
|
|
|
message="Unused namespace declaration xmlns:android; already declared on the root element"
|
|
|
errorLine1=" <StackView xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/checkmark_stackview_widget.xml"
|
|
|
line="24"
|
|
|
column="16"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedNamespace"
|
|
|
message="Unused namespace declaration xmlns:android; already declared on the root element"
|
|
|
errorLine1=" <TextView xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/checkmark_stackview_widget.xml"
|
|
|
line="29"
|
|
|
column="15"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedNamespace"
|
|
|
message="Unused namespace declaration xmlns:android; already declared on the root element"
|
|
|
errorLine1=" <StackView xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/frequency_stackview_widget.xml"
|
|
|
line="24"
|
|
|
column="16"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedNamespace"
|
|
|
message="Unused namespace declaration xmlns:android; already declared on the root element"
|
|
|
errorLine1=" <TextView xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/frequency_stackview_widget.xml"
|
|
|
line="29"
|
|
|
column="15"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedNamespace"
|
|
|
message="Unused namespace declaration xmlns:android; already declared on the root element"
|
|
|
errorLine1=" <StackView xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/history_stackview_widget.xml"
|
|
|
line="24"
|
|
|
column="16"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedNamespace"
|
|
|
message="Unused namespace declaration xmlns:android; already declared on the root element"
|
|
|
errorLine1=" <TextView xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/history_stackview_widget.xml"
|
|
|
line="29"
|
|
|
column="15"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedNamespace"
|
|
|
message="Unused namespace declaration xmlns:android; already declared on the root element"
|
|
|
errorLine1=" <StackView xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/score_stackview_widget.xml"
|
|
|
line="24"
|
|
|
column="16"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedNamespace"
|
|
|
message="Unused namespace declaration xmlns:android; already declared on the root element"
|
|
|
errorLine1=" <TextView xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/score_stackview_widget.xml"
|
|
|
line="29"
|
|
|
column="15"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedNamespace"
|
|
|
message="Unused namespace declaration xmlns:android; already declared on the root element"
|
|
|
errorLine1=" <StackView xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/streak_stackview_widget.xml"
|
|
|
line="24"
|
|
|
column="16"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedNamespace"
|
|
|
message="Unused namespace declaration xmlns:android; already declared on the root element"
|
|
|
errorLine1=" <TextView xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/streak_stackview_widget.xml"
|
|
|
line="29"
|
|
|
column="15"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedNamespace"
|
|
|
message="Unused namespace declaration xmlns:android; already declared on the root element"
|
|
|
errorLine1=" <StackView xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/target_stackview_widget.xml"
|
|
|
line="24"
|
|
|
column="16"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="UnusedNamespace"
|
|
|
message="Unused namespace declaration xmlns:android; already declared on the root element"
|
|
|
errorLine1=" <TextView xmlns:android="http://schemas.android.com/apk/res/android""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/target_stackview_widget.xml"
|
|
|
line="29"
|
|
|
column="15"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">Egendefinert...</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-no-rNO/strings.xml"
|
|
|
line="58"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">Personalizar...</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-pt-rPT/strings.xml"
|
|
|
line="59"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">Diferit...</string>"
|
|
|
errorLine2=" ~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-ro-rRO/strings.xml"
|
|
|
line="59"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">مخصص... </string>"
|
|
|
errorLine2=" ~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-ar-rSA/strings.xml"
|
|
|
line="60"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">Vlastní...</string>"
|
|
|
errorLine2=" ~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-cs-rCZ/strings.xml"
|
|
|
line="60"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">Vlastné ...</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-sk-rSK/strings.xml"
|
|
|
line="66"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">Personalitza...</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-ca-rES/strings.xml"
|
|
|
line="68"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">Pertsonalizatua...</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-eu-rES/strings.xml"
|
|
|
line="72"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">Kustom...</string>"
|
|
|
errorLine2=" ~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-in-rID/strings.xml"
|
|
|
line="72"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">カスタム...</string>"
|
|
|
errorLine2=" ~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-ja-rJP/strings.xml"
|
|
|
line="72"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">Aangepast...</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-nl-rNL/strings.xml"
|
|
|
line="72"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">Tùy chỉnh...</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-vi-rVN/strings.xml"
|
|
|
line="72"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">Персонализирано...</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-bg-rBG/strings.xml"
|
|
|
line="76"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">Brugerdefineret...</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-da-rDK/strings.xml"
|
|
|
line="76"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">Benutzerdefiniert...</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-de-rDE/strings.xml"
|
|
|
line="76"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">Personalizar...</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-es-rES/strings.xml"
|
|
|
line="76"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">Personnaliser...</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-fr-rFR/strings.xml"
|
|
|
line="76"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">Egyedi...</string>"
|
|
|
errorLine2=" ~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-hu-rHU/strings.xml"
|
|
|
line="76"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">Personalizza...</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-it-rIT/strings.xml"
|
|
|
line="76"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">Personalizar...</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-pt-rBR/strings.xml"
|
|
|
line="76"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">Anpassad...</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-sv-rSE/strings.xml"
|
|
|
line="76"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">Özel...</string>"
|
|
|
errorLine2=" ~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-tr-rTR/strings.xml"
|
|
|
line="76"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">Prilagođeno...</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-sr-rCS/strings.xml"
|
|
|
line="80"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">Прилагођено...</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-sr-rSP/strings.xml"
|
|
|
line="80"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">Custom...</string>"
|
|
|
errorLine2=" ~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values/strings.xml"
|
|
|
line="81"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">התאמה אישית...</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-iw-rIL/strings.xml"
|
|
|
line="84"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">Własne ustawienia...</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-pl-rPL/strings.xml"
|
|
|
line="84"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">Настроить...</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-ru-rRU/strings.xml"
|
|
|
line="84"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="interval_custom">Налаштувати...</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-uk-rUA/strings.xml"
|
|
|
line="84"
|
|
|
column="36"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TypographyEllipsis"
|
|
|
message="Replace "..." with ellipsis character (…, &#8230;) ?"
|
|
|
errorLine1=" <string name="view_all_contributors">Преглед на всички сътрудници...</string>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/values-bg-rBG/strings.xml"
|
|
|
line="184"
|
|
|
column="42"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="IconDipSize"
|
|
|
message="The image `ic_launcher_monochrome.png` varies significantly in its density-independent (dip) size across the various density versions: mipmap-hdpi/ic_launcher_monochrome.png: 108x108 dp (162x162 px), mipmap-mdpi/ic_launcher_monochrome.png: 162x162 dp (162x162 px), mipmap-xhdpi/ic_launcher_monochrome.png: 108x108 dp (216x216 px), mipmap-xxhdpi/ic_launcher_monochrome.png: 108x108 dp (324x324 px), mipmap-xxxhdpi/ic_launcher_monochrome.png: 108x108 dp (432x432 px)">
|
|
|
<location
|
|
|
file="src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.png"/>
|
|
|
<location
|
|
|
file="src/main/res/mipmap-xhdpi/ic_launcher_monochrome.png"/>
|
|
|
<location
|
|
|
file="src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.png"/>
|
|
|
<location
|
|
|
file="src/main/res/mipmap-hdpi/ic_launcher_monochrome.png"/>
|
|
|
<location
|
|
|
file="src/main/res/mipmap-mdpi/ic_launcher_monochrome.png"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="IconDuplicatesConfig"
|
|
|
message="The `ic_launcher_monochrome.png` icon has identical contents in the following configuration folders: mipmap-hdpi, mipmap-mdpi">
|
|
|
<location
|
|
|
file="src/main/res/mipmap-mdpi/ic_launcher_monochrome.png"/>
|
|
|
<location
|
|
|
file="src/main/res/mipmap-hdpi/ic_launcher_monochrome.png"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="IconLocation"
|
|
|
message="Found bitmap drawable `res/drawable/intro_icon_1.png` in densityless folder">
|
|
|
<location
|
|
|
file="src/main/res/drawable/intro_icon_1.png"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="IconLocation"
|
|
|
message="Found bitmap drawable `res/drawable/intro_icon_2.png` in densityless folder">
|
|
|
<location
|
|
|
file="src/main/res/drawable/intro_icon_2.png"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="IconLocation"
|
|
|
message="Found bitmap drawable `res/drawable/intro_icon_4.png` in densityless folder">
|
|
|
<location
|
|
|
file="src/main/res/drawable/intro_icon_4.png"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="IconLocation"
|
|
|
message="Found bitmap drawable `res/drawable/stripe.png` in densityless folder">
|
|
|
<location
|
|
|
file="src/main/res/drawable/stripe.png"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="TextFields"
|
|
|
message="This text field does not specify an `inputType`"
|
|
|
errorLine1=" <EditText"
|
|
|
errorLine2=" ~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/activity_edit_habit.xml"
|
|
|
line="162"
|
|
|
column="22"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="AlwaysShowAction"
|
|
|
message="Prefer "`ifRoom`" instead of "`always`""
|
|
|
errorLine1=" app:showAsAction="always"/>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/menu/list_habits.xml"
|
|
|
line="30"
|
|
|
column="9"/>
|
|
|
<location
|
|
|
file="src/main/res/menu/list_habits.xml"
|
|
|
line="37"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="Autofill"
|
|
|
message="Missing `autofillHints` attribute"
|
|
|
errorLine1=" <EditText"
|
|
|
errorLine2=" ~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/activity_edit_habit.xml"
|
|
|
line="91"
|
|
|
column="26"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="Autofill"
|
|
|
message="Missing `autofillHints` attribute"
|
|
|
errorLine1=" <EditText"
|
|
|
errorLine2=" ~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/activity_edit_habit.xml"
|
|
|
line="130"
|
|
|
column="22"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="Autofill"
|
|
|
message="Missing `autofillHints` attribute"
|
|
|
errorLine1=" <EditText"
|
|
|
errorLine2=" ~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/activity_edit_habit.xml"
|
|
|
line="162"
|
|
|
column="22"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="Autofill"
|
|
|
message="Missing `autofillHints` attribute"
|
|
|
errorLine1=" <EditText"
|
|
|
errorLine2=" ~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/activity_edit_habit.xml"
|
|
|
line="185"
|
|
|
column="26"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="Autofill"
|
|
|
message="Missing `autofillHints` attribute"
|
|
|
errorLine1=" <EditText"
|
|
|
errorLine2=" ~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/activity_edit_habit.xml"
|
|
|
line="258"
|
|
|
column="22"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="Autofill"
|
|
|
message="Missing `autofillHints` attribute"
|
|
|
errorLine1=" <EditText"
|
|
|
errorLine2=" ~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/frequency_picker_dialog.xml"
|
|
|
line="58"
|
|
|
column="10"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="Autofill"
|
|
|
message="Missing `autofillHints` attribute"
|
|
|
errorLine1=" <EditText"
|
|
|
errorLine2=" ~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/frequency_picker_dialog.xml"
|
|
|
line="83"
|
|
|
column="10"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="Autofill"
|
|
|
message="Missing `autofillHints` attribute"
|
|
|
errorLine1=" <EditText"
|
|
|
errorLine2=" ~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/frequency_picker_dialog.xml"
|
|
|
line="109"
|
|
|
column="10"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="Autofill"
|
|
|
message="Missing `autofillHints` attribute"
|
|
|
errorLine1=" <EditText"
|
|
|
errorLine2=" ~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/frequency_picker_dialog.xml"
|
|
|
line="134"
|
|
|
column="10"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="Autofill"
|
|
|
message="Missing `autofillHints` attribute"
|
|
|
errorLine1=" <EditText"
|
|
|
errorLine2=" ~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/frequency_picker_dialog.xml"
|
|
|
line="147"
|
|
|
column="10"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="Autofill"
|
|
|
message="Missing `autofillHints` attribute"
|
|
|
errorLine1=" <EditText"
|
|
|
errorLine2=" ~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/number_picker_dialog.xml"
|
|
|
line="103"
|
|
|
column="18"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ViewConstructor"
|
|
|
message="Custom view `CheckmarkButtonView` is missing constructor used by tools: `(Context)` or `(Context,AttributeSet)` or `(Context,AttributeSet,int)`"
|
|
|
errorLine1="class CheckmarkButtonView("
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/activities/habits/list/views/CheckmarkButtonView.kt"
|
|
|
line="55"
|
|
|
column="7"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ViewConstructor"
|
|
|
message="Custom view `CheckmarkPanelView` is missing constructor used by tools: `(Context)` or `(Context,AttributeSet)` or `(Context,AttributeSet,int)`"
|
|
|
errorLine1="class CheckmarkPanelView("
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/activities/habits/list/views/CheckmarkPanelView.kt"
|
|
|
line="39"
|
|
|
column="7"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ViewConstructor"
|
|
|
message="Custom view `ColorPickerSwatch` is missing constructor used by tools: `(Context)` or `(Context,AttributeSet)` or `(Context,AttributeSet,int)`"
|
|
|
errorLine1="public class ColorPickerSwatch extends FrameLayout implements View.OnClickListener {"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/com/android/colorpicker/ColorPickerSwatch.java"
|
|
|
line="31"
|
|
|
column="14"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ViewConstructor"
|
|
|
message="Custom view `GraphWidgetView` is missing constructor used by tools: `(Context)` or `(Context,AttributeSet)` or `(Context,AttributeSet,int)`"
|
|
|
errorLine1="class GraphWidgetView(context: Context?, val dataView: View) : HabitWidgetView(context) {"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/widgets/views/GraphWidgetView.kt"
|
|
|
line="27"
|
|
|
column="7"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ViewConstructor"
|
|
|
message="Custom view `HabitCardListView` is missing constructor used by tools: `(Context)` or `(Context,AttributeSet)` or `(Context,AttributeSet,int)`"
|
|
|
errorLine1="class HabitCardListView("
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/activities/habits/list/views/HabitCardListView.kt"
|
|
|
line="52"
|
|
|
column="7"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ViewConstructor"
|
|
|
message="Custom view `HabitCardView` is missing constructor used by tools: `(Context)` or `(Context,AttributeSet)` or `(Context,AttributeSet,int)`"
|
|
|
errorLine1="class HabitCardView("
|
|
|
errorLine2=" ~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/activities/habits/list/views/HabitCardView.kt"
|
|
|
line="61"
|
|
|
column="7"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ViewConstructor"
|
|
|
message="Custom view `HeaderView` is missing constructor used by tools: `(Context)` or `(Context,AttributeSet)` or `(Context,AttributeSet,int)`"
|
|
|
errorLine1="class HeaderView("
|
|
|
errorLine2=" ~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/activities/habits/list/views/HeaderView.kt"
|
|
|
line="42"
|
|
|
column="7"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ViewConstructor"
|
|
|
message="Custom view `HintView` is missing constructor used by tools: `(Context)` or `(Context,AttributeSet)` or `(Context,AttributeSet,int)`"
|
|
|
errorLine1="class HintView("
|
|
|
errorLine2=" ~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/activities/habits/list/views/HintView.kt"
|
|
|
line="34"
|
|
|
column="7"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ViewConstructor"
|
|
|
message="Custom view `ListHabitsRootView` is missing constructor used by tools: `(Context)` or `(Context,AttributeSet)` or `(Context,AttributeSet,int)`"
|
|
|
errorLine1="class ListHabitsRootView @Inject constructor("
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/activities/habits/list/ListHabitsRootView.kt"
|
|
|
line="60"
|
|
|
column="7"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ViewConstructor"
|
|
|
message="Custom view `NumberButtonView` is missing constructor used by tools: `(Context)` or `(Context,AttributeSet)` or `(Context,AttributeSet,int)`"
|
|
|
errorLine1="class NumberButtonView("
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/activities/habits/list/views/NumberButtonView.kt"
|
|
|
line="69"
|
|
|
column="7"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ViewConstructor"
|
|
|
message="Custom view `NumberPanelView` is missing constructor used by tools: `(Context)` or `(Context,AttributeSet)` or `(Context,AttributeSet,int)`"
|
|
|
errorLine1="class NumberPanelView("
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/activities/habits/list/views/NumberPanelView.kt"
|
|
|
line="39"
|
|
|
column="7"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ViewConstructor"
|
|
|
message="Custom view `TaskProgressBar` is missing constructor used by tools: `(Context)` or `(Context,AttributeSet)` or `(Context,AttributeSet,int)`"
|
|
|
errorLine1="class TaskProgressBar("
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/activities/common/views/TaskProgressBar.kt"
|
|
|
line="28"
|
|
|
column="7"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ViewConstructor"
|
|
|
message="Custom view `YearPickerView` is missing constructor used by tools: `(Context)` or `(Context,AttributeSet)` or `(Context,AttributeSet,int)`"
|
|
|
errorLine1="public class YearPickerView extends ListView implements OnItemClickListener, OnDateChangedListener {"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/com/android/datetimepicker/date/YearPickerView.java"
|
|
|
line="41"
|
|
|
column="14"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="GetContentDescriptionOverride"
|
|
|
message="Overriding `getContentDescription()` on a View is not recommended"
|
|
|
errorLine1=" public CharSequence getContentDescription() {"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/com/android/datetimepicker/date/TextViewWithCircularIndicator.java"
|
|
|
line="80"
|
|
|
column="25"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ClickableViewAccessibility"
|
|
|
message="Custom view `AndroidDataView` overrides `onTouchEvent` but not `performClick`"
|
|
|
errorLine1=" override fun onTouchEvent(event: MotionEvent) = detector.onTouchEvent(event)"
|
|
|
errorLine2=" ~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/platform/gui/AndroidDataView.kt"
|
|
|
line="47"
|
|
|
column="18"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ClickableViewAccessibility"
|
|
|
message="Custom view ``HabitCardView`` has `setOnTouchListener` called on it but does not override `performClick`"
|
|
|
errorLine1=" cardView.setOnTouchListener { _, ev ->"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/activities/habits/list/views/HabitCardListView.kt"
|
|
|
line="105"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ClickableViewAccessibility"
|
|
|
message="`onTouch` lambda should call `View#performClick` when a click is detected"
|
|
|
errorLine1=" cardView.setOnTouchListener { _, ev ->"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/activities/habits/list/views/HabitCardListView.kt"
|
|
|
line="105"
|
|
|
column="37"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ClickableViewAccessibility"
|
|
|
message="`onTouch` lambda should call `View#performClick` when a click is detected"
|
|
|
errorLine1=" setOnTouchListener { v, event ->"
|
|
|
errorLine2=" ^">
|
|
|
<location
|
|
|
file="src/main/java/org/isoron/uhabits/activities/habits/list/views/HabitCardView.kt"
|
|
|
line="195"
|
|
|
column="32"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ContentDescription"
|
|
|
message="Missing `contentDescription` attribute on image"
|
|
|
errorLine1=" <ImageView"
|
|
|
errorLine2=" ~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about.xml"
|
|
|
line="46"
|
|
|
column="18"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ContentDescription"
|
|
|
message="Missing `contentDescription` attribute on image"
|
|
|
errorLine1=" <ImageView"
|
|
|
errorLine2=" ~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/color_picker_swatch.xml"
|
|
|
line="17"
|
|
|
column="6"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ContentDescription"
|
|
|
message="Missing `contentDescription` attribute on image"
|
|
|
errorLine1=" <ImageView"
|
|
|
errorLine2=" ~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/color_picker_swatch.xml"
|
|
|
line="21"
|
|
|
column="6"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="ContentDescription"
|
|
|
message="Missing `contentDescription` attribute on image"
|
|
|
errorLine1=" <ImageView"
|
|
|
errorLine2=" ~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/widget_wrapper.xml"
|
|
|
line="28"
|
|
|
column="6"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="LabelFor"
|
|
|
message="Missing accessibility label: provide either a view with an `android:labelFor` that references this view or provide an `android:hint`"
|
|
|
errorLine1=" <EditText"
|
|
|
errorLine2=" ~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/frequency_picker_dialog.xml"
|
|
|
line="58"
|
|
|
column="10"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="LabelFor"
|
|
|
message="Missing accessibility label: provide either a view with an `android:labelFor` that references this view or provide an `android:hint`"
|
|
|
errorLine1=" <EditText"
|
|
|
errorLine2=" ~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/frequency_picker_dialog.xml"
|
|
|
line="83"
|
|
|
column="10"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="LabelFor"
|
|
|
message="Missing accessibility label: provide either a view with an `android:labelFor` that references this view or provide an `android:hint`"
|
|
|
errorLine1=" <EditText"
|
|
|
errorLine2=" ~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/frequency_picker_dialog.xml"
|
|
|
line="109"
|
|
|
column="10"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="LabelFor"
|
|
|
message="Missing accessibility label: provide either a view with an `android:labelFor` that references this view or provide an `android:hint`"
|
|
|
errorLine1=" <EditText"
|
|
|
errorLine2=" ~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/frequency_picker_dialog.xml"
|
|
|
line="134"
|
|
|
column="10"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="LabelFor"
|
|
|
message="Missing accessibility label: provide either a view with an `android:labelFor` that references this view or provide an `android:hint`"
|
|
|
errorLine1=" <EditText"
|
|
|
errorLine2=" ~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/frequency_picker_dialog.xml"
|
|
|
line="147"
|
|
|
column="10"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Álinson S. Xavier (@iSoron)", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Álinson S. Xavier (@iSoron)"/>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about.xml"
|
|
|
line="123"
|
|
|
column="53"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Quentin Hibon (@hiqua)", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Quentin Hibon (@hiqua)"/>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about.xml"
|
|
|
line="124"
|
|
|
column="53"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Oleg Ivashchenko (@olegivo)", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Oleg Ivashchenko (@olegivo)"/>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about.xml"
|
|
|
line="125"
|
|
|
column="53"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Kristian Tashkov (@KristianTashkov)", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Kristian Tashkov (@KristianTashkov)"/>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about.xml"
|
|
|
line="126"
|
|
|
column="53"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Jakub Kalinowski (@kalina559)", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Jakub Kalinowski (@kalina559)"/>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about.xml"
|
|
|
line="127"
|
|
|
column="53"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Rechee Jozil (@recheej)", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Rechee Jozil (@recheej)"/>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about.xml"
|
|
|
line="128"
|
|
|
column="53"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Sebastian Gallese (@sgallese)", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Sebastian Gallese (@sgallese)"/>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about.xml"
|
|
|
line="129"
|
|
|
column="53"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Luboš Luňák (@llunak)", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Luboš Luňák (@llunak)"/>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about.xml"
|
|
|
line="130"
|
|
|
column="53"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Bindu (@vbh)", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Bindu (@vbh)"/>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about.xml"
|
|
|
line="131"
|
|
|
column="53"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Victor Yu (@vyu1)", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Victor Yu (@vyu1)"/>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about.xml"
|
|
|
line="132"
|
|
|
column="53"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Christoph Hennemann (@chennemann)", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Christoph Hennemann (@chennemann)"/>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about.xml"
|
|
|
line="133"
|
|
|
column="53"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Денис (@sciamano)", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Денис (@sciamano)"/>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about.xml"
|
|
|
line="134"
|
|
|
column="53"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Joseph Tran (@JotraN)", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Joseph Tran (@JotraN)"/>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about.xml"
|
|
|
line="135"
|
|
|
column="53"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Nikhil (@regularcoder)", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Nikhil (@regularcoder)"/>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about.xml"
|
|
|
line="136"
|
|
|
column="53"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "JanetQC", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="JanetQC"/>"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about.xml"
|
|
|
line="137"
|
|
|
column="53"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Bahasa Indonesia", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Bahasa Indonesia" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="4"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Angga Rifandi", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Angga Rifandi" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="5"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Dika Fitrian Dwi Putra", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Dika Fitrian Dwi Putra" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="6"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Heru Yen", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Heru Yen" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="7"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Intan Ayunda", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Intan Ayunda" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="8"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Neysa Nasywa", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Neysa Nasywa" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="9"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "azzamsa", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="azzamsa" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="10"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "raden20", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="raden20" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="11"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Català", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Català" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="12"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "David Nos", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="David Nos" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="13"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "carllacan", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="carllacan" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="14"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Cрпски", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Cрпски" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="15"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Rancher", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Rancher" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="16"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Dansk", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Dansk" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="17"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Aputsiak Niels Janussen", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Aputsiak Niels Janussen" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="18"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Sølv Ræven", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Sølv Ræven" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="19"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Yussuf", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Yussuf" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="20"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "fbruna17", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="fbruna17" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="21"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Deutsch", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Deutsch" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="22"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Can Altas", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Can Altas" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="23"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Laura Sophie", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Laura Sophie" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="24"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Marius Teufelweich", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Marius Teufelweich" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="25"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Matthias Meisser", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Matthias Meisser" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="26"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Michael", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Michael" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="27"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "cobalt59", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="cobalt59" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="28"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "fabian.bouchal", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="fabian.bouchal" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="29"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "sojusnik", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="sojusnik" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="30"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "tat bz", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="tat bz" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="31"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Español", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Español" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="32"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Ander Raso Vazquez", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Ander Raso Vazquez" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="33"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Eilif Adelvice", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Eilif Adelvice" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="34"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Iabin Arteaga", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Iabin Arteaga" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="35"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Sebastian05067", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Sebastian05067" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="36"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "luiandresgonzalez", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="luiandresgonzalez" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="37"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "oscfd", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="oscfd" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="38"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Esperanto", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Esperanto" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="39"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "4001982248998", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="4001982248998" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="40"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "marco.baturan", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="marco.baturan" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="41"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Euskara", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Euskara" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="42"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Beriain", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Beriain" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="43"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Osoitz", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Osoitz" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="44"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "beriain", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="beriain" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="45"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Français", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Français" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="46"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "François Mahé", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="François Mahé" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="47"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Mathis Chenuet", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Mathis Chenuet" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="48"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Michael Faille", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Michael Faille" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="49"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Pierre GALIEGUE", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Pierre GALIEGUE" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="50"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Samuel Guay", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Samuel Guay" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="51"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Thibaut Girka", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Thibaut Girka" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="52"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Tiralka", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Tiralka" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="53"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "_translator", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="_translator" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="54"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "roptat", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="roptat" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="55"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Fārsi", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Fārsi" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="56"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Behnood HRazy", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Behnood HRazy" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="57"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Eman", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Eman" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="58"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Saeed Esmaili", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Saeed Esmaili" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="59"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Hindi", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Hindi" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="60"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Ravi Rami", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Ravi Rami" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="61"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Vijaykumar Borkar", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Vijaykumar Borkar" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="62"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Hrvatski", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Hrvatski" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="63"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Ivan Krušlin", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Ivan Krušlin" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="64"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Italiano", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Italiano" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="65"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Marco Cavazza", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Marco Cavazza" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="66"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "androide74", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="androide74" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="67"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Magyar", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Magyar" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="68"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Balázs Keresztury", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Balázs Keresztury" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="69"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Isti", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Isti" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="70"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "gapszi", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="gapszi" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="71"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Nederlands", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Nederlands" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="72"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Blinkin", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Blinkin" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="73"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Bryanx", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Bryanx" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="74"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Jelle den Butter", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Jelle den Butter" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="75"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Mark Macaré", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Mark Macaré" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="76"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "chrrris1987", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="chrrris1987" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="77"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Norsk", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Norsk" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="78"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "nitovf9292", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="nitovf9292" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="79"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Polski", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Polski" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="80"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Adam Jurkiewicz", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Adam Jurkiewicz" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="81"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Arkadiusz Bubak", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Arkadiusz Bubak" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="82"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Jan Wojtecki", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Jan Wojtecki" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="83"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "plitwin", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="plitwin" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="84"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Português", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Português" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="85"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Alinson Xavier", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Alinson Xavier" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="86"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Bernardo Lopes", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Bernardo Lopes" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="87"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Gustavo Lima", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Gustavo Lima" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="88"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Martim Parente", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Martim Parente" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="89"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Sofia Neves", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Sofia Neves" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="90"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Thamara Andrade", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Thamara Andrade" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="91"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Română", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Română" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="92"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Andreea Muscalagiu", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Andreea Muscalagiu" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="93"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Andrei Pleș", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Andrei Pleș" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="94"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "StoP4Me", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="StoP4Me" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="95"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Slovak", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Slovak" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="96"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "dukelc", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="dukelc" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="97"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Slovenščina", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Slovenščina" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="98"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Dušan Strgar", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Dušan Strgar" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="99"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Suomen kieli", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Suomen kieli" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="100"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "2kaafone", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="2kaafone" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="101"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Antti Kallio", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Antti Kallio" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="102"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Elina Salminen", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Elina Salminen" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="103"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Sofia Veijonen", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Sofia Veijonen" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="104"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Svenska", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Svenska" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="105"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Alexander Jansson", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Alexander Jansson" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="106"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "David", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="David" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="107"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Robin", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Robin" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="108"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Telugu", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Telugu" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="109"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "easyrepro", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="easyrepro" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="110"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Tiếng Việt", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Tiếng Việt" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="111"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Anh Quân", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Anh Quân" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="112"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Huy Ngo", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Huy Ngo" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="113"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Lương Vĩnh Khang", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Lương Vĩnh Khang" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="114"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Trần Thái", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Trần Thái" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="115"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "bruhwut", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="bruhwut" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="116"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "pnhpnh", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="pnhpnh" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="117"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Türkçe", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Türkçe" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="118"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Alparslan Şakçi", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Alparslan Şakçi" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="119"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Caner Başaran", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Caner Başaran" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="120"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Evren", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Evren" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="121"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Ishmaeel", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Ishmaeel" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="122"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "hodanli", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="hodanli" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="123"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Čeština", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Čeština" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="124"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Tomáš Borovec", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Tomáš Borovec" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="125"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "andaryon", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="andaryon" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="126"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "boban77", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="boban77" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="127"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Ελληνικά", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Ελληνικά" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="128"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Andreas Michelakis", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Andreas Michelakis" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="129"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "DionysosDV", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="DionysosDV" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="130"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Български", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Български" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="131"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Mihail Stefanov", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Mihail Stefanov" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="132"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Русский", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Русский" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="133"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Andrew Firnes", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Andrew Firnes" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="134"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Diana Karaseva", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Diana Karaseva" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="135"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Dmitriy Bogdanov", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Dmitriy Bogdanov" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="136"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Tanya", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Tanya" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="137"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "engineeringforgood", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="engineeringforgood" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="138"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Українська", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="Українська" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="139"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Andrij Mizyk", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Andrij Mizyk" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="140"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Oglaigh Rystard", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Oglaigh Rystard" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="141"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Prosta4ok_ua", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Prosta4ok_ua" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="142"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Rystard", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Rystard" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="143"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Yurii Stavytskyi", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Yurii Stavytskyi" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="144"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "taras-ko", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="taras-ko" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="145"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "српски", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="српски" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="146"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "OP Smosher", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="OP Smosher" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="147"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Slobodan Simić", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Slobodan Simić" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="148"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Đorđe Vasiljević", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Đorđe Vasiljević" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="149"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "עברית", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="עברית" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="150"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Ohad Edri", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Ohad Edri" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="151"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Omer I.S.", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Omer I.S." />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="152"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Omry Cohen", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Omry Cohen" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="153"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Yoav Argov", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Yoav Argov" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="154"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "العَرَبِية", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="العَرَبِية" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="155"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Al Alloush", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Al Alloush" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="156"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Boula", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Boula" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="157"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Israa Z", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Israa Z" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="158"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Mahdi Nasiri", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Mahdi Nasiri" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="159"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Michael Malak", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Michael Malak" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="160"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Saeed Esmaili", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Saeed Esmaili" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="161"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Sief Tarek", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Sief Tarek" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="162"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "alalloush", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="alalloush" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="163"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "mohmans", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="mohmans" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="164"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "reyhoon", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="reyhoon" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="165"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "فارسی", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="فارسی" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="166"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Mahdi Nasiri", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Mahdi Nasiri" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="167"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "हिन्दी", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="हिन्दी" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="168"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Aman Satnami", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Aman Satnami" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="169"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Niraj Yadav", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Niraj Yadav" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="170"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "தமிழ்", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="தமிழ்" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="171"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Anshoe", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Anshoe" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="172"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Magimai Prakasam", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Magimai Prakasam" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="173"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Mohammed Imthath", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Mohammed Imthath" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="174"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "magimai", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="magimai" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="175"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "中文", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="中文" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="176"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Bowie Chen", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Bowie Chen" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="177"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "JY3", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="JY3" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="178"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Jo Chuang", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Jo Chuang" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="179"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "JoeLi", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="JoeLi" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="180"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "KMakoto", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="KMakoto" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="181"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Lee", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Lee" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="182"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Limin Lu", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Limin Lu" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="183"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Liveeasy", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Liveeasy" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="184"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Ting-Hua", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Ting-Hua" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="185"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "XuToTo", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="XuToTo" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="186"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "hypnotichemionus", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="hypnotichemionus" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="187"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "yoding", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="yoding" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="188"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "黄克", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="黄克" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="189"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "日本語", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="日本語" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="190"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Naofumi F", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Naofumi F" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="191"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Tomairuka", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Tomairuka" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="192"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "ayane.m", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="ayane.m" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="193"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "長谷川知里", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="長谷川知里" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="194"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "한국어", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item.Language" android:text="한국어" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="195"
|
|
|
column="50"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Josh Graham", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Josh Graham" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="196"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Seoyul", should use `@string` resource"
|
|
|
errorLine1=" <TextView style="@style/About.Item" android:text="Seoyul" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/about_translators.xml"
|
|
|
line="197"
|
|
|
column="41"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "3", should use `@string` resource"
|
|
|
errorLine1=" android:text="3" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/frequency_picker_dialog.xml"
|
|
|
line="68"
|
|
|
column="17"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "3", should use `@string` resource"
|
|
|
errorLine1=" android:text="3" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/frequency_picker_dialog.xml"
|
|
|
line="93"
|
|
|
column="17"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "10", should use `@string` resource"
|
|
|
errorLine1=" android:text="10" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/frequency_picker_dialog.xml"
|
|
|
line="119"
|
|
|
column="17"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "3", should use `@string` resource"
|
|
|
errorLine1=" android:text="3" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/frequency_picker_dialog.xml"
|
|
|
line="144"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "14", should use `@string` resource"
|
|
|
errorLine1=" android:text="14" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/frequency_picker_dialog.xml"
|
|
|
line="157"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Randomize", should use `@string` resource"
|
|
|
errorLine1=" android:title="Randomize""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/menu/show_habit.xml"
|
|
|
line="42"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "8.5k", should use `@string` resource"
|
|
|
errorLine1=" android:text="8.5k""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/show_habit_subtitle.xml"
|
|
|
line="57"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "8:00 AM", should use `@string` resource"
|
|
|
errorLine1=" android:text="8:00 AM""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/show_habit_subtitle.xml"
|
|
|
line="96"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="HardcodedText"
|
|
|
message="Hardcoded string "Error drawing widget", should use `@string` resource"
|
|
|
errorLine1=" android:text="Error drawing widget""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/widget_error.xml"
|
|
|
line="38"
|
|
|
column="9"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RtlSymmetry"
|
|
|
message="When you define `paddingLeft` you should probably also define `paddingRight` for right-to-left symmetry"
|
|
|
errorLine1=" android:paddingLeft="?android:attr/listPreferredItemPaddingLeft""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/preference_category_custom.xml"
|
|
|
line="24"
|
|
|
column="11"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RtlSymmetry"
|
|
|
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
|
|
|
errorLine1=" android:paddingStart="?android:attr/listPreferredItemPaddingLeft""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/preference_category_custom.xml"
|
|
|
line="25"
|
|
|
column="11"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RtlHardcoded"
|
|
|
message="Redundant attribute `paddingLeft`; already defining `paddingStart` with `targetSdkVersion` 34"
|
|
|
errorLine1=" android:paddingLeft="?android:attr/listPreferredItemPaddingLeft""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/preference_category_custom.xml"
|
|
|
line="24"
|
|
|
column="11"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RtlHardcoded"
|
|
|
message="Redundant attribute `layout_alignParentRight`; already defining `layout_alignParentEnd` with `targetSdkVersion` 34"
|
|
|
errorLine1=" android:layout_alignParentRight="true""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/show_habit_bar.xml"
|
|
|
line="31"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RtlHardcoded"
|
|
|
message="Redundant attribute `layout_alignParentRight`; already defining `layout_alignParentEnd` with `targetSdkVersion` 34"
|
|
|
errorLine1=" android:layout_alignParentRight="true""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/show_habit_bar.xml"
|
|
|
line="41"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RtlHardcoded"
|
|
|
message="Redundant attribute `layout_alignParentLeft`; already defining `layout_alignParentStart` with `targetSdkVersion` 34"
|
|
|
errorLine1=" android:layout_alignParentLeft="true""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/show_habit_bar.xml"
|
|
|
line="50"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RtlHardcoded"
|
|
|
message="Redundant attribute `layout_alignParentRight`; already defining `layout_alignParentEnd` with `targetSdkVersion` 34"
|
|
|
errorLine1=" android:layout_alignParentRight="true""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/show_habit_score.xml"
|
|
|
line="31"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RtlHardcoded"
|
|
|
message="Redundant attribute `layout_alignParentLeft`; already defining `layout_alignParentStart` with `targetSdkVersion` 34"
|
|
|
errorLine1=" android:layout_alignParentLeft="true""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/show_habit_score.xml"
|
|
|
line="40"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RtlHardcoded"
|
|
|
message="Consider replacing `android:layout_toLeftOf` with `android:layout_toStartOf="@+id/separator"` to better support right-to-left layouts"
|
|
|
errorLine1=" android:layout_toLeftOf="@+id/separator""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/time_header_label.xml"
|
|
|
line="37"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RtlHardcoded"
|
|
|
message="Consider replacing `android:layout_alignRight` with `android:layout_alignEnd="@+id/hour_space"` to better support right-to-left layouts"
|
|
|
errorLine1=" android:layout_alignRight="@+id/hour_space""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/time_header_label.xml"
|
|
|
line="45"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RtlHardcoded"
|
|
|
message="Consider replacing `android:layout_alignLeft` with `android:layout_alignStart="@+id/hour_space"` to better support right-to-left layouts"
|
|
|
errorLine1=" android:layout_alignLeft="@+id/hour_space""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/time_header_label.xml"
|
|
|
line="46"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RtlHardcoded"
|
|
|
message="Consider replacing `android:layout_alignRight` with `android:layout_alignEnd="@+id/center_view"` to better support right-to-left layouts"
|
|
|
errorLine1=" android:layout_alignRight="@+id/center_view""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/time_header_label.xml"
|
|
|
line="68"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RtlHardcoded"
|
|
|
message="Consider replacing `android:layout_toRightOf` with `android:layout_toEndOf="@+id/separator"` to better support right-to-left layouts"
|
|
|
errorLine1=" android:layout_toRightOf="@+id/separator""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/time_header_label.xml"
|
|
|
line="78"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RtlHardcoded"
|
|
|
message="Consider replacing `android:layout_alignRight` with `android:layout_alignEnd="@+id/minutes_space"` to better support right-to-left layouts"
|
|
|
errorLine1=" android:layout_alignRight="@+id/minutes_space""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/time_header_label.xml"
|
|
|
line="86"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RtlHardcoded"
|
|
|
message="Consider replacing `android:layout_alignLeft` with `android:layout_alignStart="@+id/minutes_space"` to better support right-to-left layouts"
|
|
|
errorLine1=" android:layout_alignLeft="@+id/minutes_space""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/time_header_label.xml"
|
|
|
line="87"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RtlHardcoded"
|
|
|
message="Consider replacing `android:layout_alignLeft` with `android:layout_alignStart="@+id/ampm_label"` to better support right-to-left layouts"
|
|
|
errorLine1=" android:layout_alignLeft="@+id/ampm_label""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/time_header_label.xml"
|
|
|
line="106"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RtlHardcoded"
|
|
|
message="Consider replacing `android:layout_alignRight` with `android:layout_alignEnd="@+id/ampm_label"` to better support right-to-left layouts"
|
|
|
errorLine1=" android:layout_alignRight="@+id/ampm_label" />"
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/time_header_label.xml"
|
|
|
line="107"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="RtlHardcoded"
|
|
|
message="Consider replacing `android:layout_toRightOf` with `android:layout_toEndOf="@+id/minutes_space"` to better support right-to-left layouts"
|
|
|
errorLine1=" android:layout_toRightOf="@+id/minutes_space""
|
|
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
|
|
<location
|
|
|
file="src/main/res/layout/time_header_label.xml"
|
|
|
line="115"
|
|
|
column="13"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="IgnoreWithoutReason"
|
|
|
message="Test is ignored without giving any explanation"
|
|
|
errorLine1=" @Ignore"
|
|
|
errorLine2=" ~~~~~~~">
|
|
|
<location
|
|
|
file="src/androidTest/java/org/isoron/uhabits/performance/PerformanceTest.kt"
|
|
|
line="43"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
<issue
|
|
|
id="IgnoreWithoutReason"
|
|
|
message="Test is ignored without giving any explanation"
|
|
|
errorLine1=" @Ignore"
|
|
|
errorLine2=" ~~~~~~~">
|
|
|
<location
|
|
|
file="src/androidTest/java/org/isoron/uhabits/performance/PerformanceTest.kt"
|
|
|
line="56"
|
|
|
column="5"/>
|
|
|
</issue>
|
|
|
|
|
|
</issues>
|