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
lilia 9882190bde Wake up once a minute to check for messages
If all the application windows are closed (and not merely hidden), the
background page will go inactive and there's nothing we can do to stop
it. However, we can ask chrome to trigger an alarm once per minute,
which will spin up the background page and check for new messages.

This will effectively keep us alive as long as chrome has open windows
or is running in the background, subject to chrome settings'
Advanced -> System -> Continue running background apps
11 years ago
..
models Delay conversation creation til post-decrypt 11 years ago
views Render conversation titles 11 years ago
axolotl_store.js Remove remaining traces of localStorage 11 years ago
background.js Wake up once a minute to check for messages 11 years ago
bimap.js Simplify panel state management and message passing 11 years ago
chromium.js Fix for inbox sometimes not reappearing 11 years ago
components.js Fix unsafe eval warning on registration page 11 years ago
conversation_panel.js Apply custom chrome to conversation windows 11 years ago
database.js Move local identitykey and registrationid to indexeddb 11 years ago
inbox_controller.js Update inbox after sending a message 11 years ago
index.js Keep inbox window open, but allow it to be hidden 11 years ago
libaxolotl-worker.js Use a worker to facilitate key generation 11 years ago
libphonenumber-util.js jshint all the things 11 years ago
libtextsecure.js Ignore sync contexts on messages not from ourselves 11 years ago
notifications.js Remove remaining traces of localStorage 11 years ago
options.js Fix registration page 11 years ago
panel_controller.js Window ids should be strings 11 years ago
register.js Fix registration page 11 years ago
storage.js Fix tests 11 years ago