A desktop client for Cable
Find a file
lilia 7c9ad975bb Unravel image processing recursion and fix bugs
Although I find the previous implementation more elegant, it results in
a deeper nesting of Promises than necessary, which can make debugging
more complicated. The canvas scaling and compression apis are actually
synchronous, so the callback structure isn't really recessary here.
Converting to a loop also makes this process easier to understand at
a glance.

Fixed some bugs along the way:
* accidentally scaling small images up to 1920px
* jpeg compressing gifs and other formats even if unnecessary
2015-03-04 18:43:38 -08:00
build Allocate 64 bytes for curve25519 sigs 2015-02-10 13:10:54 -08:00
components Add canvas.toBlob polyfill 2015-03-03 18:44:18 -08:00
fonts Add fonts so we don't have to hit googlefonts 2015-02-11 17:37:57 -08:00
images Add missing images 2015-03-02 23:23:11 -08:00
js Unravel image processing recursion and fix bugs 2015-03-04 18:43:38 -08:00
libaxolotl Preserve whitespace in _concat files 2015-02-20 15:34:49 -08:00
libtextsecure Remove non-existant device messages 2015-02-26 12:13:56 -08:00
native nacl -> native 2015-01-14 11:39:36 -10:00
protos Remove non-existant device messages 2015-02-26 12:13:56 -08:00
stylesheets Adjust widths of bubbles and chat window 2015-03-04 15:59:28 -08:00
test Remove unused view 2015-03-03 10:55:04 -08:00
.bowerrc Rename bower_components 2014-10-30 16:53:08 -07:00
.gitignore Clean up after crazy emscripten fueled rager 2014-11-08 11:03:24 -08:00
.jscsrc Add JSCS and run as grunt test task 2015-01-14 10:00:40 -10:00
.jshintrc Run tests on Sauce Labs 2014-11-22 20:30:57 -08:00
.travis.yml Add secure environment vars for travis 2014-11-24 14:23:51 -08:00
background.html Consolidate window logic in panel controller 2015-02-12 13:21:17 -08:00
bower.json Add canvas.toBlob polyfill 2015-03-03 18:44:18 -08:00
CONTRIBUTING.md Update CONTRIBUTING.md 2015-03-03 11:15:28 -08:00
conversation.html Automatically compress and scale large images 2015-03-04 13:59:30 -08:00
Gruntfile.js Add grunt watch tasks to rebuild libs 2015-02-23 11:58:21 -08:00
icon.png Add new icon 2015-02-11 17:38:02 -08:00
index.html Remove unused view 2015-03-03 10:55:04 -08:00
LGPL LGPL license (I'd like to be an axolotl/TS JS lib in the future) 2014-05-04 02:34:13 -04:00
manifest.json Fix whitespace in manifest 2015-02-12 13:21:15 -08:00
options.html Mostly done device-bringup stuff 2015-02-11 14:03:54 -08:00
package.json Add JSCS and run as grunt test task 2015-01-14 10:00:40 -10:00
README.md Turn up the volume on README warnings 2015-03-03 15:28:12 -08:00
X11 rm useless GPL, license testvectors under X11 (ie 3-c MIT + advertising provision) 2014-10-26 02:59:59 -07:00

Build Status TextSecure for the Browser

Private text and chat for the browser.

⚠️ Warning ⚠️

This is unfinished, unreleased software.

Are you a web developer interested in contributing to this project? 👍 Please proceed to CONTRIBUTING.md for setup instructions and contributor guidelines.

Not a developer? 👷 Please refrain from installing until our first release. Follow the blog for updates.

Interoperability

TextSecure for the Browser works with Signal for iOS and TextSecure on Android.

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 Open Whisper Systems

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

Developers Developers Developers Developers!

Please see CONTRIBUTING.md for setup instructions and contributor guidelines.