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 a258f1a66b Refactor number parsing and validation
Refactor libphonenumber.validateNumber into libphonenumber.parseNumber,
which encapsulates the try-catch pattern used in number parsing and
returns an object of info about the input number rather tha throwing
since we expect to get some invalid number inputs the user is typing.

In the conversation model,
  * Separate phone number validation from search token updating.
  * Perform token update before save if the number was valid.
  * Stop storing unneeded number variants as conversation properties.

// FREEBIE
10 years ago
..
models Refactor number parsing and validation 10 years ago
views Refactor number parsing and validation 10 years ago
axolotl_store.js Clear session store when re-registering 10 years ago
background.js Don't save a MessageCounterError 10 years ago
chromium.js Serialize notification updates 10 years ago
components.js Terminate cursor cleanly when using limit and index 10 years ago
conversation_controller.js Don't let unreadCount become negative 10 years ago
conversation_panel.js Remove erroneous license file and headers 10 years ago
database.js Reset unreadCounts 10 years ago
debugLog.js Log global errors 10 years ago
index.js Log global errors 10 years ago
libaxolotl-worker.js Use a worker to facilitate key generation 10 years ago
libphonenumber-util.js Refactor number parsing and validation 10 years ago
libtextsecure.js Update libaxolotl 10 years ago
notifications.js Silently remove read messages from existing notifications 10 years ago
options.js Auto-populate device name 10 years ago
panel_controller.js Add updating of window title on launch 10 years ago
register.js Fix standalone registration 10 years ago
storage.js Remove erroneous license file and headers 10 years ago