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
2015-12-09 18:58:51 -08:00
..
models Refactor number parsing and validation 2015-12-09 18:58:51 -08:00
views Create contact from number with common punctuation 2015-12-09 18:58:51 -08:00
_test.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
blanket_mocha.js Fix blanket popup 2014-07-26 19:14:14 -04:00
index.html Refactor number parsing and validation 2015-12-09 18:58:51 -08:00
libphonenumber_util_test.js Refactor number parsing and validation 2015-12-09 18:58:51 -08:00
protos Add a page for testing views. 2014-09-01 11:52:58 -07:00
storage_test.js Clear session store when re-registering 2015-11-04 13:52:47 -08:00
test.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00