Cable-Desktop/js/views
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
..
attachment_preview_view.js Fix attachment previews for audio/video files 2015-03-02 18:27:14 -08:00
attachment_view.js Trigger update events after attachments load 2015-03-03 13:23:55 -08:00
conversation_list_item_view.js Untangle select vs open events 2015-02-12 13:21:17 -08:00
conversation_list_view.js Implement typeahead (first pass) 2015-02-11 17:37:58 -08:00
conversation_view.js After clearing messages, leave conversation open 2015-03-03 10:39:10 -08:00
end_session_view.js Render end session messages correctly 2015-02-13 14:25:16 -08:00
file_input_view.js Unravel image processing recursion and fix bugs 2015-03-04 18:43:38 -08:00
group_update_view.js Render leave-group messages correctly 2015-02-16 12:47:36 -08:00
inbox_view.js Refactor back button style 2015-02-23 12:52:15 -08:00
key_verification_view.js Add key verification screen 2015-02-26 22:26:46 -08:00
list_view.js Remove resize logic in favor of pure css 2015-02-18 23:09:34 -08:00
message_detail_view.js Add key verification screen 2015-02-26 22:26:46 -08:00
message_list_view.js Revisit resize and scroll logic once more 2015-02-18 16:54:43 -08:00
message_view.js Add message detail view 2015-02-23 14:03:35 -08:00
new_conversation_view.js Fixes #161 2015-02-13 12:57:19 -08:00
new_group_update_view.js Hook up group creation flow UI 2015-02-11 17:38:01 -08:00
phone-input-view.js Fire an event on phone number validation 2015-01-17 22:51:32 -10:00
toast_view.js Fixup file size warning 2015-03-02 17:50:03 -08:00