From ebc2e07fc42d471ba59700ca49f449ed9e210936 Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Sat, 15 Jan 2022 12:11:57 +0100 Subject: [PATCH] Use new URLs --- app/src/main/java/protect/card_locker/AboutActivity.java | 6 +++--- app/src/main/res/values-bg/strings.xml | 3 +-- app/src/main/res/values-in-rID/strings.xml | 2 +- app/src/main/res/values-zh-rTW/strings.xml | 2 +- app/src/main/res/values/constants.xml | 4 ++-- 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/app/src/main/java/protect/card_locker/AboutActivity.java b/app/src/main/java/protect/card_locker/AboutActivity.java index 2a56836f0..ddaf85fe3 100644 --- a/app/src/main/java/protect/card_locker/AboutActivity.java +++ b/app/src/main/java/protect/card_locker/AboutActivity.java @@ -151,13 +151,13 @@ public class AboutActivity extends CatimaAppCompatActivity implements View.OnCli } else if (id == R.id.translate) { url = "https://hosted.weblate.org/engage/catima/"; } else if (id == R.id.license) { - url = "https://github.com/TheLastProject/Catima/blob/master/LICENSE"; + url = "https://github.com/CatimaLoyalty/Android/blob/master/LICENSE"; } else if (id == R.id.repo) { - url = "https://github.com/TheLastProject/Catima/"; + url = "https://github.com/CatimaLoyalty/Android/"; } else if (id == R.id.privacy) { url = "https://catima.app/privacy-policy/"; } else if (id == R.id.report_error) { - url = "https://github.com/TheLastProject/Catima/issues"; + url = "https://github.com/CatimaLoyalty/Android/issues"; } else if (id == R.id.rate) { url = "https://play.google.com/store/apps/details?id=me.hackerchick.catima"; } else { diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml index 5c4d36f82..afb1750c3 100644 --- a/app/src/main/res/values-bg/strings.xml +++ b/app/src/main/res/values-bg/strings.xml @@ -162,7 +162,6 @@ Изберете файла LoyaltyCardKeychain.csv, предварително изнесен от Loyalty Card Keychain. \nСъздайте такъв файл от меню Внасяне/изнасяне от друго устройство с Loyalty Card Keychain като изберете Изнасяне. Препратката не може да бъде анализирана за внасяне - [не превеждайте този низ, https://github.com/TheLastProject/Catima/issues/278] Грешка при създаване на адрес за споделяне. Изпратете доклад за дефект. Премахване на карта @@ -226,4 +225,4 @@ Показване на информация Скриване на информация Настройки - \ No newline at end of file + diff --git a/app/src/main/res/values-in-rID/strings.xml b/app/src/main/res/values-in-rID/strings.xml index a66c17d00..56a191c89 100644 --- a/app/src/main/res/values-in-rID/strings.xml +++ b/app/src/main/res/values-in-rID/strings.xml @@ -1,6 +1,6 @@ - https://github.com/TheLastProject/Catima/releases + https://github.com/CatimaLoyalty/Android/releases Nama Keterangan Hapus diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index 17a5e5463..7826d5e84 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -1,6 +1,6 @@ - https://github.com/TheLastProject/Catima/releases + https://github.com/CatimaLoyalty/Android/releases 搜尋 新增 點選 + 按鈕以新增卡片\n或從 ⋮ 選單中匯入卡片 diff --git a/app/src/main/res/values/constants.xml b/app/src/main/res/values/constants.xml index 60fda819d..1f2bcd1d6 100644 --- a/app/src/main/res/values/constants.xml +++ b/app/src/main/res/values/constants.xml @@ -1,7 +1,7 @@ - https://github.com/TheLastProject/Catima/releases - https://github.com/TheLastProject/Catima + https://github.com/CatimaLoyalty/Android/releases + https://github.com/CatimaLoyalty/Android 100 50 \ No newline at end of file