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 426dab85a2
New design for import/install, 'light' import (#2053)
- A new design for the import flow. It features:
  - Icons at the top of every screen
  - Gray background, blue buttons, thinner text
  - Simpler copy
- A new design for the install flow. It features:
  - Immediate entry into the QR code screen
  - Animated dots to show that we're loading the QR code from the server
  - Fewer screens: 1) QR 2) device name 3) sync-in-progress
- When not set up, the app opens directly into the install screen, which has been streamlined. The `--import` command-line argument will cause the app to open directly into the import flow.
- Support for two different flavors of builds - the normal build will open into the standard registration flow, and the import flavor will be exactly the same except during setup it will open directly into the import flow.
- A new design for the (dev-only) standalone registration view
- When these install sequences are active, the OS File menu has entries to allow you to switch the method of setup you'd like to use. These go away as soon as the first step is taken in any of these flows.
- The device name (chosen on initial setup) is now shown in the settings panel
- At the end of a light import, we hand off to the normal device link screen, starting at the QR code. On a full import, we remove the sensitive encryption information in the export to prevent conflicts on multiple imports.
- `Whisper.Backup.exportToDirectory()` takes an options object so you can tell it to do a light export.
- `Whisper.Backup.importFromDirectory()` takes an options object so you can force it to load only the light components found on disk. It also returns an object so you can tell whether a given import was a full import or light import.
- On start of import, we build a list of all the ids present in the messages, conversations, and groups stores in IndexedDB. This can take some time if a lot of data is in the database already, but it makes the subsequent deduplicated import very fast.
- Disappearing messages are now excluded when exporting
- Remove some TODOs in the tests
2018-02-22 10:40:32 -08:00
.github Fix typo in issue template (#2020) 2018-02-02 10:43:48 -08:00
.tx Transifex config specific to electron, updated translations (#1478) 2017-09-14 17:48:09 -07:00
_locales New design for import/install, 'light' import (#2053) 2018-02-22 10:40:32 -08:00
app New design for import/install, 'light' import (#2053) 2018-02-22 10:40:32 -08: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 libphonenumber (#1598) 2017-10-30 14:45:57 -07:00
config New design for import/install, 'light' import (#2053) 2018-02-22 10:40:32 -08:00
fonts Add fonts so we don't have to hit googlefonts 2015-02-11 17:37:57 -08:00
images New design for import/install, 'light' import (#2053) 2018-02-22 10:40:32 -08:00
js New design for import/install, 'light' import (#2053) 2018-02-22 10:40:32 -08:00
libtextsecure Auto-orient image attachments based on EXIF metadata 2018-02-21 10:28:13 -05:00
protos Sync Protocol Buffers with libsignal-service-java (#2046) 2018-02-15 15:06:14 -05:00
stylesheets New design for import/install, 'light' import (#2053) 2018-02-22 10:40:32 -08:00
test New design for import/install, 'light' import (#2053) 2018-02-22 10:40:32 -08: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
.editorconfig Auto-orient image attachments based on EXIF metadata 2018-02-21 10:28:13 -05:00
.eslintignore Auto-orient image attachments based on EXIF metadata 2018-02-21 10:28:13 -05:00
.eslintrc.js Security: Replace Unicode order overrides in attachment names 2018-02-22 13:21:53 -05:00
.gitignore Remove built assets from repo, updates to docs + GH templates (#1955) 2018-01-09 15:31:23 -08: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
.nvmrc Clean logs on start - and eslint/mocha with code coverage (#1945) 2018-01-08 13:19:25 -08:00
.travis.yml New design for import/install, 'light' import (#2053) 2018-02-22 10:40:32 -08:00
.yarnclean Clean logs on start - and eslint/mocha with code coverage (#1945) 2018-01-08 13:19:25 -08:00
about.html Merge branch 'master' into development 2017-11-21 18:25:59 -08:00
appveyor.yml New design for import/install, 'light' import (#2053) 2018-02-22 10:40:32 -08:00
aptly.sh aptly.sh: Fix broken switch commands - distro and config fix 2017-12-04 18:51:38 -08:00
background.html New design for import/install, 'light' import (#2053) 2018-02-22 10:40:32 -08:00
bower.json Auto-orient image attachments based on EXIF metadata 2018-02-21 10:28:13 -05:00
CONTRIBUTING.md Big update to new signal branding (#2018) 2018-01-30 14:22:51 -08: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 Beta builds: A few updates required for successful release (#1739) 2017-11-08 19:32:44 -08:00
Gruntfile.js Auto-orient image attachments based on EXIF metadata 2018-02-21 10:28:13 -05: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 New design for import/install, 'light' import (#2053) 2018-02-22 10:40:32 -08:00
package.json New design for import/install, 'light' import (#2053) 2018-02-22 10:40:32 -08:00
preload.js New design for import/install, 'light' import (#2053) 2018-02-22 10:40:32 -08:00
prepare_beta_build.js New design for import/install, 'light' import (#2053) 2018-02-22 10:40:32 -08:00
prepare_import_build.js New design for import/install, 'light' import (#2053) 2018-02-22 10:40:32 -08:00
README.md Big update to new signal branding (#2018) 2018-01-30 14:22:51 -08:00
travis.sh Remove built assets from repo, updates to docs + GH templates (#1955) 2018-01-09 15:31:23 -08:00
yarn.lock Security: Replace Unicode order overrides in attachment names 2018-02-22 13:21:53 -05:00

Build Status Signal Desktop

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

Install production version: https://signal.org/download/

Install the beta

You can install it on a computer which already has the production version installed. It uses different data and install locations.

Got a question?

You can find a number of frequently asked questions here https://support.signal.org/. The discussion groups are another good place for questions: https://whispersystems.discoursehosting.net/.

Found a Bug? Have a feature request?

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

https://github.com/signalapp/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 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