change website domain

This commit is contained in:
jmir1 2023-01-14 02:28:20 +01:00
parent 5839b15954
commit 45ceb2219d
15 changed files with 19 additions and 19 deletions

View file

@ -5,7 +5,7 @@ I acknowledge that:
- I have updated:
- To the latest version of the app (stable is v0.12.3.8)
- All extensions
- I have tried the troubleshooting guide: https://aniyomi.jmir.xyz/help/guides/troubleshooting-problems/
- I have tried the troubleshooting guide: https://aniyomi.org/help/guides/troubleshooting-problems/
- If this is an issue with an anime extension, that I should be opening an issue in https://github.com/jmir1/aniyomi-extensions
- I have searched the existing issues and this is new ticket **NOT** a duplicate or related to another open or closed issue
- I will fill out the title and the information in this template

View file

@ -4,7 +4,7 @@ contact_links:
url: https://github.com/jmir1/aniyomi-extensions/issues/new/choose
about: Issues and requests for extensions and sources should be opened in the aniyomi-extensions repository instead
- name: 📦 Aniyomi extensions
url: https://aniyomi.jmir.xyz/extensions
url: https://aniyomi.org/extensions
about: Anime extensions and sources
- name: 🧑‍💻 Aniyomi help discord
url: https://discord.gg/F32UjdJZrR

View file

@ -95,7 +95,7 @@ body:
required: true
- label: If this is an issue with an extension, I should be opening an issue in the [extensions repository](https://github.com/jmir1/aniyomi-extensions/issues/new/choose).
required: true
- label: I have tried the [troubleshooting guide](https://aniyomi.jmir.xyz/help/guides/troubleshooting/).
- label: I have tried the [troubleshooting guide](https://aniyomi.org/help/guides/troubleshooting/).
required: true
- label: I have updated the app to version **[0.12.3.8](https://github.com/jmir1/aniyomi/releases/latest)**.
required: true

View file

@ -30,7 +30,7 @@ Before you start, please note that the ability to use following technologies is
# Translations
Translations are done externally via Weblate. See [our website](https://aniyomi.jmir.xyz/help/contribution/#translation) for more details.
Translations are done externally via Weblate. See [our website](https://aniyomi.org/help/contribution/#translation) for more details.
# Forks

View file

@ -113,7 +113,7 @@ class AboutScreen : Screen {
item {
TextPreferenceWidget(
title = stringResource(R.string.help_translate),
onPreferenceClick = { uriHandler.openUri("https://aniyomi.jmir.xyz/help/contribution/#translation") },
onPreferenceClick = { uriHandler.openUri("https://aniyomi.org/help/contribution/#translation") },
)
}
@ -127,7 +127,7 @@ class AboutScreen : Screen {
item {
TextPreferenceWidget(
title = stringResource(R.string.privacy_policy),
onPreferenceClick = { uriHandler.openUri("https://aniyomi.jmir.xyz/privacy") },
onPreferenceClick = { uriHandler.openUri("https://aniyomi.org/privacy") },
)
}
@ -141,7 +141,7 @@ class AboutScreen : Screen {
LinkIcon(
label = stringResource(R.string.website),
painter = rememberVectorPainter(Icons.Outlined.Public),
url = "https://aniyomi.jmir.xyz",
url = "https://aniyomi.org",
)
LinkIcon(
label = "Discord",

View file

@ -234,7 +234,7 @@ class LocalAnimeSource(
companion object {
const val ID = 0L
const val HELP_URL = "https://aniyomi.jmir.xyz/help/guides/local-anime/"
const val HELP_URL = "https://aniyomi.org/help/guides/local-anime/"
private const val DEFAULT_COVER_NAME = "cover.jpg"
private val LATEST_THRESHOLD = TimeUnit.MILLISECONDS.convert(7, TimeUnit.DAYS)

View file

@ -339,11 +339,11 @@ class AnimelibUpdateNotifier(private val context: Context) {
}
companion object {
const val HELP_WARNING_URL = "https://aniyomi.jmir.xyz/help/faq/#why-does-the-app-warn-about-large-bulk-updates-and-downloads"
const val HELP_WARNING_URL = "https://aniyomi.org/help/faq/#why-does-the-app-warn-about-large-bulk-updates-and-downloads"
}
}
private const val NOTIF_MAX_EPISODES = 5
private const val NOTIF_TITLE_MAX_LEN = 45
private const val NOTIF_ICON_SIZE = 192
private const val HELP_SKIPPED_URL = "https://aniyomi.jmir.xyz/help/faq/#why-does-global-update-skip-some-entries"
private const val HELP_SKIPPED_URL = "https://aniyomi.org/help/faq/#why-does-global-update-skip-some-entries"

View file

@ -610,4 +610,4 @@ class AnimelibUpdateService(
}
private const val ANIME_PER_SOURCE_QUEUE_WARNING_THRESHOLD = 60
private const val ERROR_LOG_HELP_URL = "https://aniyomi.jmir.xyz/help/guides/troubleshooting"
private const val ERROR_LOG_HELP_URL = "https://aniyomi.org/help/guides/troubleshooting"

View file

@ -339,11 +339,11 @@ class LibraryUpdateNotifier(private val context: Context) {
}
companion object {
const val HELP_WARNING_URL = "https://aniyomi.jmir.xyz/help/faq/#why-does-the-app-warn-about-large-bulk-updates-and-downloads"
const val HELP_WARNING_URL = "https://aniyomi.org/help/faq/#why-does-the-app-warn-about-large-bulk-updates-and-downloads"
}
}
private const val NOTIF_MAX_CHAPTERS = 5
private const val NOTIF_TITLE_MAX_LEN = 45
private const val NOTIF_ICON_SIZE = 192
private const val HELP_SKIPPED_URL = "https://aniyomi.jmir.xyz/help/faq/#why-does-global-update-skip-some-entries"
private const val HELP_SKIPPED_URL = "https://aniyomi.org/help/faq/#why-does-global-update-skip-some-entries"

View file

@ -607,4 +607,4 @@ class LibraryUpdateService(
}
private const val MANGA_PER_SOURCE_QUEUE_WARNING_THRESHOLD = 60
private const val ERROR_LOG_HELP_URL = "https://aniyomi.jmir.xyz/help/guides/troubleshooting"
private const val ERROR_LOG_HELP_URL = "https://aniyomi.org/help/guides/troubleshooting"

View file

@ -138,7 +138,7 @@ internal class AppUpdateNotifier(private val context: Context) {
setContentTitle(context.getString(R.string.update_check_notification_update_available))
setContentText(context.getString(R.string.update_check_fdroid_migration_info))
setSmallIcon(R.drawable.ic_ani)
setContentIntent(NotificationHandler.openUrl(context, "https://aniyomi.jmir.xyz/help/faq/#how-do-i-migrate-from-the-f-droid-version"))
setContentIntent(NotificationHandler.openUrl(context, "https://aniyomi.org/help/faq/#how-do-i-migrate-from-the-f-droid-version"))
}
notificationBuilder.show(Notifications.ID_APP_UPDATE_PROMPT)
}

View file

@ -408,7 +408,7 @@ class LocalSource(
companion object {
const val ID = 0L
const val HELP_URL = "https://aniyomi.jmir.xyz/help/guides/local-manga/"
const val HELP_URL = "https://aniyomi.org/help/guides/local-manga/"
private const val DEFAULT_COVER_NAME = "cover.jpg"
private val LATEST_THRESHOLD = TimeUnit.MILLISECONDS.convert(7, TimeUnit.DAYS)

View file

@ -87,7 +87,7 @@ class AnimeExtensionDetailsPresenter(
extension ?: return ""
if (!extension.hasReadme) {
return "https://aniyomi.jmir.xyz/help/faq/#extensions"
return "https://aniyomi.org/help/faq/#extensions"
}
val pkgName = extension.pkgName.substringAfter("eu.kanade.tachiyomi.animeextension.")

View file

@ -27,7 +27,7 @@ fun migrateAnimeSourcesTab(
title = stringResource(R.string.migration_help_guide),
icon = Icons.Outlined.HelpOutline,
onClick = {
uriHandler.openUri("https://aniyomi.jmir.xyz/help/guides/source-migration/")
uriHandler.openUri("https://aniyomi.org/help/guides/source-migration/")
},
),
),

View file

@ -50,6 +50,6 @@ class MoreController :
}
companion object {
const val URL_HELP = "https://aniyomi.jmir.xyz/help/"
const val URL_HELP = "https://aniyomi.org/help/"
}
}