MAA
9ed577cf64
Fixing small typo. ( #2298 )
2016-05-24 11:08:40 -07:00
Ben Gotow
9dc44e0630
fix(dialogs): Use new buttonLabel as needed
2016-05-23 10:34:44 -07:00
Ben Gotow
fb1f6c0d79
bump(version): 0.4.41, Electron 1.1.1
2016-05-23 10:34:44 -07:00
Jackie Luo
40077439d2
feat(multi-send): Register opens/clicks by individual recipient
...
Summary: The activity list now shows specifically which recipient
opened/clicked for an event.
Test Plan: Tested locally.
Reviewers: bengotow, evan, juan
Reviewed By: juan
Subscribers: juan
Differential Revision: https://phab.nylas.com/D2971
2016-05-20 11:00:05 -07:00
Hon Nguyen
87ea432295
fixed bug timezone cannot detect in fedora ( #2250 )
...
* fixed bug timezone cannot detect in fedora
* update spec build fedora package
* rpm package for fedora 22
* change code follow coffee-script style
* remove fedora binary file
2016-05-19 16:16:00 -07:00
Juan Tejada
c5e7a4384b
fix(mail-merge): Prevent send button from being pressed multiple times
2016-05-19 16:13:35 -07:00
Ben Gotow
7a305a1dd4
fix(send-later): Add isValidDraft to specs
2016-05-19 15:27:43 -07:00
Ben Gotow
a72e25171f
fix(pli): Always indent where indicators are, even if blank
2016-05-19 14:58:12 -07:00
Juan Tejada
d2d9b69863
fix(window-launcher): Check if instance of hot window is present
2016-05-19 14:57:34 -07:00
Ben Gotow
9b1d223774
fix(changelog): Additional releas notes
2016-05-19 14:53:42 -07:00
Ben Gotow
f3ff3af9f6
fix(config): Using fs.resolve as path.join
2016-05-19 14:38:54 -07:00
Juan Tejada
2fedf886e6
fix(send-later): Check if draft is valid before scheduling send later
2016-05-19 13:28:28 -07:00
Juan Tejada
67ec8fb0e0
fix(send-later): Update button to show Sending now when time is past
2016-05-19 12:47:21 -07:00
Juan Tejada
e420a7af1f
fix(specs): Fix specs for TaskQueue
2016-05-19 12:33:31 -07:00
Evan Morikawa
347fcad80a
fix(spec): fix asynchronicity in NewEventCardSpec due to draft session
2016-05-19 12:30:13 -07:00
Ben Gotow
52f3607606
fix(win-launching): Only create hot window when one is used
2016-05-19 12:28:29 -07:00
Juan Tejada
ceb4993c62
fix(accts): Display perspective for a newly added acct correctly
...
- Will wait for categories to be ready before attempting to focus the
inbox for the new account, preventing a blank screen when a new account
is added
- Add temprary action to set the collapsed state of a sidebar action
after adding a new account
2016-05-19 12:12:22 -07:00
Evan Morikawa
99a8b4fb04
fix(spec): remove obsolete account store spec
2016-05-19 11:59:02 -07:00
Evan Morikawa
b0e66519fc
fix(spec): fix config setting spy
2016-05-19 11:50:19 -07:00
Ben Gotow
c6f6c7c3a0
fix(tasks): Check Task is in registry, remove any non-tasks when loading
2016-05-19 11:35:48 -07:00
Evan Morikawa
c8097f1cd9
fix(tasks): ensure NotifyPluginsOfTask gets properly serialized
...
Fixes:
https://sentry.nylas.com/sentry/edgehill/group/31200/
2016-05-19 11:31:21 -07:00
Juan Tejada
7c1cc9bd5f
fix(sidebar): Add state to determine wether to show unified sidebar
...
- Adds a piece of global state that will be persisted to
`NylasEnv.savedState` indicating wether the accounts for the sidebar
should be reset whenever the FocusedPerspective changes
- #2257
2016-05-19 11:30:31 -07:00
Ben Gotow
b575ea0018
bump(version): 0.4.40 and changelog
2016-05-19 11:15:56 -07:00
Juan Tejada
7fc3b3a7c5
fix(hot-window): Correctly manage references to the hot window
...
- Fixes issue where app was not properly relaunching when all accounts were
removed
2016-05-19 10:15:32 -07:00
Ben Gotow
3dd57e9271
fix(accounts): When removing, focus remaining accts before accountForId()
stops working
2016-05-18 17:57:57 -07:00
Juan Tejada
18f0872794
fix(aliases): Properly set selected state on account update
2016-05-18 17:35:07 -07:00
Ben Gotow
cf6428d94a
fix(config): id was only added recently, use getId()
2016-05-18 17:27:46 -07:00
Ben Gotow
abaa3fe63f
fix(config): Don't loop config changes through ipc
2016-05-18 17:12:57 -07:00
Evan Morikawa
8ad72a43f9
refator(undo): convert UndoRedoStore from coffee to es6
2016-05-18 16:58:06 -07:00
Evan Morikawa
18c8a4a10f
fix(undo): can redo more than one undo item
2016-05-18 16:43:48 -07:00
Ben Gotow
b43aaf58f7
fix(win32): Wait longer before quitting if no windows are open
2016-05-18 16:25:06 -07:00
Ben Gotow
d2d79c6e2d
fix(win32): Ignore path in argv when --squirrel flag is present
2016-05-18 16:25:06 -07:00
Jackie Luo
cf5faadd27
fix(plugins): Update plugins list on install
2016-05-18 16:02:57 -07:00
Evan Morikawa
035074d183
fix(db): can manually call _handleSetupError with no args
2016-05-18 15:44:47 -07:00
Ben Gotow
8d88641005
fix(quit): Booleans on globals are not exposed through remote properly
2016-05-18 15:41:24 -07:00
Evan Morikawa
69c9d44000
fix(scheduler): don't event events 1 second early
2016-05-18 15:37:26 -07:00
Jackie Luo
58572871db
🎨 (templates): Change language and remove gray box in demo template
2016-05-18 15:30:16 -07:00
Ben Gotow
5f7d3ac2e9
fix(pkg-install): Use the package.json name, not the folder name
2016-05-18 15:25:18 -07:00
Evan Morikawa
e93a5d7b7f
fix(event): add calendar icon to new event card
2016-05-18 14:21:22 -07:00
Ben Gotow
61bd8d6629
bump(version): 0.4.39
2016-05-18 10:10:31 -07:00
Ben Gotow
6cd6253771
fix(build): prebuild less was using wrong options, cache not used at runtime
2016-05-17 19:28:18 -07:00
Ben Gotow
06360dc75d
fix(compile-cache): Write atomically to prevent process collisions
2016-05-17 19:28:01 -07:00
Ben Gotow
15ef74e0e2
perf(spellcheck): Limit misspellings to 15, recycle nodes
2016-05-17 18:48:01 -07:00
Ben Gotow
045177b38d
fix(nylas-exports): Avoid repeatedly calling require inside lazyLoad
2016-05-17 18:37:20 -07:00
Evan Morikawa
8a5a0ad209
fix(composer): reduction in composer bootup time
2016-05-17 15:03:49 -07:00
Evan Morikawa
b7e32b9c68
feat(perf): add perf monitoring to composer open time
...
Summary:
Add basic globally accessible performance monitoring.
Allows us to measure load times for composer windows (or whatever else we
want) and view the data as a Histogram on Mixpanel
Test Plan: manual
Reviewers: bengotow, juan
Reviewed By: juan
Differential Revision: https://phab.nylas.com/D2965
2016-05-17 14:23:14 -07:00
Evan Morikawa
9206370fa3
feat(composer): speed up composer loading & fix deactivate error
2016-05-17 12:37:46 -07:00
Ben Gotow
80638713a1
fix(db): additionalSQLiteConfig is not a function!
2016-05-17 12:34:35 -07:00
Evan Morikawa
94016c676f
fix(bootstrap): properly dedupe all node modules
2016-05-17 09:35:48 -07:00
Juan Tejada
3bfc452f5e
fix(build): Fix lint errors
2016-05-16 19:53:26 -07:00