Commit Graph

3096 Commits (07d19d12c21a6fc7a9a76d4d912167ffaedafe79)
 

Author SHA1 Message Date
lilia 16753d6c6f
Add grunt todo 8 years ago
lilia 634b7dbb39
Bump to 1.0.7
// FREEBIE
8 years ago
lilia 349b6ce245
Add release test for auto updater config
Without this file, clients would be stranded on the current version forever.
This change extends release-test to verify its presence in a packaged build.

// FREEBIE
8 years ago
lilia 00aabfd4e0
Exclude hunspell source from packaged apps
// FREEBIE
8 years ago
lilia cedbd5db8d
Unpack hunspell dictionaries on windows and linux
// FREEBIE
8 years ago
lilia 33a82cc8e8
Add spellcheck smoke test
Exposes the spellcheck provider as window.spellChecker, which allows it to be
called from tests.
8 years ago
Scott Nonnenberg 0ad35cc0e6
Move electron-config init below our change to appData path 8 years ago
Scott Nonnenberg 63dcd43025
Add manual test scenarios for remembering window state
FREEBIE
8 years ago
Scott Nonnenberg 69d4a77f1e
Remember window position, size, and maximized/fullscreen status
FREEBIE
8 years ago
Scott Nonnenberg ebc373185a
Introduce new dependency for user settings: electron-config
FREEBIE
8 years ago
Scott Nonnenberg 4e9305fc96
Remove duplicate key in package.json
FREEBIE
8 years ago
lilia 333ed3bc17
Fix file icons on android theme
In android (non dark) theme incoming file attachments were all rendering the
generic file icon instead of media-type-specific icons.

// FREEBIE
8 years ago
Scott Nonnenberg 3a3aa3efb6
Remove test/protos symlink, use window.PROTO_ROOT for config 8 years ago
Scott Nonnenberg f4aa6d93a7
Capture and display browser logs when unit tests fail 8 years ago
Scott Nonnenberg c8013d930c
Proto-loading: Throw if we get an error 8 years ago
Scott Nonnenberg fd7372e67e
Fixes for appveyor build: path formats, correct electron binary 8 years ago
Scott Nonnenberg fd8b8910a3
Eliminate HIDE_DEV_TOOLS environment variable. Hide in test env.
FREEBIE
8 years ago
Scott Nonnenberg f84d8038c1
Remove i18n stub used in NetworkStatusView tests
FREEBIE
8 years ago
Scott Nonnenberg f31125eccc
process.env.NODE_ENV -> environment
FREEBIE
8 years ago
Scott Nonnenberg f43a5986da
Increase unit-tests timeout, improve error display, add set -e
FREEBIE
8 years ago
Scott Nonnenberg e1495e779c
Move `grunt test` to ./travis.sh since it now invokes spectron
FREEBIE
8 years ago
Scott Nonnenberg cb296fcfaa
Cleanup: Add unit-tests task to grunt test, fix style checks
And improve success logging in unit-tests.

FREEBIE
8 years ago
Scott Nonnenberg b9b9abf76a
Fix emoji tests - image paths are no longer absolute
FREEBIE
8 years ago
Scott Nonnenberg 255ba58b2e
Enable complete exit of Electron process after `grunt unit-tests`
FREEBIE
8 years ago
Scott Nonnenberg 5635095d1a
Initial version of `grunt unit-tests`, tests from command-line
FREEBIE
8 years ago
Scott Nonnenberg 4402a91976
Use correct locale, fall back to en if we don't have translations
FREEBIE
8 years ago
Scott Nonnenberg 18b8907c96
Fix non-rendering unicode characters on test page
FREEBIE
8 years ago
Scott Nonnenberg a9b4109e9b
Fix NetworkStatusView tests' stubbing of window.i18n
FREEBIE
8 years ago
Scott Nonnenberg c77554533c
Fix emoji test, since emoji image paths no longer start with /
FREEBIE
8 years ago
Scott Nonnenberg b4e3cc0e6c
Load test page and run tests on start when NODE_ENV=test
FREEBIE
8 years ago
lilia 5a88faf334
Bump to 1.0.6 8 years ago
lilia a2b2bd4bf3
Fix relative paths
// FREEBIE
8 years ago
lilia 2a7993309a
Fix build bucket path 8 years ago
lilia 26cece71c6
Prepopulate phone number on standalone page 8 years ago
lilia cf9523f1f8
Restructure prep-release script slightly
Order of operations is now:
- regenerate local assets
- clean the release dir
- download linux/windows releases
- build osx release
- smoke all test releases

// FREEBIE
8 years ago
lilia bb431f7c91
Remove mac artifactName config
Default is fine here.

// FREEBIE
8 years ago
lilia 9a1e0dcdb3
Fix linux
// FREEBIE
8 years ago
lilia ab8edd8690
Add spectron tests to grunt:test-release
// FREEBIE
8 years ago
lilia d63c603c21
Add spectron 8 years ago
lilia 4c5835e0af
Remove remaining call to extension.notification.update 8 years ago
lilia 7c6da5a157
Make 'Restart Signal' actually restart Signal
Previously it would just reload the page.

// FREEBIE
8 years ago
lilia bc71f4aa2b
CI builds and uploads all targets
// FREEBIE
8 years ago
lilia 08b7ce88d9
More release scripting in npm
npm run icon-gen and grunt (run default task) can be grouped into one
operation.

Use SIGNAL_ENV instead of NODE_ENV since Setting NODE_ENV adversely
affects yarn's install behavior, so we had to set it after the install
and before the build. By using a custom variable instead, we can set it
globally and eventually use it in a build matrix.

Move mas build to its own npm script

// FREEBIE
8 years ago
lilia 9fe6bce0cc
Add task to download releases from s3
// FREEBIE
8 years ago
lilia 5078e1e7d8
Reset bundleVersion 8 years ago
lilia a2667f784b
CI builds zip for all platforms
// FREEBIE
8 years ago
lilia 2ccd8c21f3
Limit hidden window behavior to osx
Only on osx is it customary to remain running in the background when the
window is closed.

// FREEBIE
8 years ago
lilia cfb1e62603
Fix menu on non-darwin 8 years ago
lilia d85ccbad4f
Remove extension.notification 8 years ago
lilia bd7f4febaa
Remove dead code
These are all unused, obsolete, or no-op functions at this point.

// FREEBIE
8 years ago