Commit Graph

2446 Commits

Author SHA1 Message Date
M66B
a89d4cac1f TTS start/stop button 2025-07-13 13:12:46 +02:00
M66B
5dc603bee1 Added cancel single event of recurring events 2025-07-02 18:34:18 +02:00
M66B
d336f77dd2 Removed TTS from Play Store release
Google doesn't allow this in the Play Store and based on past experiences trying to fight this is a waste of time
2025-05-07 08:42:08 +02:00
M66B
4e02f5f3d6 Allow sharing links in GitHub version 2025-04-17 09:47:55 +02:00
M66B
4984684531 Enable accessible clickable span support 2025-04-15 18:26:15 +02:00
M66B
e630d50be1 Directly open drafts from draft messages folder 2025-04-10 14:27:33 +02:00
M66B
cc52b60594 Added thin color stripe 2025-04-06 20:01:46 +02:00
M66B
cca3b9c27b Limit POP3 rules 2025-04-02 21:11:10 +02:00
M66B
820cad9a1e Improved auto seen/body 2025-03-25 15:51:26 +01:00
M66B
e50a7eaa4c Fixed marking message read/unread 2025-03-25 08:28:15 +01:00
M66B
2e09042b33 Small accessibility improvement 2025-03-20 16:00:23 +01:00
M66B
60305a1f6a Read account name if account color set 2025-03-18 08:55:53 +01:00
M66B
4e30e760ba Revert "Skip reverse for distribution lists"
This reverts commit 0d7335789a.
2025-03-18 07:12:21 +01:00
M66B
0d7335789a Skip reverse for distribution lists 2025-03-17 21:37:34 +01:00
M66B
1324648b29 Added optional TTS button 2025-03-17 08:29:43 +01:00
M66B
0c515da25e Sent message 2025-02-24 18:09:44 +01:00
M66B
6fe1a80aa3 Added option to filter sent messages 2025-02-24 07:48:40 +01:00
M66B
d6debbb616 Allow keywords for POP3 2025-02-21 10:20:19 +01:00
M66B
14c1c9d8fb Auto seen on uid 2025-02-16 15:31:11 +01:00
M66B
4a1ca4e7e2 Resync/invalidate 2025-02-14 14:41:46 +01:00
M66B
912c2dc505 Reuse search term 2025-01-14 12:54:53 +01:00
M66B
18605c9ac0 Added long click HTML button for alt parts 2025-01-13 08:01:28 +01:00
M66B
a0ba8d7138 Improved flagged background color 2025-01-11 15:34:31 +01:00
M66B
b4bcc2cff4 Limit SVG file size to 512 KiB 2025-01-07 09:39:10 +01:00
M66B
f127a5fbfb Prevent resource not found 2025-01-07 08:56:54 +01:00
M66B
a1c481786e Added debug option to enable/disable SVG 2025-01-04 16:18:08 +01:00
M66B
d438562796 Disable SVG for gallery for Play Store version 2025-01-03 20:23:46 +01:00
M66B
e277be5d63 Happy New Year 2025-01-03 19:15:04 +01:00
M66B
77126900dd Small behavior improvement 2025-01-02 08:21:45 +01:00
M66B
3b882f5b80 Fixed reformatted text color 2025-01-01 22:35:00 +01:00
M66B
032885f91b Fixed default light for reformatte message view 2025-01-01 08:19:35 +01:00
M66B
c3cf7e892c Refactoring 2024-12-30 12:31:20 +01:00
M66B
e982784757 Small fix 2024-12-25 10:32:06 +01:00
M66B
0667d96168 Experiment: force light for reformatted message view 2024-12-24 11:12:14 +01:00
M66B
b85f64be29 Removed fake dark debug option 2024-12-24 10:39:12 +01:00
M66B
b0be9f3e19 Added long click signature info 2024-12-20 07:10:48 +01:00
M66B
04bb4695e1 Added debug option to show full 'from' for junk 2024-12-15 08:12:18 +01:00
M66B
a77204daf5 Allow archiving single sent messages 2024-12-12 19:55:24 +01:00
M66B
49b8b90aac Refactoring 2024-11-08 13:03:15 +01:00
M66B
70775afb80 Properly cleanup iCalendar attendee 2024-10-28 07:57:55 +01:00
M66B
0bfd8bf015 Fixed scaling of inline images 2024-10-16 15:22:30 +02:00
M66B
76c2b415d0 Event reply with confirmed instead of implicit tentative 2024-09-19 21:29:01 +02:00
M66B
6bbc0d033d Prevent reporting own messages as junk 2024-09-12 16:13:27 +02:00
M66B
44f6a27e3d Disabled name/email check 2024-09-06 08:22:34 +02:00
Peter Vágner
8282992151 a11y: Improvements to message list presentation
Improved screen reader accessibility of message list in regard to up to date features since this has been looked into last time.

It includes these changes:
* Explicitly set contentDescription of image buttons and image views to @null rather than setting it into textual values where these are not used.
* Some 3rd party screen reader apps don't disable their contentDescription calculation from child widgets while the parent has a custom actions and overridden contentDescriptions so use setImportantForAccessibility on all the widgets contentDescription is populated from. This avoids speaking some texts multiple times on non default accessibility service setups.
* Added missing details to the contentDescription such as signed, notes, labels, keywords.
* Change it so visibility of the individual widgets is respected where possible.

Signed-off-by: Peter Vágner <pvdeejay@gmail.com>
2024-09-06 01:43:57 +02:00
M66B
924994fe30 Skip media for junk messages 2024-08-30 07:36:22 +02:00
M66B
1812224299 Cleanup 2024-08-27 22:00:34 +02:00
M66B
522a598fef Start compose as new task always 2024-08-10 08:14:40 +02:00
M66B
28a70479c5 Refactoring 2024-08-04 15:22:23 +02:00
M66B
1861f2fa97 Small improvement 2024-08-03 22:23:04 +02:00