Commit graph

12344 commits

Author SHA1 Message Date
cketti
2389d06823 Update app store screenshots for K-9 Mail 6.600 2023-04-20 15:28:41 +02:00
cketti
98b59f1709 Fix bugs in ImapResponseParser 2023-04-19 19:36:31 +02:00
cketti
989c04f6cb Fix SmtpLogger call to not include input in format string 2023-04-18 19:26:47 +02:00
cketti
97ed7f6dc3 Fix crash when loading attachment metadata fails 2023-04-18 19:03:46 +02:00
cketti
7d429d565b
Merge pull request #6828 from thundernest/log_export_exceptions
Log exception when exporting settings to a file fails
2023-04-18 14:59:50 +02:00
cketti
40d87d574b MessageList: Don't crash when being launched with invalid EXTRA_SEARCH value 2023-04-18 14:55:35 +02:00
cketti
3119985ffb
Merge pull request #6825 from thundernest/file_uri_link
Don't attempt to open `file:` URIs in an email
2023-04-18 13:21:57 +02:00
cketti
11d004dc07 Log exception when exporting settings to a file fails 2023-04-18 13:16:59 +02:00
cketti
35dddef436 Merge branch '6.6-MAINT' into 'main' 2023-04-18 12:50:59 +02:00
cketti
af28c757dd Version 6.601 2023-04-18 12:14:01 +02:00
cketti
a94d22985c
Merge pull request #6823 from thundernest/enable_widgets_by_default
Enable home screen widgets by default
2023-04-18 11:58:42 +02:00
Wolf-Martell Montwé
8d7b3129ca
Merge pull request #6815 from thundernest/fix_dependency_conflicts
Fix dependency conflicts
2023-04-18 07:58:08 +00:00
cketti
18fa505725 Don't attempt to open file: URIs in an email 2023-04-17 20:13:58 +02:00
cketti
423bb3e181 Change MessageWebView to use Koin to retrieve dependencies 2023-04-17 20:13:58 +02:00
cketti
30efd5051f Convert K9WebViewClient to Kotlin 2023-04-17 20:04:24 +02:00
cketti
6a202800f3 Rename .java to .kt 2023-04-17 18:18:04 +02:00
cketti
bda3a48784 Prepare for version 6.700 2023-04-17 15:33:32 +02:00
cketti
c414d0c209 Merge branch '6.6-MAINT' into 'main' 2023-04-17 15:33:13 +02:00
cketti
692b03a550 Enable home screen widgets by default 2023-04-17 15:13:08 +02:00
Wolf Montwé
49cb6018cb
Update dependencies 2023-04-12 10:06:33 +02:00
Wolf Montwé
c7f78df1b6
Remove unused dependencies 2023-04-12 10:06:33 +02:00
Wolf Montwé
45026238f0
Fix AndroidX lifecycle viewmodel compose version conflict 2023-04-12 10:06:32 +02:00
Wolf Montwé
84a6127c69
Change mockito inline to core, as it is inline anyway since 5.0.0
See: https://github.com/mockito/mockito/releases/tag/v5.0.0
2023-04-12 10:06:32 +02:00
Wolf Montwé
1f768632e2
Fix plugins:opengpg-api-lib dependency conflicts 2023-04-12 10:06:32 +02:00
Wolf Montwé
d17f27244c
Fix dependency conflicts for ui-utils 2023-04-12 10:06:31 +02:00
Wolf-Martell Montwé
2727a8a1da
Merge pull request #6803 from thundernest/add_feature_preview_app
Add feature preview app
2023-04-11 14:04:11 +00:00
cketti
87ff2338ba
Merge pull request #6805 from thundernest/convert_to_kotlin
Convert `ImapResponseParserTest` to Kotlin
2023-04-11 14:58:00 +02:00
cketti
7ba404dd21 Clean up ImapResponseParserTest 2023-04-11 14:37:23 +02:00
Wolf Montwé
1d494a1db9
Fix CatalogThemeSwitch not changing state properly between dark/light 2023-04-11 14:30:13 +02:00
Wolf Montwé
e5bf49bddb
Add SystemBarsColor 2023-04-11 14:30:07 +02:00
Wolf Montwé
216350ae63
Add ButtonDefaults that replaces the Material 2 one to allow changes of PaddingValues 2023-04-11 14:18:00 +02:00
Wolf Montwé
eb1ffa0c7a
Fix missing logo background and padding 2023-04-11 14:18:00 +02:00
Wolf Montwé
1b410e6ea1
Change memory allowance to 3 GB to avoid compilation out of memory 2023-04-11 14:18:00 +02:00
Wolf Montwé
94d832eea3
Add app module to preview features 2023-04-11 14:17:59 +02:00
Wolf Montwé
efff0f96d6
Change catalog app icon and add splashscreen 2023-04-11 14:17:59 +02:00
Wolf-Martell Montwé
9c017d2aac
Merge pull request #6806 from thundernest/update_dependencies
Update dependencies
2023-04-11 12:14:41 +00:00
cketti
ccea632a7a
Merge pull request #6811 from thundernest/signature_remover_nbsp
Add support for signature delimiters using non-breaking space in HTML parts
2023-04-11 14:05:10 +02:00
cketti
590ab79118
Merge pull request #6810 from thundernest/charset_crash
Fix bug in `CharsetSupport.readToString()`
2023-04-11 14:03:26 +02:00
cketti
35f4c28ffa Version 6.600 2023-04-11 12:58:16 +02:00
cketti
e621d3f693 Add support for signature delimiters using non-breaking space in HTML parts 2023-04-08 15:27:33 +02:00
cketti
fe2c5494ae Fix bug in CharsetSupport.readToString()
`charset` arguments containing a newline character didn't match the regular expression meant to always match.
2023-04-08 12:25:58 +02:00
cketti
549d31ac62
Merge pull request #6804 from thundernest/user_manual_screenshots
Add Maestro flow to record screenshots for the user manual (reading)
2023-04-06 11:56:50 +02:00
Wolf Montwé
54d105b2e4
Update imap dependencies 2023-04-06 10:45:37 +02:00
cketti
5d030c0ccd Convert ImapResponseParserTest to Kotlin 2023-04-05 21:00:55 +02:00
cketti
aeedd17e1c Rename .java to .kt 2023-04-05 21:00:55 +02:00
Wolf Montwé
f21dc9339b
Update dependencies 2023-04-05 17:49:53 +02:00
Wolf Montwé
67e6772dc0
Update Kotlin to 1.8.10 and Compose to 2023.03.00 2023-04-05 17:49:52 +02:00
Wolf Montwé
abc548edf7
Update Androidx Lifecycle to 2.6.1 2023-04-05 16:49:19 +02:00
cketti
954da67314 Add Maestro flow to record screenshots for the user manual (reading) 2023-04-04 01:41:02 +02:00
Wolf-Martell Montwé
1a302a2dd3
Merge pull request #6795 from thundernest/add_onboarding_feature
Add onboarding feature
2023-04-03 16:44:32 +00:00