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/test
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 Create contact from number with common punctuation 10 years ago
_test.js Remove erroneous license file and headers 10 years ago
blanket_mocha.js Fix blanket popup 11 years ago
index.html Refactor number parsing and validation 10 years ago
libphonenumber_util_test.js Refactor number parsing and validation 10 years ago
protos Add a page for testing views. 11 years ago
storage_test.js Clear session store when re-registering 10 years ago
test.js Remove erroneous license file and headers 10 years ago