Wolf-Martell Montwé
|
dbb381d813
|
Remove :feature:autodiscovery:srvrecords as it's not used anymore
|
2024-01-04 10:59:13 +01:00 |
|
Wolf-Martell Montwé
|
a691508bb6
|
Merge pull request #7472 from thunderbird/bump-assertk
Bump assertk 0.27.0 -> 0.28.0
|
2024-01-03 15:21:55 +01:00 |
|
Wolf-Martell Montwé
|
8ef49ee956
|
Rename containsAll to containsAtLeast
|
2024-01-03 15:02:16 +01:00 |
|
Wolf-Martell Montwé
|
69010f478f
|
Rename isSameAs/isNotSameAs to isSameInstanceAs/isNotSameInstanceAs
|
2024-01-03 15:02:15 +01:00 |
|
Wolf-Martell Montwé
|
a476718451
|
Bump assertk 0.27.0 -> 0.28.0
|
2024-01-03 15:02:15 +01:00 |
|
Wolf-Martell Montwé
|
ee5fd15f5f
|
Merge pull request #7471 from thunderbird/dependency-updates
Dependency updates
|
2024-01-03 13:27:30 +01:00 |
|
cketti
|
c11ed930aa
|
Merge pull request #7469 from thunderbird/fix_notification_preferences
Update notification preferences when fragment is created
|
2024-01-03 13:16:07 +01:00 |
|
cketti
|
1847e19321
|
Merge pull request #7446 from thunderbird/special_folders_fix_3
Retry loading the folder list when 'retry' button was clicked
|
2024-01-03 13:15:26 +01:00 |
|
cketti
|
d3c7ec39aa
|
Merge pull request #7445 from thunderbird/special_folders_fix_2
Sort folders alphabetically in special folders screen
|
2024-01-03 13:14:34 +01:00 |
|
cketti
|
aae41a903f
|
Merge pull request #7443 from thunderbird/fetch_folder_list_after_creating_account
Save special folder mapping and fetch folder list after creating account
|
2024-01-03 13:14:12 +01:00 |
|
Wolf-Martell Montwé
|
e4557d49d1
|
Bump Koin 3.5.0 -> 3.5.3
|
2024-01-03 10:50:00 +01:00 |
|
Wolf-Martell Montwé
|
cbeaef7c51
|
Bump Android dependencies
- AndroidX Activity 1.8.1 -> 1.8.2
- AndroidX Navigation 2.7.5 -> 2.7.6
- AndroidX Annotation 1.7.0 -> 1.7.1
|
2024-01-03 10:49:28 +01:00 |
|
cketti
|
19a064c15f
|
Retry loading the folder list when 'retry' button was clicked
|
2024-01-03 00:46:28 +01:00 |
|
cketti
|
8b21d9a239
|
Merge pull request #7444 from thunderbird/special_folders_fix_1
Don't delay when user clicks 'Next' in special folders screen
|
2024-01-02 21:12:30 +01:00 |
|
Wolf-Martell Montwé
|
0e6b77b6bf
|
Bump Kotlin dependencies
- Kotlin 1.9.20 -> 1.9.21
- AndroidX Compose Compiler 1.5.5 -> 1.5.7
- Okio 3.6.0 -> 3.7.0
- KotlinX Immutable 0.3.6 -> 0.3.7
|
2024-01-02 18:40:36 +01:00 |
|
Wolf-Martell Montwé
|
e6e0bba996
|
Bump AGP 8.1.4 -> 8.2.0
|
2024-01-02 18:11:00 +01:00 |
|
Wolf-Martell Montwé
|
cd8274a539
|
Merge pull request #7470 from thunderbird/remove-unused-code
Remove unused `ThreadInfo` class
|
2024-01-02 17:01:14 +01:00 |
|
Wolf-Martell Montwé
|
4fc07da370
|
Remove unused ThreadInfo class
|
2024-01-02 15:29:27 +01:00 |
|
cketti
|
da8a7625c9
|
Update notification preferences when fragment is created
|
2024-01-02 13:18:35 +01:00 |
|
cketti
|
6de9d8c183
|
Sort folders alphabetically in special folders screen
|
2023-12-19 22:13:21 +01:00 |
|
cketti
|
674932695f
|
Don't delay when user clicks 'Next' in special folders screen
|
2023-12-19 21:40:43 +01:00 |
|
cketti
|
6fb4bfae00
|
Remove try/catch block
We don't expect any of the code that was previously inside the `try` block to throw.
|
2023-12-19 21:21:17 +01:00 |
|
cketti
|
cba9ca31aa
|
Merge pull request #7440 from thunderbird/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 2 to 3
|
2023-12-19 20:18:23 +01:00 |
|
cketti
|
df776baeea
|
Save special folder mapping when creating an account
|
2023-12-19 19:51:46 +01:00 |
|
dependabot[bot]
|
1c7464e4d7
|
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] <support@github.com>
|
2023-12-18 14:34:23 +00:00 |
|
cketti
|
a1a090f77e
|
Fetch folder list when creating an account
|
2023-12-14 00:37:23 +01:00 |
|
cketti
|
46cdbd556e
|
Merge pull request #7431 from meenbeese/patch-1
Convert `Pop3Commands` file to Kotlin
|
2023-12-14 00:15:52 +01:00 |
|
Meen Beese
|
5347ebd48b
|
Convert Pop3Commands to Kotlin
|
2023-12-13 23:49:02 +01:00 |
|
Meen Beese
|
cc169a1d12
|
Rename .java to .kt
|
2023-12-13 23:49:02 +01:00 |
|
cketti
|
927dc72cca
|
Merge pull request #7274 from thunderbird/add_account_setup_special_folder_mapping
Add account setup special folder mapping screen
|
2023-12-13 22:22:57 +01:00 |
|
cketti
|
b890bb9403
|
Fix string representation of SpecialFolderOption.None(isAutomatic = true)
|
2023-12-13 21:41:28 +01:00 |
|
Wolf-Martell Montwé
|
35bf87a3b4
|
Add special folder mapping screen
|
2023-12-13 21:41:28 +01:00 |
|
cketti
|
1171511cc5
|
Merge pull request #7407 from arissystem/issue-4371
Add copy action to RecipientSelectView
|
2023-12-11 13:29:25 +01:00 |
|
Wolf-Martell Montwé
|
e017951022
|
Merge pull request #7426 from thunderbird/add_fixed_scale_image
Add `FixedScaleImage` to design system
|
2023-12-11 12:01:34 +00:00 |
|
cketti
|
96bc7b1076
|
Merge pull request #7428 from thunderbird/bump_clikt
Bump Clikt 3.5.2 -> 4.2.1
|
2023-12-11 12:47:36 +01:00 |
|
cketti
|
b7bb0e0ee4
|
Merge pull request #7424 from thunderbird/more_server_settings_validation_errors
Add more errors to `ServerSettingsValidationResult`
|
2023-12-11 12:47:22 +01:00 |
|
Wolf-Martell Montwé
|
b17d917c28
|
Merge pull request #7425 from thunderbird/add_lint_config_to_compose_apps
Change lint config to lower ExtraTranslation to warning level
|
2023-12-11 09:52:14 +00:00 |
|
r.zarchi
|
6fde3ad738
|
Copy action added to Recipient select view
|
2023-12-10 15:21:09 +03:30 |
|
cketti
|
433d233ce4
|
Bump clikt 3.5.2 -> 4.2.1
|
2023-12-10 01:35:18 +01:00 |
|
Wolf-Martell Montwé
|
235ad6d084
|
Add FixedScaleImage to catalog app
|
2023-12-08 16:39:34 +01:00 |
|
Wolf-Martell Montwé
|
8039b9d5a4
|
Add FixedScaleImage to design system
|
2023-12-08 16:39:34 +01:00 |
|
Wolf-Martell Montwé
|
b86081cf7f
|
Add lint config to report ExtraTranslation as warning instead of error
|
2023-12-08 16:34:05 +01:00 |
|
cketti
|
928b18422e
|
Add more errors to ServerSettingsValidationResult
|
2023-12-08 15:18:29 +01:00 |
|
cketti
|
b73ebdeecc
|
Merge pull request #7421 from thunderbird/convert_to_kotlin
Convert `CertificateValidationException` and `CertificateChainException` to Kotlin
|
2023-12-08 12:34:33 +01:00 |
|
cketti
|
025272bbbb
|
Convert CertificateChainException to Kotlin
|
2023-12-07 21:36:35 +01:00 |
|
cketti
|
34f4d18716
|
Rename .java to .kt
|
2023-12-07 21:00:49 +01:00 |
|
cketti
|
5c58b03fb2
|
Convert CertificateValidationException to Kotlin
|
2023-12-07 20:58:53 +01:00 |
|
cketti
|
3cf4395fa1
|
Rename .java to .kt
|
2023-12-07 20:58:53 +01:00 |
|
cketti
|
3db3d87e0a
|
Merge pull request #7420 from thunderbird/more_error_details
Display error details when checking server settings has failed
|
2023-12-07 15:01:52 +01:00 |
|
cketti
|
dd2ec736b0
|
Merge pull request #7418 from thunderbird/simplify_CertificateValidationException
Simplify `CertificateValidationException` to only be used when there's a certificate chain
|
2023-12-07 13:48:45 +01:00 |
|