0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 04:02:14 +02:00
Commit Graph

14405 Commits

Author SHA1 Message Date
Wolf-Martell Montwé
eb5bf69402
Remove unused attribute 2024-05-27 15:51:32 +02:00
Wolf-Martell Montwé
84e43523be
Merge pull request #7872 from thunderbird/fix-message-list-context-menu
Fix message list context menu color
2024-05-27 15:50:21 +02:00
Wolf-Martell Montwé
9cff75eea2
Merge pull request #7871 from thunderbird/fix-issue-7869
Fix message list menu order
2024-05-27 15:49:38 +02:00
Wolf-Martell Montwé
71dbe0f413
Rename menu for better discoverability 2024-05-27 12:24:14 +02:00
Wolf-Martell Montwé
93559c8081
Change menu sort order 2024-05-27 12:21:23 +02:00
Wolf-Martell Montwé
e57f2285e9
Rename menus for better discoverability 2024-05-27 12:20:12 +02:00
Wolf-Martell Montwé
8baae2ecef
Add style to define context menu colors 2024-05-27 12:17:54 +02:00
cketti
4fc04ea99b
Merge pull request #7861 from thunderbird/toolbar_size
Fix toolbar height in message list
2024-05-27 11:56:18 +02:00
cketti
4436fff032
Merge pull request #7860 from thunderbird/account_settings_toolbar
Fix toolbar height in account settings
2024-05-27 11:54:37 +02:00
cketti
e1ac98f97d
Merge pull request #7859 from thunderbird/onBackPressed_1
Remove `onBackPressed()` usage [1/x]
2024-05-27 11:53:48 +02:00
Wolf-Martell Montwé
b91b35617e
Merge pull request #7862 from thunderbird/fix-message-list-item-style
Fix message list item style
2024-05-22 17:51:14 +02:00
Wolf-Martell Montwé
6e24ca997c
Merge pull request #7863 from thunderbird/remove-unused-color-attributes
Remove unused color attribute
2024-05-22 12:38:03 +00:00
Wolf-Martell Montwé
abc1731db4
Fix MessageListItem selection color 2024-05-22 14:29:46 +02:00
Wolf-Martell Montwé
810889541b
Fix message list selected icon 2024-05-22 14:29:46 +02:00
Wolf-Martell Montwé
1fed88b74e
Remove unused color attribute 2024-05-21 18:45:39 +02:00
cketti
71603c8bfc Fix message list toolbar with subtitle 2024-05-21 15:53:56 +02:00
cketti
fd21089faa Use MaterialToolbar in account settings 2024-05-21 15:15:05 +02:00
cketti
0046aa5d0a Fix toolbar height in account settings
This allows the toolbar to grow when using a large system font size.
2024-05-21 14:44:27 +02:00
Wolf-Martell Montwé
5991c5d2ec
Merge pull request #7858 from thunderbird/fix-catalog-app
Fix Catalog App
2024-05-21 12:01:45 +00:00
Wolf-Martell Montwé
9a9a57eec7
Remove isDefault for preview builtType to avoid dependency resolution issues 2024-05-21 11:49:01 +02:00
cketti
cd7785f8b6
Merge pull request #7853 from thunderbird/clean_up_SettingsFileParser_2
Refactor `SettingsImporter` [4/x]
2024-05-21 10:50:49 +02:00
cketti
6a14c950a0 Call onBackPressedDispatcher.onBackPressed() instead of onBackPressed()
`FragmentManager`'s back button handler is exactly the behavior we want for the toolbar's home button.
2024-05-17 19:20:13 +02:00
cketti
c988cba6c2 We no longer need to manually collapse the search action view 2024-05-17 19:06:59 +02:00
cketti
cdde1bc9cb Don't call onBackPressed() from onSupportNavigateUp() 2024-05-17 18:20:48 +02:00
cketti
33b3f2d845 Save composition defaults in onStop() instead of onBackPressed() 2024-05-17 18:11:31 +02:00
cketti
3dc725d253 Save identities in onStop() instead of onBackPressed()
This will also work when the user navigates back using the toolbar button.
2024-05-17 17:26:36 +02:00
Wolf-Martell Montwé
c419fa6ebb
Merge pull request #7829 from thunderbird/add-adr-project-structure
Add ADR for the project structure
2024-05-17 14:42:42 +00:00
Wolf-Martell Montwé
b9d7822e92
Add ADR for the project structure 2024-05-17 16:38:59 +02:00
cketti
a4a10cebf8 Change SettingsFile.Contents.accounts to a list 2024-05-16 18:15:44 +02:00
cketti
7d5d607e8d Change the way SettingsImporter iterates over accounts 2024-05-16 18:11:38 +02:00
cketti
ebbdb046ee Change SettingsFile.Contents.accounts to be non-nullable 2024-05-16 18:11:38 +02:00
cketti
d4e4c55f4c Change nullability of SettingsImporter.importSettings() parameter
We never use an `accountUuids` value of `null` anywhere in the code.
2024-05-16 18:11:37 +02:00
cketti
889f5cf660
Merge pull request #7851 from thunderbird/supported_languages
Add Korean and Vietnamese to supported languages
2024-05-16 15:01:59 +02:00
Wolf-Martell Montwé
d83345cc23
Merge pull request #7850 from thunderbird/add-java-to-kotlin-conversion-guide
Add Java to Kotlin Conversion Guide
2024-05-16 12:59:47 +00:00
Wolf-Martell Montwé
ee32dcd38c
Add Java to Kotlin Conversion Guide 2024-05-16 14:35:08 +02:00
Wolf-Martell Montwé
ca2829cc36
Merge pull request #7847 from thunderbird/bump-depdendencies
Bump dependencies
2024-05-16 10:03:44 +00:00
cketti
dcfdd29595 Add Korean and Vietnamese to supported languages 2024-05-16 12:01:17 +02:00
cketti
a6a32945b9 Prepare for version 6.902 2024-05-15 18:26:44 +02:00
cketti
b89b12295c Version 6.901 2024-05-15 18:18:43 +02:00
cketti
d8fdb4b425
Merge pull request #7844 from thunderbird/fix_compose_crash
Fix cast to wrong view type
2024-05-15 18:15:05 +02:00
Wolf-Martell Montwé
45bb89a05d
Fix AndroidX artificially locked to a specific version 2024-05-15 17:51:04 +02:00
Wolf-Martell Montwé
16f309f103
Bump dependencies
- AssertK 0.28.0 -> 0.28.1
- Clikt 4.3.0 -> 4.4.0
- Detekt Plugin Compose 0.3.15 -> 0.3.21
- Forkhandles BOM 2.15.1.0 -> 2.18.0.1
- Http4k BOM 5.16.0.0 -> 5.20.0.0
- KotlinX Coroutines 1.8.0 -> 1.8.1
- KotlinX DateTime 0.5.0 -> 0.6.0
- Mockito 5.11.0 -> 5.12.0
2024-05-15 17:51:03 +02:00
Wolf-Martell Montwé
6b3609912d
Bump Compose and Kotlin
- AndroidX Compose BOM 2024.04.00 -> 2024.05.00
- AndroidX Compose Compiler 1.5.11 -> 1.5.14
- Kotlin BOM 1.9.23 -> 1.9.24
- Kotlin KSP 1.9.23-1.0.20 -> 1.9.23-1.0.20
2024-05-15 17:51:03 +02:00
Wolf-Martell Montwé
9c5633c0c4
Bump AndroidX dependencies
- Android Material 1.11.0 -> 1.12.0
- AndroidX Annotation 1.7.1 -> 1.8.0
- AndroidX Fragment 1.6.2 -> 1.7.1
2024-05-15 17:51:03 +02:00
cketti
659186deb0 Fix cast to wrong view type 2024-05-15 17:20:43 +02:00
cketti
39fec3bfdb Prepare for version 6.901 2024-05-15 16:34:30 +02:00
cketti
9ba253f312 Version 6.900 2024-05-15 16:09:16 +02:00
Wolf-Martell Montwé
8b977a485c
Merge pull request #7840 from thunderbird/bump-androidx-core
Bump AndroidX Core 1.12.0 -> 1.13.1
2024-05-15 13:50:33 +00:00
cketti
b6fb6f6ff1
Merge pull request #7841 from weblate/weblate-tb-android-app-strings
Translations update from Hosted Weblate
2024-05-15 15:39:15 +02:00
Wolf-Martell Montwé
5441b2b6a3
Bump AndroidX Core 1.12.0 -> 1.13.1 and remove AlarmManagerCompat 2024-05-15 15:09:58 +02:00