Session Desktop - Onion routing based messenger
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
alecglassford ef4b4da2a3 Make search clear button ("x") persist w/o hover
This makes the "x" in the search bar always visible when there is
text in the search box, even if the mouse is not hovering, hopefully
making for a clearer UI around search and resolving issue #741

The implementation adds the "x.svg" as a background image to the search
box when it is classed with .active, in addition to the
-webkit-search-cancel-button, which is still there for the actual
functionality but only appears on mouse hover (one tiny snag is that
coloring appears slightly different on hover, at least on my screen -
don't know if this is a problem).

I accounted for both ltr and rtl text-direction by using
getComputedStyle(...).direction to detect from the input's dir="auto"
- if there's a more elegant way to do this, please suggest. An ideal
solution would use the :dir pseudo-class but it's not implemented
in Chrome yet - https://developer.mozilla.org/en-US/docs/Web/CSS/:dir

For now, I added the direction-checking to inbox_view.js. I see that
input.search is also used in new_group_update_view.js and
recipient_input_view.js but neither of these views seem to be in use (?)
and they don't set the .active class anyway, so I ignored them.

Update: Amended version a few hours later - fixed and manually tested
color and spacing for iOS and Android Dark themes. Also made some new
SASS variables to make things DRYer and fixed my tab size.
8 years ago
.github Add Signal version number hint to issue template 9 years ago
_locales Update translations 8 years ago
audio Add an option to play audio notifications 8 years ago
components Update libphonenumber 9 years ago
fonts Add fonts so we don't have to hit googlefonts 10 years ago
images Update logo 8 years ago
js Make search clear button ("x") persist w/o hover 8 years ago
libtextsecure Handle unknown request types 8 years ago
protos Add attachment digests 8 years ago
stylesheets Make search clear button ("x") persist w/o hover 8 years ago
test Add attachment_views_test.js tests 8 years ago
.bowerrc Rename bower_components 11 years ago
.gitignore Ignore .tx/ 9 years ago
.jscsrc Fix minor style errors 9 years ago
.jshintrc Disable unsafe character check in jshint 9 years ago
.travis.yml Migrate to new travis infrastructure 10 years ago
CONTRIBUTING.md Update TextSecure Staging URL instructions 8 years ago
Gruntfile.js Don't hardcode the attachment server url 8 years ago
README.md Add bithub badge to readme 8 years ago
background.html Fix timers after suspend/resume/pause 8 years ago
bower.json Upgrade emoji support and switch to apple emoji 9 years ago
index.html Retool various sub-screens to fit two-column layout 10 years ago
manifest.json Bump version 8 years ago
options.html Add text under the logo on the first screen 8 years ago
package.json Add build support for expiring old releases 9 years ago
register.html Use larger icon on register.html 10 years ago

README.md

Build Status Signal Desktop

Get Signal Private Messenger on the Chrome Web Store!

Signal Desktop is a chrome packaged app 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.

This repository is set up with BitHub, so you can make money for committing to Signal. The current BitHub price for an accepted pull request is:

Current BitHub Price

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

Donate

You can add funds to BitHub to directly help further development efforts.

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

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