Cable-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
2015-10-21 10:26:14 -07:00
..
attachment_preview_view.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
attachment_view.js Add feature to open image attachments 2015-10-21 10:26:14 -07:00
confirmation_dialog_view.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
contact_list_view.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
conversation_list_item_view.js Add search field to inbox 2015-10-15 13:33:07 -07:00
conversation_list_view.js Fixup change:active_at handling when setting null 2015-09-14 16:29:03 -07:00
conversation_search_view.js Add search field to inbox 2015-10-15 13:33:07 -07:00
conversation_view.js Initial restyle 2015-10-16 18:14:50 -07:00
debug_log_view.js Add UI for submitting debug logs 2015-09-16 11:28:37 -07:00
end_session_view.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
error_view.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
file_input_view.js Update attachment size limits to match mobile clients 2015-10-20 12:29:52 -07:00
group_member_list_view.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
group_update_view.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
identicon_svg_view.js Upsize svg identicons 2015-09-14 13:49:19 -07:00
inbox_view.js Restore native window chrome 2015-10-16 12:52:10 -07:00
key_conflict_dialogue_view.js Resolve multiple conflicts independently 2015-09-15 11:12:47 -07:00
key_verification_view.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
list_view.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
message_detail_view.js Collapse multiple retry buttons 2015-10-10 16:59:52 -07:00
message_list_view.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
message_view.js Remove error class when no more message errors 2015-10-02 12:15:25 -07:00
new_conversation_view.js DRY up group update sending 2015-09-23 16:45:07 -07:00
new_group_update_view.js DRY up group update sending 2015-09-23 16:45:07 -07:00
phone-input-view.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
recipients_input_view.js Simplify event arguments 2015-09-21 10:32:35 -07:00
toast_view.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
whisper_view.js Add comment 2015-10-01 10:55:04 -07:00
window_controls_view.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00