Quite a bit of change here. First, the basics: - New dependencies were added: react, typescript, tslint, and react-styleguidist - A new npm script: transpile. It uses typescript to process .tsx files in js/react, putting .js files next to the original file. It's part of the watch functionality of grunt dev as well as the default task run with just grunt (used to build the app prior to release). A lighter-weight to get watch behavior when just working on React components is to run yarn transpile --watch. - yarn run clean-transpile will remove generated .js files Style guide via react-styleguidist. Example site: https://react-styleguidist.js.org/examples/basic/ - Start with yarn styleguide - Component.md files right next to the .tsx file - jsdoc-style comments are picked up and added to the generated part of the styleguide - the overall summary and a table listing methods and properties of the component - It has hot-reloading! - It uses webpack, which means that our app now pulls in webpack though we don't use it to generate anything for the production app. - I did a bunch of work to enable the use of Backbone views in this context, which will allow us to move smoothly from the old world to the new. First, add all the permutations in the old way, and then slowly start to re-render those same views with React. A bit of dependency cleanup to enable use in React components: - moment was moved from our Bower dependencies to our npm dependencies, so it can be used in React components not running in a browser window. - i18n was moved into the new commonjs format, so it can be used in React components even if window is not available. Lastly, a bit of Gruntfile cleanup: - Removal of Chrome App-era modifications of background.js - Make jshint/jscs watch more targeted, since more and more we'll be using other tools |
7 years ago | |
---|---|---|
.github | 7 years ago | |
.tx | 8 years ago | |
_locales | 7 years ago | |
app | 7 years ago | |
build | 8 years ago | |
components | 7 years ago | |
config | 7 years ago | |
fixtures | 7 years ago | |
fonts | 10 years ago | |
images | 7 years ago | |
js | 7 years ago | |
libtextsecure | 7 years ago | |
protos | 7 years ago | |
scripts | 7 years ago | |
stylesheets | 7 years ago | |
test | 7 years ago | |
ts | 7 years ago | |
.aptly.conf | 8 years ago | |
.bowerrc | 11 years ago | |
.editorconfig | 7 years ago | |
.eslintignore | 7 years ago | |
.eslintrc.js | 7 years ago | |
.gitignore | 7 years ago | |
.jscsrc | 9 years ago | |
.jshintrc | 8 years ago | |
.nvmrc | 7 years ago | |
.travis.yml | 7 years ago | |
.yarnclean | 7 years ago | |
CONTRIBUTING.md | 7 years ago | |
Gruntfile.js | 7 years ago | |
LICENSE | 8 years ago | |
README.md | 7 years ago | |
about.html | 7 years ago | |
appveyor.yml | 7 years ago | |
aptly.sh | 7 years ago | |
background.html | 7 years ago | |
bower.json | 7 years ago | |
dev-app-update.yml.sample | 8 years ago | |
find_broken_perms.sh | 8 years ago | |
fix_broken_perms.sh | 8 years ago | |
index.html | 8 years ago | |
main.js | 7 years ago | |
package.json | 7 years ago | |
preload.js | 7 years ago | |
prepare_beta_build.js | 7 years ago | |
prepare_import_build.js | 7 years ago | |
styleguide.config.js | 7 years ago | |
travis.sh | 7 years ago | |
tsconfig.json | 7 years ago | |
tslint.json | 7 years ago | |
yarn.lock | 7 years ago |
README.md
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.
- Windows: You can find the most recent build here: https://updates.signal.org/desktop/beta.yml
- Mac: You can find the most recent build here: https://updates.signal.org/desktop/beta-mac.yml
- Linux: same instructions as the production install steps linked above, but run
apt-get signal-desktop-beta
instead
Got a question?
You can find answers to a number of frequently asked questions on our support site: https://support.signal.org/. The community forum is another good place for questions: https://community.signalusers.org/.
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