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.
session-desktop/js
Odysseas 49585c8c57 Add feature to open image attachments
Images that are attached to messages, either sent or received
can be opened in a new tab by clicking on them.

The previous approach that used Anchors to open the image
attachmets failed in various systems because:
 - Chrome on Windows recognised "blob" as protocol and tried
   to find an app for it
 - Chromium on Ubuntu didn't open a new window to load the URL

The new approach adds a "click" listener to the IMG element and
opens the link using window.open (which seems to be working globaly).

Resolves: #252
10 years ago
..
models Ensure that tokens get updated on initial save 10 years ago
views Add feature to open image attachments 10 years ago
axolotl_store.js Let background page instantiate AccountManagers 10 years ago
background.js Mark delivered messages as sent 10 years ago
bimap.js Remove erroneous license file and headers 10 years ago
chromium.js Move notification listeners to background 10 years ago
components.js 239 Auto-expand message area when typing 10 years ago
conversation_controller.js Revert "Remove global updateInbox method" 10 years ago
conversation_panel.js Remove erroneous license file and headers 10 years ago
database.js Add search field to inbox 10 years ago
debugLog.js Make debug log handle multiple arguments 10 years ago
index.js Refactor index.js 10 years ago
libaxolotl-worker.js Use a worker to facilitate key generation 11 years ago
libphonenumber-util.js Remove erroneous license file and headers 10 years ago
libtextsecure.js Improve stack traces on HTTPErrors 10 years ago
notifications.js Include image previews in notifications 10 years ago
options.js Let background page instantiate AccountManagers 10 years ago
panel_controller.js Restore native window chrome 10 years ago
register.js Fix standalone registration 10 years ago
storage.js Remove erroneous license file and headers 10 years ago