Commit graph

11834 commits

Author SHA1 Message Date
cketti
d99952a77d
Merge pull request #6667 from thundernest/long_press_image
Fix crash when trying to download an image displayed in the message
2023-02-14 17:21:36 +01:00
cketti
afaa6a17c9
Merge pull request #6666 from thundernest/notification_summary_actions
Limit summary notification actions to active notifications
2023-02-14 16:58:47 +01:00
cketti
2a0bc6c09c Set indent_size = 2 for .json files 2023-02-14 16:51:07 +01:00
cketti
f94776dfe3 Only show "download image" option for images included via http(s) URI 2023-02-14 16:50:16 +01:00
cketti
2365b084c1 Add messages with inline images to the demo backend 2023-02-14 16:50:16 +01:00
Wolf-Martell Montwé
af51089bde
Merge pull request #6664 from thundernest/add_build_plugin
Add build plugin
2023-02-14 13:51:12 +01:00
cketti
caa6a848ff Limit summary notification actions to active notifications 2023-02-14 11:48:11 +01:00
Wolf-Martell Montwé
90539b5e48
Merge pull request #6655 from thundernest/add_cache
Add Cache
2023-02-14 10:56:57 +01:00
Wolf Montwé
77a295f7ed
Remove doubled test 2023-02-14 10:45:28 +01:00
Wolf Montwé
946c105265
Change include structure and enable typesafe project accessors 2023-02-14 10:41:09 +01:00
Wolf Montwé
2967e933e4
Change Spotless configuration to build-plugin 2023-02-14 10:41:09 +01:00
Wolf Montwé
557bf1dcc7
Add build-plugin 2023-02-14 10:41:09 +01:00
Wolf-Martell Montwé
a3819fd102
Merge pull request #6662 from thundernest/change_root_build_files_to_kotlin
Change root build files to Kotlin
2023-02-14 10:17:50 +01:00
Wolf Montwé
71ae33719f
Change build.gradle.kts to Kotlin 2023-02-13 16:44:48 +01:00
Wolf Montwe
7a77fc43b8
Add Cache 2023-02-13 16:22:41 +01:00
Wolf Montwé
73f9976838
Rename build.gradle to build.gradle.kts 2023-02-13 15:07:30 +01:00
Wolf Montwé
fdfd7c2203
Change settings.gradle.kts to Kotlin 2023-02-13 15:06:32 +01:00
Wolf Montwé
bf7dcec493
Rename settings.gradle to settings.gradle.kts 2023-02-13 15:02:23 +01:00
Wolf-Martell Montwé
af2f3f9cc6
Merge pull request #6656 from thundernest/add_contact_intent_helper
Add `ContactIntentHelper`
2023-02-10 17:05:34 +00:00
Wolf Montwé
f46b754373
Add ContactIntentHelper and remove functionality from Contacts 2023-02-10 17:48:55 +01:00
cketti
6ddd144380
Merge pull request #6654 from thundernest/add_thread_to_demo_account
Add a thread consisting of two messages to the demo account
2023-02-10 16:39:59 +01:00
cketti
aa83bf1e9b Add a thread consisting of two messages to the demo account 2023-02-10 13:50:31 +01:00
cketti
d2e8dbb3ca Prepare for version 6.508 2023-02-10 11:50:54 +01:00
cketti
d43c8a1dc3 Version 6.507 2023-02-10 11:41:13 +01:00
cketti
7150f76b9b
Merge pull request #6653 from thundernest/update_translations
Update translations
2023-02-10 11:20:23 +01:00
cketti
5c183b2664 Update translations 2023-02-10 10:58:39 +01:00
cketti
ae374bd5f4
Merge pull request #6647 from thundernest/message_details_folder_name
Display folder name in message details screen
2023-02-10 10:55:25 +01:00
Wolf-Martell Montwé
6224d40a4f
Merge pull request #6649 from thundernest/change_messagetopview_to_kotlin
Changed `MessageTopView` to Kotlin
2023-02-10 09:02:32 +00:00
Wolf Montwe
0e7492fecb
Change MessageTopView to Kotlin 2023-02-09 19:59:59 +01:00
Wolf-Martell Montwé
fa4f91bd87
Merge pull request #6648 from thundernest/bottom_sheet_dragging
Don't allow dragging the message details bottom sheet when the list is scrolled
2023-02-09 16:38:08 +00:00
Wolf Montwe
292bf17eb1
Rename MessageTopView to kt 2023-02-09 16:02:54 +01:00
cketti
cc2765907e
Merge pull request #6650 from thundernest/fix_intellij_code_style
Fixed intellij code style rules
2023-02-09 15:49:02 +01:00
Wolf Montwe
afbfa56dd4
Fix intellij code style to avoid asterisk imports which violates ktlint rules 2023-02-09 15:36:01 +01:00
cketti
90e5c265da Don't allow dragging the message details bottom sheet when the list is scrolled 2023-02-09 13:41:52 +01:00
Wolf-Martell Montwé
87acdd5010
Merge pull request #6639 from thundernest/add_maestro_test_flows
Added maestro test flows
2023-02-09 11:59:14 +00:00
cketti
faf8b42acc Display folder name in message details screen 2023-02-09 12:41:08 +01:00
Wolf Montwe
047b0c7d49
Fix README 2023-02-09 12:04:49 +01:00
cketti
a1453ecbea
Merge pull request #6644 from thundernest/refactor_FolderNameFormatter
Simplify creation of `FolderNameFormatter`
2023-02-09 11:56:33 +01:00
Wolf Montwe
70994c0d0f
Change flows and add requirements section to README 2023-02-09 11:17:28 +01:00
cketti
487787bdd2 Simplify creation of FolderNameFormatter
`FolderNameFormatter` is only retrieving string resources. For this the global `Resources` instance will do. There's no need to pass instances retrieved from an `Activity`.
2023-02-08 16:09:32 +01:00
Wolf Montwe
68ce2e3562
Change structure 2023-02-08 15:13:00 +01:00
Wolf Montwe
99aa323a01
Change validate_compose_simple_message flow to avoid email name collisions 2023-02-08 15:03:49 +01:00
Wolf Montwe
469ca6d86c
Add readme 2023-02-08 15:03:11 +01:00
Wolf Montwe
fa5f8bb655
Add maestro test flows to verify show contact names 2023-02-08 14:45:32 +01:00
Wolf-Martell Montwé
04e3908293
Merge pull request #6642 from thundernest/contact_names_in_message_details
Contact names in message details (2)
2023-02-08 13:45:14 +00:00
cketti
74f40dd0bd Respect "show contact names" setting in message details 2023-02-08 14:01:13 +01:00
cketti
fba8e8aca3
Merge pull request #6641 from thundernest/message_view_recipient_formatter
Refactor `AddressFormatter` to `MessageViewRecipientFormatter`
2023-02-08 14:00:47 +01:00
cketti
fd17191c5a
Merge pull request #6640 from thundernest/change_spotless_setup
Changed spotless configuration
2023-02-08 13:58:38 +01:00
cketti
836fb7dc69 Rename (and move) AddressFormatter to MessageViewRecipientFormatter
The way recipient names are displayed in the message view screen is subtly different from the other places where we display recipient names. Now the name reflects that.
2023-02-08 12:45:13 +01:00
Wolf Montwe
a6bb838123
Change spotless configuration to remove all rules covered by .editorconfig or used formatters 2023-02-08 12:38:46 +01:00