Cable-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
2015-12-09 18:58:51 -08:00
..
models Refactor number parsing and validation 2015-12-09 18:58:51 -08:00
views Refactor number parsing and validation 2015-12-09 18:58:51 -08:00
axolotl_store.js Clear session store when re-registering 2015-11-04 13:52:47 -08:00
background.js Don't save a MessageCounterError 2015-12-04 11:20:12 -08:00
chromium.js Serialize notification updates 2015-12-01 13:53:59 -08:00
components.js Terminate cursor cleanly when using limit and index 2015-11-15 14:56:58 -08:00
conversation_controller.js Don't let unreadCount become negative 2015-11-19 10:47:50 -08:00
conversation_panel.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00
database.js Reset unreadCounts 2015-11-19 17:27:24 -08:00
debugLog.js Log global errors 2015-12-07 13:54:51 -08:00
index.js Log global errors 2015-12-07 13:54:51 -08:00
libaxolotl-worker.js Use a worker to facilitate key generation 2015-05-05 17:44:55 -07:00
libphonenumber-util.js Refactor number parsing and validation 2015-12-09 18:58:51 -08:00
libtextsecure.js Update libaxolotl 2015-12-08 10:51:52 -08:00
notifications.js Silently remove read messages from existing notifications 2015-12-01 13:53:59 -08:00
options.js Auto-populate device name 2015-11-07 23:24:29 -08:00
panel_controller.js Add updating of window title on launch 2015-11-19 10:40:07 -08:00
register.js Fix standalone registration 2015-10-01 22:04:07 -07:00
storage.js Remove erroneous license file and headers 2015-09-07 14:58:42 -07:00