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/views
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
..
attachment_preview_view.js Remove erroneous license file and headers 10 years ago
attachment_view.js Add feature to open image attachments 10 years ago
confirmation_dialog_view.js Remove erroneous license file and headers 10 years ago
contact_list_view.js Remove erroneous license file and headers 10 years ago
conversation_list_item_view.js Add search field to inbox 10 years ago
conversation_list_view.js Fixup change:active_at handling when setting null 10 years ago
conversation_search_view.js Add search field to inbox 10 years ago
conversation_view.js Initial restyle 10 years ago
debug_log_view.js Add UI for submitting debug logs 10 years ago
end_session_view.js Remove erroneous license file and headers 10 years ago
error_view.js Remove erroneous license file and headers 10 years ago
file_input_view.js Update attachment size limits to match mobile clients 10 years ago
group_member_list_view.js Remove erroneous license file and headers 10 years ago
group_update_view.js Remove erroneous license file and headers 10 years ago
identicon_svg_view.js Upsize svg identicons 10 years ago
inbox_view.js Restore native window chrome 10 years ago
key_conflict_dialogue_view.js Resolve multiple conflicts independently 10 years ago
key_verification_view.js Remove erroneous license file and headers 10 years ago
list_view.js Remove erroneous license file and headers 10 years ago
message_detail_view.js Collapse multiple retry buttons 10 years ago
message_list_view.js Remove erroneous license file and headers 10 years ago
message_view.js Remove error class when no more message errors 10 years ago
new_conversation_view.js DRY up group update sending 10 years ago
new_group_update_view.js DRY up group update sending 10 years ago
phone-input-view.js Remove erroneous license file and headers 10 years ago
recipients_input_view.js Simplify event arguments 10 years ago
toast_view.js Remove erroneous license file and headers 10 years ago
whisper_view.js Add comment 10 years ago
window_controls_view.js Remove erroneous license file and headers 10 years ago