From 6d9f1f5e0e880816b822898a75c12ef632a539af Mon Sep 17 00:00:00 2001 From: Maxime Tourneur Date: Sun, 19 Nov 2023 18:59:14 +0100 Subject: [PATCH 01/16] Added translation using Weblate (French) --- lib/l10n/arb/app_fr.arb | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/l10n/arb/app_fr.arb diff --git a/lib/l10n/arb/app_fr.arb b/lib/l10n/arb/app_fr.arb new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/lib/l10n/arb/app_fr.arb @@ -0,0 +1 @@ +{} From ec5d66882628347f610238272a41f01f725648fa Mon Sep 17 00:00:00 2001 From: Maxime Tourneur Date: Sun, 19 Nov 2023 18:02:50 +0000 Subject: [PATCH 02/16] Translated using Weblate (French) Currently translated at 63.6% (7 of 11 strings) Translation: Fucks Given/Fucks Given Translate-URL: https://hosted.weblate.org/projects/fucks-given/fucks-given/fr/ --- lib/l10n/arb/app_fr.arb | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/lib/l10n/arb/app_fr.arb b/lib/l10n/arb/app_fr.arb index 0967ef4..bd1f34c 100644 --- a/lib/l10n/arb/app_fr.arb +++ b/lib/l10n/arb/app_fr.arb @@ -1 +1,36 @@ -{} +{ + "backUp": "Sauvegarder", + "@backUp": {}, + "fucksGivenAppBarTitle": "Fucks Given", + "@fucksGivenAppBarTitle": { + "description": "Text shown in the AppBar of Fucks Given" + }, + "appearance": "Apparence", + "@appearance": { + "description": "Text shown in the General Section of the Settings Page" + }, + "light": "Lumière", + "@light": { + "description": "Text shown in the AppBar of the Counter Page" + }, + "data": "Données", + "@data": { + "description": "Subheading in the Settings Page" + }, + "stats": "Statistiques", + "@stats": { + "description": "Text shown in the AppBar of the Stats Page" + }, + "dark": "Sombre", + "@dark": { + "description": "Text shown in the appearance chooser" + }, + "general": "Général", + "@general": { + "description": "Subheading in the Settings Page" + }, + "settings": "Paramètres", + "@settings": { + "description": "Text shown in the AppBar of the Settings Page" + } +} From a456310708495932b81132b081a7f8fbba23011d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 18:28:51 +0000 Subject: [PATCH 03/16] Bump actions/setup-java from 3 to 4 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7361bf8..93a4857 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - name: "📥 Check-out" uses: actions/checkout@v4 - name: "🧰 Install Java" - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: "8" - name: "🧰 Install Flutter" From 86b8312df4b1aaef6e6cf02e474bbde206f8b5b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 18:45:50 +0000 Subject: [PATCH 04/16] Bump github/codeql-action from 2 to 3 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codacy-analysis.yml | 2 +- .github/workflows/codeql-analysis.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index ba4f0fe..6e5f533 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -44,6 +44,6 @@ jobs: # Upload the SARIF file generated in the previous step - name: Upload SARIF results file - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: results.sarif diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e9c0056..0f801c8 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -24,7 +24,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 # Override language selection by uncommenting this and choosing your languages # with: # languages: go, javascript, csharp, python, cpp, java @@ -32,7 +32,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 # ℹ️ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -46,4 +46,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 From 60b5362d1469d1c8a402029039f9997d57d4b9ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 18:13:05 +0000 Subject: [PATCH 05/16] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93a4857..8130ce5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - name: "✅ Test" run: flutter test --coverage - name: "📤 Upload test coverage report" - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: "Test coverage report" path: coverage/lcov.info @@ -55,12 +55,12 @@ jobs: token: ${{secrets.CODECOV_TOKEN}} file: coverage/lcov.info - name: "📤 Upload Android App Bundle" - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: "Android App Bundle" path: build/app/outputs/bundle/release/app-release.aab - name: "📤 Upload Android APK" - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: "Android APK" path: build/app/outputs/apk/release/app-release.apk From f7a70293bb74dc52d45c52f9f82c448e7490b310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 18:46:45 +0000 Subject: [PATCH 06/16] Bump codacy/codacy-analysis-cli-action from 4.3.0 to 4.4.0 Bumps [codacy/codacy-analysis-cli-action](https://github.com/codacy/codacy-analysis-cli-action) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/codacy/codacy-analysis-cli-action/releases) - [Commits](https://github.com/codacy/codacy-analysis-cli-action/compare/v4.3.0...v4.4.0) --- updated-dependencies: - dependency-name: codacy/codacy-analysis-cli-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codacy-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index 6e5f533..35de1b1 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -28,7 +28,7 @@ jobs: # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis - name: Run Codacy Analysis CLI - uses: codacy/codacy-analysis-cli-action@v4.3.0 + uses: codacy/codacy-analysis-cli-action@v4.4.0 with: # Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository # You can also omit the token and run the tools that support default configurations From 3d680839e6f71e327c58a8949910782e635ddb20 Mon Sep 17 00:00:00 2001 From: Kaleido Scope Date: Thu, 21 Mar 2024 14:28:12 +0000 Subject: [PATCH 07/16] Translated using Weblate (Norwegian Nynorsk) Currently translated at 100.0% (11 of 11 strings) Translation: Fucks Given/Fucks Given Translate-URL: https://hosted.weblate.org/projects/fucks-given/fucks-given/nn/ --- lib/l10n/arb/app_nn.arb | 45 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/lib/l10n/arb/app_nn.arb b/lib/l10n/arb/app_nn.arb index 0967ef4..952bbd8 100644 --- a/lib/l10n/arb/app_nn.arb +++ b/lib/l10n/arb/app_nn.arb @@ -1 +1,44 @@ -{} +{ + "fucksGivenAppBarTitle": "Fucks Given", + "@fucksGivenAppBarTitle": { + "description": "Text shown in the AppBar of Fucks Given" + }, + "settings": "Innstillingar", + "@settings": { + "description": "Text shown in the AppBar of the Settings Page" + }, + "general": "Generelt", + "@general": { + "description": "Subheading in the Settings Page" + }, + "light": "Ljus", + "@light": { + "description": "Text shown in the AppBar of the Counter Page" + }, + "dark": "Mørk", + "@dark": { + "description": "Text shown in the appearance chooser" + }, + "stats": "Statistikk", + "@stats": { + "description": "Text shown in the AppBar of the Stats Page" + }, + "appearance": "Utsjånad", + "@appearance": { + "description": "Text shown in the General Section of the Settings Page" + }, + "followSystem": "System", + "@followSystem": { + "description": "Text shown in the appearance chooser" + }, + "data": "Data", + "@data": { + "description": "Subheading in the Settings Page" + }, + "backUp": "Tryggleikskopi", + "@backUp": {}, + "restore": "Oppattrett", + "@restore": { + "description": "Text shown in the Data Section of the Settings Page" + } +} From ddc6ab808e11b65fda07c4640a22e56304176612 Mon Sep 17 00:00:00 2001 From: Marvin Date: Thu, 2 May 2024 23:46:42 +0200 Subject: [PATCH 08/16] Add Project Info For IDEA To Display --- .idea/icon.png | Bin 0 -> 6457 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .idea/icon.png diff --git a/.idea/icon.png b/.idea/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..f900ea69039282d2bda36d507fccd9281d96fad8 GIT binary patch literal 6457 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 Oz?Dn37wax~J@^ltDid7* literal 0 HcmV?d00001 From 82a3794ae9d32434e51d99d535e12acf5f1403a6 Mon Sep 17 00:00:00 2001 From: Maxime Tourneur Date: Sun, 5 May 2024 01:25:45 +0000 Subject: [PATCH 09/16] Translated using Weblate (French) Currently translated at 100.0% (11 of 11 strings) Translation: Fucks Given/Fucks Given Translate-URL: https://hosted.weblate.org/projects/fucks-given/fucks-given/fr/ --- lib/l10n/arb/app_fr.arb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lib/l10n/arb/app_fr.arb b/lib/l10n/arb/app_fr.arb index bd1f34c..d6fa01d 100644 --- a/lib/l10n/arb/app_fr.arb +++ b/lib/l10n/arb/app_fr.arb @@ -9,7 +9,7 @@ "@appearance": { "description": "Text shown in the General Section of the Settings Page" }, - "light": "Lumière", + "light": "Clair", "@light": { "description": "Text shown in the AppBar of the Counter Page" }, @@ -32,5 +32,13 @@ "settings": "Paramètres", "@settings": { "description": "Text shown in the AppBar of the Settings Page" + }, + "followSystem": "Paramètre système", + "@followSystem": { + "description": "Text shown in the appearance chooser" + }, + "restore": "Restaurer", + "@restore": { + "description": "Text shown in the Data Section of the Settings Page" } } From 10c1afa4e6542e22411b5ea0e8e1d840665b9bfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 18:53:16 +0000 Subject: [PATCH 10/16] Bump codacy/codacy-analysis-cli-action from 4.4.0 to 4.4.1 Bumps [codacy/codacy-analysis-cli-action](https://github.com/codacy/codacy-analysis-cli-action) from 4.4.0 to 4.4.1. - [Release notes](https://github.com/codacy/codacy-analysis-cli-action/releases) - [Commits](https://github.com/codacy/codacy-analysis-cli-action/compare/v4.4.0...v4.4.1) --- updated-dependencies: - dependency-name: codacy/codacy-analysis-cli-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codacy-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index 35de1b1..1ab039d 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -28,7 +28,7 @@ jobs: # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis - name: Run Codacy Analysis CLI - uses: codacy/codacy-analysis-cli-action@v4.4.0 + uses: codacy/codacy-analysis-cli-action@v4.4.1 with: # Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository # You can also omit the token and run the tools that support default configurations From 3a70879b9aae4210437982a0a7bb2d29708ba1c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8D=E4=BA=88?= Date: Fri, 17 May 2024 17:46:40 +0200 Subject: [PATCH 11/16] Added translation using Weblate (Chinese (Simplified)) --- lib/l10n/arb/app_zh_Hans.arb | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/l10n/arb/app_zh_Hans.arb diff --git a/lib/l10n/arb/app_zh_Hans.arb b/lib/l10n/arb/app_zh_Hans.arb new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/lib/l10n/arb/app_zh_Hans.arb @@ -0,0 +1 @@ +{} From 31dfffe7a8426b3f57a42c09095ca9edbe0c6e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8D=E4=BA=88?= Date: Fri, 17 May 2024 15:47:06 +0000 Subject: [PATCH 12/16] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (11 of 11 strings) Translation: Fucks Given/Fucks Given Translate-URL: https://hosted.weblate.org/projects/fucks-given/fucks-given/zh_Hans/ --- lib/l10n/arb/app_zh_Hans.arb | 45 +++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/lib/l10n/arb/app_zh_Hans.arb b/lib/l10n/arb/app_zh_Hans.arb index 0967ef4..686a047 100644 --- a/lib/l10n/arb/app_zh_Hans.arb +++ b/lib/l10n/arb/app_zh_Hans.arb @@ -1 +1,44 @@ -{} +{ + "settings": "设置", + "@settings": { + "description": "Text shown in the AppBar of the Settings Page" + }, + "stats": "统计数据", + "@stats": { + "description": "Text shown in the AppBar of the Stats Page" + }, + "general": "通用", + "@general": { + "description": "Subheading in the Settings Page" + }, + "appearance": "外观", + "@appearance": { + "description": "Text shown in the General Section of the Settings Page" + }, + "restore": "恢复", + "@restore": { + "description": "Text shown in the Data Section of the Settings Page" + }, + "followSystem": "跟随系统", + "@followSystem": { + "description": "Text shown in the appearance chooser" + }, + "dark": "深色", + "@dark": { + "description": "Text shown in the appearance chooser" + }, + "light": "浅色", + "@light": { + "description": "Text shown in the AppBar of the Counter Page" + }, + "data": "数据", + "@data": { + "description": "Subheading in the Settings Page" + }, + "backUp": "备份", + "@backUp": {}, + "fucksGivenAppBarTitle": "Fucks Given", + "@fucksGivenAppBarTitle": { + "description": "Text shown in the AppBar of Fucks Given" + } +} From f7fe0a8e1019cadfbffbc546e8ca71e69772ddd3 Mon Sep 17 00:00:00 2001 From: CrazyMarvin Date: Sun, 16 Jun 2024 15:38:56 +0200 Subject: [PATCH 13/16] Update full_description.txt --- fastlane/metadata/android/en-US/full_description.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 385d2aa..5403030 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -2,6 +2,6 @@ Fucks Given lets you keep track of the things that made you care. Whenever somet Fucks Given allows you to back up your data and has a beautiful dark mode that can turn on automatically, following the system theme. -Webpage: https://www.crazymarvin.com/fucksgiven -Translate To Don’t: https://hosted.weblate.org/engage/fucksigven/ +Webpage: https://www.crazymarvin.com/fucks-given +Translate Fucks Given: https://hosted.weblate.org/engage/fucksigven/ Source on GitHub: https://github.com/Crazy-Marvin/FucksGiven From 2631a72c431935e98952effd831a705d80142d43 Mon Sep 17 00:00:00 2001 From: CrazyMarvin Date: Sun, 16 Jun 2024 15:39:14 +0200 Subject: [PATCH 14/16] Update video.txt --- fastlane/metadata/android/en-US/video.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/metadata/android/en-US/video.txt b/fastlane/metadata/android/en-US/video.txt index a49e43d..8b13789 100644 --- a/fastlane/metadata/android/en-US/video.txt +++ b/fastlane/metadata/android/en-US/video.txt @@ -1 +1 @@ -https://youtu.be/_UStlpEMVro \ No newline at end of file + From a85b926489b936ea411dfc7e0d31ff464fa84184 Mon Sep 17 00:00:00 2001 From: CrazyMarvin Date: Sun, 16 Jun 2024 15:39:33 +0200 Subject: [PATCH 15/16] Delete fastlane/metadata/android/en-US/changelogs/3.txt --- fastlane/metadata/android/en-US/changelogs/3.txt | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 fastlane/metadata/android/en-US/changelogs/3.txt diff --git a/fastlane/metadata/android/en-US/changelogs/3.txt b/fastlane/metadata/android/en-US/changelogs/3.txt deleted file mode 100644 index d4571fb..0000000 --- a/fastlane/metadata/android/en-US/changelogs/3.txt +++ /dev/null @@ -1,2 +0,0 @@ -Little improvements under the hood -Fix fastlane setup From 0a046ffa14da0c4157dbbd54e0607bbb95db359e Mon Sep 17 00:00:00 2001 From: CrazyMarvin Date: Sun, 16 Jun 2024 15:39:41 +0200 Subject: [PATCH 16/16] Delete fastlane/metadata/android/en-US/changelogs/2.txt --- fastlane/metadata/android/en-US/changelogs/2.txt | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 fastlane/metadata/android/en-US/changelogs/2.txt diff --git a/fastlane/metadata/android/en-US/changelogs/2.txt b/fastlane/metadata/android/en-US/changelogs/2.txt deleted file mode 100644 index ac83d5b..0000000 --- a/fastlane/metadata/android/en-US/changelogs/2.txt +++ /dev/null @@ -1,5 +0,0 @@ -- Removed designer from About screen -- Moved hard-coded strings from the layout into the strings.xml for easier translation -- Update Used Licenses section with all used dependencies (thanks to all of them!) -- Add more swipe gestures -- Little improvements under the hood