diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9592db5454b..143e5414ce9 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -11,7 +11,7 @@ submitting a new issue. * The issue tracker is solely for bug reports and feature/enhancement requests. If you have a question of any kind, please use the [support forum](https://forum.k9mail.app/c/support) instead. -* Search the [existing issues](https://github.com/k9mail/k-9/issues?q=) first to make sure your issue hasn't been +* Search the [existing issues](https://github.com/thundernest/k-9/issues?q=) first to make sure your issue hasn't been reported before. @@ -22,8 +22,8 @@ We're using [Transifex](https://www.transifex.com/k-9/k9mail/) to manage transla ## Contributing code -We love [pull requests](https://github.com/k9mail/k-9/pulls) from everyone! +We love [pull requests](https://github.com/thundernest/k-9/pulls) from everyone! Any contributions, large or small, major features, bug fixes, unit/integration tests are welcomed and appreciated but will be thoroughly reviewed and discussed. -Please make sure you read the [Code Style Guidelines](https://github.com/k9mail/k-9/wiki/CodeStyle). +Please make sure you read the [Code Style Guidelines](https://github.com/thundernest/k-9/wiki/CodeStyle). diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a746ed32f7c..a556ffeb322 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -72,6 +72,6 @@ body: attributes: label: Logs description: | - Please take some time to [retrieve logs](https://github.com/k9mail/k-9/wiki/LoggingErrors) and attach them here. + Please take some time to [retrieve logs](https://github.com/thundernest/k-9/wiki/LoggingErrors) and attach them here. Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. diff --git a/app/ui/legacy/src/main/java/com/fsck/k9/activity/setup/AccountSetupCheckSettings.kt b/app/ui/legacy/src/main/java/com/fsck/k9/activity/setup/AccountSetupCheckSettings.kt index c6e88d17962..461865655af 100644 --- a/app/ui/legacy/src/main/java/com/fsck/k9/activity/setup/AccountSetupCheckSettings.kt +++ b/app/ui/legacy/src/main/java/com/fsck/k9/activity/setup/AccountSetupCheckSettings.kt @@ -388,7 +388,7 @@ class AccountSetupCheckSettings : K9Activity(), ConfirmationDialogFragmentListen /** * FIXME: Don't use an AsyncTask to perform network operations. - * See also discussion in https://github.com/k9mail/k-9/pull/560 + * See also discussion in https://github.com/thundernest/k-9/pull/560 */ private inner class CheckAccountTask(private val account: Account) : AsyncTask() { override fun doInBackground(vararg params: CheckDirection) { diff --git a/app/ui/legacy/src/main/java/com/fsck/k9/ui/crypto/MessageCryptoHelper.java b/app/ui/legacy/src/main/java/com/fsck/k9/ui/crypto/MessageCryptoHelper.java index 4398ead6217..b0b9fb039d4 100644 --- a/app/ui/legacy/src/main/java/com/fsck/k9/ui/crypto/MessageCryptoHelper.java +++ b/app/ui/legacy/src/main/java/com/fsck/k9/ui/crypto/MessageCryptoHelper.java @@ -619,7 +619,7 @@ private void propagateEncapsulatedSignedPart(CryptoResultAnnotation resultAnnota private void onCryptoOperationCanceled() { // there are weird states that get us here when we're not actually processing any part. just skip in that case - // see https://github.com/k9mail/k-9/issues/1878 + // see https://github.com/thundernest/k-9/issues/1878 if (currentCryptoPart != null) { CryptoResultAnnotation errorPart = CryptoResultAnnotation.createOpenPgpCanceledAnnotation(); addCryptoResultAnnotationToMessage(errorPart); diff --git a/app/ui/legacy/src/main/res/values/constants.xml b/app/ui/legacy/src/main/res/values/constants.xml index 840330a5e9b..14b6ff81c11 100644 --- a/app/ui/legacy/src/main/res/values/constants.xml +++ b/app/ui/legacy/src/main/res/values/constants.xml @@ -4,8 +4,8 @@ https://docs.k9mail.app/ https://forum.k9mail.app/ K-9 Mail for Android - https://github.com/k9mail/k-9/graphs/contributors - https://github.com/k9mail/k-9 + https://github.com/thundernest/k-9/graphs/contributors + https://github.com/thundernest/k-9 https://www.apache.org/licenses/LICENSE-2.0 \@k9mail@fosstodon.org https://fosstodon.org/@k9mail diff --git a/docs/google-play/full_description.txt b/docs/google-play/full_description.txt index 9571ebdd9db..c51bb041981 100644 --- a/docs/google-play/full_description.txt +++ b/docs/google-play/full_description.txt @@ -4,10 +4,10 @@ K-9 supports IMAP, POP3 and Exchange 2003/2007 (with WebDAV). Install the app "OpenKeychain: Easy PGP" to encrypt/decrypt your emails using OpenPGP. -K-9 is a community developed project. If you're interested in helping to make the most popular open source email client on Android even better, please join us! You can find our bug tracker, source code, mailing list and wiki at https://github.com/k9mail/k-9 +K-9 is a community developed project. If you're interested in helping to make the most popular open source email client on Android even better, please join us! You can find our bug tracker, source code, mailing list and wiki at https://github.com/thundernest/k-9 We're always happy to welcome new developers, designers, documenters, bug triagers and friends. -If you're having trouble with K-9, please report a bug at https://github.com/k9mail/k-9 rather than just leaving a one-star review. We don't mind you telling the world that you're frustrated, but if you use our bug tracker, we have a better chance of fixing whatever's giving you a hard time. +If you're having trouble with K-9, please report a bug at https://github.com/thundernest/k-9 rather than just leaving a one-star review. We don't mind you telling the world that you're frustrated, but if you use our bug tracker, we have a better chance of fixing whatever's giving you a hard time. You can find K-9's release notes at: https://bit.ly/new-k9 diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 6853457f905..82f4dc859d9 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -20,5 +20,5 @@ If you're having trouble with K-9 Mail, ask for help in our https://github.com/k9mail/k-9. +You can find our bug tracker, source code, and wiki at https://github.com/thundernest/k-9. We're always happy to welcome new developers, designers, documenters, translators, bug triagers and friends. diff --git a/mail/protocols/smtp/src/main/java/com/fsck/k9/mail/transport/smtp/SmtpTransport.kt b/mail/protocols/smtp/src/main/java/com/fsck/k9/mail/transport/smtp/SmtpTransport.kt index c4fadbdac07..43c78cc49ba 100644 --- a/mail/protocols/smtp/src/main/java/com/fsck/k9/mail/transport/smtp/SmtpTransport.kt +++ b/mail/protocols/smtp/src/main/java/com/fsck/k9/mail/transport/smtp/SmtpTransport.kt @@ -277,7 +277,7 @@ class SmtpTransport( private fun buildHostnameToReport(): String { val localAddress = socket!!.localAddress - // We use local IP statically for privacy reasons, see https://github.com/k9mail/k-9/pull/3798 + // We use local IP statically for privacy reasons, see https://github.com/thundernest/k-9/pull/3798 return if (localAddress is Inet6Address) { "[IPv6:::1]" } else {