mbilker
c200306eeb
fix(redhat-spec): copy 512x512 icon to /usr/local/share/nylas/resources/app/nylas.png
...
The icon build/resources/nylas.png is exactly the same as build/resources/linux/icons/512.png
Not confident that the spec script is run from base N1 directory to use the nylas.png in the spec file
2015-11-27 16:20:04 -05:00
mbilker
e532fa91f8
fix(grunt): update location of rpm icon name
2015-11-27 15:18:46 -05:00
mbilker
ba5a8ed432
fix(fedora-spec): copy nylas icons into hicolor folder
2015-11-27 14:41:53 -05:00
Evan Morikawa
a69dad52a3
fix(task): spec task uses Promise
2015-11-26 13:03:44 -08:00
Ben Gotow
e8878e5ce8
fix(autolinker): Add title attr to all links in emails to display href
...
Fixes GitHub Issues #479 and #335
2015-11-25 18:29:59 -08:00
Ben Gotow
e0e6a288f1
fix(sidebar): selected
is not actually a required prop
...
Fixes #476
2015-11-25 16:30:01 -08:00
Ben Gotow
006f25ef99
fix(deprecation): app.terminate deprecated in favor of quit
2015-11-25 16:28:08 -08:00
Ben Gotow
c1746416fa
rm(spectron): Don't run during CI builds, it's timeout-based and fails randomly
2015-11-25 15:06:34 -08:00
Ben Gotow
7605e984c4
fix(license): Mark a few additional packages as GPLv3
2015-11-25 14:41:10 -08:00
Ben Gotow
9ff5430040
Merge pull request #396 from luixal/patch-2
...
Allows package to be installed in ElementaryOS
2015-11-25 14:38:17 -08:00
Ben Gotow
b2c09d005b
Merge pull request #453 from dcposch/fix-license
...
Internal package.json license: GPLv3
2015-11-25 14:37:54 -08:00
Ben Gotow
3fabc31e4d
fix(composer): Don't pass a callback to dialog
API, update changelog
2015-11-25 14:13:21 -08:00
Ben Gotow
c6c3a53e2c
fix(work): Treat work window as if it's always visible
2015-11-25 12:38:59 -08:00
Ben Gotow
121fb2482d
fix(counts): Ensure serial execution of persistModels, unpersistModels
...
Summary:
reduce scope of changes
more changes
Test Plan: Run 1 new test
Reviewers: juan
Reviewed By: juan
Differential Revision: https://phab.nylas.com/D2290
2015-11-25 12:17:00 -08:00
Ben Gotow
3f2ffcb8e0
futureproof(packages): Give all example packages engine version range
2015-11-24 17:51:12 -08:00
Ben Gotow
c1c06cd794
bump(version): 0.3.25
2015-11-24 17:51:12 -08:00
Drew Regitsky
bf36e4df1f
fix(examples): small fixes in translate and personal-level plugins
2015-11-24 17:29:56 -08:00
Drew Regitsky
731c6b7531
fix typo
2015-11-24 16:54:18 -08:00
Drew Regitsky
442e779784
fix(examples): change download instructions in QuickSchedule plugin readme
2015-11-24 16:50:06 -08:00
Ben Gotow
bd2dfef7ce
fix(attachments): Only preview images up to 5MB, not 10MB
2015-11-24 16:27:07 -08:00
Drew Regitsky
f5316e1146
fix(examples): remove buggy main.css from quick-schedule plugin
2015-11-24 16:15:51 -08:00
Drew Regitsky
91a5a9acc8
fix(examples): remove autogenerated source from quickschedule plugin
2015-11-24 15:35:55 -08:00
Ben Gotow
0d5865cf49
fix(paste): avoid code duplication, just give menu items roles
...
Manual implementation of clipboard behaviors was not necessary and meant that pasting images via right-click didn't go through the same code path as Cmd-V.
May fix #228 , depending on the exact issue.
2015-11-24 15:23:29 -08:00
Ben Gotow
6f38da5eff
fix(counts): Expand tests, fix edge cases in count tracking
2015-11-24 15:14:00 -08:00
Ben Gotow
183924bfe5
perf(db): Flip order of columns in join table indexes for much faster querying
2015-11-24 15:14:00 -08:00
mbilker
2f543907f7
fix(FileDownloadStore): delete download from @_downloads after @trigger
2015-11-24 17:06:08 -05:00
Juan
2bd83f38ff
Merge pull request #449 from mbilker/travis-linux-testing
...
Travis Linux Testing
2015-11-24 12:48:31 -08:00
Juan Tejada
56b62f8b58
fix(lint): Fix linter issues on account-sidebar-section.cjsx
2015-11-24 12:44:06 -08:00
Juan Tejada
58ded66962
fix(styles): Remove custom pre tag styling for email
...
Fixes #424
2015-11-24 12:35:35 -08:00
Juan Tejada
d759f6039b
fix(boot): Copy env from main process into renderer process on linux
...
See: https://github.com/atom/electron/issues/3306
This was casuing NYLAS_HOME to be unavailable on the renderer process
2015-11-24 12:11:44 -08:00
Drew Regitsky
809f4d827e
fix(examples): change nylas version in QuickSchedule plugin example
2015-11-24 11:23:46 -08:00
Juan Tejada
468ef439b4
fix(sidebar): Add minor tweaks to sidebar behavior:
...
- Add default prop to DisclosureTriangle to eliminate warning
- Prevent from firing a new DestroyCategoryTask if category already is
deleted
- Update onBlur event to not close input if I click on the add button
2015-11-24 11:09:00 -08:00
Michael Grinich
03f9af79df
Update README.md
2015-11-24 10:34:47 -08:00
Michael Grinich
9ed2b517a8
add screenshot
2015-11-24 10:31:49 -08:00
Michael Grinich
c538b4485d
Update README.md
2015-11-24 10:28:07 -08:00
DC
2bd710d668
Internal package.json license: GPLv3
...
Changed from 'Propietary' to 'GPLv3' to match LICENSE.md
2015-11-24 09:09:33 -08:00
Drew Regitsky
fb22e6eeb2
fix(examples): change quickschedule plugin backend URL to updated version
2015-11-24 00:30:29 -08:00
Drew Regitsky
f248fe9c60
refactor(examples): Rename Send-Availability to QuickSchedule
2015-11-24 00:09:59 -08:00
Drew Regitsky
32d1d20033
fix(examples): better styles in Send-Availability example plugin
2015-11-24 00:04:49 -08:00
Ben Gotow
4dcc2d479e
bump(version): 0.3.24
2015-11-23 22:27:05 -08:00
Ben Gotow
e0976fde2c
bump(electron): 0.34.3 => 0.35.1
...
Electron 0.35.1 includes the tray fixes we contributed last week but also includes API restructuring and improvements. Most importantly, modules from electron are now imported via `require('electron')`
2015-11-23 22:09:17 -08:00
mbilker
2967e2e495
fix(spectron): prevent execution for windows only
2015-11-24 00:17:00 -05:00
mbilker
4153741566
fix(spectron): typo with darwin
2015-11-23 23:34:37 -05:00
Ben Gotow
fabc047a79
fix(prefs): Minor tweaks, see description
...
- Make the keymaps panel less wide
- <select>'s now populate their current value properly
- Items should blur after being interacted with so that `esc` still moves you back to parent sheet
2015-11-23 20:34:04 -08:00
mbilker
2f39668fd0
fix(spectron): reenable for Linux and choose executablePath based on platform
2015-11-23 23:31:37 -05:00
mbilker
c21e9d61ed
fix(travis): specify NYLAS_HOME for nylas/N1#445
2015-11-23 23:31:37 -05:00
mbilker
edf5275a22
fix(spec): use correct modifier key based on process.platform
2015-11-23 23:31:37 -05:00
mbilker
09c800a692
fix(travis): syntax error
2015-11-23 23:31:37 -05:00
mbilker
7f44ae2d3f
fix(travis): only run Xvfb on Linux
...
Noticed in my Travis build that the build failed on OS X
because its missing the Xvfb startup files present on Ubuntu
2015-11-23 23:31:37 -05:00
mbilker
40d67b5632
fix(travis): enable fake Xorg window to allow electron testing on Linux
2015-11-23 23:31:37 -05:00