CI to automate build of webrtc tarball for signal-desktop aport https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/testing/signal-desktop
Find a file
Scott Nonnenberg c94d4efd18
Beta versions support: SxS support, in-app env/instance display (#1606)
* Script for beta config; unique data dir, in-app env/type display

To release a beta build, increment the version and add -beta-N to the
end, then go through all the standard release activities.

The prepare-build npm script then updates key bits of the package.json
to ensure that the beta build can be installed alongside a production
build. This includes a new name ('Signal Beta') and a different location
for application data.

Note: Beta builds can be installed alongside production builds.

As part of this, a couple new bits of data are shown across the app:

- Environment (development or test, not shown if production)
- App Instance (disabled in production; used for multiple accounts)

These are shown in:

- The window title - both environment and app instance. You can tell
  beta builds because the app name, preceding these data bits, is
  different.
- The about window - both environment and app instance. You can tell
  beta builds from the version number.
- The header added to the debug log - just environment. The version
  number will tell us if it's a beta build, and app instance isn't
  helpful.

* Turn on single-window mode in non-production modes

Because it's really frightening when you see 'unable to read from db'
errors in the console.

* aply.sh: More instructions for initial setup and testing

* Gruntfile: Get consistent with use of package.json datas

* Linux: manually update desktop keys, since macros not available
2017-10-30 13:57:13 -07:00
.github Remove references to BitHub (#1576) 2017-10-20 09:32:51 -07:00
.tx Transifex config specific to electron, updated translations (#1478) 2017-09-14 17:48:09 -07:00
_locales Fix copy pasta of timestamp_m to timestamp_h in locales (#1582) 2017-10-20 15:51:28 -07:00
app Beta versions support: SxS support, in-app env/instance display (#1606) 2017-10-30 13:57:13 -07:00
audio Fix audio notifications on linux (#1526) 2017-10-03 11:08:14 -07:00
build Bypass often-corrupt node_modules/.bin/grunt.cmd on windows (#1481) 2017-09-15 10:20:29 -07:00
components Update autosize, which should fix stack overflow error (#1560) 2017-10-13 11:44:35 -07:00
config Profiles (#1453) 2017-09-14 17:04:00 -07:00
fonts Add fonts so we don't have to hit googlefonts 2015-02-11 17:37:57 -08:00
images Emoji picker (#1608) 2017-10-30 13:54:55 -07:00
js Beta versions support: SxS support, in-app env/instance display (#1606) 2017-10-30 13:57:13 -07:00
libtextsecure Fix json parsing exceptions obscuring server errors (#1605) 2017-10-24 15:54:46 -07:00
protos Feature: Blue check marks for read messages if opted in (#1489) 2017-10-04 15:28:43 -07:00
stylesheets Emoji picker (#1608) 2017-10-30 13:54:55 -07:00
test Improve OS menu (#1563) 2017-10-13 16:49:16 -07:00
.aptly.conf Setup publishing to s3 2017-09-14 16:53:36 -07:00
.bowerrc Rename bower_components 2014-10-30 16:53:08 -07:00
.gitignore Update autosize, which should fix stack overflow error (#1560) 2017-10-13 11:44:35 -07:00
.jscsrc Fix minor style errors 2016-02-18 13:45:22 -08:00
.jshintrc jshint: Turn on ES6 mode, fix a few issues in new logging file 2017-09-25 15:32:31 -07:00
.travis.yml Beta versions support: SxS support, in-app env/instance display (#1606) 2017-10-30 13:57:13 -07:00
.yarnclean Fix windows build, don't clean yml 2017-09-14 16:53:44 -07:00
about.html Beta versions support: SxS support, in-app env/instance display (#1606) 2017-10-30 13:57:13 -07:00
appveyor.yml Beta versions support: SxS support, in-app env/instance display (#1606) 2017-10-30 13:57:13 -07:00
aptly.sh Beta versions support: SxS support, in-app env/instance display (#1606) 2017-10-30 13:57:13 -07:00
background.html Emoji picker (#1608) 2017-10-30 13:54:55 -07:00
bower.json Update autosize, which should fix stack overflow error (#1560) 2017-10-13 11:44:35 -07:00
CONTRIBUTING.md script to build for electron on install, Electron docs refresh (#1491) 2017-09-19 15:31:04 -07:00
dev-app-update.yml.sample Show dialog box when there's an update for download 2017-09-14 16:53:50 -07:00
find_broken_perms.sh Add two scripts to handle broken permissions in release dir 2017-09-14 16:53:49 -07:00
fix_broken_perms.sh Deployment: No longer use CI windows assets, include about.html (#1564) 2017-10-17 08:03:47 -07:00
Gruntfile.js Beta versions support: SxS support, in-app env/instance display (#1606) 2017-10-30 13:57:13 -07:00
index.html App loading screen: show messages processed so far 2017-08-04 12:03:25 -07:00
LICENSE Add GPLv3 LICENSE file (#1309) 2017-10-20 09:36:49 -07:00
main.js Beta versions support: SxS support, in-app env/instance display (#1606) 2017-10-30 13:57:13 -07:00
package.json Beta versions support: SxS support, in-app env/instance display (#1606) 2017-10-30 13:57:13 -07:00
preload.js Emoji picker (#1608) 2017-10-30 13:54:55 -07:00
prepare_build.js Beta versions support: SxS support, in-app env/instance display (#1606) 2017-10-30 13:57:13 -07:00
README.md Remove references to BitHub (#1576) 2017-10-20 09:32:51 -07:00
travis.sh Increase unit-tests timeout, improve error display, add set -e 2017-09-14 16:53:47 -07:00
yarn.lock Emoji picker (#1608) 2017-10-30 13:54:55 -07:00

Build Status Signal Desktop

Install Signal Desktop!

Signal Desktop is an Electron application that links with your Signal Android or Signal iOS app.

Got a question?

The best place to ask questions is http://support.whispersystems.org.

Found a Bug?

Please search the existing issues for your bug and create a new one if the issue is not yet tracked!

https://github.com/WhisperSystems/Signal-Desktop/issues

Contributing Translations

Interested in helping to translate Signal? Contribute here:

https://www.transifex.com/projects/p/signal-desktop

Contributing Code

Please see CONTRIBUTING.md for setup instructions and contributor guidelines. And don't forget to sign the CLA.

Contributing Ideas

Have something you want to say about Open Whisper Systems projects or want to be part of the conversation? Get involved in the community forum!

Contributing Funds

You can donate to Signal development through the Freedom of the Press Foundation.

Cryptography Notice

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

License

Copyright 2014-2017 Open Whisper Systems

Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html