Commit Graph

18906 Commits

Author SHA1 Message Date
M66B
30b1458700 TTS progress channel 2024-09-29 17:25:17 +02:00
M66B
edf06fb560 Enable keep/alive noop for Gmail 2024-09-28 21:06:21 +02:00
M66B
47925745fc Revert "Enable noop by default"
This reverts commit ed740389d0.
2024-09-28 21:02:47 +02:00
M66B
ada1d1fc9d Revert "Allow DB downgrade"
This reverts commit 31a91cfc10.
2024-09-28 21:02:44 +02:00
M66B
31a91cfc10 Allow DB downgrade 2024-09-28 20:30:58 +02:00
M66B
ed740389d0 Enable noop by default 2024-09-28 20:30:00 +02:00
M66B
ec18e1237e Plain text image text 2024-09-28 19:50:33 +02:00
M66B
baed02ccaf Revert "Disabled Edge remark"
This reverts commit 2b9a954689.
2024-09-28 08:31:02 +02:00
M66B
2b9a954689 Disabled Edge remark 2024-09-28 07:24:13 +02:00
M66B
a33fa3142f Added remark about Edge 2024-09-27 22:31:21 +02:00
M66B
30850eaf85 Fix 2024-09-27 15:21:15 +02:00
M66B
de49140a25 Added show undo send option 2024-09-27 13:12:27 +02:00
M66B
eab4033818 Added undo sent snackbar 2024-09-27 11:57:26 +02:00
M66B
557b4fd83c Improved print margings 2024-09-26 19:40:16 +02:00
M66B
3b9c303274 Prevent IllegalArgumentException 2024-09-26 19:12:46 +02:00
M66B
63101a45ee Cleanup 2024-09-26 17:53:17 +02:00
M66B
aadcbaed8d Purge local messages 2024-09-26 17:27:16 +02:00
M66B
a12f3d66ec Enabled WindowLayoutInfo for all release types 2024-09-26 09:06:37 +02:00
M66B
b2e08a855e Added remark 2024-09-26 08:37:26 +02:00
M66B
e538e0f036 Predictable sort order for contact lookup by email address 2024-09-26 07:30:17 +02:00
M66B
17de79d52e Prevent NPE 2024-09-26 07:30:05 +02:00
M66B
6c835d8ab1 Prevent NPE 2024-09-26 07:29:46 +02:00
M66B
3693693fdc Can fold 2024-09-25 15:21:21 +02:00
M66B
c177a6a142 Flag snoozed from notification 2024-09-24 14:43:16 +02:00
M66B
dcd082e1e2 Try parse com.sun.mail.imap.IMAPInputStream 2024-09-24 07:58:43 +02:00
M66B
657d89f014 Added support for Galaxy Z Fold6 2024-09-24 07:28:14 +02:00
M66B
5ded9561e4 Lexicographic sort of folder names 2024-09-20 08:04:43 +02:00
M66B
76c2b415d0 Event reply with confirmed instead of implicit tentative 2024-09-19 21:29:01 +02:00
M66B
bedc399ecc Wider navigation menu on extra large screens 2024-09-16 07:37:40 +02:00
M66B
6f66b299cf Added haptic feedback to swipe/refresh 2024-09-15 20:40:05 +02:00
M66B
fe92ef1c41 Prevent JSON error 2024-09-15 15:38:05 +02:00
M66B
1bdfac3f72 Prevent NPE 2024-09-15 08:04:47 +02:00
M66B
85c9538419 Experiment: animation 2024-09-13 17:52:27 +02:00
M66B
3209e034c5 Added screen recording detection 2024-09-13 07:59:23 +02:00
M66B
6bbc0d033d Prevent reporting own messages as junk 2024-09-12 16:13:27 +02:00
M66B
b6a83cfbc3 Refactoring 2024-09-10 22:47:03 +02:00
M66B
7b6d5b5d98 Fixed logging 2024-09-10 21:37:15 +02:00
M66B
a3f2ebf97b Yahoo sent: resolve with sync 2024-09-10 21:36:40 +02:00
M66B
e1dea071b8 TTS foreground service 2024-09-10 14:45:01 +02:00
M66B
e48dbe668e TTS: wakelock 2024-09-10 12:47:23 +02:00
M66B
b4b7327b06 Oops 2024-09-10 11:40:04 +02:00
M66B
f378eff5b0 Shutdown TTS 2024-09-10 11:24:47 +02:00
M66B
f22d798ff9 Updated EvalEx methods 2024-09-09 08:58:46 +02:00
M66B
7b53bd19ae Added prefer ipv6 option 2024-09-07 20:04:05 +02:00
M66B
8acebc728f Experiment: prefer ip6 for main address 2024-09-07 17:57:18 +02:00
M66B
bbed892773 Debug: expression value 2024-09-06 14:15:22 +02:00
M66B
44f6a27e3d Disabled name/email check 2024-09-06 08:22:34 +02:00
M66B
54b5ef8e88 Filter out read and unflagged 2024-09-06 07:50:53 +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
6c496c20cb Update prev/next icon 2024-09-01 20:53:17 +02:00