From 53f2bfbb57284065d187eba55c6851ae4bb60b0a Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Mon, 24 Jul 2017 18:43:35 -0700 Subject: [PATCH] Animated loading screens on startup and first conversation load FREEBIE --- background.html | 20 +++++++ js/background.js | 41 +++++++++---- js/libtextsecure.js | 97 +++++++++++++++++++++---------- js/models/conversations.js | 2 +- js/models/messages.js | 9 ++- js/views/conversation_view.js | 26 ++++++++- js/views/inbox_view.js | 21 +++++++ libtextsecure/event_target.js | 9 ++- libtextsecure/message_receiver.js | 88 +++++++++++++++++++--------- stylesheets/_conversation.scss | 45 ++++++++++++++ stylesheets/_global.scss | 58 ++++++++++++++++++ stylesheets/android-dark.scss | 3 + stylesheets/manifest.css | 81 +++++++++++++++++++++++++- test/fixtures_test.js | 3 + test/index.html | 20 +++++++ 15 files changed, 444 insertions(+), 79 deletions(-) diff --git a/background.html b/background.html index 3e224f7f4..c21d54b03 100644 --- a/background.html +++ b/background.html @@ -2,6 +2,26 @@ + + +