Change repository links from thundernest/k-9 to thunderbird/thunderbird-android

This commit is contained in:
Wolf-Martell Montwé 2023-11-02 12:18:12 +01:00
parent 060a376510
commit 1236d7114c
No known key found for this signature in database
GPG key ID: 6D45B21512ACBF72
11 changed files with 30 additions and 24 deletions

View file

@ -11,8 +11,8 @@ 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/thundernest/k-9/issues?q=) first to make sure your issue hasn't been
reported before.
- Search the [existing issues](https://github.com/thunderbird/thunderbird-android/issues?q=) first to make sure your
issue hasn't been reported before.
## Translations
@ -20,8 +20,8 @@ We're using [Weblate](https://hosted.weblate.org/projects/tb-android/) to manage
## Contributing code
We love [pull requests](https://github.com/thundernest/k-9/pulls) from everyone!
We love [pull requests](https://github.com/thunderbird/thunderbird-android/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/thundernest/k-9/wiki/CodeStyle).
Please make sure you read the [Code Style Guidelines](https://github.com/thunderbird/thunderbird-android/wiki/CodeStyle).

View file

@ -18,7 +18,9 @@ body:
id: version
attributes:
label: App version
description: What's the "latest version" changes all the time, so we need the exact version number. You can find it inside the app under *Settings → About*.
description: |
What's the "latest version" changes all the time, so we need the exact version number. You can find it
inside the app under *Settings → About*.
placeholder: x.yyy
validations:
required: true
@ -64,7 +66,9 @@ body:
id: actual
attributes:
label: Actual behavior
description: What did K-9 Mail do instead? Screenshots might help. Usually, you can take a screenshot by pressing *Power* + *Volume down* for a few seconds.
description: |
What did K-9 Mail do instead? Screenshots might help. Usually, you can take a screenshot by pressing
*Power* + *Volume down* for a few seconds.
validations:
required: true
- type: textarea
@ -72,6 +76,7 @@ body:
attributes:
label: Logs
description: |
Please take some time to [retrieve logs](https://github.com/thundernest/k-9/wiki/LoggingErrors) and attach them here.
Please take some time to [retrieve logs](https://github.com/thunderbird/thunderbird-android/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.

View file

@ -1,7 +1,7 @@
# K-9 Mail
[![Latest release](https://img.shields.io/github/release/thundernest/k-9.svg?style=flat-square)](https://github.com/thundernest/k-9/releases/latest)
[![Latest beta release](https://img.shields.io/github/v/release/thundernest/k-9.svg?include_prereleases&style=flat-square)](https://github.com/thundernest/k-9/releases)
[![Latest release](https://img.shields.io/github/release/thunderbird/thunderbird-android.svg?style=flat-square)](https://github.com/thunderbird/thunderbird-android/releases/latest)
[![Latest beta release](https://img.shields.io/github/v/release/thunderbird/thunderbird-android.svg?include_prereleases&style=flat-square)](https://github.com/thunderbird/thunderbird-android/releases)
K-9 Mail is an open-source email client for Android.
@ -11,13 +11,13 @@ K-9 Mail can be downloaded from a couple of sources:
- [Google Play](https://play.google.com/store/apps/details?id=com.fsck.k9)
- [F-Droid](https://f-droid.org/repository/browse/?fdid=com.fsck.k9)
- [Github Releases](https://github.com/thundernest/k-9/releases)
- [Github Releases](https://github.com/thunderbird/thunderbird-android/releases)
You might also be interested in becoming a [tester](https://forum.k9mail.app/t/how-do-i-become-a-beta-tester/68) to get an early look at new versions.
## Release Notes
Check out the [Release Notes](https://github.com/thundernest/k-9/wiki/ReleaseNotes) to find out what changed
Check out the [Release Notes](https://github.com/thunderbird/thunderbird-android/wiki/ReleaseNotes) to find out what changed
in each version of K-9 Mail.
## Need Help?
@ -38,11 +38,11 @@ Interested in helping to translate K-9 Mail? Contribute here:
Thank you for contributing! If you're unfamiliar with the code, start by reading the [developer documentation](docs/DESIGN.md)
Please fork this repository and contribute back using [pull requests](https://github.com/thundernest/k-9/pulls).
Please fork this repository and contribute back using [pull requests](https://github.com/thunderbird/thunderbird-android/pulls).
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/thundernest/k-9/wiki/CodeStyle).
Please make sure you read the [Code Style Guidelines](https://github.com/thunderbird/thunderbird-android/wiki/CodeStyle).
### Architecture Decision Records (ADR)
@ -56,8 +56,8 @@ have shaped this project so far. Feel free to propose new ADRs or suggest modifi
## Communication
Aside from discussing changes in [pull requests](https://github.com/thundernest/k-9/pulls) and
[issues](https://github.com/thundernest/k-9/issues) we use the following communication services:
Aside from discussing changes in [pull requests](https://github.com/thunderbird/thunderbird-android/pulls) and
[issues](https://github.com/thunderbird/thunderbird-android/issues) we use the following communication services:
- Matrix: [#k9mail:matrix.org](https://matrix.to/#/#tb-android:mozilla.org)
- IRC: [#k9mail on Libera Chat](https://web.libera.chat/#k9mail)

View file

@ -387,7 +387,7 @@ class AccountSetupCheckSettings : K9Activity(), ConfirmationDialogFragmentListen
/**
* FIXME: Don't use an AsyncTask to perform network operations.
* See also discussion in https://github.com/thundernest/k-9/pull/560
* See also discussion in https://github.com/thunderbird/thunderbird-android/pull/560
*/
private inner class CheckAccountTask(private val account: Account) : AsyncTask<CheckDirection, Int, Unit>() {
override fun doInBackground(vararg params: CheckDirection) {

View file

@ -625,7 +625,7 @@ public class MessageCryptoHelper {
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/thundernest/k-9/issues/1878
// see https://github.com/thunderbird/thunderbird-android/issues/1878
if (currentCryptoPart != null) {
CryptoResultAnnotation errorPart = CryptoResultAnnotation.createOpenPgpCanceledAnnotation();
addCryptoResultAnnotationToMessage(errorPart);

View file

@ -4,8 +4,8 @@
<string name="user_manual_url" translatable="false">https://docs.k9mail.app/</string>
<string name="user_forum_url" translatable="false">https://forum.k9mail.app/</string>
<string name="message_header_mua" translatable="false">K-9 Mail for Android</string>
<string name="app_authors_url" translatable="false">https://github.com/thundernest/k-9/graphs/contributors</string>
<string name="app_source_url" translatable="false">https://github.com/thundernest/k-9</string>
<string name="app_authors_url" translatable="false">https://github.com/thunderbird/thunderbird-android/graphs/contributors</string>
<string name="app_source_url" translatable="false">https://github.com/thunderbird/thunderbird-android</string>
<string name="app_license_url" translatable="false">https://www.apache.org/licenses/LICENSE-2.0</string>
<string name="fediverse_handle" translatable="false">\@k9mail@fosstodon.org</string>
<string name="fediverse_url" translatable="false">https://fosstodon.org/@k9mail</string>

View file

@ -24,7 +24,7 @@
<ID>CyclomaticComplexMethod:SettingsImportFragment.kt$SettingsImportFragment$private fun ViewHolder.updateUi(model: SettingsImportUiModel)</ID>
<ID>CyclomaticComplexMethod:SortTypeToastProvider.kt$SortTypeToastProvider$fun getToast(sortType: SortType, ascending: Boolean): Int</ID>
<ID>CyclomaticComplexMethod:TouchInterceptView.kt$TouchInterceptView$private fun handleOnInterceptTouchEvent(event: MotionEvent)</ID>
<ID>ForbiddenComment:AccountSetupCheckSettings.kt$AccountSetupCheckSettings.CheckAccountTask$* FIXME: Don't use an AsyncTask to perform network operations. * See also discussion in https://github.com/thundernest/k-9/pull/560</ID>
<ID>ForbiddenComment:AccountSetupCheckSettings.kt$AccountSetupCheckSettings.CheckAccountTask$* FIXME: Don't use an AsyncTask to perform network operations. * See also discussion in https://github.com/thunderbird/thunderbird-android/pull/560</ID>
<ID>ForbiddenComment:MessageDetailsFragment.kt$MessageDetailsFragment$// FIXME: Replace this with a mechanism that survives process death</ID>
<ID>ForbiddenComment:MessageListFragment.kt$MessageListFragment$// FIXME: Don't save the changes in the UI thread</ID>
<ID>ImplicitDefaultLocale:MessageListAdapter.kt$MessageListAdapter$String.format("%d", threadCount)</ID>

View file

@ -41,7 +41,7 @@
### Create release on GitHub
1. Go to https://github.com/thundernest/k-9/tags and select the appropriate tag
1. Go to https://github.com/thunderbird/thunderbird-android/tags and select the appropriate tag
2. Click "Create release from tag"
3. Fill out the form
- Click "Generate release notes"

View file

@ -20,5 +20,5 @@ If you're having trouble with K-9 Mail, ask for help in our <a href="https://for
<b>Want to help?</b>
K-9 Mail is a community developed project. If you're interested in helping to improve the app, please join us!
You can find our bug tracker, source code, and wiki at <a href="https://github.com/thundernest/k-9">https://github.com/thundernest/k-9</a>.
You can find our bug tracker, source code, and wiki at <a href="https://github.com/thunderbird/thunderbird-android">https://github.com/thunderbird/thunderbird-android</a>.
We're always happy to welcome new developers, designers, documenters, translators, bug triagers and friends.

View file

@ -6,7 +6,7 @@ import java.io.InputStream
/**
* Parser for Thunderbird's Autoconfig file format.
*
* See [https://github.com/thundernest/autoconfig](https://github.com/thundernest/autoconfig)
* See [https://github.com/thunderbird/autoconfig](https://github.com/thunderbird/autoconfig)
*/
internal interface AutoconfigParser {
fun parseSettings(inputStream: InputStream, email: EmailAddress): AutoconfigParserResult

View file

@ -297,7 +297,8 @@ class SmtpTransport(
private fun buildHostnameToReport(): String {
val localAddress = socket!!.localAddress
// We use local IP statically for privacy reasons, see https://github.com/thundernest/k-9/pull/3798
// We use local IP statically for privacy reasons,
// see https://github.com/thunderbird/thunderbird-android/pull/3798
return if (localAddress is Inet6Address) {
"[IPv6:::1]"
} else {