From 8d0dea2b57c59875dcff9adbe26381f580399572 Mon Sep 17 00:00:00 2001 From: D4rK7355608 Date: Tue, 3 Sep 2024 00:01:50 +0300 Subject: [PATCH] Refactor: Modernize project and dependencies --- .github/ISSUE_TEMPLATE/bug_report.yml | 46 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.yml | 46 +++++++++++++++++++ .idea/appInsightsSettings.xml | 14 ++++++ .idea/kotlinc.xml | 2 +- CHANGELOG.md | 17 +++++++ app/build.gradle.kts | 9 ++-- .../{values-bg => values-bg-rBG}/strings.xml | 0 .../{values-de => values-de-rDE}/strings.xml | 0 .../{values-es => values-es-rGQ}/strings.xml | 0 .../{values-fr => values-fr-rFR}/strings.xml | 0 .../{values-hi => values-hi-rIN}/strings.xml | 0 .../{values-hu => values-hu-rHU}/strings.xml | 0 .../{values-in => values-in-rID}/strings.xml | 0 .../{values-it => values-it-rIT}/strings.xml | 0 .../{values-ja => values-ja-rJP}/strings.xml | 0 .../{values-pl => values-pl-rPL}/strings.xml | 0 .../{values-ro => values-ro-rRO}/strings.xml | 0 .../{values-ru => values-ru-rRU}/strings.xml | 0 .../{values-sv => values-sv-rSE}/strings.xml | 0 .../{values-tr => values-tr-rTR}/strings.xml | 0 .../{values-uk => values-uk-rUA}/strings.xml | 0 gradle/libs.versions.toml | 6 +-- gradle/wrapper/gradle-wrapper.properties | 4 +- 23 files changed, 132 insertions(+), 12 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml rename app/src/main/res/{values-bg => values-bg-rBG}/strings.xml (100%) rename app/src/main/res/{values-de => values-de-rDE}/strings.xml (100%) rename app/src/main/res/{values-es => values-es-rGQ}/strings.xml (100%) rename app/src/main/res/{values-fr => values-fr-rFR}/strings.xml (100%) rename app/src/main/res/{values-hi => values-hi-rIN}/strings.xml (100%) rename app/src/main/res/{values-hu => values-hu-rHU}/strings.xml (100%) rename app/src/main/res/{values-in => values-in-rID}/strings.xml (100%) rename app/src/main/res/{values-it => values-it-rIT}/strings.xml (100%) rename app/src/main/res/{values-ja => values-ja-rJP}/strings.xml (100%) rename app/src/main/res/{values-pl => values-pl-rPL}/strings.xml (100%) rename app/src/main/res/{values-ro => values-ro-rRO}/strings.xml (100%) rename app/src/main/res/{values-ru => values-ru-rRU}/strings.xml (100%) rename app/src/main/res/{values-sv => values-sv-rSE}/strings.xml (100%) rename app/src/main/res/{values-tr => values-tr-rTR}/strings.xml (100%) rename app/src/main/res/{values-uk => values-uk-rUA}/strings.xml (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..20da5f3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,46 @@ +name: Bug Report +description: File a bug report +title: "[Bug]: " +labels: [ "bug", "triage me" ] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: checkboxes + attributes: + label: Is there an existing issue for this? + description: Please search to see if an issue already exists for the bug you encountered. + options: + - label: I have searched the existing issues + required: true + - type: checkboxes + attributes: + label: Is there a StackOverflow question about this issue? + description: Please search StackOverflow if an issue with an answer already exists for the bug you encountered. + options: + - label: I have searched StackOverflow + required: false + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what you see! + value: "A bug happened!" + validations: + required: true + - type: textarea + id: logs + attributes: + label: Relevant logcat output + description: Please copy and paste any relevant logcat output. This will be automatically formatted into code, so no need for backticks. + render: shell + - type: checkboxes + id: terms + attributes: + label: Code of Conduct + description: By submitting this issue, you agree to follow our Code of Conduct + options: + - label: I agree to follow this project's Code of Conduct + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..8775570 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,46 @@ +name: Feature request +description: File a feature request +title: "[FR]: " +labels: [ "enhancement", "triage me" ] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: checkboxes + attributes: + label: Is there an existing issue for this? + description: Please search to see if an issue already exists for this feature request. + options: + - label: I have searched the existing issues + required: true + - type: textarea + id: describe-problem + attributes: + label: Describe the problem + description: Is your feature request related to a problem? Please describe. + placeholder: I'm always frustrated when... + validations: + required: true + - type: textarea + id: solution + attributes: + label: Describe the solution + description: Please describe the solution you'd like. A clear and concise description of what you want to happen. + validations: + required: true + - type: textarea + id: context + attributes: + label: Additional context + description: Add any other context or screenshots about the feature request here. + validations: + required: false + - type: checkboxes + id: terms + attributes: + label: Code of Conduct + description: By submitting this issue, you agree to follow our [Code of Conduct](CODE_OF_CONDUCT.md) + options: + - label: I agree to follow this project's Code of Conduct + required: true \ No newline at end of file diff --git a/.idea/appInsightsSettings.xml b/.idea/appInsightsSettings.xml index aa46aec..b3b6d73 100644 --- a/.idea/appInsightsSettings.xml +++ b/.idea/appInsightsSettings.xml @@ -3,6 +3,20 @@