Ben Gotow
87a4853db9
Keep translated message bodies in local storage to avoid re-requests
2019-07-31 02:06:05 -05:00
Ben Gotow
6b53ff6c91
Machine translate missing strings added in translation feature
2019-07-31 01:45:48 -05:00
Ben Gotow
767bd66361
Feature: translate incoming messages into your preferred language automatically
2019-07-31 01:19:03 -05:00
Ben Gotow
e2bdf45b68
JS Regexp engine does not support posessive qualifiers, fix link regexp another way
2019-07-26 12:15:38 -05:00
Ben Gotow
a8dd37217b
Fork slate-react to backport null checks in paste / dragover
2019-07-26 12:15:08 -05:00
Ben Gotow
1d2163c29a
Fix insanely catastrophic backtracking when typing a link with a #hash and then “return” #
...
This change makes this part of the regexp “greedy and posessive”, meaning that if the regexp reaches the `$` end-of-string qualifier and it’s not the end of the string, it can’t go back and try to change the way it allocated characters to the regexp to make it work (infinitely.)
2019-07-22 11:12:46 -05:00
Ben Gotow
78268432c5
Suggest rather than require gnomekeyring on Debian #998
2019-07-07 19:09:25 -05:00
Ben Gotow
134a0e55b8
Ensure that a textInput event is always emitted when text composition ends #1531
2019-07-01 14:09:46 -05:00
Ben Gotow
2508797ff1
Do not jump to next field when pressing Tab during IME composition #1531
2019-07-01 13:41:18 -05:00
Ben Gotow
a6a3b5d23a
Update changelog, fix build
2019-06-30 23:35:06 -05:00
Ben Gotow
af61bac1a5
Fix drag and drop of messages onto a label / folder in the sidebar #1533
2019-06-30 22:56:25 -05:00
Ben Gotow
99a40d7b9f
Fix critical drag and drop issue with composer, dropEffect now required? #1534
2019-06-30 21:52:57 -05:00
Ben Gotow
3ab9b0edf1
Add a small button for downloading ics attachments to the event preview #1547
2019-06-30 20:48:13 -05:00
Ben Gotow
9d1b8fe600
Add a context menu to attachment items with the direct-open / save options #1548
2019-06-30 20:37:36 -05:00
Ben Gotow
020780223d
Improve launch perf by only retrieving account keys once, not in for loop
2019-06-30 19:50:28 -05:00
Ben Gotow
33aba8f31f
Sentry fix: new items that were not in the previous set have new sort orders
2019-06-23 18:13:53 -05:00
Ben Gotow
c3fb7bd8db
Sentry fix: Display an error when encountering ts
files in plugins—we are no longer shipping the typescript compiler
2019-06-23 11:25:23 -05:00
Ben Gotow
e492429548
Fork Slate and backport #slate/2772 and #slate/2800 to fix common crash cases
2019-06-23 01:43:08 -05:00
Ben Gotow
7a1be10ca1
Sentry fix: pressing the left/rright arrow keys in an empty To field throws an exc
2019-06-23 01:00:36 -05:00
Ben Gotow
900ccdbc73
Sentry fix: Occasionally value.focusBlock is null when markdown shortcut fires
2019-06-23 00:47:50 -05:00
Ben Gotow
5bb9e80404
Sentry fix: Only display sender responses inline if the email has a From: line
2019-06-23 00:47:09 -05:00
Ben Gotow
67605e983f
Sentry fix: don’t count on theme names being valid CSS selectors
2019-06-23 00:43:48 -05:00
Ben Gotow
0134c8a4b3
Sentry fix: Don’t allow labels to be selected as the Gmail trash folder, see description
...
This is neat but Gmail has very specific semantics around labels vs the “spam”, “trash” and “all mail” folders. If you choose a label as your Trash the email still appears in all mail and Mailspring freaks out in several places. We could fix support for this scenarrio, but it’s unlikely this is what users actually want.
2019-06-23 00:27:20 -05:00
Ben Gotow
1c485ae213
Sentry fix: reproduce issue with reminder metadata not transfered to thread, increase timeout
2019-06-22 23:47:04 -05:00
Ben Gotow
808c7581a4
Sentry fix: handling events from a second instance being launched before app setup crashes
2019-06-22 23:28:30 -05:00
Ben Gotow
8edc9f0fc6
When Slate fails, include the shape (not content) of the offending draft in the error report and recover
2019-06-22 01:05:37 -05:00
Ben Gotow
50d61d36fa
Sentry fix: A draft with an empty string body is populated
2019-06-22 00:25:33 -05:00
Ben Gotow
684eb2d420
Sentry fix: Cannot read property 'setHeightQuietly' of null
2019-06-21 23:25:41 -05:00
Ben Gotow
e35d44109c
Bump master to 1.6.3
2019-06-21 23:25:17 -05:00
Ben Gotow
278bf219bf
Improve performance of client queries - accountId is redundant and triggers use of wrong index
2019-06-18 02:37:52 -05:00
Ben Gotow
382ec2ac1d
Improve performance of queries in the syncback-draft task, SQLite guessing wrong index
2019-06-18 02:10:18 -05:00
Ben Gotow
0a2feaa88d
Fix self-triggering opens on server-created drafts (message ID not set by Mailspring)
2019-06-18 01:25:55 -05:00
Ben Gotow
9b506c55d3
When message list is in descending order, avoid mutating state in-place
2019-06-17 13:37:26 -05:00
Ben Gotow
2c630c47bc
Draft “commit time” is the time the write starts, not the time the write finishes
2019-06-17 12:45:07 -05:00
Ben Gotow
adbae6657c
Beta feedback: mailbox permalink dates are in unix time, not JS time
2019-06-17 01:08:41 -05:00
Ben Gotow
763232b177
Bump down composer toolbar item padding slightly to avoid wrapping
2019-06-17 00:59:29 -05:00
Ben Gotow
a4676d730d
Fix for bogus “[Gmail]/Sent” and “[Gmail]/Drafts” labels applied to sent messages #1244
2019-06-17 00:35:57 -05:00
Ben Gotow
6d4e805437
Tighten padding of composer action bar buttons so they fit at narrowest size
2019-06-16 22:00:18 -05:00
Ben Gotow
9c242f5bb2
Fix linter error
2019-06-16 21:57:19 -05:00
Ben Gotow
3b15c3b887
Improve performance of modals and the preferences sheet animation
2019-06-16 20:23:19 -05:00
Ben Gotow
bf246e64e7
Improve theme support in new event RSVP cards
2019-06-16 19:57:22 -05:00
Ben Gotow
b189b0e65a
Don’t query for “related threads” if the contacts sidebar is closed
2019-06-16 19:44:08 -05:00
Ben Gotow
cfef571559
Improve performance of body <> bodyEditorValue by making both mutations lazy
2019-06-16 16:47:40 -05:00
Ben Gotow
60c613fe7d
Sentry fix: Warn about a greater range of fs errors, don’t collect them
2019-06-16 16:46:20 -05:00
Ben Gotow
b28931dad4
Sentry fix: Handle scenario where messge, thread specified for new draft cannot be found
2019-06-16 15:34:40 -05:00
Ben Gotow
aee42e31c8
Sentry fix: Clicking upgrade before the SSO URL has been retrieved should work
2019-06-16 15:22:57 -05:00
Ben Gotow
f1bdd892ed
Sentry fix: Additional rare null-scenario handling
2019-06-16 15:22:22 -05:00
Ben Gotow
c50cfaf3ff
Sentry fix: Handle case where spawning a background query runner fails immediately
2019-06-16 14:57:30 -05:00
Ben Gotow
0405cfc31c
Sentry fix: Handle null
in a few strange places / rare cases
2019-06-16 14:40:53 -05:00
Ben Gotow
a4eb7d6ee2
Sentry fix: guard more aggressively against creating tasks when folders are missing
2019-06-16 14:25:55 -05:00