Commit graph

11718 commits

Author SHA1 Message Date
cketti
80c68e1e3e Display crypto status in message details bottom sheet 2023-02-01 18:01:28 +01:00
cketti
cbf3ef985d
Merge pull request from thundernest/bottom_sheet_contents
Message View Redesign: Add bottom sheet (2)
2023-01-25 14:05:51 +01:00
cketti
6762b2c488 IMAP: Add Sender to list of headers to fetch by default 2023-01-24 18:21:51 +01:00
cketti
9cb6859ad6 Load message details 2023-01-24 18:21:51 +01:00
cketti
7dd0ed79c4 Merge branch 'main' into message-view-redesign 2023-01-18 12:56:25 +01:00
cketti
e797da026e
Merge pull request from thundernest/update_dependencies
Update dependencies
2023-01-17 15:04:25 +01:00
cketti
8b92a7c162 Update icu4j-charset to version 72.1 2023-01-17 14:55:25 +01:00
cketti
24a6fb62ed Update JDOM to version 2.0.6.1 2023-01-17 14:55:25 +01:00
cketti
b4976b29a1 Update Turbine to version 0.12.1 2023-01-17 14:55:25 +01:00
cketti
eebc82be38 Update mockito-kotlin to version 4.1.0 2023-01-17 14:55:25 +01:00
cketti
b8d18bbfad Update Mockito to version 5.0.0 2023-01-17 14:55:25 +01:00
cketti
259a644e02 Update Robolectric to version 4.9.2 2023-01-17 14:55:25 +01:00
cketti
95b61e61ca Update Clikt to version 3.5.1 2023-01-17 14:55:25 +01:00
cketti
ddd464cffb Update Apache James Mime4J to version 0.8.8 2023-01-17 14:55:25 +01:00
cketti
d858b20f3f Update Apache Commons IO to version 2.11.0 2023-01-17 14:55:25 +01:00
cketti
e2fbe4382c Update Koin components to version 3.3.2 2023-01-17 14:55:25 +01:00
cketti
54128718c3 Update Okio to version 3.3.0 2023-01-17 14:55:25 +01:00
cketti
e3782313e0 Update Material Components to version 1.7.0 2023-01-17 14:55:25 +01:00
cketti
041c890eb9 Update AndroidX Test Core to version 1.5.0 2023-01-17 14:55:25 +01:00
cketti
aca40f40bf Update AndroidX Fragment to version 1.5.5 2023-01-17 14:55:25 +01:00
cketti
a32cc421e8 Update AndroidX Navigation to version 2.5.3 2023-01-17 14:55:25 +01:00
cketti
301b951d04 Update AndroidX Activity to version 1.6.1 2023-01-17 14:55:25 +01:00
cketti
48edb196a0 Update AndroidX AppCompat to version 1.6.0 2023-01-17 14:55:25 +01:00
cketti
7577e66f3b Update Jetbrains annotations library to version 24.0.0 2023-01-17 14:55:25 +01:00
cketti
2b25d0d1ac Update Kotlin to version 1.8.0 2023-01-17 14:55:25 +01:00
cketti
6981490861 Enable core library desugaring 2023-01-17 14:55:25 +01:00
cketti
6a5263aa41 Update Android Gradle Plugin to version 7.4.0 2023-01-17 14:55:25 +01:00
cketti
74094a2d66
Merge pull request from thundernest/change_theme_colors
Change theme colors
2023-01-17 14:39:32 +01:00
cketti
6244ea6573 Change colors for selected/active messages in the message list
We can't use semi-transparent colors because the message list item backgrounds are drawn on top of other colors when using swipe actions. Instead, we mix the colors ourselves, e.g. 60% of ?attr/colorSecondaryVariant on ?attr/colorSurface
2023-01-17 14:17:57 +01:00
cketti
9bed86a636 Change themes to use shades of gray as primary color
Also use the primary color for the floating action button.
2023-01-17 14:17:57 +01:00
cketti
5db9401f55 Make colors of the floating action button part of the theme 2023-01-17 14:17:57 +01:00
cketti
8988b85e69 Make color of the selection check mark part of the theme 2023-01-17 14:17:57 +01:00
cketti
b8900fc9de
Merge pull request from thundernest/smtp_logging
SMTP: Log "sensitive" responses when "Log sensitive information" is enabled
2023-01-17 14:13:40 +01:00
cketti
a8432dd6d8 SMTP: Log "sensitive" responses when "Log sensitive information" is enabled 2023-01-17 14:12:25 +01:00
cketti
29204414b8
Merge pull request from schlagi123/migrate_to_gradles_version_catalog
Migrate to Gradle's version catalog
2023-01-16 15:39:09 +01:00
cketti
7e8c7f18db Switch to TOML file for Gradle version catalog 2023-01-16 14:49:14 +01:00
cketti
1052bd07c7 Rename some Gradle version catalog entries 2023-01-16 14:49:14 +01:00
Bastian Wilhelm
a3f6995a2e Migrate to Gradle's version catalog 2023-01-16 14:49:14 +01:00
cketti
6e16e6568f
Merge pull request from thundernest/toolbar_bottom_sheet
Message View Redesign: Add bottom sheet (1)
2023-01-16 12:50:51 +01:00
cketti
a4914ff527 Prepare for version 6.503 2023-01-16 12:14:45 +01:00
cketti
3df7f26bdc Version 6.502 2023-01-16 11:58:07 +01:00
cketti
354cfcaf81
Merge pull request from thundernest/fab_settings_label
Change label in settings to "show floating compose button"
2023-01-16 11:54:27 +01:00
cketti
5c781d0bd4 Change label in settings to "show floating compose button" 2023-01-16 11:04:04 +01:00
cketti
b070375fae
Merge pull request from thundernest/fix_WorkerFactory_crash
Don't crash when K9WorkerFactory gets called for an unknown class
2023-01-16 10:58:47 +01:00
cketti
388d1690f3 Don't crash when K9WorkerFactory gets called for an unknown class 2023-01-13 11:07:14 +01:00
cketti
81245668eb Add message detail bottom sheet
This commit is mainly about the bottom sheet mechanics of showing the toolbar when it is expanded. A place holder layout is used for the bottom sheet content.
2023-01-12 14:39:03 +01:00
cketti
2201cf34a6 Version 6.501 2023-01-09 19:06:19 +01:00
cketti
ed79d34826
Merge pull request from thundernest/dismiss_recent_changes_hint
Only mark recent changes as read when dismissing snackbar via swipe
2023-01-09 19:04:03 +01:00
cketti
7cb741a7ff Only mark recent changes as read when dismissing snackbar via swipe 2023-01-09 18:49:34 +01:00
cketti
c8978dcbb9
Merge pull request from thundernest/dismiss_recent_changes_hint
Mark recent changes as read when dismissing snackbar
2023-01-09 18:26:43 +01:00